0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-16 04:46:27 +00:00
Commit graph

967 commits

Author SHA1 Message Date
Carsten Dominik 7b54d28c30 Avoid rounding errors whe summing table columns. 2008-09-24 17:33:10 +02:00
Carsten Dominik 990a549370 Protect keyword-selecting variabels during mapping. 2008-09-24 16:31:56 +02:00
Carsten Dominik 2fbbc09767 Fix installation of the info file.
Following a suggestion by Peter K. Monsson.
2008-09-24 15:20:33 +02:00
Carsten Dominik 68faba083f Remove testing code. 2008-09-24 13:01:51 +02:00
Carsten Dominik e4b6cd0ce2 Add documentation for org-plot.el. 2008-09-24 10:57:03 +02:00
Carsten Dominik 5512533560 Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode 2008-09-23 23:30:10 +02:00
Carsten Dominik 1ca9628125 Make org-remember work in a minimal even if remember.el is not available. 2008-09-23 23:29:19 +02:00
Bastien Guerry ff52989cd4 Make sure org-agenda-to-app checks all files. 2008-09-23 09:37:38 +02:00
Carsten Dominik 0ee4410452 Minor fixes. 2008-09-23 08:13:32 +02:00
Carsten Dominik f0f34d4985 Split out org-list.el from org.el and org-export-latex.el. 2008-09-23 08:03:13 +02:00
Carsten Dominik 6f86eb35a5 New option `org-edit-src-region-extra'. 2008-09-23 04:53:21 +02:00
Carsten Dominik a5cd6cffb7 Minor fixes. 2008-09-22 12:15:33 +02:00
Carsten Dominik f26330fdc5 Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
Conflicts:

	lisp/ChangeLog
2008-09-22 10:02:14 +02:00
Carsten Dominik a8741db759 Fix bug in appointment generation for appointments before 1am.
Reported by Richard Riley.
2008-09-22 08:40:32 +02:00
Bastien Guerry a8a499ed2d Removed buggy reference to org-quote-chars. 2008-09-22 08:30:27 +02:00
Carsten Dominik 575c5523b1 Fix bug with agend autoloads. 2008-09-22 06:03:36 +02:00
Carsten Dominik 0f0580a8b2 Add dependency on org-macs.el for org-compat.el to Makefile. 2008-09-22 05:57:05 +02:00
Carsten Dominik a7febf233e Make plotting work for tables starting with hline. 2008-09-22 05:56:34 +02:00
Carsten Dominik d670d20af2 Simplyfy links in imenu and refile display.
Patch by James TD Smith.
2008-09-21 21:39:28 +02:00
Carsten Dominik d6d72b3436 Merge branch 'js' 2008-09-21 08:34:45 +02:00
Carsten Dominik feab6c1348 Change version number to 6.08-pre01 2008-09-21 08:34:23 +02:00
Carsten Dominik a8b3081610 Release 6.07b. 2008-09-21 08:26:30 +02:00
Carsten Dominik 8a45b852ae New file contrib/lisp/org-checklist.el, by James TD Smith. 2008-09-21 08:14:17 +02:00
Carsten Dominik 7e0dbb6191 New escape for remember templates to add properties.
Patch by James TD Smith.
2008-09-21 08:05:33 +02:00
Carsten Dominik 8892d9a4bc Skip all drawers when adding a note.
Patch by James TD Smith.
2008-09-21 07:57:16 +02:00
Carsten Dominik bd8cbef200 Show resulting clocked time in agenda display.
Patch by James TD Smith.
2008-09-21 07:41:49 +02:00
Carsten Dominik c9bf924246 Get x-clipboard in a way that is compatible with Emacs 21. 2008-09-21 07:35:39 +02:00
Carsten Dominik e6630ed359 Limit length of clock string and make it clickable.
Patch from James TD Smith.
2008-09-21 07:35:01 +02:00
Bastien Guerry e3ded815b6 Update ChangeLog.
(Okay, I always forget that C-x v v in Emacs does only
commit on a file per file basis.  I should really use
the command line when committing several files.)
2008-09-20 14:50:02 +02:00
Bastien Guerry 10a9556db5 Fix bug about list delimitation.
A list now ends when a line contains an indentation that is shorter than
the expected indentation of an item for this list.

`org-export-latex-list-beginning-re' renamed to `org-list-beginning-re'
and `org-list-item-begin' renamed to `org-list-item-beginning'.

Some code clean up: silent checkdoc, fix typos.
2008-09-20 14:45:11 +02:00
Carsten Dominik 66373c350d Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode 2008-09-20 12:33:05 +02:00
Carsten Dominik 43e6633a15 Fix bug with tag inheritance.
This bug caused (org-get-tags-at) to return no tags at all
when inheritance was turned off, even if the entry
does have local tags.
2008-09-20 12:32:35 +02:00
Bastien Guerry b5d5a21b1b Updated the Changelog to reflect last changes on org-export-latex.el 2008-09-20 12:14:01 +02:00
Carsten Dominik 6697584704 Fix refiling to the last entry in the buffer. 2008-09-20 06:55:40 +02:00
Bastien Guerry 57d80846b3 Implement export of descriptive lists.
Prevent special chars from being converted when in a LaTeX
environment.  Fix a bug about conversion of "&" conversion
in tables.
2008-09-19 21:48:47 +02:00
Carsten Dominik b777e88fd6 Release 6.07a. 2008-09-19 16:19:32 +02:00
Carsten Dominik 08e7428858 Revert the change to `org-indent-line-function'.
This change was to avoid indentation in source code regions,
but the overhead is too large.
2008-09-19 16:14:09 +02:00
Carsten Dominik df098ce3f2 Improve documentation of `org-agenda-fontify-priorities'.
This was a patch by Rafael Laboissiere.
2008-09-19 16:10:09 +02:00
Carsten Dominik 89f21ba3f4 Update todo.org. 2008-09-19 16:08:23 +02:00
Carsten Dominik 58325c8df0 Bug fixes. 2008-09-19 12:40:15 +02:00
Carsten Dominik 286cddb073 Add dependencies of org-plot.elc to Makefile. 2008-09-19 08:55:03 +02:00
Carsten Dominik 1448aa2449 Bind some variables. 2008-09-19 08:30:22 +02:00
Carsten Dominik 194faab2b6 Bumping up the version number to 6.07. 2008-09-19 08:25:13 +02:00
Carsten Dominik 79879070bb Prepare the Changes file for the release. 2008-09-19 08:24:21 +02:00
Carsten Dominik 04419cca3d Make sure tags matching is case-insensitive. 2008-09-19 08:07:50 +02:00
Carsten Dominik 17bdd57209 Fix docstrings in org-plot.el. 2008-09-18 18:26:11 +02:00
Carsten Dominik 07a6432d52 Fixing final issue with org-plot.el.
Eric Schulte sent me a new version.
2008-09-18 18:22:08 +02:00
Carsten Dominik f3d15d8b7c Fixing typos. 2008-09-18 17:57:10 +02:00
Carsten Dominik 8ad796156e More options for categories in iCalendar export.
Tags and the todo state can now be listed as categories.
2008-09-18 17:35:55 +02:00
Carsten Dominik 0e41007840 Remove the version requirement, this is part of Org. 2008-09-18 17:34:39 +02:00