emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/org.texi,v


From: Carsten Dominik
Subject: [Emacs-diffs] Changes to emacs/man/org.texi,v
Date: Tue, 10 Jul 2007 07:24:20 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Carsten Dominik <cdominik>      07/07/10 07:24:19

Index: org.texi
===================================================================
RCS file: /sources/emacs/emacs/man/org.texi,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -b -r1.82 -r1.83
--- org.texi    2 Jul 2007 13:35:28 -0000       1.82
+++ org.texi    10 Jul 2007 07:24:19 -0000      1.83
@@ -3,7 +3,7 @@
 @setfilename ../info/org
 @settitle Org Mode Manual
 
address@hidden VERSION 5.01
address@hidden VERSION 5.02
 @set DATE July 2007
 
 @dircategory Emacs
@@ -81,7 +81,7 @@
 * Hyperlinks::                  Notes in context
 * TODO items::                  Every tree branch can be a TODO item
 * Tags::                        Tagging headlines and matching sets of tags
-* Properties::                  
+* Properties and columns::      
 * Timestamps::                  Assign date and time to items
 * Agenda views::                Collecting information into views
 * Embedded LaTeX::              LaTeX fragments and formulas
@@ -113,7 +113,8 @@
 * Archiving::                   Move done task trees to a different place
 * Sparse trees::                Matches embedded in context
 * Plain lists::                 Additional structure within an entry
-* Drawers::                     
+* Drawers::                     Tucking stuff away
+* orgstruct-mode::              Structure editing outside Org-mode
 
 Archiving
 
@@ -181,7 +182,7 @@
 * Setting tags::                How to assign tags to a headline
 * Tag searches::                Searching for combinations of tags
 
-Properties
+Properties and Columns
 
 * Property syntax::             How properties are spelled out
 * Special properties::          Access to other Org-mode features
@@ -194,6 +195,11 @@
 * Defining columns::            The COLUMNS format property
 * Using column view::           How to create and use column view
 
+Defining Columns
+
+* Scope of column definitions:: 
+* Column attributes::           
+
 Timestamps
 
 * Time stamps::                 Assigning a time to a tree entry
@@ -379,7 +385,7 @@
 Org-mode keeps simple things simple.  When first fired up, it should
 feel like a straightforward, easy to use outliner.  Complexity is not
 imposed, but a large amount of functionality is available when you need
-it.  Org-mode can be used on different levels and in different ways, for
+it.  Org-mode is a toolbox and can be used in different ways, for
 example as:
 
 @example
@@ -389,6 +395,7 @@
 @address@hidden TODO list editor}
 @address@hidden full agenda and planner with deadlines and work scheduling}
 @address@hidden environment to implement David Allen's GTD system}
address@hidden@bullet{} a basic database application}
 @address@hidden simple hypertext system, with HTML export}
 @address@hidden publishing tool to create a set of interlinked webpages}
 @end example
@@ -396,7 +403,9 @@
 Org-mode's automatic, context sensitive table editor with spreadsheet
 capabilities can be integrated into any major mode by activating the
 minor Orgtbl-mode.  Using a translation step, it can be used to maintain
-tables in arbitrary file types, for example in LaTeX.
+tables in arbitrary file types, for example in LaTeX.  The structure
+editing and list creation capabilities can be used outside Org-mode with
+the minor Orgstruct-mode.
 
 @cindex FAQ
 There is a website for Org-mode which provides links to the newest
@@ -468,9 +477,10 @@
 
 @iftex
 @b{Important:} @i{If you use copy-and-paste to copy lisp code from the
-PDF documentation to your .emacs file, the single quote character comes
-out incorrectly and the code will not work.  You need to fix the single
-quotes by hand, or copy from Info documentation.}
+PDF documentation as viewed by Acrobat reader to your .emacs file, the
+single quote character comes out incorrectly and the code will not work.
+You need to fix the single quotes by hand, or copy from Info
+documentation.}
 @end iftex
 
 Add the following lines to your @file{.emacs} file.  The last two lines
@@ -580,7 +590,8 @@
 * Archiving::                   Move done task trees to a different place
 * Sparse trees::                Matches embedded in context
 * Plain lists::                 Additional structure within an entry
