Commit graph

1038 commits

Author SHA1 Message Date
Carsten Dominik e862a5cd58 Protect increment-by-copying in tables. 2008-09-08 20:18:18 +02:00
Carsten Dominik ccb0755c75 Remove the unused MV macro from the Makefile. 2008-09-08 12:16:33 +02:00
Carsten Dominik 3f1062a15d Save and restore formulas for column view capture. 2008-09-08 09:43:41 +02:00
Carsten Dominik 4aa23cfb0c Bug fix. 2008-09-07 18:30:50 +02:00
Carsten Dominik e1ed8cf2e9 Make sure text before the first headline is in <p>. 2008-09-07 17:37:56 +02:00
Carsten Dominik 87292441ab Remove the #+TEXT field from the export template. 2008-09-07 17:27:29 +02:00
Carsten Dominik 3cbdda0e07 Do not remove existing buffers during publishing.
Also, do not set a major mode for a buffer that will be killed anyway.
2008-09-07 12:24:47 +02:00
Carsten Dominik c20336b4f6 Show empty lines after folding the archive sibling. 2008-09-07 08:39:31 +02:00
Carsten Dominik f03ea46b3a The note buffer for clocking out now mentions the task. 2008-09-07 08:29:16 +02:00
Carsten Dominik d276209c49 New option to force additional keybindings.
Patch by Samuel Wales.
2008-09-07 08:05:06 +02:00
Carsten Dominik ba2e31dad0 Modified the new agenda tag filtering command. 2008-09-07 07:49:09 +02:00
Carsten Dominik 5b740fb681 Fixed two strange typos. 2008-09-06 22:45:54 +02:00
Carsten Dominik 2efb6d127a Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode 2008-09-05 23:01:34 +02:00
Carsten Dominik 7482b04df0 Implemented filtering of an existing agenda view with respect to a tag. 2008-09-05 19:02:14 +02:00
Carsten Dominik 4ddd0d9ec6 Remove angular brackets from date in export options template. 2008-09-05 17:33:20 +02:00
Carsten Dominik bb73743208 Fixed typo. 2008-09-05 17:32:52 +02:00
Bastien Guerry cf9a05052f Fix bug about LaTeX export of QUOTE and VERSE environments. Also allow completion for *_QUOTE *_VERSE and *_SRC keywords. 2008-09-05 09:36:07 -05:00
Carsten Dominik 089ac08747 Implement using artist-mode to edit fixed-width sections. 2008-09-05 13:37:33 +02:00
Carsten Dominik d5ceac5848 Fix bug in compatibility code for `org-remember-templates'. 2008-09-05 08:19:43 +02:00
Carsten Dominik 2a599b42d1 Fix documentation of the "C-c ." command.
Report by Bostjanv Vilfan.
2008-09-05 07:58:33 +02:00
Carsten Dominik 696e77a1ed Fix bug with time stamp format for calc. 2008-09-05 07:57:12 +02:00
Carsten Dominik c58950050d Fix typos. 2008-09-05 06:06:03 +02:00
Carsten Dominik 5fdbd4d63f Fix typo. 2008-09-04 17:12:11 +02:00
Carsten Dominik c24383d1c6 Fix bugs with time extraction of deadlines. 2008-09-04 17:08:50 +02:00
Carsten Dominik 22a6e1718c Ignore TODO keywords and Priorities when sorting headlines.
This applies to numeric and alphanumeric sorting.
2008-09-04 10:35:53 +02:00
Carsten Dominik 9ab3d5554e Document default for `org-refile-targets'. 2008-09-04 10:20:24 +02:00
Carsten Dominik 905fced617 Revised interpretation of prefix arg when storing remember note. 2008-09-04 10:19:46 +02:00
Carsten Dominik 660355a34f Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode 2008-09-03 13:24:03 +02:00
Carsten Dominik ac7d8fa752 New face `org-scheduled'
This face is used in the agenda for entries that are
scheduled on a day that is not today.
2008-09-03 13:23:31 +02:00
Carsten Dominik 86b408e4e0 New face `org-scheduled'
This face is used in the agenda for entries that are
scheduled on a day that is not today.
2008-09-03 12:01:48 +02:00
Carsten Dominik dc193b76e7 Remove incorrect declaration in org-wl.el. 2008-09-03 11:23:33 +02:00
Carsten Dominik d74855408f Implement the :to and :toname keywords for gnus links.
Patch from Gregory Sullivan.
2008-09-03 11:17:49 +02:00
Carsten Dominik 5d7adb4a62 Fix typo. 2008-09-03 11:16:48 +02:00
Carsten Dominik 4416842eab Clarify the use of showstars in the docs. 2008-09-03 11:16:36 +02:00
Carsten Dominik e8394dcbcf Fix example indentation for export.
Patch from Bernt Hansen.
2008-09-03 10:50:10 +02:00
Carsten Dominik e16cbbb5e2 Fix some typos. 2008-09-03 10:36:21 +02:00
Carsten Dominik b831ab8ef5 Allow the file component in a remember template to be a function. 2008-09-03 10:36:03 +02:00
Carsten Dominik 1e79189212 Support searching in backward headlines with isearch. 2008-09-03 10:11:36 +02:00
Carsten Dominik 5a890b3473 Minor fixes. 2008-09-03 09:10:17 +02:00
Carsten Dominik 339e5fb010 Erase buffer for txt export. 2008-09-02 13:46:07 +02:00
Carsten Dominik 19b5215b81 Update org-mairix.el to version 0.5. 2008-09-02 09:35:20 +02:00
Carsten Dominik 26ed7e0998 Document latest change about terminating tex macros. 2008-09-01 16:50:34 +02:00
Carsten Dominik ce88fc8273 Allow {} to terminate a tex macro inside a word.
For example, you can now write \Aacute{}stor.
2008-09-01 16:45:11 +02:00
Carsten Dominik 952103e9a3 Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode 2008-09-01 11:20:57 +02:00
Carsten Dominik 4daef5679d Fixed typos. 2008-09-01 11:20:49 +02:00
Bastien Guerry 195c71031f Added a poem for the #+BEGIN_VERSE example.
This used to be Einstein's quote, but this is already in use for
demonstrating #+BEGIN_QUOTE.  I've picked up AlexSchroeder's Haiku
as found here:  http://www.emacswiki.org/cgi-bin/wiki/EmacsHaiku
2008-08-09 12:32:01 -05:00
Carsten Dominik 806430ff1c Text version of orgcard updated to 6.06. 2008-07-29 08:27:48 -07:00
Carsten Dominik 0175e04180 Minor Fixes in orgcard.tex. 2008-07-29 08:26:44 -07:00
Carsten Dominik badb19e1c7 Base org-iswitchb buffer selection on major-mode.
This was a request by Mike Newman.
2008-07-28 17:05:04 -07:00
Carsten Dominik d172a1ccc5 Minor documentation fixes. 2008-07-28 12:12:50 -07:00