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

214 commits

Author SHA1 Message Date
Bastien Guerry 269a43cef6 Applied Glenn Morris patch.
(org-agenda-sunrise-sunset): Require solar.
(calendar-longitude, calendar-latitude, calendar-location-name):
Declare for compiler.

Ref in the emacs-diffs mailing list:
<E1JXU4a-0005Fu-7f@cvs.savannah.gnu.org>
2008-03-07 12:58:33 +00:00
Carsten Dominik 34dfe919a5 Merge branch 'add-repeater-moves'
Conflicts:

	ChangeLog
	org.el
2008-03-07 13:10:02 +01:00
Carsten Dominik 3047e9faee Implemented new repeater mechanisms.
There mechanisms were asked for by Wanrong Lin and Reiner Stengele and
have the goal to make sure the new deadline/scheduled/time is in
the future, and may be chosen relative to the current date.
2008-03-07 13:07:13 +01:00
Carsten Dominik e89aa69bc6 Reverted the change that killed html buffer after export.
The side effects for org-export-to-html-and-open, and for the
publishing commands need to be studied first.
2008-03-07 12:09:09 +01:00
Bastien Guerry 3ac45fa5f2 Added a :link parameter to org-dblock-write:clocktable. 2008-03-06 23:48:14 +00:00
Bastien Guerry dcba1a960c Bugfix in `org-back-to-heading'.
prevent `org-back-to-heading' from throwing an error when getting tags
before headlines.  This error was reported by Joel J. Adamson.
2008-03-06 20:22:38 +00:00
Carsten Dominik fb8db4d36c Merge branch 'improve-customize-type-for-agenda-custom-command'
Conflicts:

	ChangeLog
2008-03-06 20:13:38 +01:00
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 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 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
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 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 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 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 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 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
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 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 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 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
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 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 c7c61deaf8 Merge branch 'search'
Conflicts:

	ChangeLog
2008-02-29 14:54:18 +01:00
Carsten Dominik 4f7cb263f3 Implementing search view. 2008-02-29 14:49:06 +01:00
Carsten Dominik 1b44ef50bf Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode 2008-02-28 19:39:50 +01:00
Carsten Dominik bf55bff920 Fixed bug in orgtbl menu.
This was reported by Volker Zell.
2008-02-28 19:39:24 +01:00