Carsten Dominik 17 gadi atpakaļ
vecāks
revīzija
d7bbcefe4f
10 mainītis faili ar 1138 papildinājumiem un 650 dzēšanām
  1. 37 4
      ChangeLog
  2. 7 5
      Makefile
  3. 488 382
      org
  4. 1 0
      org-install.el
  5. 499 229
      org.el
  6. BIN
      org.pdf
  7. 104 22
      org.texi
  8. BIN
      orgcard.pdf
  9. 2 8
      orgcard.tex
  10. BIN
      orgcard_letter.pdf

+ 37 - 4
ChangeLog

@@ -1,10 +1,43 @@
-2007-10-12  Carsten Dominik  <dominik@science.uva.nl>
+2007-10-18  Carsten Dominik  <dominik@science.uva.nl>
 
-	* org.el (org-sort-entries): Rewrite using `sort-subr'.
-	(org-set-property): More appropriate completion during
-	interactive use.
+	* org.el (org-agenda-get-restriction-and-command): New function.
+	(org-agenda): Use `org-agenda-get-restriction-and-command'.
+	(org-todo-blocker-hook, org-todo-trigger-hook): New hook.
+	(org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
+	New functions.
+	(org-entry-add-to-multivalued-property)
+	(org-entry-remove-from-multivalued-property)
+	(org-entry-member-in-multivalued-property): New functions.
+	(org-remember-apply-template): Catch C-g and make sure window
+	configuration is restored.
+	(org-agenda-open-link): Make is work with several links in the
+	line.
+	(org-drawers, org-set-regexps-and-options)
+	(org-get-current-options): Added support for a DRAWERS in-buffer
+	option.
+	(org-agenda-window-frame-fractions): New option.
+	(org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
+	(org-columns-cleanup-item, org-find-entry-with-id)
+	(org-insert-columns-dblock, org-listtable-to-string)
+	(org-dblock-write:columnview, org-columns-capture-view)
+	(org-edit-headline): New functions.
+	(org-agenda-to-appt): Require calendar.
+	(org-entry-get-with-inheritance): Widen for search.
+	(org-columns-display-here): Don't mark buffer as modified when
+	adding space characters to accomodate column overlays.
+	(org-export-as-html): Better formatting of tags in the toc.
+	(org-columns-display-here): Make the ITEM column as compact as
+	possible.
+	(org-remember-templates): Customization interface improved.
+	(org-export-with-property-drawer): Variable removed.
+	(org-export-with-drawers): New option.
+	(org-complex-heading-regexp): New variable.
+	(org-sort-entries): Rewrite using `sort-subr'.
+	(org-set-property): More appropriate completion during interactive
+	use.
 	(org-sort-entries): Allow sorting by property.
 	(org-additional-option-like-keywords): Added more values.
+	(org-sort-entries-or-items): Renamed from `org-sort-entries'.
 
 ----------------------------------------------------------------------
 

+ 7 - 5
Makefile

@@ -167,11 +167,13 @@ release:
 	$(MKDIR) org-release
 	cp org-$(TAG).zip org-$(TAG).tar.gz org-release
 	cp org.pdf orgcard.pdf org.texi org.html org-release
-	cp ORGWEBPAGE/tmp/*.html org-release
-	cp ORGWEBPAGE/tmp/*.el   org-release
-	cp ORGWEBPAGE/tmp/*.txt  org-release
-	cp ORGWEBPAGE/tmp/*.css  org-release
-	cp ORGWEBPAGE/tmp/*.jpg  org-release
+	cp ORGWEBPAGE/tmp/*.html   org-release
+	cp ORGWEBPAGE/tmp/*.el     org-release
+	cp ORGWEBPAGE/tmp/*.txt    org-release
+	cp ORGWEBPAGE/tmp/*.css    org-release
+	cp ORGWEBPAGE/tmp/*.jpg    org-release
+#	cp ORGWEBPAGE/tmp/*.tar.gz org-release
+#	cp ORGWEBPAGE/tmp/*.zip org-release
 	cp org-release/org-$(TAG).zip    org-release/org.zip
 	cp org-release/org-$(TAG).tar.gz org-release/org.tar.gz
 

+ 488 - 382
org

@@ -5,7 +5,7 @@ START-INFO-DIR-ENTRY
 * Org Mode: (org).      Outline-based notes management and organizer
 END-INFO-DIR-ENTRY
 
-   This manual is for Org-mode (version 5.12).
+   This manual is for Org-mode (version 5.13).
 
    Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation
 
@@ -27,7 +27,7 @@ File: org,  Node: Top,  Next: Introduction,  Prev: (dir),  Up: (dir)
 Org Mode Manual
 ***************
 
-This manual is for Org-mode (version 5.12).
+This manual is for Org-mode (version 5.13).
 
    Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation
 
@@ -166,6 +166,7 @@ Column View
 
 * Defining columns::            The COLUMNS format property
 * Using column view::           How to create and use column view
+* Capturing Column View::       A dynamic block for column view
 
 Defining Columns
 
@@ -753,7 +754,8 @@ File: org,  Node: Structure editing,  Next: Archiving,  Prev: Motion,  Up: Docum
      the current headline are sorted.  The command prompts for the
      sorting method, which can be alphabetically, numerically, by time
      (using the first time stamp in each entry), by priority, and each
-     of these in reverse order.  With a `C-u' prefix, sorting will be
+     of these in reverse order.  You can also supply your own function
+     to extract the sorting key.  With a `C-u' prefix, sorting will be
      case-sensitive.  With two `C-u C-u' prefixes, duplicate entries
      will also be removed.
 
@@ -1045,8 +1047,8 @@ File: org,  Node: Drawers,  Next: orgstruct-mode,  Prev: Plain lists,  Up: Docum
 
 Sometimes you want to keep information associated with an entry, but you
 normally don't want to see it.  For this, Org-mode has _drawers_.
-Drawers need to be configured with the variable `org-drawers', and look
-like this:
+Drawers need to be configured with the variable `org-drawers'(1), and
+look like this:
 
      ** This is a headline
         Still outside the drawer
@@ -1061,6 +1063,11 @@ In order to look inside the drawer, you need to move the cursor to the
 drawer line and press <TAB> there.  Org-mode uses a drawer for storing
 properties (*note Properties and columns::).
 
+   ---------- Footnotes ----------
+
+   (1) You can define drawers on a per-file basis with a line like
+`#+DRAWERS: HIDDEN PROPPERTIES STATE'
+
 
 File: org,  Node: orgstruct-mode,  Prev: Drawers,  Up: Document structure
 
@@ -3230,6 +3237,7 @@ collected selected items, possibly from a number of files.
 
 * Defining columns::            The COLUMNS format property
 * Using column view::           How to create and use column view
+* Capturing Column View::       A dynamic block for column view
 
 
 File: org,  Node: Defining columns,  Next: Using column view,  Prev: Column view,  Up: Column view
@@ -3317,7 +3325,7 @@ column by adding time duration expressions like HH:MM, and for the
 been checked.
 
 
-File: org,  Node: Using column view,  Prev: Defining columns,  Up: Column view
+File: org,  Node: Using column view,  Next: Capturing Column View,  Prev: Defining columns,  Up: Column view
 
 7.4.2 Using Column View
 -----------------------
@@ -3357,6 +3365,9 @@ Editing values
      property.  For example, when editing a TAGS property, the tag
      completion or fast selection interface will pop up.  
 
+`C-c C-c'
+     When there is a checkbox at point, toggle it.  
+
 `v'
      View the full value of this property.  This is useful if the width
      of the column is smaller than that of the value.  
@@ -3379,6 +3390,56 @@ Modifying the table structure
 `S-M-<left>'
      Delete the current column.
 
+
+File: org,  Node: Capturing Column View,  Prev: Using column view,  Up: Column view
+
+7.4.3 Capturing Column View
+---------------------------
+
+Since column view is just an overlay over a buffer, it cannot be
+exported or printed directly.  If you want to capture a column view, use
+the dynamic block (*note Dynamic blocks::).  The frame of this block
+looks like this:
+
+     * The column view
+     #+BEGIN: columnview :hlines 1 :id "label"
+
+     #+END:
+
+This dynamic block has the following parameters:
+
+`:id'
+     This is most important parameter.  Column view is a feature that is
+     often localized to a certain (sub)tree, and the capture block
+     might be in a different location in the file.  To identify the
+     tree whose view to capture, you can use 3 values:
+          local     use the tree in which the capture block is located
+          global    make a global view, including all headings in the file
+          "label"   call column view in the tree that has and `:ID:'
+                    property with the value label
+
+`:hlines'
+     When `t', insert a hline after every line.  When a number N, insert
+     a hline before each headline with level `<= N'.
+
+`:vlines'
+     When set to `t', enforce column groups to get vertical lines.
+
+The following commands insert or update the dynamic block:
+
+`C-c C-x r'
+     Insert a dynamic block capturing a column view.  You will be
+     prompted for the scope or id of the view.  
+
+`C-c C-c'
+`C-c C-x C-u'
+     Update dynamical block at point.  The cursor needs to be in the
+     `#+BEGIN' line of the dynamic block.  
+
+`C-u C-c C-x C-u'
+     Update all dynamic blocks (*note Dynamic blocks::).  This is
+     useful if you have several clocktable blocks in a buffer.
+
 
 File: org,  Node: Property API,  Prev: Column view,  Up: Properties and columns
 
@@ -4178,14 +4239,15 @@ command.  The dispatcher offers the following default commands:
      `multi-occur'.  A prefix argument can be used to specify the
      number of context lines for each match, default is 1.
 
-`1'
-     Restrict an agenda command to the current buffer.  After pressing
-     `1', you still need to press the character selecting the command.
+`<'
+     Restrict an agenda command to the current buffer(1).  After
+     pressing `<', you still need to press the character selecting the
+     command.
 
-`0'
+`< <'
      If there is an active region, restrict the following agenda
      command to the region.  Otherwise, restrict it to the current
-     subtree.  After pressing `0', you still need to press the
+     subtree(2).  After pressing `< <', you still need to press the
      character selecting the command.
 
    You can also define custom commands that will be accessible through
@@ -4194,6 +4256,14 @@ possibility to create extended agenda buffers that contain several
 blocks together, for example the weekly agenda, the global TODO list and
 a number of special tags matches.  *Note Custom agenda views::.
 
+   ---------- Footnotes ----------
+
+   (1) For backward compatibility, you can also press `1' to restrict
+to the current buffer.
+
+   (2) For backward compatibility, you can also press `0' to restrict
+to the current buffer.
+
 
 File: org,  Node: Built-in agenda views,  Next: Presentation and sorting,  Prev: Agenda dispatcher,  Up: Agenda views
 
@@ -4828,12 +4898,19 @@ types:
              ("u" tags "+BOSS-URGENT")
              ("v" tags-todo "+BOSS-URGENT")
              ("U" tags-tree "+BOSS-URGENT")
-             ("f" occur-tree "\\<FIXME\\>")))
-
-The initial single-character string in each entry defines the character
-you have to press after the dispatcher command `C-c a' in order to
-access the command.   The second parameter is the search type, followed
-by the string or regular expression to be used for the matching.  The
+             ("f" occur-tree "\\<FIXME\\>")
+             ("h" . "HOME+Name tags searches") ; description for "h" prefix
+             ("hl" tags "+HOME+Lisa")
+             ("hp" tags "+HOME+Peter")
+             ("hk" tags "+HOME+Kim")))
+
+The initial string in each entry defines the keys you have to press
+after the dispatcher command `C-c a' in order to access the command.
+Usually this will be just a single character, but if you have many
+similar commands, you can also define two-letter combinations where the
+first character is the same in several combinations and serves as a
+prefix key(1).  The second parameter is the search type, followed by
+the string or regular expression to be used for the matching.  The
 example above will therefore define:
 
 `C-c a w'
@@ -4858,7 +4935,17 @@ example above will therefore define:
 
 `C-c a f'
      to create a sparse tree (again: current buffer only) with all
-     entries containing the word `FIXME'.
+     entries containing the word `FIXME'
+
+`C-c a h'
+     as a prefix command for a HOME tags search where you have to press
+     an additional key (`l', `p' or `k') to select a name (Lisa, Peter,
+     or Kim) as additional tag to match.
+
+   ---------- Footnotes ----------
+
+   (1) You can provide a description for a prefix key by inserting a
+cons cell with the prefix and the description.
 
 
 File: org,  Node: Block agenda,  Next: Setting Options,  Prev: Storing searches,  Up: Custom agenda views
@@ -5896,7 +5983,7 @@ you can:
      skip:      turn on/off skipping the text before the first heading
      author:    turn on/off inclusion of author name/email into exported file
      timestamp: turn on/off inclusion creation time into exported file
-     p:         turn on/off inclusion of tags
+     d:         turn on/off inclusion of drawers
 
    These options take effect in both the HTML and LaTeX export, except
 for `TeX' and `LaTeX', which are respectively `t' and `nil' for the
@@ -6361,8 +6448,12 @@ file is visited again in a new Emacs session.
 `#+CONSTANTS: name1=value1 ...'
      Set file-local values for constants to be used in table formulas.
      This line set the local variable
-     `org-table-formula-constants-local'.  The global version of theis
-     variable is `org-table-formula-constants'.  corresponding
+     `org-table-formula-constants-local'.  The global version of this
+     variable is `org-table-formula-constants'.
+
+`#+DRAWERS: NAME1 .....'
+     Set the file-local set of drawers.  The corresponding global
+     variable is `org-drawers'.
 
 `#+LINK:  linkword replace'
      These lines (several are allowed) specify link abbreviations.
@@ -7412,7 +7503,7 @@ if I have forgotten someone, please accept my apologies and let me know.
    * John Foerch figured out how to make incremental search show context
      around a match in a hidden outline tree.
 
-   * Niels Giessen had the idea to automatically archive DONE trees.
+   * Niels Giesen had the idea to automatically archive DONE trees.
 
    * Bastien Guerry wrote the LaTeX exporter and has been prolific with
      patches, ideas, and bug reports.
@@ -7525,7 +7616,7 @@ Index
 * action, for publishing:                Publishing action.   (line   6)
 * activation:                            Activation.          (line   6)
 * active region <1>:                     ASCII export.        (line   9)
-* active region <2>:                     Structure editing.   (line  70)
+* active region <2>:                     Structure editing.   (line  71)
 * active region <3>:                     Built-in table editor.
                                                               (line 143)
 * active region:                         HTML Export commands.
@@ -7544,7 +7635,7 @@ Index
 * agenda, pipe:                          Extracting Agenda Information for other programs.
                                                               (line   6)
 * agenda, with block views:              Block agenda.        (line   6)
-* align, STARTUP keyword:                In-buffer settings.  (line  68)
+* align, STARTUP keyword:                In-buffer settings.  (line  72)
 * allout.el:                             Conflicts.           (line   6)
 * angular brackets, around links:        External links.      (line  43)
 * API, for properties <1>:               Property API.        (line   6)
@@ -7603,9 +7694,9 @@ Index
 * completion, of TODO keywords:          Workflow states.     (line  15)
 * constants, in calculations:            References.          (line  82)
 * constants.el:                          Cooperation.         (line  14)
-* constcgs, STARTUP keyword:             In-buffer settings.  (line  94)
-* constSI, STARTUP keyword:              In-buffer settings.  (line  94)
-* content, STARTUP keyword:              In-buffer settings.  (line  61)
+* constcgs, STARTUP keyword:             In-buffer settings.  (line  98)
+* constSI, STARTUP keyword:              In-buffer settings.  (line  98)
+* content, STARTUP keyword:              In-buffer settings.  (line  65)
 * contents, global visibility state:     Visibility cycling.  (line  22)
 * copying, of subtrees:                  Structure editing.   (line   6)
 * creating timestamps:                   Creating timestamps. (line   6)
@@ -7614,7 +7705,7 @@ Index
 * custom date/time format:               Custom time format.  (line   6)
 * custom search strings:                 Custom searches.     (line   6)
 * customization:                         Customization.       (line   6)
-* customtime, STARTUP keyword:           In-buffer settings.  (line  91)
+* customtime, STARTUP keyword:           In-buffer settings.  (line  95)
 * cutting, of subtrees:                  Structure editing.   (line   6)
 * cycling, of TODO states:               TODO basics.         (line  13)
 * cycling, visibility:                   Visibility cycling.  (line   6)
@@ -7650,7 +7741,7 @@ Index
 * emphasized text:                       Export options.      (line  26)
 * enhancing text:                        Enhancing text.      (line   6)
 * evaluate time range:                   Creating timestamps. (line  48)
-* even, STARTUP keyword:                 In-buffer settings.  (line  84)
+* even, STARTUP keyword:                 In-buffer settings.  (line  88)
 * exporting:                             Exporting.           (line   6)
 * exporting agenda views <1>:            Agenda commands.     (line 233)
 * exporting agenda views:                Exporting Agenda Views.
@@ -7714,7 +7805,7 @@ Index
 * headline, promotion and demotion:      Structure editing.   (line   6)
 * headlines:                             Headlines.           (line   6)
 * hide text:                             Visibility cycling.  (line   6)
-* hidestars, STARTUP keyword:            In-buffer settings.  (line  84)
+* hidestars, STARTUP keyword:            In-buffer settings.  (line  88)
 * hiding leading stars:                  Clean view.          (line   6)
 * history:                               History and Acknowledgments.
                                                               (line   6)
@@ -7772,12 +7863,12 @@ Index
 * lists, hand-formatted:                 Enhancing text.      (line  11)
 * lists, ordered:                        Plain lists.         (line   6)
 * lists, plain:                          Plain lists.         (line   6)
-* logdone, STARTUP keyword:              In-buffer settings.  (line  73)
+* logdone, STARTUP keyword:              In-buffer settings.  (line  77)
 * logging, of progress:                  Progress logging.    (line   6)
-* lognoteclock-out, STARTUP keyword:     In-buffer settings.  (line  73)
-* lognotedone, STARTUP keyword:          In-buffer settings.  (line  73)
-* lognotestate, STARTUP keyword:         In-buffer settings.  (line  73)
-* logrepeat, STARTUP keyword:            In-buffer settings.  (line  73)
+* lognoteclock-out, STARTUP keyword:     In-buffer settings.  (line  77)
+* lognotedone, STARTUP keyword:          In-buffer settings.  (line  77)
+* lognotestate, STARTUP keyword:         In-buffer settings.  (line  77)
+* logrepeat, STARTUP keyword:            In-buffer settings.  (line  77)
 * maintainer:                            Feedback.            (line   6)
 * mark ring:                             Handling links.      (line  82)
 * marking characters, tables:            Advanced features.   (line  40)
@@ -7798,11 +7889,11 @@ Index
 * named references:                      References.          (line  82)
 * names as TODO keywords:                TODO types.          (line   6)
 * narrow columns in tables:              Narrow columns.      (line   6)
-* noalign, STARTUP keyword:              In-buffer settings.  (line  68)
-* nologging, STARTUP keyword:            In-buffer settings.  (line  73)
-* nologrepeat, STARTUP keyword:          In-buffer settings.  (line  73)
+* noalign, STARTUP keyword:              In-buffer settings.  (line  72)
+* nologging, STARTUP keyword:            In-buffer settings.  (line  77)
+* nologrepeat, STARTUP keyword:          In-buffer settings.  (line  77)
 * occur, command:                        Sparse trees.        (line   6)
-* odd, STARTUP keyword:                  In-buffer settings.  (line  84)
+* odd, STARTUP keyword:                  In-buffer settings.  (line  88)
 * option keyword completion:             Completion.          (line   6)
 * options, for custom agenda views:      Setting Options.     (line   6)
 * options, for customization:            Customization.       (line   6)
@@ -7824,7 +7915,7 @@ Index
 * outline-mode:                          Outlines.            (line   6)
 * outlines:                              Outlines.            (line   6)
 * overview, global visibility state:     Visibility cycling.  (line  22)
-* overview, STARTUP keyword:             In-buffer settings.  (line  61)
+* overview, STARTUP keyword:             In-buffer settings.  (line  65)
 * packages, interaction with other:      Interaction.         (line   6)
 * pasting, of subtrees:                  Structure editing.   (line   6)
 * per file keywords:                     Per file keywords.   (line   6)
@@ -7861,7 +7952,7 @@ Index
 * references, to fields:                 References.          (line  15)
 * references, to ranges:                 References.          (line  60)
 * region, active <1>:                    ASCII export.        (line   9)
-* region, active <2>:                    Structure editing.   (line  70)
+* region, active <2>:                    Structure editing.   (line  71)
 * region, active <3>:                    HTML Export commands.
                                                               (line   6)
 * region, active:                        Built-in table editor.
@@ -7888,8 +7979,8 @@ Index
 * show all, command:                     Visibility cycling.  (line  33)
 * show all, global visibility state:     Visibility cycling.  (line  22)
 * show hidden text:                      Visibility cycling.  (line   6)
-* showall, STARTUP keyword:              In-buffer settings.  (line  61)
-* showstars, STARTUP keyword:            In-buffer settings.  (line  84)
+* showall, STARTUP keyword:              In-buffer settings.  (line  65)
+* showstars, STARTUP keyword:            In-buffer settings.  (line  88)
 * sorting, of agenda items:              Sorting of agenda items.
                                                               (line   6)
 * sparse tree, for deadlines:            Inserting deadline/schedule.
@@ -7974,7 +8065,7 @@ Index
 * TODO workflow:                         Workflow states.     (line   6)
 * transient-mark-mode <1>:               Built-in table editor.
                                                               (line 143)
-* transient-mark-mode <2>:               Structure editing.   (line  70)
+* transient-mark-mode <2>:               Structure editing.   (line  71)
 * transient-mark-mode <3>:               ASCII export.        (line   9)
 * transient-mark-mode:                   HTML Export commands.
                                                               (line   6)
@@ -8019,40 +8110,40 @@ Key Index
 * -:                                     Agenda commands.     (line 151)
 * .:                                     Agenda commands.     (line  99)
 * ::                                     Agenda commands.     (line 130)
-* < <1>:                                 Using column view.   (line  54)
-* <:                                     The date/time prompt.
+* < <1>:                                 The date/time prompt.
                                                               (line  45)
+* <:                                     Using column view.   (line  57)
 * <left>:                                Agenda commands.     (line  96)
 * <RET> <1>:                             Agenda commands.     (line  39)
 * <RET> <2>:                             Setting tags.        (line  76)
-* <RET> <3>:                             Built-in table editor.
-                                                              (line  64)
-* <RET>:                                 The date/time prompt.
+* <RET> <3>:                             The date/time prompt.
                                                               (line  70)
+* <RET>:                                 Built-in table editor.
+                                                              (line  64)
 * <right>:                               Agenda commands.     (line  91)
 * <SPC> <1>:                             Agenda commands.     (line  28)
 * <SPC>:                                 Setting tags.        (line  73)
-* <TAB> <1>:                             Setting tags.        (line  68)
+* <TAB> <1>:                             CDLaTeX mode.        (line  23)
 * <TAB> <2>:                             Visibility cycling.  (line  10)
-* <TAB> <3>:                             CDLaTeX mode.        (line  23)
-* <TAB> <4>:                             Plain lists.         (line  41)
-* <TAB> <5>:                             Built-in table editor.
+* <TAB> <3>:                             Setting tags.        (line  68)
+* <TAB> <4>:                             Agenda commands.     (line  33)
+* <TAB> <5>:                             Editing and debugging formulas.
                                                               (line  57)
-* <TAB> <6>:                             Editing and debugging formulas.
+* <TAB> <6>:                             Built-in table editor.
                                                               (line  57)
-* <TAB>:                                 Agenda commands.     (line  33)
-* > <1>:                                 Using column view.   (line  54)
-* > <2>:                                 Agenda commands.     (line 173)
-* >:                                     The date/time prompt.
+* <TAB>:                                 Plain lists.         (line  41)
+* > <1>:                                 The date/time prompt.
                                                               (line  46)
+* > <2>:                                 Using column view.   (line  57)
+* >:                                     Agenda commands.     (line 173)
 * ^:                                     CDLaTeX mode.        (line  33)
 * _:                                     CDLaTeX mode.        (line  33)
 * `:                                     CDLaTeX mode.        (line  39)
-* a <1>:                                 Using column view.   (line  43)
-* a:                                     Agenda commands.     (line 134)
+* a <1>:                                 Agenda commands.     (line 134)
+* a:                                     Using column view.   (line  46)
 * b:                                     Agenda commands.     (line  49)
-* c:                                     Agenda commands.     (line 196)
 * C:                                     Agenda commands.     (line 216)
+* c:                                     Agenda commands.     (line 196)
 * C-#:                                   Advanced features.   (line   9)
 * C-':                                   Agenda files.        (line  18)
 * C-,:                                   Agenda files.        (line  18)
@@ -8104,37 +8195,41 @@ Key Index
 * C-c a e:                               Exporting Agenda Views.
                                                               (line  57)
 * C-c a L:                               Timeline.            (line  10)
-* C-c a M:                               Matching tags and properties.
-                                                              (line  15)
-* C-c a m <1>:                           Matching tags and properties.
-                                                              (line  10)
 * C-c a m:                               Tag searches.        (line  13)
+* C-c a M <1>:                           Matching tags and properties.
+                                                              (line  15)
 * C-c a M:                               Tag searches.        (line  17)
+* C-c a m:                               Matching tags and properties.
+                                                              (line  10)
 * C-c a T:                               Global TODO list.    (line  14)
 * C-c a t <1>:                           TODO basics.         (line  49)
 * C-c a t:                               Global TODO list.    (line   9)
 * C-c C-a:                               Visibility cycling.  (line  33)
 * C-c C-b:                               Motion.              (line  15)
-* C-c C-c <1>:                           Clocking work time.  (line  89)
-* C-c C-c <2>:                           Built-in table editor.
-                                                              (line  56)
-* C-c C-c <3>:                           TODO basics.         (line  30)
-* C-c C-c <4>:                           The very busy C-c C-c key.
-                                                              (line   6)
-* C-c C-c <5>:                           Editing and debugging formulas.
-                                                              (line  90)
-* C-c C-c <6>:                           Plain lists.         (line  81)
-* C-c C-c <7>:                           Cooperation.         (line  46)
-* C-c C-c <8>:                           Property syntax.     (line  58)
-* C-c C-c <9>:                           Processing LaTeX fragments.
+* C-c C-c <1>:                           Processing LaTeX fragments.
                                                               (line  15)
-* C-c C-c <10>:                          Checkboxes.          (line  37)
-* C-c C-c <11>:                          Editing and debugging formulas.
+* C-c C-c <2>:                           Cooperation.         (line  37)
+* C-c C-c <3>:                           Built-in table editor.
+                                                              (line  56)
+* C-c C-c <4>:                           Editing and debugging formulas.
                                                               (line  46)
-* C-c C-c:                               Setting tags.        (line  10)
-* C-c C-d <1>:                           Inserting deadline/schedule.
+* C-c C-c <5>:                           Plain lists.         (line  81)
+* C-c C-c <6>:                           Editing and debugging formulas.
+                                                              (line  90)
+* C-c C-c <7>:                           Capturing Column View.
+                                                              (line  39)
+* C-c C-c <8>:                           Cooperation.         (line  46)
+* C-c C-c <9>:                           TODO basics.         (line  30)
+* C-c C-c <10>:                          Clocking work time.  (line  89)
+* C-c C-c <11>:                          Checkboxes.          (line  37)
+* C-c C-c <12>:                          Using column view.   (line  39)
+* C-c C-c <13>:                          Property syntax.     (line  58)
+* C-c C-c <14>:                          Setting tags.        (line  10)
+* C-c C-c:                               The very busy C-c C-c key.
+                                                              (line   6)
+* C-c C-d <1>:                           Agenda commands.     (line 158)
+* C-c C-d:                               Inserting deadline/schedule.
                                                               (line   9)
-* C-c C-d:                               Agenda commands.     (line 158)
 * C-c C-e:                               Exporting.           (line  20)
 * C-c C-e a:                             ASCII export.        (line   9)
 * C-c C-e b:                             HTML Export commands.
@@ -8158,10 +8253,10 @@ Key Index
 * C-c C-e v a:                           ASCII export.        (line  16)
 * C-c C-e v b:                           HTML Export commands.
                                                               (line  24)
-* C-c C-e v H:                           HTML Export commands.
-                                                              (line  24)
 * C-c C-e v h:                           HTML Export commands.
                                                               (line  24)
+* C-c C-e v H:                           HTML Export commands.
+                                                              (line  24)
 * C-c C-e v l:                           LaTeX export commands.
                                                               (line  10)
 * C-c C-e v L:                           LaTeX export commands.
@@ -8180,9 +8275,9 @@ Key Index
                                                               (line 127)
 * C-c C-q:                               Editing and debugging formulas.
                                                               (line  50)
-* C-c C-r <1>:                           Editing and debugging formulas.
+* C-c C-r <1>:                           Visibility cycling.  (line  34)
+* C-c C-r:                               Editing and debugging formulas.
                                                               (line  53)
-* C-c C-r:                               Visibility cycling.  (line  34)
 * C-c C-s <1>:                           Agenda commands.     (line 155)
 * C-c C-s:                               Inserting deadline/schedule.
                                                               (line  20)
@@ -8195,8 +8290,8 @@ Key Index
 * C-c C-x b:                             Visibility cycling.  (line  41)
 * C-c C-x C-a:                           ARCHIVE tag.         (line  28)
 * C-c C-x C-b:                           Checkboxes.          (line  39)
-* C-c C-x C-c <1>:                       Agenda commands.     (line 223)
-* C-c C-x C-c:                           Using column view.   (line   9)
+* C-c C-x C-c <1>:                       Using column view.   (line   9)
+* C-c C-x C-c:                           Agenda commands.     (line 223)
 * C-c C-x C-d:                           Clocking work time.  (line  42)
 * C-c C-x C-i:                           Clocking work time.  (line  12)
 * C-c C-x C-j:                           Clocking work time.  (line  38)
@@ -8209,8 +8304,10 @@ Key Index
 * C-c C-x C-r:                           Clocking work time.  (line  50)
 * C-c C-x C-s:                           Moving subtrees.     (line  10)
 * C-c C-x C-t:                           Custom time format.  (line  12)
-* C-c C-x C-u <1>:                       Clocking work time.  (line  91)
-* C-c C-x C-u:                           Dynamic blocks.      (line  21)
+* C-c C-x C-u <1>:                       Capturing Column View.
+                                                              (line  42)
+* C-c C-x C-u <2>:                       Dynamic blocks.      (line  21)
+* C-c C-x C-u:                           Clocking work time.  (line  91)
 * C-c C-x C-w <1>:                       Built-in table editor.
                                                               (line 116)
 * C-c C-x C-w:                           Structure editing.   (line  43)
@@ -8222,16 +8319,18 @@ Key Index
 * C-c C-x M-w:                           Built-in table editor.
                                                               (line 113)
 * C-c C-x p:                             Property syntax.     (line  49)
-* C-c C-y <1>:                           Creating timestamps. (line  48)
-* C-c C-y:                               Clocking work time.  (line  25)
+* C-c C-x r:                             Capturing Column View.
+                                                              (line  37)
+* C-c C-y <1>:                           Clocking work time.  (line  25)
+* C-c C-y:                               Creating timestamps. (line  48)
 * C-c l:                                 Handling links.      (line   9)
-* C-c { <1>:                             Editing and debugging formulas.
+* C-c { <1>:                             CDLaTeX mode.        (line  21)
+* C-c {:                                 Editing and debugging formulas.
                                                               (line  33)
-* C-c {:                                 CDLaTeX mode.        (line  21)
 * C-c |:                                 Built-in table editor.
                                                               (line  40)
 * C-c }:                                 Editing and debugging formulas.
-                                                              (line  28)
+                                                              (line  79)
 * C-c ~:                                 Cooperation.         (line  48)
 * C-k:                                   Agenda commands.     (line 116)
 * C-S-<left>:                            Multiple sets in one file.
@@ -8241,23 +8340,25 @@ Key Index
 * C-TAB:                                 ARCHIVE tag.         (line  38)
 * C-u C-c *:                             Updating the table.  (line  16)
 * C-u C-c .:                             Creating timestamps. (line  14)
-* C-u C-c = <1>:                         Editing and debugging formulas.
+* C-u C-c = <1>:                         Field formulas.      (line  24)
+* C-u C-c =:                             Editing and debugging formulas.
                                                               (line  14)
-* C-u C-c =:                             Field formulas.      (line  24)
 * C-u C-c C-c:                           Updating the table.  (line  19)
 * C-u C-c C-l:                           Handling links.      (line  44)
 * C-u C-c C-t:                           TODO basics.         (line  22)
 * C-u C-c C-x C-a:                       ARCHIVE tag.         (line  31)
 * C-u C-c C-x C-s:                       Moving subtrees.     (line  14)
 * C-u C-c C-x C-u <1>:                   Clocking work time.  (line  93)
+* C-u C-c C-x C-u <2>:                   Capturing Column View.
+                                                              (line  44)
 * C-u C-c C-x C-u:                       Dynamic blocks.      (line  22)
 * C-u C-u C-c *:                         Updating the table.  (line  22)
 * C-u C-u C-c =:                         Editing and debugging formulas.
                                                               (line  18)
 * C-u C-u C-c C-c:                       Updating the table.  (line  22)
-* C-x C-s <1>:                           Agenda commands.     (line  87)
-* C-x C-s:                               Editing and debugging formulas.
+* C-x C-s <1>:                           Editing and debugging formulas.
                                                               (line  46)
+* C-x C-s:                               Agenda commands.     (line  87)
 * C-x C-w <1>:                           Exporting Agenda Views.
                                                               (line  11)
 * C-x C-w:                               Agenda commands.     (line 232)
@@ -8267,17 +8368,17 @@ Key Index
 * f:                                     Agenda commands.     (line  42)
 * g:                                     Agenda commands.     (line  76)
 * H:                                     Agenda commands.     (line 220)
-* i:                                     Agenda commands.     (line 201)
 * I:                                     Agenda commands.     (line 178)
+* i:                                     Agenda commands.     (line 201)
 * J:                                     Agenda commands.     (line 190)
 * l:                                     Agenda commands.     (line  55)
 * L:                                     Agenda commands.     (line  30)
 * M:                                     Agenda commands.     (line 207)
 * m:                                     Agenda commands.     (line  66)
-* M-<down> <1>:                          Editing and debugging formulas.
-                                                              (line  76)
-* M-<down>:                              Built-in table editor.
+* M-<down> <1>:                          Built-in table editor.
                                                               (line  82)
+* M-<down>:                              Editing and debugging formulas.
+                                                              (line  76)
 * M-<left> <1>:                          Structure editing.   (line  25)
 * M-<left>:                              Built-in table editor.
                                                               (line  74)
@@ -8286,45 +8387,45 @@ Key Index
 * M-<right> <1>:                         Built-in table editor.
                                                               (line  74)
 * M-<right>:                             Structure editing.   (line  28)
-* M-<TAB> <1>:                           Per file keywords.   (line  23)
-* M-<TAB> <2>:                           Property syntax.     (line  46)
-* M-<TAB> <3>:                           Completion.          (line  10)
-* M-<TAB> <4>:                           Setting tags.        (line   6)
-* M-<TAB>:                               Editing and debugging formulas.
+* M-<TAB> <1>:                           Editing and debugging formulas.
                                                               (line  64)
+* M-<TAB> <2>:                           Completion.          (line  10)
+* M-<TAB> <3>:                           Per file keywords.   (line  23)
+* M-<TAB> <4>:                           Property syntax.     (line  46)
+* M-<TAB>:                               Setting tags.        (line   6)
 * M-<up> <1>:                            Built-in table editor.
                                                               (line  82)
 * M-<up>:                                Editing and debugging formulas.
                                                               (line  76)
-* M-S-<down> <1>:                        Structure editing.   (line  40)
-* M-S-<down> <2>:                        Editing and debugging formulas.
-                                                              (line  72)
-* M-S-<down> <3>:                        Built-in table editor.
+* M-S-<down> <1>:                        Built-in table editor.
                                                               (line  89)
-* M-S-<down>:                            Plain lists.         (line  66)
-* M-S-<left> <1>:                        Built-in table editor.
-                                                              (line  76)
+* M-S-<down> <2>:                        Plain lists.         (line  66)
+* M-S-<down> <3>:                        Structure editing.   (line  40)
+* M-S-<down>:                            Editing and debugging formulas.
+                                                              (line  72)
+* M-S-<left> <1>:                        Structure editing.   (line  31)
 * M-S-<left> <2>:                        The date/time prompt.
                                                               (line  67)
 * M-S-<left> <3>:                        Plain lists.         (line  72)
-* M-S-<left>:                            Structure editing.   (line  31)
+* M-S-<left>:                            Built-in table editor.
+                                                              (line  76)
 * M-S-<RET> <1>:                         Checkboxes.          (line  54)
 * M-S-<RET> <2>:                         Structure editing.   (line  22)
 * M-S-<RET>:                             Plain lists.         (line  59)
-* M-S-<right> <1>:                       The date/time prompt.
-                                                              (line  64)
-* M-S-<right> <2>:                       Built-in table editor.
+* M-S-<right> <1>:                       Built-in table editor.
                                                               (line  79)
-* M-S-<right> <3>:                       Structure editing.   (line  34)
-* M-S-<right>:                           Plain lists.         (line  72)
+* M-S-<right> <2>:                       The date/time prompt.
+                                                              (line  64)
+* M-S-<right> <3>:                       Plain lists.         (line  72)
+* M-S-<right>:                           Structure editing.   (line  34)
 * M-S-<up> <1>:                          Built-in table editor.
                                                               (line  86)
 * M-S-<up> <2>:                          Editing and debugging formulas.
                                                               (line  72)
-* M-S-<up> <3>:                          Structure editing.   (line  37)
-* M-S-<up>:                              Plain lists.         (line  66)
-* mouse-1 <1>:                           Handling links.      (line  73)
-* mouse-1 <2>:                           Agenda commands.     (line  33)
+* M-S-<up> <3>:                          Plain lists.         (line  66)
+* M-S-<up>:                              Structure editing.   (line  37)
+* mouse-1 <1>:                           Agenda commands.     (line  33)
+* mouse-1 <2>:                           Handling links.      (line  73)
 * mouse-1:                               The date/time prompt.
                                                               (line  49)
 * mouse-2 <1>:                           Agenda commands.     (line  33)
@@ -8333,66 +8434,66 @@ Key Index
 * mouse-3:                               Handling links.      (line  78)
 * n <1>:                                 Agenda commands.     (line  19)
 * n:                                     Using column view.   (line  30)
-* o:                                     Agenda commands.     (line  65)
 * O:                                     Agenda commands.     (line 182)
+* o:                                     Agenda commands.     (line  65)
 * p <1>:                                 Agenda commands.     (line  20)
 * p:                                     Using column view.   (line  30)
 * P:                                     Agenda commands.     (line 142)
-* q <1>:                                 Using column view.   (line  17)
-* q:                                     Agenda commands.     (line 243)
-* r <1>:                                 Agenda commands.     (line  80)
-* r:                                     Global TODO list.    (line  22)
-* S:                                     Agenda commands.     (line 211)
+* q <1>:                                 Agenda commands.     (line 243)
+* q:                                     Using column view.   (line  17)
+* r <1>:                                 Global TODO list.    (line  22)
+* r:                                     Agenda commands.     (line  80)
 * s:                                     Agenda commands.     (line  87)
-* S-<down> <1>:                          Editing and debugging formulas.
-                                                              (line  67)
+* S:                                     Agenda commands.     (line 211)
+* S-<down> <1>:                          Plain lists.         (line  62)
 * S-<down> <2>:                          Creating timestamps. (line  40)
-* S-<down> <3>:                          The date/time prompt.
-                                                              (line  58)
-* S-<down> <4>:                          Agenda commands.     (line 151)
-* S-<down> <5>:                          Priorities.          (line  23)
-* S-<down>:                              Plain lists.         (line  62)
-* S-<left> <1>:                          Creating timestamps. (line  35)
-* S-<left> <2>:                          The date/time prompt.
-                                                              (line  55)
-* S-<left> <3>:                          Editing and debugging formulas.
+* S-<down> <3>:                          Priorities.          (line  23)
+* S-<down> <4>:                          Editing and debugging formulas.
                                                               (line  67)
-* S-<left> <4>:                          Multiple sets in one file.
+* S-<down> <5>:                          The date/time prompt.
+                                                              (line  58)
+* S-<down>:                              Agenda commands.     (line 151)
+* S-<left> <1>:                          Multiple sets in one file.
                                                               (line  29)
-* S-<left> <5>:                          Using column view.   (line  26)
+* S-<left> <2>:                          Using column view.   (line  26)
+* S-<left> <3>:                          Agenda commands.     (line 169)
+* S-<left> <4>:                          The date/time prompt.
+                                                              (line  55)
+* S-<left> <5>:                          TODO basics.         (line  26)
 * S-<left> <6>:                          Property syntax.     (line  66)
-* S-<left> <7>:                          Agenda commands.     (line 169)
-* S-<left>:                              TODO basics.         (line  26)
+* S-<left> <7>:                          Editing and debugging formulas.
+                                                              (line  67)
+* S-<left>:                              Creating timestamps. (line  35)
 * S-<RET>:                               Built-in table editor.
                                                               (line 146)
-* S-<right> <1>:                         Using column view.   (line  26)
-* S-<right> <2>:                         Agenda commands.     (line 161)
-* S-<right> <3>:                         Multiple sets in one file.
+* S-<right> <1>:                         Multiple sets in one file.
                                                               (line  29)
-* S-<right> <4>:                         TODO basics.         (line  26)
-* S-<right> <5>:                         The date/time prompt.
-                                                              (line  52)
-* S-<right> <6>:                         Creating timestamps. (line  35)
-* S-<right> <7>:                         Property syntax.     (line  66)
-* S-<right>:                             Editing and debugging formulas.
+* S-<right> <2>:                         Using column view.   (line  26)
+* S-<right> <3>:                         Agenda commands.     (line 161)
+* S-<right> <4>:                         Creating timestamps. (line  35)
+* S-<right> <5>:                         Property syntax.     (line  66)
+* S-<right> <6>:                         Editing and debugging formulas.
                                                               (line  67)
+* S-<right> <7>:                         The date/time prompt.
+                                                              (line  52)
+* S-<right>:                             TODO basics.         (line  26)
 * S-<TAB> <1>:                           Built-in table editor.
                                                               (line  61)
 * S-<TAB>:                               Visibility cycling.  (line  22)
-* S-<up> <1>:                            The date/time prompt.
-                                                              (line  61)
-* S-<up> <2>:                            Priorities.          (line  23)
-* S-<up> <3>:                            Editing and debugging formulas.
+* S-<up> <1>:                            Editing and debugging formulas.
                                                               (line  67)
-* S-<up> <4>:                            Plain lists.         (line  62)
+* S-<up> <2>:                            Plain lists.         (line  62)
+* S-<up> <3>:                            The date/time prompt.
+                                                              (line  61)
+* S-<up> <4>:                            Creating timestamps. (line  40)
 * S-<up> <5>:                            Agenda commands.     (line 145)
-* S-<up>:                                Creating timestamps. (line  40)
-* S-M-<left>:                            Using column view.   (line  58)
+* S-<up>:                                Priorities.          (line  23)
+* S-M-<left>:                            Using column view.   (line  61)
 * S-M-<RET>:                             TODO basics.         (line  57)
-* S-M-<right>:                           Using column view.   (line  55)
-* T:                                     Agenda commands.     (line 125)
+* S-M-<right>:                           Using column view.   (line  58)
 * t:                                     Agenda commands.     (line 112)
-* v:                                     Using column view.   (line  39)
+* T:                                     Agenda commands.     (line 125)
+* v:                                     Using column view.   (line  42)
 * w:                                     Agenda commands.     (line  66)
 * X:                                     Agenda commands.     (line 185)
 * x:                                     Agenda commands.     (line 244)
@@ -8402,222 +8503,227 @@ Key Index
 
 Tag Table:
 Node: Top970
-Node: Introduction13081
-Node: Summary13496
-Node: Installation16623
-Node: Activation18001
-Node: Feedback19238
-Node: Document structure21307
-Node: Outlines22199
-Node: Headlines22864
-Ref: Headlines-Footnote-123868
-Node: Visibility cycling23979
-Ref: Visibility cycling-Footnote-126189
-Ref: Visibility cycling-Footnote-226247
-Ref: Visibility cycling-Footnote-326297
-Node: Motion26567
-Node: Structure editing27521
-Node: Archiving30616
-Node: ARCHIVE tag31174
-Node: Moving subtrees32967
-Ref: Moving subtrees-Footnote-134514
-Node: Sparse trees34801
-Ref: Sparse trees-Footnote-137073
-Ref: Sparse trees-Footnote-237255
-Node: Plain lists37370
-Ref: Plain lists-Footnote-141567
-Ref: Plain lists-Footnote-241925
-Node: Drawers42106
-Node: orgstruct-mode42944
-Node: Tables43844
-Node: Built-in table editor44425
-Node: Narrow columns51831
-Ref: Narrow columns-Footnote-153766
-Node: Column groups53812
-Node: orgtbl-mode55345
-Node: The spreadsheet56148
-Node: References57235
-Ref: References-Footnote-161699
-Node: Formula syntax for Calc61988
-Node: Formula syntax for Lisp64445
-Node: Field formulas66163
-Node: Column formulas67471
-Node: Editing and debugging formulas69070
-Node: Updating the table73223
-Node: Advanced features74276
-Node: Hyperlinks78801
-Node: Link format79579
-Node: Internal links80872
-Ref: Internal links-Footnote-182797
-Node: Radio targets82932
-Node: External links83632
-Node: Handling links86036
-Ref: Handling links-Footnote-191352
-Ref: Handling links-Footnote-291589
-Node: Using links outside Org-mode91663
-Node: Link abbreviations92173
-Node: Search options93866
-Ref: Search options-Footnote-195646
-Node: Custom searches95727
-Node: TODO items96758
-Node: TODO basics97796
-Node: TODO extensions100011
-Node: Workflow states100955
-Ref: Workflow states-Footnote-1102130
-Node: TODO types102223
-Ref: TODO types-Footnote-1103806
-Node: Multiple sets in one file103888
-Node: Fast access to TODO states105508
-Node: Per file keywords106651
-Ref: Per file keywords-Footnote-1107953
-Node: Faces for TODO keywords108154
-Node: Progress logging108860
-Node: Closing items109291
-Ref: Closing items-Footnote-1110225
-Ref: Closing items-Footnote-2110430
-Node: Tracking TODO state changes110503
-Ref: Tracking TODO state changes-Footnote-1111688
-Node: Priorities111763
-Ref: Priorities-Footnote-1113413
-Node: Breaking down tasks113483
-Ref: Breaking down tasks-Footnote-1114003
-Node: Checkboxes114099
-Node: Tags116948
-Node: Tag inheritance117720
-Node: Setting tags118657
-Ref: Setting tags-Footnote-1123180
-Ref: Setting tags-Footnote-2123292
-Node: Tag searches123375
-Node: Properties and columns126102
-Node: Property syntax127207
-Node: Special properties129897
-Node: Property searches130813
-Node: Column view132080
-Node: Defining columns133247
-Node: Scope of column definitions133645
-Node: Column attributes134567
-Node: Using column view136815
-Node: Property API138802
-Node: Timestamps139156
-Node: Time stamps139567
-Ref: Time stamps-Footnote-1141921
-Node: Creating timestamps142037
-Node: The date/time prompt144111
-Ref: The date/time prompt-Footnote-1146717
-Node: Custom time format146823
-Node: Deadlines and scheduling148515
-Ref: Deadlines and scheduling-Footnote-1150588
-Node: Inserting deadline/schedule150743
-Node: Repeated tasks151861
-Ref: Repeated tasks-Footnote-1153539
-Node: Clocking work time153660
-Ref: Clocking work time-Footnote-1158507
-Ref: Clocking work time-Footnote-2158585
-Node: Remember158711
-Node: Setting up remember159590
-Node: Remember templates160193
-Ref: Remember templates-Footnote-1163754
-Ref: Remember templates-Footnote-2163937
-Node: Storing notes164035
-Ref: Storing notes-Footnote-1166514
-Node: Agenda views166616
-Node: Agenda files168567
-Ref: Agenda files-Footnote-1169535
-Ref: Agenda files-Footnote-2169684
-Node: Agenda dispatcher169877
-Node: Built-in agenda views171880
-Node: Weekly/Daily agenda172462
-Node: Global TODO list175799
-Node: Matching tags and properties178079
-Node: Timeline179170
-Node: Stuck projects179844
-Node: Presentation and sorting181697
-Node: Categories182490
-Ref: Categories-Footnote-1183201
-Node: Time-of-day specifications183521
-Node: Sorting of agenda items185494
-Node: Agenda commands186778
-Node: Custom agenda views194241
-Node: Storing searches194962
-Node: Block agenda196876
-Node: Setting Options198108
-Node: Exporting Agenda Views200849
-Ref: Exporting Agenda Views-Footnote-1205135
-Ref: Exporting Agenda Views-Footnote-2205192
-Node: Extracting Agenda Information for other programs205378
-Node: Embedded LaTeX209506
-Ref: Embedded LaTeX-Footnote-1210600
-Node: Math symbols210790
-Node: Subscripts and Superscripts211557
-Node: LaTeX fragments212403
-Ref: LaTeX fragments-Footnote-1214636
-Ref: LaTeX fragments-Footnote-2214897
-Node: Processing LaTeX fragments215031
-Node: CDLaTeX mode215979
-Ref: CDLaTeX mode-Footnote-1218465
-Node: Exporting218613
-Node: ASCII export220080
-Node: HTML export221581
-Node: HTML Export commands222207
-Node: Quoting HTML tags223994
-Node: Links224629
-Node: Images225326
-Ref: Images-Footnote-1226197
-Node: CSS support226258
-Ref: CSS support-Footnote-1227577
-Node: LaTeX export227690
-Node: LaTeX export commands228014
-Node: Quoting LaTeX code229176
-Node: XOXO export229681
-Node: iCalendar export230121
-Node: Text interpretation231590
-Node: Comment lines232181
-Node: Initial text232576
-Node: Footnotes234245
-Node: Enhancing text235036
-Ref: Enhancing text-Footnote-1236905
-Node: Export options236995
-Node: Publishing239394
-Ref: Publishing-Footnote-1240355
-Ref: Publishing-Footnote-2240499
-Node: Configuration240650
-Node: Project alist241368
-Node: Sources and destinations242434
-Node: Selecting files243164
-Node: Publishing action243912
-Node: Publishing options245246
-Node: Publishing links247621
-Node: Project page index249134
-Node: Sample configuration249912
-Node: Simple example250404
-Node: Complex example251077
-Node: Triggering publication253153
-Node: Miscellaneous253838
-Node: Completion254472
-Node: Customization256142
-Node: In-buffer settings256725
-Node: The very busy C-c C-c key262287
-Node: Clean view264142
-Node: TTY keys266719
-Node: Interaction268329
-Node: Cooperation268726
-Node: Conflicts271602
-Node: Bugs273605
-Node: Extensions and Hacking275101
-Node: Extensions275826
-Node: Adding hyperlink types278088
-Node: Tables in arbitrary syntax281750
-Node: Radio tables282839
-Node: A LaTeX example285342
-Ref: A LaTeX example-Footnote-1288988
-Ref: A LaTeX example-Footnote-2289136
-Node: Translator functions289571
-Ref: Translator functions-Footnote-1292680
-Node: Dynamic blocks292768
-Node: Special agenda views294740
-Node: Using the property API297985
-Node: History and Acknowledgments299466
-Node: Index306028
-Node: Key Index341097
+Node: Introduction13145
+Node: Summary13560
+Node: Installation16687
+Node: Activation18065
+Node: Feedback19302
+Node: Document structure21371
+Node: Outlines22263
+Node: Headlines22928
+Ref: Headlines-Footnote-123932
+Node: Visibility cycling24043
+Ref: Visibility cycling-Footnote-126253
+Ref: Visibility cycling-Footnote-226311
+Ref: Visibility cycling-Footnote-326361
+Node: Motion26631
+Node: Structure editing27585
+Node: Archiving30752
+Node: ARCHIVE tag31310
+Node: Moving subtrees33103
+Ref: Moving subtrees-Footnote-134650
+Node: Sparse trees34937
+Ref: Sparse trees-Footnote-137209
+Ref: Sparse trees-Footnote-237391
+Node: Plain lists37506
+Ref: Plain lists-Footnote-141703
+Ref: Plain lists-Footnote-242061
+Node: Drawers42242
+Ref: Drawers-Footnote-143119
+Node: orgstruct-mode43225
+Node: Tables44125
+Node: Built-in table editor44706
+Node: Narrow columns52112
+Ref: Narrow columns-Footnote-154047
+Node: Column groups54093
+Node: orgtbl-mode55626
+Node: The spreadsheet56429
+Node: References57516
+Ref: References-Footnote-161980
+Node: Formula syntax for Calc62269
+Node: Formula syntax for Lisp64726
+Node: Field formulas66444
+Node: Column formulas67752
+Node: Editing and debugging formulas69351
+Node: Updating the table73504
+Node: Advanced features74557
+Node: Hyperlinks79082
+Node: Link format79860
+Node: Internal links81153
+Ref: Internal links-Footnote-183078
+Node: Radio targets83213
+Node: External links83913
+Node: Handling links86317
+Ref: Handling links-Footnote-191633
+Ref: Handling links-Footnote-291870
+Node: Using links outside Org-mode91944
+Node: Link abbreviations92454
+Node: Search options94147
+Ref: Search options-Footnote-195927
+Node: Custom searches96008
+Node: TODO items97039
+Node: TODO basics98077
+Node: TODO extensions100292
+Node: Workflow states101236
+Ref: Workflow states-Footnote-1102411
+Node: TODO types102504
+Ref: TODO types-Footnote-1104087
+Node: Multiple sets in one file104169
+Node: Fast access to TODO states105789
+Node: Per file keywords106932
+Ref: Per file keywords-Footnote-1108234
+Node: Faces for TODO keywords108435
+Node: Progress logging109141
+Node: Closing items109572
+Ref: Closing items-Footnote-1110506
+Ref: Closing items-Footnote-2110711
+Node: Tracking TODO state changes110784
+Ref: Tracking TODO state changes-Footnote-1111969
+Node: Priorities112044
+Ref: Priorities-Footnote-1113694
+Node: Breaking down tasks113764
+Ref: Breaking down tasks-Footnote-1114284
+Node: Checkboxes114380
+Node: Tags117229
+Node: Tag inheritance118001
+Node: Setting tags118938
+Ref: Setting tags-Footnote-1123461
+Ref: Setting tags-Footnote-2123573
+Node: Tag searches123656
+Node: Properties and columns126383
+Node: Property syntax127488
+Node: Special properties130178
+Node: Property searches131094
+Node: Column view132361
+Node: Defining columns133592
+Node: Scope of column definitions133990
+Node: Column attributes134912
+Node: Using column view137160
+Node: Capturing Column View139241
+Node: Property API140968
+Node: Timestamps141322
+Node: Time stamps141733
+Ref: Time stamps-Footnote-1144087
+Node: Creating timestamps144203
+Node: The date/time prompt146277
+Ref: The date/time prompt-Footnote-1148883
+Node: Custom time format148989
+Node: Deadlines and scheduling150681
+Ref: Deadlines and scheduling-Footnote-1152754
+Node: Inserting deadline/schedule152909
+Node: Repeated tasks154027
+Ref: Repeated tasks-Footnote-1155705
+Node: Clocking work time155826
+Ref: Clocking work time-Footnote-1160673
+Ref: Clocking work time-Footnote-2160751
+Node: Remember160877
+Node: Setting up remember161756
+Node: Remember templates162359
+Ref: Remember templates-Footnote-1165920
+Ref: Remember templates-Footnote-2166103
+Node: Storing notes166201
+Ref: Storing notes-Footnote-1168680
+Node: Agenda views168782
+Node: Agenda files170733
+Ref: Agenda files-Footnote-1171701
+Ref: Agenda files-Footnote-2171850
+Node: Agenda dispatcher172043
+Ref: Agenda dispatcher-Footnote-1174097
+Ref: Agenda dispatcher-Footnote-2174191
+Node: Built-in agenda views174285
+Node: Weekly/Daily agenda174867
+Node: Global TODO list178204
+Node: Matching tags and properties180484
+Node: Timeline181575
+Node: Stuck projects182249
+Node: Presentation and sorting184102
+Node: Categories184895
+Ref: Categories-Footnote-1185606
+Node: Time-of-day specifications185926
+Node: Sorting of agenda items187899
+Node: Agenda commands189183
+Node: Custom agenda views196646
+Node: Storing searches197367
+Ref: Storing searches-Footnote-1199901
+Node: Block agenda200018
+Node: Setting Options201250
+Node: Exporting Agenda Views203991
+Ref: Exporting Agenda Views-Footnote-1208277
+Ref: Exporting Agenda Views-Footnote-2208334
+Node: Extracting Agenda Information for other programs208520
+Node: Embedded LaTeX212648
+Ref: Embedded LaTeX-Footnote-1213742
+Node: Math symbols213932
+Node: Subscripts and Superscripts214699
+Node: LaTeX fragments215545
+Ref: LaTeX fragments-Footnote-1217778
+Ref: LaTeX fragments-Footnote-2218039
+Node: Processing LaTeX fragments218173
+Node: CDLaTeX mode219121
+Ref: CDLaTeX mode-Footnote-1221607
+Node: Exporting221755
+Node: ASCII export223222
+Node: HTML export224723
+Node: HTML Export commands225349
+Node: Quoting HTML tags227136
+Node: Links227771
+Node: Images228468
+Ref: Images-Footnote-1229339
+Node: CSS support229400
+Ref: CSS support-Footnote-1230719
+Node: LaTeX export230832
+Node: LaTeX export commands231156
+Node: Quoting LaTeX code232318
+Node: XOXO export232823
+Node: iCalendar export233263
+Node: Text interpretation234732
+Node: Comment lines235323
+Node: Initial text235718
+Node: Footnotes237387
+Node: Enhancing text238178
+Ref: Enhancing text-Footnote-1240047
+Node: Export options240137
+Node: Publishing242539
+Ref: Publishing-Footnote-1243500
+Ref: Publishing-Footnote-2243644
+Node: Configuration243795
+Node: Project alist244513
+Node: Sources and destinations245579
+Node: Selecting files246309
+Node: Publishing action247057
+Node: Publishing options248391
+Node: Publishing links250766
+Node: Project page index252279
+Node: Sample configuration253057
+Node: Simple example253549
+Node: Complex example254222
+Node: Triggering publication256298
+Node: Miscellaneous256983
+Node: Completion257617
+Node: Customization259287
+Node: In-buffer settings259870
+Node: The very busy C-c C-c key265540
+Node: Clean view267395
+Node: TTY keys269972
+Node: Interaction271582
+Node: Cooperation271979
+Node: Conflicts274855
+Node: Bugs276858
+Node: Extensions and Hacking278354
+Node: Extensions279079
+Node: Adding hyperlink types281341
+Node: Tables in arbitrary syntax285003
+Node: Radio tables286092
+Node: A LaTeX example288595
+Ref: A LaTeX example-Footnote-1292241
+Ref: A LaTeX example-Footnote-2292389
+Node: Translator functions292824
+Ref: Translator functions-Footnote-1295933
+Node: Dynamic blocks296021
+Node: Special agenda views297993
+Node: Using the property API301238
+Node: History and Acknowledgments302719
+Node: Index309280
+Node: Key Index344349
 
 End Tag Table

+ 1 - 0
org-install.el

@@ -28,6 +28,7 @@
 (autoload 'org-export-icalendar-combine-agenda-files "org"
   "Export all files in `org-agenda-files' to a single combined iCalendar file." t)
 (autoload 'org-run-like-in-org-mode "Run a command like in Org-mode.")
+(autoload 'org-agenda-to-appt "Activate appointments in `org-agenda-files'.")
 
 ;; org-latex.el
 (autoload 'org-export-as-latex-batch "org-export-latex")

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 499 - 229
org.el


BIN
org.pdf


+ 104 - 22
org.texi

@@ -3,7 +3,7 @@
 @setfilename ../info/org
 @settitle Org Mode Manual
 
-@set VERSION 5.12
+@set VERSION 5.13
 @set DATE October 2007
 
 @dircategory Emacs
@@ -197,6 +197,7 @@ Column View
 
 * Defining columns::            The COLUMNS format property
 * Using column view::           How to create and use column view
+* Capturing Column View::       A dynamic block for column view
 
 Defining Columns
 
@@ -855,7 +856,8 @@ Sort same-level entries.  When there is an active region, all entries in
 the region will be sorted.  Otherwise the children of the current
 headline are sorted.  The command prompts for the sorting method, which
 can be alphabetically, numerically, by time (using the first time stamp
-in each entry), by priority, and each of these in reverse order.  With a
+in each entry), by priority, and each of these in reverse order.  You
+can also supply your own function to extract the sorting key.  With a
 @kbd{C-u} prefix, sorting will be case-sensitive.  With two @kbd{C-u
 C-u} prefixes, duplicate entries will also be removed.
 @end table
@@ -1162,7 +1164,9 @@ With prefix arg, select the nth bullet from this list.
 
 Sometimes you want to keep information associated with an entry, but you
 normally don't want to see it.  For this, Org-mode has @emph{drawers}.
-Drawers need to be configured with the variable @code{org-drawers}, and
+Drawers need to be configured with the variable
+@code{org-drawers}@footnote{You can define drawers on a per-file basis
+with a line like @code{#+DRAWERS: HIDDEN PROPPERTIES STATE}}, and
 look like this:
 
 @example
@@ -3522,6 +3526,7 @@ queries have collected selected items, possibly from a number of files.
 @menu
 * Defining columns::            The COLUMNS format property
 * Using column view::           How to create and use column view
+* Capturing Column View::       A dynamic block for column view
 @end menu
 
 @node Defining columns, Using column view, Column view, Column view
@@ -3613,7 +3618,7 @@ be created for the @samp{Time_Spent} column by adding time duration
 expressions like HH:MM, and for the @samp{Approved} column, by providing
 an @samp{[X]} status if all children have been checked.
 
-@node Using column view,  , Defining columns, Column view
+@node Using column view, Capturing Column View, Defining columns, Column view
 @subsection Using Column View
 
 @table @kbd
@@ -3648,6 +3653,9 @@ Edit the property at point.  For the special properties, this will
 invoke the same interface that you normally use to change that
 property.  For example, when editing a TAGS property, the tag completion
 or fast selection interface will pop up.
+@kindex C-c C-c
+@item C-c C-c
+When there is a checkbox at point, toggle it.
 @kindex v
 @item v
 View the full value of this property.  This is useful if the width of
@@ -3671,6 +3679,62 @@ Insert a new column, to the right of the current column.
 Delete the current column.
 @end table
 
+@node Capturing Column View,  , Using column view, Column view
+@subsection Capturing Column View
+
+Since column view is just an overlay over a buffer, it cannot be
+exported or printed directly.  If you want to capture a column view, use
+the dynamic block (@pxref{Dynamic blocks}).  The frame of this block
+looks like this:
+
+@example
+* The column view
+#+BEGIN: columnview :hlines 1 :id "label"
+
+#+END:
+@end example
+
+@noindent This dynamic block has the following parameters:
+
+@table @code
+@item :id
+This is most important parameter.  Column view is a feature that is
+often localized to a certain (sub)tree, and the capture block might be
+in a different location in the file.  To identify the tree whose view to
+capture, you can use 3 values:
+@example
+local     @r{use the tree in which the capture block is located}
+global    @r{make a global view, including all headings in the file}
+"label"   @r{call column view in the tree that has and @code{:ID:}}
+          @r{property with the value @i{label}}
+@end example
+@item :hlines
+When @code{t}, insert a hline after every line.  When a number N, insert
+a hline before each headline with level @code{<= N}.
+@item :vlines
+When set to @code{t}, enforce column groups to get vertical lines.
+@end table
+
+@noindent
+The following commands insert or update the dynamic block:
+
+@table @kbd
+@kindex C-c C-x r
+@item C-c C-x r
+Insert a dynamic block capturing a column view.  You will be prompted
+for the scope or id of the view.
+@kindex C-c C-c
+@item C-c C-c
+@kindex C-c C-x C-u
+@itemx C-c C-x C-u
+Update dynamical block at point.  The cursor needs to be in the
+@code{#+BEGIN} line of the dynamic block.
+@kindex C-u C-c C-x C-u
+@item C-u C-c C-x C-u
+Update all dynamic blocks (@pxref{Dynamic blocks}).  This is useful if
+you have several clocktable blocks in a buffer.
+@end table
+
 @node Property API,  , Column view, Properties and columns
 @section The Property API
 @cindex properties, API
@@ -4516,14 +4580,17 @@ the files listed in @code{org-agenda-multi-occur-extra-files}.  This
 uses the Emacs command @code{multi-occur}.  A prefix argument can be
 used to specify the number of context lines for each match, default is
 1.
-@item 1
-Restrict an agenda command to the current buffer.  After pressing
-@kbd{1}, you still need to press the character selecting the command.
-@item 0
+@item <
+Restrict an agenda command to the current buffer@footnote{For backward
+compatibility, you can also press @kbd{1} to restrict to the current
+buffer.}.  After pressing @kbd{<}, you still need to press the character
+selecting the command.
+@item < <
 If there is an active region, restrict the following agenda command to
-the region.  Otherwise, restrict it to the current subtree.  After
-pressing @kbd{0}, you still need to press the character selecting the
-command.
+the region.  Otherwise, restrict it to the current subtree@footnote{For
+backward compatibility, you can also press @kbd{0} to restrict to the
+current buffer.}.  After pressing @kbd{< <}, you still need to press the
+character selecting the command.
 @end table
 
 You can also define custom commands that will be accessible through the
@@ -5241,16 +5308,25 @@ search types:
         ("u" tags "+BOSS-URGENT")
         ("v" tags-todo "+BOSS-URGENT")
         ("U" tags-tree "+BOSS-URGENT")
-        ("f" occur-tree "\\<FIXME\\>")))
+        ("f" occur-tree "\\<FIXME\\>")
+        ("h" . "HOME+Name tags searches") ; description for "h" prefix
+        ("hl" tags "+HOME+Lisa")
+        ("hp" tags "+HOME+Peter")
+        ("hk" tags "+HOME+Kim")))
 @end group
 @end lisp
 
 @noindent
-The initial single-character string in each entry defines the character
-you have to press after the dispatcher command @kbd{C-c a} in order to
-access the command.   The second parameter is the search type, followed
-by the string or regular expression to be used for the matching.  The
-example above will therefore define:
+The initial string in each entry defines the keys you have to press
+after the dispatcher command @kbd{C-c a} in order to access the command.
+Usually this will be just a single character, but if you have many
+similar commands, you can also define two-letter combinations where the
+first character is the same in several combinations and serves as a
+prefix key@footnote{You can provide a description for a prefix key by
+inserting a cons cell with the prefix and the description.}.  The second
+parameter is the search type, followed by the string or regular
+expression to be used for the matching.  The example above will
+therefore define:
 
 @table @kbd
 @item C-c a w
@@ -5270,7 +5346,11 @@ as the same search as @kbd{C-c a u}, but only in the current buffer and
 displaying the result as a sparse tree
 @item C-c a f
 to create a sparse tree (again: current buffer only) with all entries
-containing the word @samp{FIXME}.
+containing the word @samp{FIXME}
+@item C-c a h
+as a prefix command for a HOME tags search where you have to press an
+additional key (@kbd{l}, @kbd{p} or @kbd{k}) to select a name (Lisa,
+Peter, or Kim) as additional tag to match.
 @end table
 
 @node Block agenda, Setting Options, Storing searches, Custom agenda views
@@ -6423,7 +6503,7 @@ LaTeX:     @r{turn on/off La@TeX{} fragments}
 skip:      @r{turn on/off skipping the text before the first heading}
 author:    @r{turn on/off inclusion of author name/email into exported file}
 timestamp: @r{turn on/off inclusion creation time into exported file}
-p:         @r{turn on/off inclusion of tags}
+d:         @r{turn on/off inclusion of drawers}
 @end example
 
 These options take effect in both the HTML and La@TeX{} export, except
@@ -6895,9 +6975,11 @@ columns view is invoked in location where no COLUMNS property applies.
 @item #+CONSTANTS: name1=value1 ...
 Set file-local values for constants to be used in table formulas.  This
 line set the local variable @code{org-table-formula-constants-local}.
-The global version of theis variable is
+The global version of this variable is
 @code{org-table-formula-constants}.
-corresponding 
+@item #+DRAWERS: NAME1 .....
+Set the file-local set of drawers.  The corresponding global variable is
+@code{org-drawers}.
 @item #+LINK:  linkword replace
 These lines (several are allowed) specify link abbreviations.
 @xref{Link abbreviations}.  The corresponding variable is
@@ -8035,7 +8117,7 @@ HTML agendas.
 @i{John Foerch} figured out how to make incremental search show context
 around a match in a hidden outline tree.
 @item
-@i{Niels Giessen} had the idea to automatically archive DONE trees.
+@i{Niels Giesen} had the idea to automatically archive DONE trees.
 @item
 @i{Bastien Guerry} wrote the La@TeX{} exporter and has been prolific
 with patches, ideas, and bug reports.

BIN
orgcard.pdf


+ 2 - 8
orgcard.tex

@@ -1,5 +1,5 @@
 % Reference Card for Org Mode
-\def\orgversionnumber{5.12}
+\def\orgversionnumber{5.13}
 \def\versionyear{2007}          % latest update
 \def\year{2007}                 % latest copyright year
 
@@ -551,6 +551,7 @@ after  ``{\tt :}'', and dictionary words elsewhere.
 \key{special commands in property lines}{C-c C-c}
 \key{next/previous allowed value}{S-left/right}
 \key{turn on column view}{C-c C-x C-c}
+\key{capture columns view in dynamic block}{C-c C-x r}
 
 \key{quit column view}{q}
 \key{next/previous allowed value}{S-left/right}
@@ -614,13 +615,6 @@ after  ``{\tt :}'', and dictionary words elsewhere.
 \key{configure stuck projects}{C-c a !$^1$}
 \key{agenda for date at cursor}{C-c C-o}
 
-%\vskip 1mm
-%To set categories, add lines like$^2$:
-%\vskip -1mm
-%\beginexample%
-%\#+CATEGORY: MyCateg
-%\endexample
-
 {\bf Commands available in an agenda buffer}
 
 {\bf View Org file}

BIN
orgcard_letter.pdf


Daži faili netika attēloti, jo izmaiņu fails ir pārāk liels