0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-21 23:10:42 +00:00
Commit graph

738 commits

Author SHA1 Message Date
Carsten Dominik cacc5a7500 Small changes to the homepage. 2008-06-18 06:18:27 +02:00
Carsten Dominik 2a8f099e7e Release 6.05a. 2008-06-17 17:06:16 +02:00
Carsten Dominik 29677fc7af Including changes from downstream Emacs CVS. 2008-06-17 17:05:23 +02:00
Carsten Dominik 4dd4ab8921 Moved the FAQ into Worg. 2008-06-17 15:14:51 +02:00
Carsten Dominik 43ff7db861 Hacking the faq. 2008-06-17 15:05:41 +02:00
Carsten Dominik 315ecb46b1 Hacking the FAQ. 2008-06-17 14:44:43 +02:00
Carsten Dominik 018325ae1c Fix it again... 2008-06-17 14:03:24 +02:00
Carsten Dominik f0f82b8c8a Fix the index page. 2008-06-17 14:00:52 +02:00
Carsten Dominik 3f9a9e2bbf Small changes to the web page. 2008-06-17 13:56:38 +02:00
Carsten Dominik 5c9de5a038 Fix some typos. 2008-06-17 12:35:24 +02:00
Carsten Dominik 672bfc4e49 Bug fix for next-allowed-value in column view. 2008-06-16 18:23:18 +02:00
Carsten Dominik e1c22570b7 Version number 6.05, this will be released soon. 2008-06-16 17:51:04 +02:00
Carsten Dominik 7416ed17aa Make agenda log mode also show the end time of a CLOCK entry. 2008-06-16 17:49:53 +02:00
Carsten Dominik 0aa74caefc Improve sitemap publishing with org-publish.
Patch from Sebastian Rose.
2008-06-16 17:23:03 +02:00
Carsten Dominik 69673b3c1f Put the examples in the manual under GPL. 2008-06-16 17:05:31 +02:00
Carsten Dominik be026ff5ad Implement actions tied to cursor date in agenda. 2008-06-16 16:26:30 +02:00
Carsten Dominik e8202bf861 Version number 6.05pre01, with a detailed list of changes.
Yes, the 6.05 release is just around the corner.
2008-06-15 09:44:21 +02:00
Carsten Dominik a56d512036 Fix compilation problems in org-publish.el. 2008-06-15 08:50:10 +02:00
Carsten Dominik 9db8450a90 Don't allow org-schedule/deadline to clobber repeaters. 2008-06-15 08:04:14 +02:00
Carsten Dominik 15ff91c3e4 Small fixes and extensions for org-publish. 2008-06-15 08:03:45 +02:00
Carsten Dominik 2c3ac24e03 New remember escapes hat use calendar date as default.
When calling a remember template from the agenda or from the
calendar, the cursor date becomes the default for %v and %V.
2008-06-15 07:09:12 +02:00
Carsten Dominik 2003d83370 Use agenda/calendar date as default for remember templates.
This applies only when the remember process gets started in the
agenda or calendar buffer.
2008-06-15 07:07:41 +02:00
Carsten Dominik d4398d9ba6 Revert to old copyright notice for the documentation. 2008-06-15 06:45:12 +02:00
Carsten Dominik d915190dec Use string width to center headline in ascii export. 2008-06-15 06:44:27 +02:00
Carsten Dominik a476426a73 Small bug fixes for inserting tabulators and for cursor positioning. 2008-06-15 06:43:21 +02:00
Carsten Dominik 02fab14a70 Bug fix with return value of `org-mhe-get-message-folder-from-index'.
Patch from Thomas Baumann.
2008-06-13 23:13:08 +02:00
Carsten Dominik da4f268b84 New hook that is called before saving an exported iCalendar file. 2008-06-13 12:25:50 +02:00
Carsten Dominik aa57d06982 Fix bug with removing ical buffer too early.
The problem was that the function that did kill the buffer was called
inside the loop - it should really be called outside!
2008-06-13 10:39:37 +02:00
Carsten Dominik 058b918ad6 Cleaning up template code for remember.
You can now define templates that file to the beginning/end of the file,
as level 1 entries.  Also some documentation issue are fixed now.
2008-06-13 10:22:09 +02:00
Carsten Dominik d546fd332d Doc fixes. 2008-06-13 10:20:45 +02:00
Carsten Dominik 4c0752c700 Mention `org-remove-highlights-with-change' variable in footnote. 2008-06-12 16:31:13 +02:00
Carsten Dominik f7f1a7f085 BBDB anniversaries are now links.
Feature request from Rares Vernica, implementation by Thomas Baumann.
2008-06-12 16:30:35 +02:00
Carsten Dominik 7942476b1d Fixing typos. 2008-06-12 16:13:16 +02:00
Carsten Dominik b7502705a3 Make bbdb-abbiversary entries links to the BBDB database entry.
The links can be accessed with C-c C-o.  If there are several links,
a prefix arg can be used to select one.
2008-06-12 15:09:03 +02:00
Carsten Dominik 0cc2eea7f4 Add info about buffer widening to the documentation. 2008-06-12 15:07:32 +02:00
Carsten Dominik 097782f7e6 Fixed bug in the clock-in implementation fro the agenda.
This bug was reported by Raimar Finken.
2008-06-12 13:59:54 +02:00
Carsten Dominik c16d17d0e6 Bug fixed. 2008-06-12 12:46:52 +02:00
Carsten Dominik b8c3e861ae Make sure the region in XEmacs stays when using Org's special
beginning-of-line and end-of-line commands.
2008-06-12 07:49:39 +02:00
Carsten Dominik e3132e37b7 Completing the mapping API.
This is documented in the new appendix "Using the mapping API".
2008-06-11 23:27:22 +02:00
Carsten Dominik f1d1cb8c2c First shot at a mapping API.
Some details still need to be worked out.
2008-06-11 16:18:21 +02:00
Carsten Dominik 52bd68a47a New escape %& in remember templates, to visit note after storing it.
This was a request by Adam Spiers.
2008-06-11 07:15:56 +02:00
Carsten Dominik edfd4f8abf Fixed bug with file tags.
This bug was reported by Manuel Hermenegildo.  There
were really two issues:  The parsing of the FILETAGS line
was broken, and the function `org-get-tags-at' did ignore
these tags.  Both problems are fixed now.
2008-06-10 13:42:27 +02:00
Carsten Dominik d821bf13b1 Make the format of section number configurable.
This was a request by Adam Spiers.
2008-06-10 10:05:15 +02:00
Carsten Dominik 5d70b8f761 Fix bug with removing xomments during export.
Reported by Adam Spiers.
2008-06-10 09:02:57 +02:00
Carsten Dominik 83218b1432 Fixed typos the first lines of some lisp files.
Reported by Levin Du.
2008-06-10 08:26:09 +02:00
Carsten Dominik b78d39350c Bug fix: Org hangs upon export when the end_example line is missing. 2008-06-09 17:10:18 +02:00
Carsten Dominik 049b5931dd Make 1-9,0 access allowed values in column view.
This was proposed by Levin Du, I implemented a modified version of his
patch.
2008-06-09 09:53:19 +02:00
Carsten Dominik 2ea87b7883 Allow installation prefix to be set on the command line.
Patch from Peter Jones.
2008-06-09 09:09:26 +02:00
Carsten Dominik 9a8d39d865 Bug fixes. 2008-05-30 09:30:43 +02:00
Carsten Dominik 800db00dc8 Update the todo list for Org. 2008-05-30 06:05:10 +02:00