Commit graph

520 commits

Author SHA1 Message Date
Carsten Dominik 8017cc33d2 Merge branch 'fix-time-stamp-editing'
Conflicts:

	ChangeLog
2008-03-06 20:12:43 +01:00
Carsten Dominik 1affe117d2 Fixed timestamp editing.
Timestamp editing did not work correctly.  The deadline warning days
could not be edited, and editing the end of a time range did
not respect the new granularity.  Seems to work now.
2008-03-06 20:10:54 +01:00
Bastien Guerry 0c4e992386 *** empty log message *** 2008-03-06 17:35:43 +00:00
Bastien Guerry cc3fea002c Alias org-get-valid-level' for obsolete org-get-legal-level'.
Also replace "legal" by "valid" in other places as well.
This was committed in Emacs CVS by Juanma Barranquero.
See <E1JXHdN-0002Ov-J5@cvs.savannah.gnu.org> in emacs-commit
mailing list.
2008-03-06 17:30:24 +00:00
Carsten Dominik b0af4ade44 Improve customize type of org-agenda-custom-commands.
The new extensive definition has examples for variable settings that
allow beginners to learn how to set such values.
2008-03-06 15:48:14 +01:00
Carsten Dominik f494bf736a Removed unnegecessary advice for htmlize.
I think the font problem has bee solved now, so we do not need
this anymore.
2008-03-05 23:56:57 +01:00
Carsten Dominik 75cbccc955 Merge branch 'create-interactive-query-package' 2008-03-05 23:49:52 +01:00
Carsten Dominik 504bd65683 Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode 2008-03-05 23:49:28 +01:00
Carsten Dominik b538898bf9 Added new file org-iq.el.
This file allows interactive tags query construction.
2008-03-05 23:48:55 +01:00
Bastien Guerry dfa6bdb2f7 New hook: `org-follow-link-hook'.
Also added "Component" as a tag for each item in a command serie.
2008-03-05 14:31:19 +00:00
Phil Jackson 3752a0f01d Removed 'file:' from link description. 2008-03-05 10:26:40 +00:00
Carsten Dominik 99e22650f8 Improved the documentation for per-state logging settings.
Why?  Because it was still hard to understand.  Still is, kind of.
2008-03-05 09:14:59 +01:00
Bastien Guerry 2a5f2004ba In org-elisp-symbol.el: correctly handle function with no documentation. 2008-03-05 02:01:55 +00:00
Bastien Guerry b6cc5e606d Bugfixes.
Moved (eval-after-load "org" '(org-load-default-extensions))
after the definition of org-load-default-extensions.

Bugfix in `org-agenda-schedule': don't display marker type when `nil'.
2008-03-04 23:48:54 +00:00
Carsten Dominik 2936a7b853 Make the new variable buffer-local. 2008-03-04 20:28:20 +01:00
Carsten Dominik ee8e5a3e0f Store the parameters of the last org-occur calls.
Lennart Borgman asked for this, to have more information about
item visibility when exporting to freemind.
2008-03-04 20:25:59 +01:00
Carsten Dominik 098f76aff3 Removed unnecessary (rquire 'info).
This function now only calls `info' and no longer `Info-goto-node'.
As `info' is autoloaded, we do not need the require here anymore.
2008-03-04 13:35:35 +01:00
Carsten Dominik ab0bf49a65 Small fixes. 2008-03-04 13:10:22 +01:00
Carsten Dominik 3f27195a4f Merged FSF changes into org-mouse.el. 2008-03-04 13:04:31 +01:00
Carsten Dominik a15c556a2c Fix a typo in installation instructions for freemind export.
based on an email by Juan Pineros
2008-03-04 12:13:28 +01:00
Carsten Dominik b72a2d71e7 Improved documentation of exit-logging of states.
I got questions in email that made clear that the documentation
does not explain the meaning of the second logging trigger
(like the "/@" in WAIT(@/@)) well enough.
Hope it is better now.
2008-03-04 09:52:54 +01:00
Carsten Dominik 5e14025496 Added a new experimental file.
In this file I will implement interactive modifications of tags/todo
queries.  This is code from Christopher League which still needs some
work before it will become either CONTRIB or even core.
2008-03-04 09:27:01 +01:00
Carsten Dominik 5f2051ec22 Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode 2008-03-04 06:30:59 +01:00
Carsten Dominik 88d36f751b Experimenting. 2008-03-04 06:30:47 +01:00
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