org-mode/doc/ChangeLog
Carsten Dominik ee4bcda0e9 Clock: More control about what time is shown in mode line while clocking
This commit changes which time is shown in the mode line while
clocking.  Normally this will now be the total time ever clocked on
this task and its children.

However, when the task is a repeating one, only the time since the
last reset of the task will be shown.  The time of the last reset is
now recorded in a LAST_REPEAT property.

You can also set the CLOCK_MODELINE_TOTAL property to the value
"current" to only show the current clocking instance.  Or it may be
the value "today", to only add up the time spent today on this task.
Other possible values are "repeat", "all", or "auto".

Finally, you can set your default for this property with
`org-clock-modeline-total'.
2009-06-02 13:47:50 +02:00

365 lines
11 KiB
Plaintext

2009-06-02 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Clocking work time): Document the clock time display.
2009-05-27 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Structure editing, TODO basics): Document new
variables.
2009-05-21 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Column attributes): Document new colciew operators.
2009-05-20 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Publishing options): Document :xml-declaration.
2009-05-19 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Tracking TODO state changes): Document the
LOG_INTO_DRAWER property.
2009-05-16 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Literal examples): Document the new implementation for
editing source code.
2009-05-13 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Publishing action): Mention the new publishing
function, to publish an Org source file.
(Publishing links): Mention how to link to an Org source file.
2009-05-11 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Macro replacement): Document new macros.
2009-05-10 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Handling links): Document type-specific completion
when inserting links.
2009-05-06 Carsten Dominik <carsten.dominik@gmail.com>
* orgcard.tex: Document the key for sorting.
* org.texi (Structure editing, Plain lists): Improve documentation
on sorting.
2009-04-17 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Internal links): Document custom ids for links.
(Handling links): Document custom ids for links.
2009-04-14 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (CSS support): Document new class.
(Refiling notes): Document the possibility to create new nodes
during refiling.
2009-03-31 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Agenda commands): Document the "?" operator to find
tasks without effort setting.
2009-03-30 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Exporting agenda information): Section moved.
2009-03-27 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (RSS Feeds): New section.
2009-03-21 Carsten Dominik <carsten.dominik@gmail.com>
* orgcard.tex: Document M-e and M-a navigate
inside table field. Fix a number of typos.
* org.texi (Built-in table editor): Document M-e and M-a navigate
inside table field.
2009-03-19 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Stuck projects): Docment that projects identified as
un-stuck will still be searchd for stuck sub-projects.
2009-03-16 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Paragraphs): Document centering.
2009-03-14 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Creating timestamps, Agenda commands): Document new
behavior when changing time stamps.
2009-03-11 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Structure editing): Document the new command
`org-clone-subtree-with-time-shift'.
2009-03-10 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Publishing): Refresh this chapter.
2009-03-08 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Export options, Export options, In-buffer settings):
Document the new keywords.
2009-03-03 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Matching tags and properties): Collect all
documentation about tags/property matches here.
2009-03-01 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Setting tags): Document `org-tag-persistent-alist'.
2009-02-27 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Weekly/daily agenda): New section.
2009-02-22 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Orgstruct mode): Describe `orgstruct++-mode'.
(Drawers): Mention the LOGBOOK drawer.
2009-02-20 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Export options, Sectioning structure): Document the
#+LEATEX_HEADER in-buffer setting.
(Bugs): Section removed.
(Hooks): New section.
(Add-on packages): Moved here from old location.
(Context-sensitive commands): New section.
2009-02-19 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Setting tags): Document newline option.
* orgcard.tex: Document `C-c C-x o'.
* org.texi (TODO dependencies, Checkboxes): Document
`org-track-ordered-property-with-tag'.
2009-02-18 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Global TODO list, Matching tags and properties):
Mention more variables.
2009-02-15 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Checkboxes): Update to changed command behavior.
2009-02-12 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Tracking TODO state changes): Document storing state
change notes into a drawer.
(Agenda commands): Document the agenda command `z'.
(Tag searches, Clean view, Special agenda views): Document the
special interpretation of LEVEL when odd levels are used.
2009-02-11 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (CSS support): Document CSS classes for section numbers.
(Links, Images in HTML export): Better documentation of hot to set
attribute for images.
2009-02-05 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Clocking work time): Decoment how to make the clock
persist from one Emacs session to the next.
2009-01-30 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (TODO dependencies): Document TODO dependencies on
checkboxes.
2009-01-27 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (TODO dependencies): New section.
2009-01-26 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Plain lists, TODO basics, Priorities)
(Multiple sets in one file, Conflicts): Document interaction with
`shift-selection-mode'.
2009-01-24 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (References): Add information about remote references.
2009-01-21 Carsten Dominik <carsten.dominik@gmail.com>
* orgcard.tex: Document `C-c RET' in tables.
* org.texi (Built-in table editor): Document `C-c RET' in tables.
2009-01-20 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Math symbols, Quoting LaTeX code): Mention that simple
LaTeX macros survive LaTeX export.
(Images in LaTeX export): Show how to create a reference to a
figure.
(Sectioning structure): Document that the LaTeX class can be
specified in a property.
2009-01-19 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Text areas in HTML export): New section.
(External links): Add examples for text search and ID links.
2009-01-16 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Built-in table editor): Remove the descriptio of `C-c
C-q', it not longer works.
2009-01-09 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Literal examples): Document that a space must follow
the colon in short examples.
2009-01-08 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Relative timer): Document `org-timer-stop'.
2008-12-31 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Footnotes): New section.
(Footnote markup): Shorten section and refer to new Footnote
section.
2008-12-26 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Literal examples): Add documentation for line
numbering in and references to code examples.
(CSS support): Fix the description of default CSS styles.
2008-12-22 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Capturing column view): Document
"file:path/to/file.org" as an allowed value for the ID property of
a dynamic block copying column view.
2008-12-19 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (References): Document special last-row references.
2008-12-17 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi: Fix typos and grammatical issues.
2008-12-15 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Tables in LaTeX export): New section.
2008-12-10 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Images in LaTeX export): New section.
(Inlined images, Images in HTML export): Sections renamed.
2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Using the mapping API): Fix bug in mapping example.
(Publishing options): Make the list of properties complete again,
in correspondence to the variable `org-export-plist-vars'.
2008-11-29 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Property searches): Document new special values for
time comparisons.
2008-11-27 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Tag inheritance): Refine the description of tag
inheritance.
2008-11-25 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Project alist): Add info about the publishing sequence
of components.
(Effort estimates): Document the new relativer timer.
2008-11-24 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi: Re-apply the change to FDL 1.3.
2008-11-18 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Setting up Remember): Document `org-remember-mode'.
2008-11-14 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (External links): Document that bbdb links can use a
regular expression.
(External links): Document that elisp links can contain
interactive commands.
2008-11-10 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Clocking work time): Document the :formula property of
clock tables.
(Structure editing, Refiling notes): Document refiling regions.
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 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 Charles Sebold <csebold@gmail.com>
* org.texi (Org Plot): Add documentation for timefmt option.
2008-10-16 Carsten Dominik <dominik@science.uva.nl>
* org.texi (TODO basics): Add documentation for tag triggers.
2008-09-05 Carsten Dominik <dominik@science.uva.nl>
* org.texi (Creating timestamps): Fix documentation of the "C-c ."
command.
(Literal examples): Document using artist-mode for ASCII
drawings.
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 Carsten Dominik <dominik@science.uva.nl>
* org.texi (Using the mapping API): New section.
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.