Commit Graph

496 Commits

Author SHA1 Message Date
Bastien Guerry c4b0866e29 Added an entry for the template pre-selection feature. 2008-03-04 03:52:01 +00:00
Bastien Guerry 187ab7d599 Added the template pre-selection feature.
See the new docstring of `org-remember-templates' for details.
Documented the template pre-selection feature in org.texi.
2008-03-04 03:17:59 +00:00
Bastien Guerry 8b527d4a6d Fixing typo. 2008-03-04 01:19:03 +00:00
Bastien Guerry 1336cd8999 Use `expand-file-name' instead of `file-true-name'.
Also remove unused alias for `dired-files-attributes'.
2008-03-04 01:12:05 +00:00
Bastien Guerry 71a582cc52 *** empty log message *** 2008-03-04 01:11:23 +00:00
Bastien Guerry 184e4e1fa3 Deleted trailing blank spaces. 2008-03-04 00:54:40 +00:00
Bastien Guerry 9a2741f9ad Bugfix for `org-publish-get-files'.
`plist-get' was called with the wrong argument, thus causing an
error in old Emacsen where `plist-get' was not safe.
2008-03-04 00:46:38 +00:00
Bastien Guerry cd52b4e457 Rename `org-publish-delete-duplicates' to `org-publish-delete-dups'.
`org-publish-delete-duplicates' was misleading because of the
distinction between `delete-dups' and `delete-duplicates'.

Also fix a bug in the interaction of `org-publish' and
`org-publish-current-project'.
2008-03-04 00:22:46 +00:00
Bastien Guerry 497dfe1093 *** empty log message *** 2008-03-03 23:56:37 +00:00
Bastien Guerry 6bbe3c549a Added alias `org-publish-dired-files-attributes.'
As far as I can tell `dired-files-attributes' is not part of Emacs 21.4.
2008-03-03 23:55:39 +00:00
Bastien Guerry a323f5eb7e Put (require 'cl) back into (evel-when-compile ...)
It is against Emacs coding convention to require 'cl at run-time.
2008-03-03 23:20:48 +00:00
Bastien Guerry e24d40b423 Put (require 'cl) back into (evel-when-compile ...)
It against Emacs coding convention to require 'cl at run-time.
2008-03-03 23:18:39 +00:00
Bastien Guerry bc59617af7 Added the alias `org-publish-delete-duplicates'.
In (< emacs-major-version 2), there is no `delete-dups'.
So we use this alias, either calling `delete-dups' or
using a routine copyied from subr.el in Emacs 22+.
2008-03-03 23:17:05 +00:00
Carsten Dominik a5f22a2d4f Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
Conflicts:

	org.el
2008-03-03 23:14:04 +01:00
Carsten Dominik 186a742c24 updating 2008-03-03 22:39:15 +01:00
Bastien Guerry 04c3f97721 Require 'cl at run-time to silent the compiler. 2008-03-03 16:22:52 +00:00
Bastien Guerry 2f8bf4cb63 Fixed unknown variable in `org-timestamp-change'.
`org-time-stamp-rounding-minutes-when-changing' was renamed
to `org-time-stamp-rounding-minutes'.

Require 'cl at run-time, because of explicit calls to `signum'.
2008-03-03 16:22:31 +00:00
Carsten Dominik c5662d689a Made transition to new value type easier. 2008-03-03 15:05:49 +01:00
Carsten Dominik e34824029d Changing timestamps granularly. 2008-03-03 14:15:19 +01:00
Carsten Dominik f119c04eeb Slightly better message when require fails. 2008-03-03 11:59:16 +01:00
Carsten Dominik 84ac2ccab5 Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
Conflicts:

	ChangeLog
2008-03-03 11:57:44 +01:00
Carsten Dominik ea89f66796 Make C-c - and C-c * modify list and headline status. 2008-03-03 11:56:51 +01:00
Bastien Guerry 2222e5a249 Fix `org-load-default-extensions': don't throw an error. 2008-03-03 10:31:45 +00:00
Bastien Guerry 571b8c0be2 Silence the byte-compiler for org-publish.el. 2008-03-03 10:12:51 +00:00
Bastien Guerry 8ea076e2de Updated org-publish.el (now version 1.81)
Updated the ChangeLog and the manual accordingly.
2008-03-03 10:01:36 +00:00
Bastien Guerry e322abfd14 Merge branch 'add-recursion-to-org-publish' 2008-03-03 08:29:29 +00:00
Bastien Guerry 6208fb43cb Minor docstring fix. 2008-03-03 00:19:31 +00:00
Bastien Guerry df54646ab3 Fixed the Timeline node. 2008-03-03 00:06:49 +00:00
Bastien Guerry 4dcecb97bf More cleaning. 2008-03-02 22:49:28 +00:00
Bastien Guerry eda5a993ca *** empty log message *** 2008-03-02 19:16:21 +00:00
Bastien Guerry b05bc10e67 Cleaned up code. 2008-03-02 14:14:52 +00:00
Bastien Guerry 837c81ce51 Use alist instead of a hashtable. 2008-03-02 01:02:41 +00:00
Bastien Guerry 960449c9e9 Cleaned up the buffer. 2008-03-02 00:52:52 +00:00
Bastien Guerry bf09955fec Bugfix for `org-archive-subtree'.
The bug was this: when inserting an entry at the end of an archive
buffer, the entry would get folded within the previous entry fold.
This prevented the entry to get the proper DONE keyword when required.

This change also kill the archive buffer after archiving.
2008-03-01 13:13:45 +00:00
Bastien Guerry f247d16417 Added support for :maxlevel and :skip-empty-rows parameters to columnview dblock. 2008-03-01 09:58:17 +00:00
Bastien Guerry bd172412fa Added support for recursive publication of files. 2008-03-01 02:42:28 +00:00
Bastien Guerry 96e96fa684 Added (require 'erc-log). 2008-02-29 22:48:16 +00:00
Bastien Guerry 1c623a92a1 Fixing missing variables and a small bug in org-irc.el. 2008-02-29 22:08:17 +00:00
Carsten Dominik 323747e9f8 Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode 2008-02-29 22:31:01 +01:00
Carsten Dominik 10c45e76b5 Bug fix. 2008-02-29 22:30:43 +01:00
Bastien Guerry 7d899b888a Kill buffers after HTML and LaTeX exports. 2008-02-29 21:30:04 +00:00
Bastien Guerry 28c27dbf56 Kill buffers after HTML and LaTeX export. 2008-02-29 21:20:20 +00:00
Carsten Dominik 70c7ec6b9c Added org-irc.el to the Lispfiles to be installed. 2008-02-29 21:44:30 +01:00
Carsten Dominik 13d84d1bdb Bug fix, to remove nil face in face list.
Patch from Wanrong Lin.
2008-02-29 21:09:11 +01:00
Carsten Dominik d0d632533d Fix face problem with deadline warnings days set locally to zero.
Following a report by Bernt Hansen.
2008-02-29 20:45:21 +01:00
Carsten Dominik 3db26e255f Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode 2008-02-29 20:43:56 +01:00
Bastien Guerry f2e90899f1 Updated CONTRIB/lisp/org-bookmark.el. 2008-02-29 18:46:42 +00:00
Bastien Guerry 80c5e09a50 Undo wrong commit for org-publish.el. 2008-02-29 18:18:45 +00:00
Bastien Guerry 3dfe026818 Removed org-install.el. 2008-02-29 18:12:16 +00:00
Bastien Guerry 09d5df8fb0 Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode 2008-02-29 18:11:36 +00:00