-* Drawers::                     
+* Drawers::                     Tucking stuff away
+* orgstruct-mode::              Structure editing outside Org-mode
 @end menu
 
 @node Outlines, Headlines, Document structure, Document structure
@@ -1121,14 +1132,15 @@
 With prefix arg, select the nth bullet from this list.
 @end table
 
address@hidden Drawers,  , Plain lists, Document structure
address@hidden Drawers, orgstruct-mode, Plain lists, Document structure
 @section Drawers
 @cindex drawers
address@hidden visibility cycling, drawers
 
 Sometimes you want to keep information associated with an entry, but you
-normally don't want to see it, except when explicitly asking for it.
-For this, Org-mode has @emph{drawers}.  Drawers need to be configured
-with the variable @code{org-drawers}, and look like this:
+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
+look like this:
 
 @example
 ** This is a headline
@@ -1143,7 +1155,30 @@
 hide and show the entry, but keep the drawer collapsed to a single line.
 In order to look inside the drawer, you need to move the cursor to the
 drawer line and press @key{TAB} there.  Org-mode uses a drawer for
-storing properties (@pxref{Properties}).
+storing properties (@pxref{Properties and columns}).
+
address@hidden orgstruct-mode,  , Drawers, Document structure
address@hidden The Orgstruct minor mode
address@hidden orgstruct-mode
address@hidden minor mode for structure editing
+
+If you like the intuitive way the Org-mode structure editing and list
+formatting works, you might want to use these commands in other modes
+like text-mode or mail-mode as well.  The minor mode Orgstruct-mode
+makes this possible.  You can always toggle the mode with @kbd{M-x
+orgstruct-mode}.  To turn it on by default, for example in mail mode,
+use
+
address@hidden
+(add-hook 'mail-mode-hook 'turn-on-orgstruct)
address@hidden lisp
+
+When this mode is active and the cursor is on a line that looks to
+Org-mode like a headline of the first line of a list item, most
+structure editing commands will work, even if the same keys normally
+have different functionality in the major mode you are using.  If the
+cursor is not in one of those special lines, Orgstruct-mode lurks
+silently in the shadow.
 
 @node Tables, Hyperlinks, Document structure, Top
 @chapter Tables
@@ -1611,15 +1646,15 @@
 @end example
 
 @noindent
-Also properties (@pxref{Properties}) can be used as constants in table
-formulas: For a property @samp{:XYZ:} use the name @samp{$PROP_XYZ}, and
-the property will be searched in the current outline entry and in the
-hierarchy above it.  If you have the @file{constants.el} package, it
-will also be used to resolve constants, including natural constants like
address@hidden for Planck's constant, and units like @samp{$km} for
address@hidden@file{Constant.el} can supply the values of
-constants in two different unit systems, @code{SI} and @code{cgs}.
-Which one is used depends on the value of the variable
+Also properties (@pxref{Properties and columns}) can be used as
+constants in table formulas: For a property @samp{:XYZ:} use the name
address@hidden, and the property will be searched in the current
+outline entry and in the hierarchy above it.  If you have the
address@hidden package, it will also be used to resolve constants,
+including natural constants like @samp{$h} for Planck's constant, and
+units like @samp{$km} for address@hidden@file{Constant.el} can
+supply the values of constants in two different unit systems, @code{SI}
+and @code{cgs}.  Which one is used depends on the value of the variable
 @code{constants-unit-system}.  You can use the @code{#+STARTUP} options
 @code{constSI} and @code{constcgs} to set this value for the current
 buffer.}.  Column names and parameters can be specified in special table
@@ -3030,7 +3065,7 @@
 @end table
 
 
address@hidden Tags, Properties, TODO items, Top
address@hidden Tags, Properties and columns, TODO items, Top
 @chapter Tags
 @cindex tags
 @cindex headline tagging
@@ -3286,8 +3321,8 @@
 search @samp{+LEVEL=3+BOSS/-DONE} lists all level three headlines that
 have the tag BOSS and are @emph{not} marked with the todo keyword DONE.
 
address@hidden Properties, Timestamps, Tags, Top
address@hidden Properties
address@hidden Properties and columns, Timestamps, Tags, Top
address@hidden Properties and Columns
 @cindex properties
 
 Properties are a set of key-value pairs associated with an entry.  There
