Commit Graph

1398 Commits

Author SHA1 Message Date
Bernt Hansen 3f57ccf0f0 Fix typos and whitespace in org-w3m.el 2008-12-16 12:26:25 -05:00
Bernt Hansen 298b9cb489 Fix typos in org-timer.el 2008-12-16 12:26:25 -05:00
Bernt Hansen 03e0c6395b Fix typos in org-table.el 2008-12-16 12:26:25 -05:00
Bernt Hansen d30eb5cb46 Whitespace 2008-12-16 12:26:24 -05:00
Bernt Hansen 0bd50f307c Fix typos in org-remember.el 2008-12-16 12:22:54 -05:00
Bernt Hansen bc1380560b Fix typo in org-publish.el 2008-12-16 12:22:54 -05:00
Bernt Hansen b6e867a160 Whitespace 2008-12-16 12:22:53 -05:00
Bernt Hansen c3f7a9008a Fix typo in org-plot.el 2008-12-16 12:21:26 -05:00
Bernt Hansen 9ae9d151d4 Whitespace 2008-12-16 12:21:24 -05:00
Bernt Hansen 20a9ad7af9 Fix typos in org-mouse.el 2008-12-16 12:20:22 -05:00
Bernt Hansen 48af653457 Whitespace 2008-12-16 12:20:21 -05:00
Bernt Hansen 56dd882da8 Whitespace 2008-12-16 12:18:41 -05:00
Bernt Hansen f5c00176ef Fix typo in org-macs.el 2008-12-16 12:17:21 -05:00
Bernt Hansen bf96c51056 Fix typos in org-list.el 2008-12-16 12:17:21 -05:00
Bernt Hansen 2955681573 Whitespace 2008-12-16 12:17:15 -05:00
Bernt Hansen 837eea9108 Fix typos in org-jsinfo.el 2008-12-16 12:17:15 -05:00
Bernt Hansen 3bd1132c86 Whitespace 2008-12-16 12:13:55 -05:00
Bernt Hansen 2528ec0a6d Fix comment typo in org-irc.el 2008-12-16 12:13:55 -05:00
Bernt Hansen 8093612f59 Fix typos in description of org-id.el 2008-12-16 12:13:55 -05:00
Bernt Hansen 05a94bc2b4 Fix comment typo in org-faces.el 2008-12-16 12:13:55 -05:00
Bernt Hansen 85b19f0c21 Whitespace 2008-12-16 12:13:53 -05:00
Bernt Hansen b8801cdbe8 Fix typos in org-export-latex.el and whitespace 2008-12-16 12:12:57 -05:00
Bernt Hansen 9bd48ac223 Whitespace 2008-12-16 12:12:56 -05:00
Bernt Hansen cda33628ff Fix typos in org-exp.el 2008-12-16 12:10:50 -05:00
Bernt Hansen fb6a774f4a Whitespace 2008-12-16 12:10:47 -05:00
Bernt Hansen 323c9cd36c Fix typos in logic for org.el 2008-12-16 11:55:51 -05:00
Bernt Hansen 01c792a0e7 Fix typos in org.el 2008-12-16 11:55:50 -05:00
Bernt Hansen 455df64fba Fix typos on org-colview-xemacs.el 2008-12-16 11:55:50 -05:00
Bernt Hansen 5ee1bb9a4a Fix typos in org-colview.el 2008-12-16 11:55:50 -05:00
Bernt Hansen 757f6beed0 Fix typos in org-clock.el comments 2008-12-16 11:55:50 -05:00
Bernt Hansen 5ae06f8a13 Fix typo in org-bibtex.el comments 2008-12-16 11:55:50 -05:00
Bernt Hansen e0403e49ee Fix typo in org-attach.el 2008-12-16 11:55:50 -05:00
Bernt Hansen aa13344b39 Fix typos in org-archive.el 2008-12-16 11:55:50 -05:00
Bernt Hansen edbfe4f4fd Fix typos in org-agenda.el 2008-12-16 11:55:50 -05:00
Carsten Dominik 1eef2abe15 Mark last sync with Emacs in ChangeLog. 2008-12-16 14:09:51 +01:00
Carsten Dominik 94cc1383ef Removed some old, no longer needed files. 2008-12-16 14:08:30 +01:00
Carsten Dominik 85ded45fcc Minor changes to homepage. 2008-12-16 12:07:42 +01:00
Carsten Dominik 36dc04f5dc New version number also on Website. 2008-12-16 10:48:18 +01:00
Carsten Dominik 96d9a2e467 Release 6.15a 2008-12-16 10:40:42 +01:00
Carsten Dominik e967f71794 Avoid refining of entries into themselves.
Reported by Samuel Wales.
2008-12-16 10:16:16 +01:00
Carsten Dominik 67a50839e9 Release 6.15 2008-12-16 08:30:55 +01:00
Carsten Dominik 42d2f5794f Update the list of changes. 2008-12-16 08:30:09 +01:00
Carsten Dominik 63acb9f06c Remove issues that caused compiler warnings. 2008-12-16 07:56:19 +01:00
Carsten Dominik e4ed09207d Quote special characters in tables for LaTeX export.
Text inside tables did not receive the full treatment of handling sub-
and superscripts, and of special character quoting like %, &, and {}.
This patch does fix this, but I am worried that I am overlooking the
true reason why Bastien did switch off these conversions.  We'll see
if and what this will break.
2008-12-16 07:44:13 +01:00
Carsten Dominik 0ea9fb46c5 Implement longtable support for LaTeX export.
Exporting tables to LaTeX suffered from the problem that Org tables
are often long, but that the tabular environment in LaTeX cannot
handle long tables.  This patch fixes this issue.

LaTeX export can now deal with very long tables, by setting an option
in the "ATTR_LaTeX:" line.  Also, you can specify the alignment by
hand.  Here is an example:

Also, table export now correctly deals with tables that start with a
hline.  In such a case, also the LaTeX version will have this extra
hline before the first line.
2008-12-16 07:04:05 +01:00
Carsten Dominik 45cc93478d Fix LaTeX export bug with regions and initial content.
This re-implements and fixes the commit
b786f4da93, which we had reverted
earlier today.  The new version seems to work OK.
2008-12-16 07:04:05 +01:00
Carsten Dominik 2b49ebc8fc Fix bug with tags setting from agenda.
Setting tags from the agenda no longer updated the agenda display
correctly.  Now this works again.

Report by John Wiegley.
2008-12-16 05:50:46 +01:00
Carsten Dominik 411f9d174f Switch to \verb in LaTeX export for code-like snippets.
Emphasis expressions ~...~ and =...= are not typeset using \verb.
You cannot include the vertical bar in these snippets as this is the
delimiter.
2008-12-15 13:01:50 +01:00
Carsten Dominik b786f4da93 Revert "Fix LaTeX export bug with regions and initial content."
This reverts commit 73ab743a6f.
2008-12-15 12:58:40 +01:00
Carsten Dominik 33675c3b0c Introduce maxlevel for org-goto using refile interface.
This is just a new option, `org-goto-max-level'.  The smaller this
number is, the faster the org-goto interface will become.
2008-12-15 10:34:55 +01:00