2008-12-02 10:53:25 -05:00
|
|
|
2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
|
|
|
|
|
|
|
|
* org.texi (Using the mapping API): Fix bug in mapping example.
|
Better handling of export options.
This patch improves the internal handling of the large number of
export options that Org-mode has. In particular, it now defines a
single constant, `org-export-plist-vars' that contains the full list
of options, and how these can be accessed through variables, and
through the #+OPTIONS line. Before the patch, there used to be a
separate list or the OPTIONS handling, which has gotten out of sync.
This now no longer can happen.
Also, this patch adds two new variables, `org-export-with-priority',
and `org-export-with-todo-keywords', which can be used to turn the
export of TODO keywords and priority cookies on and off, so that these
can simply disappear and not be shown in the exported file. In fact,
the default for the priority cookie is to remove it.
2008-12-03 01:33:05 -05:00
|
|
|
(Publishing options): Make the list of properties complete again,
|
|
|
|
in correspondence to the variable `org-export-plist-vars'.
|
2008-12-02 10:53:25 -05:00
|
|
|
|
New ways to specify time comparison values in property searches.
In addition to "<now>", "<today>", "<yesterday>", and
"<tomorrow>", there are more special values accepted now in
time comparisons in property searches: You may use strings
like =<+3d>= or =<-2w>=, with units d, w, m, and y for day,
week, month, and year, respectively
Thanks to Linday Todd for this proposal.
2008-11-29 12:49:30 -05:00
|
|
|
2008-11-29 Carsten Dominik <carsten.dominik@gmail.com>
|
|
|
|
|
|
|
|
* org.texi (Property searches): Document new special values for
|
|
|
|
time comparisons.
|
|
|
|
|
2008-11-27 07:15:29 -05:00
|
|
|
2008-11-27 Carsten Dominik <carsten.dominik@gmail.com>
|
|
|
|
|
|
|
|
* org.texi (Tag inheritance): Refine the description of tag
|
|
|
|
inheritance.
|
|
|
|
|
2008-11-25 04:56:37 -05:00
|
|
|
2008-11-25 Carsten Dominik <carsten.dominik@gmail.com>
|
|
|
|
|
|
|
|
* org.texi (Project alist): Add info about the publishing sequence
|
|
|
|
of components.
|
Implement timer for timed notes.
This patch implements a relative time for taking timed notes, useful
for example while watching a video, or during a meeting which is also
recorded. Here are the new commands:
- `C-c C-x .' ::
Insert a relative time into the buffer. The first time
you use this, the timer will be started. When called
with a prefix argument, the timer is reset to 0.
- `C-c C-x -' ::
Insert a description list item with the current relative
time. With a prefix argument, first reset the timer to 0.
- `C-c C-x 0' ::
Reset the timer without inserting anything into the buffer.
By default, the timer is reset to 0. When called with a
`C-u' prefix, reset the timer to specific starting
offset. The user is prompted for the offset, with a
default taken from a timer string at point, if any, So this
can be used to restart taking notes after a break in the
process. When called with a double prefix argument
`C-c C-u', change all timer strings in the active
region by a certain amount. This can be used to fix timer
strings if the timer was not started at exactly the right
moment.
2008-11-25 06:07:23 -05:00
|
|
|
(Effort estimates): Document the new relativer timer.
|
2008-11-25 04:56:37 -05:00
|
|
|
|
2008-11-24 06:21:40 -05:00
|
|
|
2008-11-24 Carsten Dominik <carsten.dominik@gmail.com>
|
|
|
|
|
|
|
|
* org.texi: Re-apply the change to FDL 1.3.
|
|
|
|
|
2008-11-18 14:32:01 -05:00
|
|
|
2008-11-18 Carsten Dominik <carsten.dominik@gmail.com>
|
|
|
|
|
|
|
|
* org.texi (Setting up Remember): Document `org-remember-mode'.
|
|
|
|
|
2008-11-14 03:09:00 -05:00
|
|
|
2008-11-14 Carsten Dominik <carsten.dominik@gmail.com>
|
|
|
|
|
|
|
|
* org.texi (External links): Document that bbdb links can use a
|
|
|
|
regular expression.
|
2008-11-14 08:13:48 -05:00
|
|
|
(External links): Document that elisp links can contain
|
|
|
|
interactive commands.
|
2008-11-14 03:09:00 -05:00
|
|
|
|
2008-11-10 14:57:48 -05:00
|
|
|
2008-11-10 Carsten Dominik <carsten.dominik@gmail.com>
|
|
|
|
|
|
|
|
* org.texi (Clocking work time): Document the :formula property of
|
|
|
|
clock tables.
|
2008-11-10 16:17:57 -05:00
|
|
|
(Structure editing, Refiling notes): Document refiling regions.
|
2008-11-10 14:57:48 -05:00
|
|
|
|
2008-11-09 02:17:33 -05:00
|
|
|
2008-11-09 Carsten Dominik <carsten.dominik@gmail.com>
|
|
|
|
|
|
|
|
* org.texi (Agenda commands): Document the double-prefix version
|
|
|
|
of the `l' command in the agenda.
|
2008-11-05 04:46:20 -05:00
|
|
|
|
|
|
|
2008-11-05 Carsten Dominik <dominik@science.uva.nl>
|
|
|
|
|
|
|
|
* org.texi (Handling links): Explain the effect of a double prefix
|
|
|
|
arg to `C-c C-o'.
|
|
|
|
|
2008-11-02 09:10:18 -05:00
|
|
|
2008-11-02 Charles Sebold <csebold@gmail.com>
|
|
|
|
|
|
|
|
* org.texi (Org Plot): Add documentation for timefmt option.
|
|
|
|
|
2008-10-16 03:54:30 -04:00
|
|
|
2008-10-16 Carsten Dominik <dominik@science.uva.nl>
|
|
|
|
|
|
|
|
* org.texi (TODO basics): Add documentation for tag triggers.
|
|
|
|
|
2008-09-05 01:58:33 -04:00
|
|
|
2008-09-05 Carsten Dominik <dominik@science.uva.nl>
|
|
|
|
|
|
|
|
* org.texi (Creating timestamps): Fix documentation of the "C-c ."
|
|
|
|
command.
|
2008-09-05 07:37:33 -04:00
|
|
|
(Literal examples): Document using artist-mode for ASCII
|
|
|
|
drawings.
|
2008-09-05 01:58:33 -04:00
|
|
|
|
2008-06-13 04:20:45 -04:00
|
|
|
2008-06-13 Carsten Dominik <dominik@science.uva.nl>
|
|
|
|
|
|
|
|
* org.texi: Modify license to no longer include back- and front
|
|
|
|
cover matters.
|
|
|
|
|
2008-06-11 17:27:22 -04:00
|
|
|
2008-06-11 Carsten Dominik <dominik@science.uva.nl>
|
|
|
|
|
|
|
|
* org.texi (Using the mapping API): New section.
|
|
|
|
|
2008-05-08 02:16:38 -04:00
|
|
|
2008-04-15 Jason Riedy <jason@acm.org>
|
|
|
|
|
|
|
|
* org.texi (A LaTeX example): Note that fmt may be a one-argument
|
|
|
|
function, and efmt may be a two-argument function.
|
|
|
|
|
|
|
|
2008-04-15 Jason Riedy <jason@acm.org>
|
|
|
|
|
|
|
|
* org.texi (Radio tables): Document multiple destinations.
|
|
|
|
|
|
|
|
2008-04-15 Carsten Dominik <dominik@science.uva.nl>
|
|
|
|
|
|
|
|
* org.texi (Agenda column view): New section.
|
|
|
|
|
|
|
|
2008-04-08 Carsten Dominik <dominik@science.uva.nl>
|
|
|
|
|
|
|
|
* org.texi (Moving subtrees): Document archiving to the archive
|
|
|
|
sibling.
|
|
|
|
|
|
|
|
2008-04-04 Carsten Dominik <dominik@science.uva.nl>
|
|
|
|
|
|
|
|
* org.texi (Agenda commands): Document columns view in the agenda.
|
|
|
|
|
|
|
|
2008-04-03 Carsten Dominik <dominik@science.uva.nl>
|
|
|
|
|
|
|
|
* org.texi (Using the property API): Document the API for
|
|
|
|
multi-valued properties.
|