@@ -3298,7 +3333,8 @@
 efficient to use a property @code{RELEASE} with a value @code{1.0} or
 @code{2.0}.  Second, you can use properties to implement (very basic)
 database capabilities in an Org-mode buffer, for example to create a
-list of Music CD's you own.
+list of Music CD's you own.  You can edit and view properties
+conveniently in column view (@pxref{Column view}).
 
 @menu
 * Property syntax::             How properties are spelled out
@@ -3308,8 +3344,10 @@
 * Property API::                Properties for Lisp programmers
 @end menu
 
address@hidden Property syntax, Special properties, Properties, Properties
address@hidden Property syntax, Special properties, Properties and columns, 
Properties and columns
 @section Property Syntax
address@hidden property syntax
address@hidden drawer, for properties
 
 Properties are key-value pairs.  They need to be inserted into a special
 drawer (@pxref{Drawers}) with the name @code{PROPERTIES}.  Each property
@@ -3324,26 +3362,65 @@
     :Title:     Goldberg Variations
     :Composer:  J.S. Bach
     :Artist:    Glen Gould 
+    :Publisher: Deutsche Grammphon
+    :NDisks:    1
+    :END:       
address@hidden example
+
+You may define the allowed values for a particular property @samp{XYZ}
+by setting a property @samp{XYZ_ALL}.  This special property is
address@hidden, so if you set it in a level 1 entry, it will apply to
+the entire tree.  When allowed values are defined, setting the
+corresponding property becomes easier and is less prone to typing
+errors.  For the example with the CD collection, we can predefine
+publishers and the number of disks in a box like this:
+
address@hidden
+* CD collection
+  :PROPERTIES:
+  :NDisks_ALL:  1 2 3 4
+  :Publisher_ALL: "Deutsche Grammophon" Phillips EMI
     :END:
 @end example
 
 @noindent
-The following commands help to insert properties:
+The following commands help to work with properties:
 
 @table @kbd
 @kindex address@hidden
 @item address@hidden
 After an initial colon in a line, complete property keys.  All keys used
 in the current file will be offered as possible completions.
address@hidden M-x org-insert-property-drawer
+Insert a property drawer into the current entry.  The drawer will be
+inserted early in the entry, but after the lines with planning
+information like deadlines.
address@hidden C-c C-c
address@hidden C-c C-c
+With the cursor in a property drawer, this executes property commands.
address@hidden C-c C-c s
+Set a property in the current entry.  Both the property and the value
+can be inserted using completion.
address@hidden address@hidden
address@hidden address@hidden
address@hidden address@hidden/@key{right}
+Switch property at point to the next/previous allowed value.
address@hidden C-c C-c d
+Remove a property from the current entry.
address@hidden C-c C-c D
+Globally remove a property, from all entries in the current file.
 @end table
 
-
-
address@hidden Special properties, Property searches, Property syntax, 
Properties
address@hidden Special properties, Property searches, Property syntax, 
Properties and columns
 @section Special Properties
address@hidden properties, special
 
-Several properties are special, because they can be used to access other
-features of Org-mode like the TODO status:
+Special properties provide alternative access method to Org-mode
+features discussed in the previous chapters, like the TODO state or the
+priority of an entry.  This interface exists so that you can include
+these states into columns view (@pxref{Column view}).  The following
+property names are special and should not be used as keys in the
+properties drawer:
 
 @example
 TODO         @r{The TODO keyword of the entry.}
@@ -3354,8 +3431,9 @@
 SCHEDULED    @r{The scheduling time stamp, without the angular brackets.}
 @end example
 
address@hidden Property searches, Column view, Special properties, Properties
address@hidden Property searches, Column view, Special properties, Properties 
and columns
 @section Property searches
address@hidden properties, searching
 
 To create sparse trees and special lists with selection based on
 properties, the same commands are used as for tag searches (@pxref{Tag
@@ -3371,23 +3449,23 @@
 value @samp{unlimited}, and a @samp{:with:} property that is matched by
 the regular expression @samp{Sarah\|Denny}.
 
address@hidden Column view, Property API, Property searches, Properties
address@hidden Column view, Property API, Property searches, Properties and 
columns
 @section Column View
 
-If different items in a document have similar properties, it can be nice
-to view and edit those properties in a table-like format, in
address@hidden view}.  Org-mode implements columns by overlaying a tabular
-structure over the headline of an item.  So the column view does not use
-a special buffer, it happens in exactly the same buffer where the
-outline is, and only temporarily changes the look of this buffer - not
-the content.  This has the advantage that you can still change the
-visibility of the outline tree.  For example, you get a compact table by
-switching to CONTENTS view, but you can still open, read, and edit the
-entry below each headline.  Or, you can switch to column view after
-executing a sparse tree command and in this way get a table only for the
-selected items.  Column view also works in agenda buffers (@pxref{Agenda
-views}) where queries have collected selected items, possibly from a
-number of files.
+A great way to view and edit properties in aan outline tree is
address@hidden view}.  In column view, each outline item is turned into a
+table row.  Columns in this table provide access to properties of the
+entries.  Org-mode implements columns by overlaying a tabular structure
+over the headline of each item.  While the headlines have been turned
+into a table row, you can still change the visibility of the outline
+tree.  For example, you get a compact table by switching to CONTENTS
+view (@address@hidden address@hidden, or simple @kbd{c} while column view
+is active), but you can still open, read, and
+edit the entry below each headline.  Or, you can switch to column view
+after executing a sparse tree command and in this way get a table only
+for the selected items.  Column view also works in agenda buffers
+(@pxref{Agenda views}) where queries have collected selected items,
+possibly from a number of files.
 
 @menu
 * Defining columns::            The COLUMNS format property
@@ -3396,81 +3474,122 @@
 
 @node Defining columns, Using column view, Column view, Column view
 @subsection Defining Columns
address@hidden column view, for properties
address@hidden properties, column view
 
-Setting up a column view first requires defining the columns.  A column
-definition is a property itself and looks like this:
+Setting up a column view first requires defining the columns.  This is
+done by defining a column format line.
 
address@hidden
-:COLUMNS: %25ITEM %TAGS %PRIORITY %TODO
address@hidden example
address@hidden
+* Scope of column definitions::  Where defined, where valid?
+* Column attributes::           Appearance and content of a column
address@hidden menu
 
-This definition means that column 1 should be the first 25 characters of
-the item itself, i.e. of the headline.  You probably always should start
-the column definition with the ITEM specifier - just select a useful
-width for it.  The other specifiers create columns for the local tags,
-for the priority and for the TODO state.  When no width is given after
-the @samp{%} character, the column will be exactly as wide as it need to
-be in order to fully display all values.
address@hidden Scope of column definitions, Column attributes, Defining 
columns, Defining columns
address@hidden Scope of column definitions
 
-If a @code{COLUMNS} property is present in an entry, it defines
-columns for the entry itself, and for the entire subtree below it.
-Since the column definition is part of the hierarchical structure of the
-document, you can define columns on level 1 that are general enough for
-all sublevels, and more specific columns further down, when you edit a deeper
-part of the tree.  Here is an example:
+To define a column format for an entire file, use a line like
 
 @example
-* People
-  :PROPERTIES:
-  :COLUMNS: %25ITEM %Name
-  :END:
-** Family
-   :PROPERTIES:
-   :COLUMNS: %25ITEM %Name %3Age
-   :END:
-*** Sam
-    Info about Sam, including a property list with Name and Age.
-*** Sarah
-    Info about Sarah, including a property list with Name and Age.
-** Office
+#+COLUMNS: %25ITEM %TAGS %PRIORITY %TODO
address@hidden example
+
+To specify a format that only applies to a specific tree, add a COLUMNS
+property to the top node of that tree, for example
address@hidden
+** Top node for columns view
    :PROPERTIES:
-   :COLUMNS: %25ITEM %Name %Function %Salary
+   :COLUMNS: %25ITEM %TAGS %PRIORITY %TODO
    :END:
-*** Boss
-    Info about the Boss, including a property list with Name,
-    Function and Salary (if only we knew....).
address@hidden example
-
-Now we have defined three different sets of columns.  If you switch to
-column view in the @emph{Family} section, you will get a different table
-than if you do it in the @emph{Office} section.  However, if you switch
-to column view with the cursor on the @emph{People} section, the table
-will cover all entries, but contain only the @emph{Name} column.
-
-If no COLUMNS property applies to a given location, Org-mode uses a
-default format specified in the variable
address@hidden  This format in particular also
-applies when column view is invoked with the cursor before the first
-headline.  You can set the default format on a per-file basis with a
-line (don't forget to press @kbd{C-c C-c} to activate any changes to
-this line).
address@hidden example
+
+If a @code{COLUMNS} property is present in an entry, it defines columns
+for the entry itself, and for the entire subtree below it.  Since the
+column definition is part of the hierarchical structure of the document,
+you can define columns on level 1 that are general enough for all
+sublevels, and more specific columns further down, when you edit a
+deeper part of the tree.
+
address@hidden Column attributes,  , Scope of column definitions, Defining 
columns
address@hidden Column attributes
+A column definition sets the attributes of a column.  The general
+definition looks like this:
+
address@hidden
+ %[width]property[(title)address@hidden@}]
address@hidden example
+
address@hidden
+Except for the percent sign and the property name, all items are
+optional.  The individual parts have the following meaning:
 
 @example
-#+COLUMNS: %25ITEM ....."
+width           @r{An integer specifying the width of the column in 
characters.}
+                @r{If omitted, the width will be determined automatically.}
+property        @r{The property that should be edited in this column.}
+(title)         @r{The header text for the column. If omitted, the}
+                @r{property name is used.}
address@hidden@}  @r{The summary type.  If specified, the column values for}
+                @r{parent nodes are computed from the children.}
+                @r{Supported summary types are:}
+                @address@hidden  @r{Sum numbers in this column.}
+                @{:@}  @r{Sum times, HH:MM:SS, plain numbers are hours.}
+                @address@hidden  @r{Checkbox status, [X] if all children are 
[X].}
 @end example
 
address@hidden
+Here is an example for a complete columns definition, along with allowed
+values.
+
address@hidden
+:COLUMNS:  %20ITEM %9Approved(Approved?)@address@hidden %Owner %11Status 
address@hidden:@}
+:Owner_ALL:    Tammy Mark Karl Lisa Don
+:Status_ALL:   "In progress" "Not started yet" "Finished" ""
+:Approved_ALL: "[ ]" "[X]"
address@hidden example
+
+The first column, @samp{%25ITEM}, means the first 25 characters of the
+item itself, i.e. of the headline.  You probably always should start the
+column definition with the ITEM specifier.  The other specifiers create
+columns @samp{Owner} with a list of names as allowed values, for
address@hidden with four different possible values, and for a checkbox
+field @samp{Approved}.  When no width is given after the @samp{%}
+character, the column will be exactly as wide as it needs to be in order
+to fully display all values.  The @samp{Approved} column does have a
+modified title (@samp{Approved?}, with a question mark).  Summaries will
+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
 @subsection Using Column View
 
 @table @kbd
address@hidden column view on and off}
 @kindex C-c C-x C-c
 @item C-c C-x C-c
 Create the column view for the local environment.  This command searches
 the hierarchy, up from point, for a @code{COLUMNS} property that defines
 a format.  When one is found, the column view table is established for
-the entire subtree.
+the entire tree, starting from the entry that contains the @code{COLUMNS}
+property.  If none is found, the format is taken from the @code{#+COLUMNS}
+line or from the variable @code{org-columns-default-format}, and column
+view is established for the current entry and its subtree.
address@hidden q
address@hidden q
+Exit column view.
address@hidden values}
 @item @key{left} @key{right} @key{up} @key{down}
 Move through the column view from field to field.
address@hidden address@hidden
address@hidden address@hidden
address@hidden  address@hidden/@key{right}
+Switch to the next/previous allowed value of the field.  For this, you
+have to have specified allowed values for a property.
address@hidden n
address@hidden p
address@hidden  n / p
+Same as @address@hidden/@key{right}}
 @kindex e
 @item e
 Edit the property at point.  For the special properties, this will
@@ -3481,20 +3600,36 @@
 @item v
 View the full value of this property.  This is useful if the width of
 the column is smaller than that of the value.
address@hidden q
address@hidden q
-Exit column view.
address@hidden a
address@hidden a
+Edit the list of allowed values for this property.  If the list is found
+in the hierarchy, the modified values is stored there.  If no list is
+found, the new value is stored in the first entry that is part of the
+current column view.
address@hidden the table structure}
address@hidden <
address@hidden >
address@hidden < / >
+Make the column narrower/wider by one character.
address@hidden address@hidden
address@hidden address@hidden
+Insert a new column, to the right of the current column.
address@hidden address@hidden
address@hidden address@hidden
+Delete the current column.
 @end table
 
address@hidden Property API,  , Column view, Properties
address@hidden Property API,  , Column view, Properties and columns
 @section The Property API
address@hidden properties, API
address@hidden API, for properties
 
 There is a full API for accessing and changing properties.  This API can
 be used by Emacs Lisp programs to work with properties and to implement
 features based on them.  For more information see @ref{Using the
 property API}.
 
address@hidden Timestamps, Agenda views, Properties, Top
address@hidden Timestamps, Agenda views, Properties and columns, Top
 @chapter Timestamps
 @cindex time stamps
 @cindex date stamps
@@ -4604,7 +4739,9 @@
 @kindex m
 @kindex y
 @item d w m y
-Switch to day/week/month/year view.
+Switch to day/week/month/year view.  When switching to day or week view,
+this setting becomes the default for subseqent agenda commands.  Since
+month and year views are slow to create, the do not become the default.
 @c
 @kindex D
 @item D
@@ -5947,16 +6084,15 @@
 @chapter Publishing
 @cindex publishing
 
-Org-mode address@hidden@file{org-publish.el} is not yet part of
-Emacs, so if you are using @file{org.el} as it comes with Emacs, you
-need to download this file separately.  Also make sure org.el is at
-least version 4.27.} a publishing management system
-that allows you to configure automatic HTML conversion of
address@hidden composed of interlinked org files.  This system is
-called @emph{org-publish}.  You can also configure org-publish to
-automatically upload your exported HTML pages and related attachments,
-such as images and source code files, to a web server.  Org-publish turns
-org-mode into a web-site authoring tool.
+Org-mode address@hidden@file{org-publish.el} is not distributed with
+Emacs 21, if you are still using Emacs 21, you need you need to download
+this file separately.} a publishing management system that allows you to
+configure automatic HTML conversion of @emph{projects} composed of
+interlinked org files.  This system is called @emph{org-publish}.  You
+can also configure org-publish to automatically upload your exported
+HTML pages and related attachments, such as images and source code
+files, to a web server.  Org-publish turns org-mode into a web-site
+authoring tool.
 
 Org-publish has been contributed to Org-mode by David O'Toole.
 
@@ -6118,7 +6254,7 @@
 
 When a property is given a value in org-publish-project-alist, its
 setting overrides the value of the corresponding user variable (if any)
-during publishing.  options set within a file (@pxref{Export
+during publishing.  Options set within a file (@pxref{Export
 options}), however, override everything.
 
 @node Publishing links, Project page index, Publishing options, Configuration
@@ -6445,8 +6581,8 @@
 logging          @r{record a timestamp when an item is marked DONE}
 nologging        @r{don't record when items are marked DONE}
 lognotedone      @r{record timestamp and a note when DONE}
-lognotestate     @r{record timestamp, note when TODO state changes}
-logrepeat        @r{record a not when re-instating a repeating item}
+lognotestate     @r{record timestamp and a note when TODO state changes}
+logrepeat        @r{record a note when re-instating a repeating item}
 nologrepeat      @r{do not record when re-instating repeating item}
 lognoteclock-out @r{record timestamp and a note when clocking out}
 @end example
@@ -6531,6 +6667,9 @@
 If the cursor is on a @code{<<<target>>>}, update radio targets and
 corresponding links in this buffer.
 @item
+If the cursor is in a property line or at the start or end of a property
+drawer, offer property commands.
address@hidden
 If the cursor is in a plain list item with a checkbox, toggle the status
 of the checkbox.
 @item
@@ -7289,6 +7428,7 @@
 @node Using the property API,  , Special agenda views, Extensions and Hacking
 @section Using the property API
 @cindex API, for properties
address@hidden properties, API
 
 Here is a description of the functions that can be used to work with
 properties.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]