>From 533c2c003808b2e1780d5adb6e88eae9905411d3 Mon Sep 17 00:00:00 2001 From: Suvayu Ali Date: Tue, 13 Aug 2013 10:42:31 +0200 Subject: [PATCH] Remove node name with dot and remove node pointers In response to bug#15080 on debbugs --- doc/org.texi | 624 +++++++++++++++++++++++++++++------------------------------ 1 file changed, 312 insertions(+), 312 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 55c421d..117ee4d 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -304,7 +304,7 @@ Davison, Eric Schulte, Thomas Dye, Jambunathan K and Nicolas Goaziou. @c FIXME These hand-written next,prev,up node pointers make editing a lot @c harder. There should be no need for them, makeinfo can do it @c automatically for any document with a normal structure. address@hidden Top, Introduction, (dir), (dir) address@hidden Top @top Org Mode Manual @insertcopying @@ -741,7 +741,7 @@ Miscellaneous * Clean view:: Getting rid of leading stars in the outline * TTY keys:: Using Org on a tty * Interaction:: Other Emacs packages -* org-crypt.el:: Encrypting Org files +* org-crypt:: Encrypting Org files Interaction with other packages @@ -779,7 +779,7 @@ MobileOrg @end detailmenu @end menu address@hidden Introduction, Document Structure, Top, Top address@hidden Introduction @chapter Introduction @cindex introduction @@ -791,7 +791,7 @@ MobileOrg * Conventions:: Typesetting conventions in the manual @end menu address@hidden Summary, Installation, Introduction, Introduction address@hidden Summary @section Summary @cindex summary @@ -860,7 +860,7 @@ Theory Ltd.} @page address@hidden Installation, Activation, Summary, Introduction address@hidden Installation @section Installation @cindex installation @cindex XEmacs @@ -933,7 +933,7 @@ For more detailed explanations on Org's build system, please check the Org Build System page on @uref{http://orgmode.org/worg/dev/org-build-system.html, Worg}. address@hidden Activation, Feedback, Installation, Introduction address@hidden Activation @section Activation @cindex activation @cindex autoload @@ -997,7 +997,7 @@ in Emacs 22 you need to do this yourself with active region by using the mouse to select a region, or pressing @address@hidden twice before moving the cursor. address@hidden Feedback, Conventions, Activation, Introduction address@hidden Feedback @section Feedback @cindex feedback @cindex bug reports @@ -1096,7 +1096,7 @@ screen. Save this buffer to a file (for example using @kbd{C-x C-w}) and attach it to your bug report. @end enumerate address@hidden Conventions, , Feedback, Introduction address@hidden Conventions @section Typesetting conventions used in this manual @subsubheading TODO keywords, tags, properties, etc. @@ -1147,7 +1147,7 @@ will be listed to call @code{org-table-move-column-right}. If you prefer, you can compile the manual without the command names by unsetting the flag @code{cmdnames} in @file{org.texi}. address@hidden Document Structure, Tables, Introduction, Top address@hidden Document Structure @chapter Document structure @cindex document structure @cindex structure of document @@ -1170,7 +1170,7 @@ edit the structure of the document. * Org syntax:: Formal description of Org's syntax @end menu address@hidden Outlines, Headlines, Document Structure, Document Structure address@hidden Outlines @section Outlines @cindex outlines @cindex Outline mode @@ -1184,7 +1184,7 @@ currently being worked on. Org greatly simplifies the use of outlines by compressing the entire show/hide functionality into a single command, @command{org-cycle}, which is bound to the @key{TAB} key. address@hidden Headlines, Visibility cycling, Outlines, Document Structure address@hidden Headlines @section Headlines @cindex headlines @cindex outline tree @@ -1221,7 +1221,7 @@ least two empty lines, one empty line will remain visible after folding the subtree, in order to structure the collapsed view. See the variable @code{org-cycle-separator-lines} to modify this behavior. address@hidden Visibility cycling, Motion, Headlines, Document Structure address@hidden Visibility cycling @section Visibility cycling @cindex cycling, visibility @cindex visibility cycling @@ -1235,7 +1235,7 @@ variable @code{org-cycle-separator-lines} to modify this behavior. * Catching invisible edits:: Preventing mistakes when editing invisible parts @end menu address@hidden Global and local cycling, Initial visibility, Visibility cycling, Visibility cycling address@hidden Global and local cycling @subsection Global and local cycling Outlines make it possible to hide parts of the text in the buffer. @@ -1325,7 +1325,7 @@ Copy the @i{visible} text in the region into the kill ring. * Catching invisible edits:: Preventing mistakes when editing invisible parts @end menu address@hidden Initial visibility, Catching invisible edits, Global and local cycling, Visibility cycling address@hidden Initial visibility @subsection Initial visibility @cindex visibility, initialize @@ -1369,7 +1369,7 @@ requested by startup options and @samp{VISIBILITY} properties in individual entries. @end table address@hidden Catching invisible edits, , Initial visibility, Visibility cycling address@hidden Catching invisible edits @subsection Catching invisible edits @vindex org-catch-invisible-edits @@ -1380,7 +1380,7 @@ confused on what as been edited and how to undo the mistake. Setting docstring of this option on how Org should catch invisible edits and process them. address@hidden Motion, Structure editing, Visibility cycling, Document Structure address@hidden Motion @section Motion @cindex motion, between headlines @cindex jumping, to headlines @@ -1420,7 +1420,7 @@ q @r{Quit} See also the option @code{org-goto-interface}. @end table address@hidden Structure editing, Sparse trees, Motion, Document Structure address@hidden Structure editing @section Structure editing @cindex structure editing @cindex headline, promotion and demotion @@ -1557,7 +1557,7 @@ inside a table (@pxref{Tables}), the Meta-Cursor keys have different functionality. address@hidden Sparse trees, Plain lists, Structure editing, Document Structure address@hidden Sparse trees @section Sparse trees @cindex sparse trees @cindex trees, sparse @@ -1631,7 +1631,7 @@ XEmacs uses selective display for outlining, not text properties.}. Or you can use @kbd{C-c C-e C-v} to export only the visible part of the document and print the resulting file. address@hidden Plain lists, Drawers, Sparse trees, Document Structure address@hidden Plain lists @section Plain lists @cindex plain lists @cindex lists, plain @@ -1839,7 +1839,7 @@ numerically, alphabetically, by time, by checked status for check lists, or by a custom function. @end table address@hidden Drawers, Blocks, Plain lists, Document Structure address@hidden Drawers @section Drawers @cindex drawers @cindex #+DRAWERS @@ -1891,7 +1891,7 @@ You can select the name of the drawers which should be exported with export output. Property drawers are not affected by this variable and are never exported. address@hidden Blocks, Footnotes, Drawers, Document Structure address@hidden Blocks @section Blocks @vindex org-hide-block-startup @@ -1910,7 +1910,7 @@ or on a per-file basis by using #+STARTUP: nohideblocks @end example address@hidden Footnotes, Orgstruct mode, Blocks, Document Structure address@hidden Footnotes @section Footnotes @cindex footnotes @@ -2017,7 +2017,7 @@ Footnote labels are also links to the corresponding definition/reference, and you can use the usual commands to follow these links. @end table address@hidden Orgstruct mode, Org syntax, Footnotes, Document Structure address@hidden Orgstruct mode @section The Orgstruct minor mode @cindex Orgstruct mode @cindex minor mode for structure editing @@ -2052,7 +2052,7 @@ Lisp files, you will be able to fold and unfold headlines in Emacs Lisp commented lines. Some commands like @code{org-demote} are disabled when the prefix is set, but folding/unfolding will work correctly. address@hidden Org syntax, , Orgstruct mode, Document Structure address@hidden Org syntax @section Org syntax @cindex Org syntax @@ -2074,7 +2074,7 @@ abstract structure. The export engine relies on the information stored in this list. Most interactive commands (e.g., for structure editing) also rely on the syntactic meaning of the surrounding context. address@hidden Tables, Hyperlinks, Document Structure, Top address@hidden Tables @chapter Tables @cindex tables @cindex editing tables @@ -2092,7 +2092,7 @@ calculations are supported using the Emacs @file{calc} package * Org-Plot:: Plotting from org tables @end menu address@hidden Built-in table editor, Column width and alignment, Tables, Tables address@hidden Built-in table editor @section The built-in table editor @cindex table editor, built-in @@ -2308,7 +2308,7 @@ it off with @noindent Then the only table command that still works is @kbd{C-c C-c} to do a manual re-align. address@hidden Column width and alignment, Column groups, Built-in table editor, Tables address@hidden Column width and alignment @section Column width and alignment @cindex narrow columns in tables @cindex alignment in tables @@ -2368,7 +2368,7 @@ also combine alignment and field width like this: @samp{}. Lines which only contain these formatting cookies will be removed automatically when exporting the document. address@hidden Column groups, Orgtbl mode, Column width and alignment, Tables address@hidden Column groups @section Column groups @cindex grouping columns in tables @@ -2404,7 +2404,7 @@ every vertical line you would like to have: | / | < | | | < | | @end example address@hidden Orgtbl mode, The spreadsheet, Column groups, Tables address@hidden Orgtbl mode @section The Orgtbl minor mode @cindex Orgtbl mode @cindex minor mode for tables @@ -2425,7 +2425,7 @@ construct @LaTeX{} tables with the underlying ease and power of Orgtbl mode, including spreadsheet capabilities. For details, see @ref{Tables in arbitrary syntax}. address@hidden The spreadsheet, Org-Plot, Orgtbl mode, Tables address@hidden The spreadsheet @section The spreadsheet @cindex calculations, in tables @cindex spreadsheet capabilities @@ -2454,7 +2454,7 @@ formula, moving these references by arrow keys * Advanced features:: Field and column names, parameters and automatic recalc @end menu address@hidden References, Formula syntax for Calc, The spreadsheet, The spreadsheet address@hidden References @subsection References @cindex references @@ -2633,7 +2633,7 @@ table in that entry. REF is an absolute field or range reference as described above for example @code{@@3$3} or @code{$somename}, valid in the referenced table. address@hidden Formula syntax for Calc, Formula syntax for Lisp, References, The spreadsheet address@hidden Formula syntax for Calc @subsection Formula syntax for Calc @cindex formula syntax, Calc @cindex syntax, of formulas @@ -2746,7 +2746,7 @@ should be padded with 0 to the full size. You can add your own Calc functions defined in Emacs Lisp with @code{defmath} and use them in formula syntax for Calc. address@hidden Formula syntax for Lisp, Durations and time values, Formula syntax for Calc, The spreadsheet address@hidden Formula syntax for Lisp @subsection Emacs Lisp forms as formulas @cindex Lisp forms, as table formulas @@ -2782,7 +2782,7 @@ Add columns 1 and 2, equivalent to Calc's @code{$1+$2}. Compute the sum of columns 1 to 4, like Calc's @code{vsum($1..$4)}. @end table address@hidden Durations and time values, Field and range formulas, Formula syntax for Lisp, The spreadsheet address@hidden Durations and time values @subsection Durations and time values @cindex Duration, computing @cindex Time, computing @@ -2812,7 +2812,7 @@ example above). Negative duration values can be manipulated as well, and integers will be considered as seconds in addition and subtraction. address@hidden Field and range formulas, Column formulas, Durations and time values, The spreadsheet address@hidden Field and range formulas @subsection Field and range formulas @cindex field formula @cindex range formula @@ -2868,7 +2868,7 @@ can also be used to assign a formula to some but not all fields in a row. Named field, see @ref{Advanced features}. @end table address@hidden Column formulas, Lookup functions, Field and range formulas, The spreadsheet address@hidden Column formulas @subsection Column formulas @cindex column formula @cindex formula, for table column @@ -2907,7 +2907,7 @@ stores it. With a numeric prefix argument(e.g., @kbd{C-5 C-c =}) the command will apply it to that many consecutive fields in the current column. @end table address@hidden Lookup functions, Editing and debugging formulas, Column formulas, The spreadsheet address@hidden Lookup functions @subsection Lookup functions @cindex lookup functions in tables @cindex table lookup functions @@ -2951,7 +2951,7 @@ matching cells, rank results, group data etc. For practical examples see @uref{http://orgmode.org/worg/org-tutorials/org-lookups.html, this tutorial on Worg}. address@hidden Editing and debugging formulas, Updating the table, Lookup functions, The spreadsheet address@hidden Editing and debugging formulas @subsection Editing and debugging formulas @cindex formula editing @cindex editing, of table formulas @@ -3102,7 +3102,7 @@ turn on formula debugging in the @code{Tbl} menu and repeat the calculation, for example by pressing @kbd{C-u C-u C-c = @key{RET}} in a field. Detailed information will be displayed. address@hidden Updating the table, Advanced features, Editing and debugging formulas, The spreadsheet address@hidden Updating the table @subsection Updating the table @cindex recomputing table fields @cindex updating, table @@ -3139,7 +3139,7 @@ Iterate all tables in the current buffer, in order to converge table-to-table dependencies. @end table address@hidden Advanced features, , Updating the table, The spreadsheet address@hidden Advanced features @subsection Advanced features If you want the recalculation of fields to happen automatically, or if you @@ -3244,7 +3244,7 @@ functions. @end group @end example address@hidden Org-Plot, , The spreadsheet, Tables address@hidden Org-Plot @section Org-Plot @cindex graph, in tables @cindex plot tables using Gnuplot @@ -3329,7 +3329,7 @@ may still want to specify the plot type, as that can impact the content of the data file. @end table address@hidden Hyperlinks, TODO Items, Tables, Top address@hidden Hyperlinks @chapter Hyperlinks @cindex hyperlinks @@ -3347,7 +3347,7 @@ other files, Usenet articles, emails, and much more. * Custom searches:: When the default search is not enough @end menu address@hidden Link format, Internal links, Hyperlinks, Hyperlinks address@hidden Link format @section Link format @cindex link format @cindex format, of links @@ -3378,7 +3378,7 @@ missing bracket hides the link internals again. To show the internal structure of all links, use the menu entry @code{Org->Hyperlinks->Literal links}. address@hidden Internal links, External links, Link format, Hyperlinks address@hidden Internal links @section Internal links @cindex internal links @cindex links, internal @@ -3449,7 +3449,7 @@ earlier. * Radio targets:: Make targets trigger links in plain text @end menu address@hidden Radio targets, , Internal links, Internal links address@hidden Radio targets @subsection Radio targets @cindex radio targets @cindex targets, radio @@ -3465,7 +3465,7 @@ for radio targets only when the file is first loaded into Emacs. To update the target list during editing, press @kbd{C-c C-c} with the cursor on or at a target. address@hidden External links, Handling links, Internal links, Hyperlinks address@hidden External links @section External links @cindex links, external @cindex external links @@ -3566,7 +3566,7 @@ as links. If spaces must be part of the link (for example in @samp{bbdb:Richard Stallman}), or if you need to remove ambiguities about the end of the link, enclose them in square brackets. address@hidden Handling links, Using links outside Org, External links, Hyperlinks address@hidden Handling links @section Handling links @cindex links, handling @@ -3762,7 +3762,7 @@ to @kbd{C-n} and @kbd{C-p} @end lisp @end table address@hidden Using links outside Org, Link abbreviations, Handling links, Hyperlinks address@hidden Using links outside Org @section Using links outside Org You can insert and follow links that have Org syntax not only in @@ -3775,7 +3775,7 @@ yourself): (global-set-key "\C-c o" 'org-open-at-point-global) @end lisp address@hidden Link abbreviations, Search options, Using links outside Org, Hyperlinks address@hidden Link abbreviations @section Link abbreviations @cindex link abbreviations @cindex abbreviation, links @@ -3844,7 +3844,7 @@ complete link abbreviations. You may also define a function support for inserting such a link with @kbd{C-c C-l}. Such a function should not accept any arguments, and return the full link with prefix. address@hidden Search options, Custom searches, Link abbreviations, Hyperlinks address@hidden Search options @section Search options in file links @cindex search option in file links @cindex file links, searching @@ -3896,7 +3896,7 @@ to search the current file. For example, @code{[[file:::find me]]} does a search for @samp{find me} in the current file, just as @samp{[[find me]]} would. address@hidden Custom searches, , Search options, Hyperlinks address@hidden Custom searches @section Custom Searches @cindex custom search strings @cindex search strings, custom @@ -3920,7 +3920,7 @@ variables for more information. Org actually uses this mechanism for address@hidden database files, and you can use the corresponding code as an implementation example. See the file @file{org-bibtex.el}. address@hidden TODO Items, Tags, Hyperlinks, Top address@hidden TODO Items @chapter TODO items @cindex TODO items @@ -3945,7 +3945,7 @@ methods to give you an overview of all the things that you have to do. * Checkboxes:: Tick-off lists @end menu address@hidden TODO basics, TODO extensions, TODO Items, TODO Items address@hidden TODO basics @section Basic TODO functionality Any headline becomes a TODO item when it starts with the word @@ -4019,7 +4019,7 @@ Insert a new TODO entry below the current one. Changing a TODO state can also trigger tag changes. See the docstring of the option @code{org-todo-state-tags-triggers} for details. address@hidden TODO extensions, Progress logging, TODO basics, TODO Items address@hidden TODO extensions @section Extended use of TODO keywords @cindex extended TODO keywords @@ -4043,7 +4043,7 @@ TODO items in particular (@pxref{Tags}). * TODO dependencies:: When one task needs to wait for others @end menu address@hidden Workflow states, TODO types, TODO extensions, TODO extensions address@hidden Workflow states @subsection TODO keywords as workflow states @cindex TODO workflow @cindex workflow states as TODO keywords @@ -4074,7 +4074,7 @@ define many keywords, you can use in-buffer completion buffer. Changing a TODO state can be logged with a timestamp, see @ref{Tracking TODO state changes}, for more information. address@hidden TODO types, Multiple sets in one file, Workflow states, TODO extensions address@hidden TODO types @subsection TODO keywords as types @cindex TODO types @cindex names as TODO keywords @@ -4106,7 +4106,7 @@ Lucy has to do, you would use @kbd{C-3 C-c / t}. To collect Lucy's items from all agenda files into a single buffer, you would use the numeric prefix argument as well when creating the global TODO list: @kbd{C-3 C-c a t}. address@hidden Multiple sets in one file, Fast access to TODO states, TODO types, TODO extensions address@hidden Multiple sets in one file @subsection Multiple keyword sets in one file @cindex TODO keyword sets @@ -4155,7 +4155,7 @@ from @code{DONE} to @code{REPORT} in the example above. See also @code{shift-selection-mode}. @end table address@hidden Fast access to TODO states, Per-file keywords, Multiple sets in one file, TODO extensions address@hidden Fast access to TODO states @subsection Fast access to TODO states If you would like to quickly change an entry to an arbitrary TODO state @@ -4180,7 +4180,7 @@ state through the tags interface (@pxref{Setting tags}), in case you like to mingle the two concepts. Note that this means you need to come up with unique keys across both sets of keywords.} address@hidden Per-file keywords, Faces for TODO keywords, Fast access to TODO states, TODO extensions address@hidden Per-file keywords @subsection Setting up keywords for individual files @cindex keyword options @cindex per-file keywords @@ -4227,7 +4227,7 @@ Org mode is activated after visiting a file. @kbd{C-c C-c} with the cursor in a line starting with @samp{#+} is simply restarting Org mode for the current buffer.}. address@hidden Faces for TODO keywords, TODO dependencies, Per-file keywords, TODO extensions address@hidden Faces for TODO keywords @subsection Faces for TODO keywords @cindex faces, for TODO keywords @@ -4255,7 +4255,7 @@ special face and use that. A string is interpreted as a color. The option @code{org-faces-easy-properties} determines if that color is interpreted as a foreground or a background color. address@hidden TODO dependencies, , Faces for TODO keywords, TODO extensions address@hidden TODO dependencies @subsection TODO dependencies @cindex TODO dependencies @cindex dependencies, of TODO states @@ -4317,7 +4317,7 @@ between entries in different trees or files, check out the contributed module @file{org-depend.el}. @page address@hidden Progress logging, Priorities, TODO extensions, TODO Items address@hidden Progress logging @section Progress logging @cindex progress logging @cindex logging, of progress @@ -4335,7 +4335,7 @@ work time}. * Tracking your habits:: How consistent have you been? @end menu address@hidden Closing items, Tracking TODO state changes, Progress logging, Progress logging address@hidden Closing items @subsection Closing items The most basic logging is to keep track of @emph{when} a certain TODO @@ -4371,7 +4371,7 @@ In the timeline (@pxref{Timeline}) and in the agenda display the TODO items with a @samp{CLOSED} timestamp on each day, giving you an overview of what has been done. address@hidden Tracking TODO state changes, Tracking your habits, Closing items, Progress logging address@hidden Tracking TODO state changes @subsection Tracking TODO state changes @cindex drawer, for state change recording @@ -4454,7 +4454,7 @@ settings like @code{TODO(!)}. For example :END: @end example address@hidden Tracking your habits, , Tracking TODO state changes, Progress logging address@hidden Tracking your habits @subsection Tracking your habits @cindex habits @@ -4554,7 +4554,7 @@ temporarily be disabled and they won't appear at all. Press @kbd{K} again to bring them back. They are also subject to tag filtering, if you have habits which should only be done in certain contexts, for example. address@hidden Priorities, Breaking down tasks, Progress logging, TODO Items address@hidden Priorities @section Priorities @cindex priorities @@ -4612,7 +4612,7 @@ priority): #+PRIORITIES: A C B @end example address@hidden Breaking down tasks, Checkboxes, Priorities, TODO Items address@hidden Breaking down tasks @section Breaking tasks down into subtasks @cindex tasks, breaking down @cindex statistics, for TODO items @@ -4673,7 +4673,7 @@ Another possibility is the use of checkboxes to identify (a hierarchy of) a large number of subtasks (@pxref{Checkboxes}). address@hidden Checkboxes, , Breaking down tasks, TODO Items address@hidden Checkboxes @section Checkboxes @cindex checkboxes @@ -4779,7 +4779,7 @@ changing TODO states. If you delete boxes/entries or add/change them by hand, use this command to get things back into sync. @end table address@hidden Tags, Properties and Columns, TODO Items, Top address@hidden Tags @chapter Tags @cindex tags @cindex headline tagging @@ -4807,7 +4807,7 @@ You may specify special faces for specific tags using the option * Tag searches:: Searching for combinations of tags @end menu address@hidden Tag inheritance, Setting tags, Tags, Tags address@hidden Tag inheritance @section Tag inheritance @cindex tag inheritance @cindex inheritance, of tags @@ -4861,7 +4861,7 @@ with inherited tags. Set @code{org-agenda-use-tag-inheritance} to control this: the default value includes all agenda types, but setting this to @code{nil} can really speed up agenda generation. address@hidden Setting tags, Tag groups, Tag inheritance, Tags address@hidden Setting tags @section Setting tags @cindex setting tags @cindex tags, setting @@ -5042,7 +5042,7 @@ instead of @kbd{C-c C-c}). If you set the variable to the value @code{expert}, the special window is not even shown for single-key tag selection, it comes up only when you press an extra @kbd{C-c}. address@hidden Tag groups, Tag searches, Setting tags, Tags address@hidden Tag groups @section Tag groups @cindex group tags @@ -5084,7 +5084,7 @@ If you want to ignore group tags temporarily, toggle group tags support with @command{org-toggle-tags-groups}, bound to @kbd{C-c C-x q}. If you want to disable tag groups completely, set @code{org-group-tags} to @code{nil}. address@hidden Tag searches, , Tag groups, Tags address@hidden Tag searches @section Tag searches @cindex tag searches @cindex searching for tags @@ -5115,7 +5115,7 @@ and properties. For a complete description with many examples, see @ref{Matching tags and properties}. address@hidden Properties and Columns, Dates and Times, Tags, Top address@hidden Properties and Columns @chapter Properties and columns @cindex properties @@ -5145,7 +5145,7 @@ Properties can be conveniently edited and viewed in column view * Property API:: Properties for Lisp programmers @end menu address@hidden Property syntax, Special properties, Properties and Columns, Properties and Columns address@hidden Property syntax @section Property syntax @cindex property syntax @cindex drawer, for properties @@ -5267,7 +5267,7 @@ Compute the property at point, using the operator and scope from the nearest column format definition. @end table address@hidden Special properties, Property searches, Property syntax, Properties and Columns address@hidden Special properties @section Special properties @cindex properties, special @@ -5318,7 +5318,7 @@ ITEM @r{The headline of the entry.} FILE @r{The filename the entry is located in.} @end example address@hidden Property searches, Property inheritance, Special properties, Properties and Columns address@hidden Property searches @section Property searches @cindex properties, searching @cindex searching, of properties @@ -5355,7 +5355,7 @@ value. If you enclose the value in curly braces, it is interpreted as a regular expression and matched against the property values. @end table address@hidden Property inheritance, Column view, Property searches, Properties and Columns address@hidden Property inheritance @section Property Inheritance @cindex properties, inheritance @cindex inheritance, of properties @@ -5399,7 +5399,7 @@ The LOGGING property may define logging settings for an entry or a subtree (@pxref{Tracking TODO state changes}). @end table address@hidden Column view, Property API, Property inheritance, Properties and Columns address@hidden Column view @section Column view A great way to view and edit properties in an outline tree is @@ -5422,7 +5422,7 @@ queries have collected selected items, possibly from a number of files. * Capturing column view:: A dynamic block for column view @end menu address@hidden Defining columns, Using column view, Column view, Column view address@hidden Defining columns @subsection Defining columns @cindex column view, for properties @cindex properties, column view @@ -5435,7 +5435,7 @@ done by defining a column format line. * Column attributes:: Appearance and content of a column @end menu address@hidden Scope of column definitions, Column attributes, Defining columns, Defining columns address@hidden Scope of column definitions @subsubsection Scope of column definitions To define a column format for an entire file, use a line like @@ -5462,7 +5462,7 @@ 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 @subsubsection Column attributes A column definition sets the attributes of a column. The general definition looks like this: @@ -5554,7 +5554,7 @@ an @samp{[X]} status if all children have been checked. The sums of CLOCK intervals in the subtree, either for all clocks or just for today. address@hidden Using column view, Capturing column view, Defining columns, Column view address@hidden Using column view @subsection Using column view @table @kbd @@ -5612,7 +5612,7 @@ Insert a new column, to the left of the current column. Delete the current column. @end table address@hidden Capturing column view, , Using column view, Column view address@hidden Capturing column view @subsection Capturing column view Since column view is just an overlay over a buffer, it cannot be @@ -5689,7 +5689,7 @@ distributed with the main distribution of Org (visit properties from entries in a certain scope, and arbitrary Lisp expressions to process these values before inserting them into a table or a dynamic block. address@hidden Property API, , Column view, Properties and Columns address@hidden Property API @section The Property API @cindex properties, API @cindex API, for properties @@ -5699,7 +5699,7 @@ 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 Dates and Times, Capture - Refile - Archive, Properties and Columns, Top address@hidden Dates and Times @chapter Dates and times @cindex dates @cindex times @@ -5724,7 +5724,7 @@ is used in a much wider sense. @end menu address@hidden Timestamps, Creating timestamps, Dates and Times, Dates and Times address@hidden Timestamps @section Timestamps, deadlines, and scheduling @cindex timestamps @cindex ranges, time @@ -5818,7 +5818,7 @@ angular ones. These timestamps are inactive in the sense that they do @end table address@hidden Creating timestamps, Deadlines and scheduling, Timestamps, Dates and Times address@hidden Creating timestamps @section Creating timestamps @cindex creating timestamps @cindex timestamps, creating @@ -5889,7 +5889,7 @@ the following column). * Custom time format:: Making dates look different @end menu address@hidden The date/time prompt, Custom time format, Creating timestamps, Creating timestamps address@hidden The date/time prompt @subsection The date/time prompt @cindex date, reading in minibuffer @cindex time, reading in minibuffer @@ -6015,7 +6015,7 @@ on, the current interpretation of your input will be displayed live in the address@hidden you find this distracting, turn the display off with @code{org-read-date-display-live}.}. address@hidden Custom time format, , The date/time prompt, Creating timestamps address@hidden Custom time format @subsection Custom time format @cindex custom date/time format @cindex time format, custom @@ -6063,7 +6063,7 @@ format is shorter, things do work as expected. @end itemize address@hidden Deadlines and scheduling, Clocking work time, Creating timestamps, Dates and Times address@hidden Deadlines and scheduling @section Deadlines and scheduling A timestamp may be preceded by special keywords to facilitate planning: @@ -6152,7 +6152,7 @@ sexp entry matches. * Repeated tasks:: Items that show up again and again @end menu address@hidden Inserting deadline/schedule, Repeated tasks, Deadlines and scheduling, Deadlines and scheduling address@hidden Inserting deadline/schedule @subsection Inserting deadlines or schedules The following commands allow you to quickly address@hidden @samp{SCHEDULED} and @@ -6210,7 +6210,7 @@ setting the date by indicating a relative time: e.g., +1d will set the date to the next day after today, and --1w will set the date to the previous week before any current timestamp. address@hidden Repeated tasks, , Inserting deadline/schedule, Deadlines and scheduling address@hidden Repeated tasks @subsection Repeated tasks @cindex tasks, repeated @cindex repeated tasks @@ -6299,7 +6299,7 @@ subtree, with dates shifted in each copy. The command @kbd{C-c C-x c} was created for this purpose, it is described in @ref{Structure editing}. address@hidden Clocking work time, Effort estimates, Deadlines and scheduling, Dates and Times address@hidden Clocking work time @section Clocking work time @cindex clocking time @cindex time clocking @@ -6331,7 +6331,7 @@ what to do with it. * Resolving idle time:: Resolving time when you've been idle @end menu address@hidden Clocking commands, The clock table, Clocking work time, Clocking work time address@hidden Clocking commands @subsection Clocking commands @table @kbd @@ -6431,7 +6431,7 @@ worked on or closed during a day. @code{org-clock-in-last} can have a global keybinding and will not modify the window disposition. address@hidden The clock table, Resolving idle time, Clocking commands, Clocking work time address@hidden The clock table @subsection The clock table @cindex clocktable, dynamic block @cindex report, of clocked time @@ -6579,7 +6579,7 @@ would be #+END: clocktable @end example address@hidden Resolving idle time, , The clock table, Clocking work time address@hidden Resolving idle time @subsection Resolving idle time and continuous clocking @subsubheading Resolving idle time @@ -6664,7 +6664,7 @@ last clocked entry for this session, and start the new clock from there. If you only want this from time to time, use three universal prefix arguments with @code{org-clock-in} and two @kbd{C-u C-u} with @code{org-clock-in-last}. address@hidden Effort estimates, Relative timer, Clocking work time, Dates and Times address@hidden Effort estimates @section Effort estimates @cindex effort estimates @@ -6727,7 +6727,7 @@ with the @kbd{/} key in the agenda (@pxref{Agenda commands}). If you have these estimates defined consistently, two or three key presses will narrow down the list to stuff that fits into an available time slot. address@hidden Relative timer, Countdown timer, Effort estimates, Dates and Times address@hidden Relative timer @section Taking notes with a relative timer @cindex relative timer @@ -6767,7 +6767,7 @@ by a certain amount. This can be used to fix timer strings if the timer was not started at exactly the right moment. @end table address@hidden Countdown timer, , Relative timer, Dates and Times address@hidden Countdown timer @section Countdown timer @cindex Countdown timer @kindex C-c C-x ; @@ -6781,7 +6781,7 @@ countdown timer in the modeline. @code{org-timer-default-timer} sets the default countdown value. Giving a prefix numeric argument overrides this default value. address@hidden Capture - Refile - Archive, Agenda Views, Dates and Times, Top address@hidden Capture - Refile - Archive @chapter Capture - Refile - Archive @cindex capture @@ -6801,7 +6801,7 @@ trees to an archive file keeps the system compact and fast. * Archiving:: What to do with finished projects @end menu address@hidden Capture, Attachments, Capture - Refile - Archive, Capture - Refile - Archive address@hidden Capture @section Capture @cindex capture @@ -6828,7 +6828,7 @@ customization. * Capture templates:: Define the outline of different note types @end menu address@hidden Setting up capture, Using capture, Capture, Capture address@hidden Setting up capture @subsection Setting up capture The following customization sets a default target file for notes, and defines @@ -6843,7 +6843,7 @@ suggestion.} for capturing new material. @end group @end smalllisp address@hidden Using capture, Capture templates, Setting up capture, Capture address@hidden Using capture @subsection Using capture @table @kbd @@ -6900,7 +6900,7 @@ automatically be created unless you set @code{org-capture-bookmark} to To insert the capture at point in an Org buffer, call @code{org-capture} with a @code{C-0} prefix argument. address@hidden Capture templates, , Using capture, Capture address@hidden Capture templates @subsection Capture templates @cindex templates, for Capture @@ -6959,7 +6959,7 @@ like this: * Templates in contexts:: Only show a template in a specific context @end menu address@hidden Template elements, Template expansion, Capture templates, Capture templates address@hidden Template elements @subsubsection Template elements Now lets look at the elements of a template definition. Each entry in @@ -7106,7 +7106,7 @@ buffer again after capture is completed. @end table @end table address@hidden Template expansion, Templates in contexts, Template elements, Capture templates address@hidden Template expansion @subsubsection Template expansion In the template itself, special @address@hidden you need one of @@ -7186,7 +7186,7 @@ To place the cursor after template expansion use: %? @r{After completing the template, position cursor here.} @end smallexample address@hidden Templates in contexts, , Template expansion, Capture templates address@hidden Templates in contexts @subsubsection Templates in contexts @vindex org-capture-templates-contexts @@ -7210,7 +7210,7 @@ template. In that case, add this command key like this: See the docstring of the variable for more information. address@hidden Attachments, RSS Feeds, Capture, Capture - Refile - Archive address@hidden Attachments @section Attachments @cindex attachments @@ -7298,7 +7298,7 @@ same directory for attachments as the parent does. @end table @end table address@hidden RSS Feeds, Protocols, Attachments, Capture - Refile - Archive address@hidden RSS Feeds @section RSS feeds @cindex RSS feeds @cindex Atom feeds @@ -7346,7 +7346,7 @@ list of drawers in that file: For more information, including how to read atom feeds, see @file{org-feed.el} and the docstring of @code{org-feed-alist}. address@hidden Protocols, Refile and copy, RSS Feeds, Capture - Refile - Archive address@hidden Protocols @section Protocols for external access @cindex protocols, for external access @cindex emacsserver @@ -7360,7 +7360,7 @@ a remote website you are looking at with the browser. See @uref{http://orgmode.org/worg/org-contrib/org-protocol.php} for detailed documentation and setup instructions. address@hidden Refile and copy, Archiving, Protocols, Capture - Refile - Archive address@hidden Refile and copy @section Refile and copy @cindex refiling notes @cindex copying notes @@ -7417,7 +7417,7 @@ setting @code{org-refile-use-cache}. To make the command see new possible targets, you have to clear the cache with this command. @end table address@hidden Archiving, , Refile and copy, Capture - Refile - Archive address@hidden Archiving @section Archiving @cindex archiving @@ -7438,7 +7438,7 @@ Archive the current entry using the command specified in the variable * Internal archiving:: Switch off a tree but keep it in the file @end menu address@hidden Moving subtrees, Internal archiving, Archiving, Archiving address@hidden Moving subtrees @subsection Moving a tree to the archive file @cindex external archiving @@ -7495,7 +7495,7 @@ outline path the archiving time etc. Configure the variable added. address@hidden Internal archiving, , Moving subtrees, Archiving address@hidden Internal archiving @subsection Internal archiving If you want to just switch off (for agenda views) certain subtrees without @@ -7558,7 +7558,7 @@ outline. @end table address@hidden Agenda Views, Markup, Capture - Refile - Archive, Top address@hidden Agenda Views @chapter Agenda views @cindex agenda views @@ -7619,7 +7619,7 @@ window configuration is restored when the agenda exits: * Agenda column view:: Using column view for collected entries @end menu address@hidden Agenda files, Agenda dispatcher, Agenda Views, Agenda Views address@hidden Agenda files @section Agenda files @cindex agenda files @cindex files for agenda @@ -7696,7 +7696,7 @@ effect immediately. Lift the restriction. @end table address@hidden Agenda dispatcher, Built-in agenda views, Agenda files, Agenda Views address@hidden Agenda dispatcher @section The agenda dispatcher @cindex agenda dispatcher @cindex dispatching agenda commands @@ -7759,7 +7759,7 @@ 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. @xref{Custom agenda views}. address@hidden Built-in agenda views, Presentation and sorting, Agenda dispatcher, Agenda Views address@hidden Built-in agenda views @section The built-in agenda views In this section we describe the built-in views. @@ -7773,7 +7773,7 @@ In this section we describe the built-in views. * Stuck projects:: Find projects you need to review @end menu address@hidden Weekly/daily agenda, Global TODO list, Built-in agenda views, Built-in agenda views address@hidden Weekly/daily agenda @subsection The weekly/daily agenda @cindex agenda @cindex weekly agenda @@ -7912,7 +7912,7 @@ It also reads a @code{APPT_WARNTIME} property which will then override the value of @code{appt-message-warning-time} for this appointment. See the docstring for details. address@hidden Global TODO list, Matching tags and properties, Weekly/daily agenda, Built-in agenda views address@hidden Global TODO list @subsection The global TODO list @cindex global TODO list @cindex TODO list, global @@ -7973,7 +7973,7 @@ and omit the sublevels from the global list. Configure the variable @code{org-agenda-todo-list-sublevels} to get this behavior. @end itemize address@hidden Matching tags and properties, Timeline, Global TODO list, Built-in agenda views address@hidden Matching tags and properties @subsection Matching tags and properties @cindex matching, of tags @cindex matching, of properties @@ -8153,7 +8153,7 @@ Select @samp{:work:}-tagged TODO lines that are either @samp{WAITING} or @samp{NEXT}. @end table address@hidden Timeline, Search view, Matching tags and properties, Built-in agenda views address@hidden Timeline @subsection Timeline for a single file @cindex timeline, single file @cindex time-sorted view @@ -8173,7 +8173,7 @@ When called with a @kbd{C-u} prefix, all unfinished TODO entries The commands available in the timeline buffer are listed in @ref{Agenda commands}. address@hidden Search view, Stuck projects, Timeline, Built-in agenda views address@hidden Search view @subsection Search view @cindex search view @cindex text search @@ -8203,7 +8203,7 @@ the docstring of the command @code{org-search-view}. Note that in addition to the agenda files, this command will also search the files listed in @code{org-agenda-text-search-extra-files}. address@hidden Stuck projects, , Search view, Built-in agenda views address@hidden Stuck projects @subsection Stuck projects @pindex GTD, Getting Things Done @@ -8251,7 +8251,7 @@ correct customization for this is Note that if a project is identified as non-stuck, the subtree of this entry will still be searched for stuck projects. address@hidden Presentation and sorting, Agenda commands, Built-in agenda views, Agenda Views address@hidden Presentation and sorting @section Presentation and sorting @cindex presentation, of agenda items @@ -8273,7 +8273,7 @@ associated with the item. * Filtering/limiting agenda items:: Dynamically narrow the agenda @end menu address@hidden Categories, Time-of-day specifications, Presentation and sorting, Presentation and sorting address@hidden Categories @subsection Categories @cindex category @@ -8307,7 +8307,7 @@ longer than 10 characters. You can set up icons for category by customizing the @code{org-agenda-category-icon-alist} variable. address@hidden Time-of-day specifications, Sorting agenda items, Categories, Presentation and sorting address@hidden Time-of-day specifications @subsection Time-of-day specifications @cindex time-of-day specification @@ -8358,7 +8358,7 @@ The time grid can be turned on and off with the variable @code{org-agenda-use-time-grid}, and can be configured with @code{org-agenda-time-grid}. address@hidden Sorting agenda items, Filtering/limiting agenda items, Time-of-day specifications, Presentation and sorting address@hidden Sorting agenda items @subsection Sorting agenda items @cindex sorting, of agenda items @cindex priorities, of agenda items @@ -8392,7 +8392,7 @@ Sorting can be customized using the variable @code{org-agenda-sorting-strategy}, and may also include criteria based on the estimated effort of an entry (@pxref{Effort estimates}). address@hidden Filtering/limiting agenda items, , Sorting agenda items, Presentation and sorting address@hidden Filtering/limiting agenda items @subsection Filtering/limiting agenda items Agenda built-in or customized commands are statically defined. Agenda @@ -8575,7 +8575,7 @@ are lost when rebuilding the agenda.}: This prompts for the type of limit to apply and its value. @end table address@hidden Agenda commands, Custom agenda views, Presentation and sorting, Agenda Views address@hidden Agenda commands @section Commands in the agenda buffer @cindex commands, in agenda buffer @@ -9102,7 +9102,7 @@ visit Org files will not be removed. @end table address@hidden Custom agenda views, Exporting Agenda Views, Agenda commands, Agenda Views address@hidden Custom agenda views @section Custom agenda views @cindex custom agenda views @cindex agenda views, custom @@ -9118,7 +9118,7 @@ dispatcher (@pxref{Agenda dispatcher}), just like the default commands. * Setting Options:: Changing the rules @end menu address@hidden Storing searches, Block agenda, Custom agenda views, Custom agenda views address@hidden Storing searches @subsection Storing searches The first application of custom searches is the definition of keyboard @@ -9210,7 +9210,7 @@ Peter, or Kim) as additional tag to match. Note that the @code{*-tree} agenda views need to be called from an Org buffer as they operate on the current buffer only. address@hidden Block agenda, Setting Options, Storing searches, Custom agenda views address@hidden Block agenda @subsection Block agenda @cindex block agenda @cindex agenda, with block views @@ -9244,7 +9244,7 @@ your agenda for the current week, all TODO items that carry the tag @samp{home}, and also all lines tagged with @samp{garden}. Finally the command @kbd{C-c a o} provides a similar view for office tasks. address@hidden Setting Options, , Block agenda, Custom agenda views address@hidden Setting Options @subsection Setting options for custom commands @cindex options, for custom agenda views @@ -9337,7 +9337,7 @@ command key @code{"r"}. In that case, add this command key like this: See the docstring of the variable for more information. address@hidden Exporting Agenda Views, Agenda column view, Custom agenda views, Agenda Views address@hidden Exporting Agenda Views @section Exporting Agenda Views @cindex agenda views, exporting @@ -9476,7 +9476,7 @@ processing by other programs. See @ref{Extracting agenda information}, for more information. address@hidden Agenda column view, , Exporting Agenda Views, Agenda Views address@hidden Agenda column view @section Using column view in the agenda @cindex column view, in agenda @cindex agenda, column view @@ -9540,7 +9540,7 @@ spent (via @code{CLOCKSUM}) and with the planned total effort for it. @end enumerate address@hidden Markup, Exporting, Agenda Views, Top address@hidden Markup @chapter Markup for rich export When exporting Org mode documents, the exporter tries to reflect the @@ -9560,7 +9560,7 @@ markup rules used in an Org mode buffer. * Special blocks:: Containers targeted at export back-ends @end menu address@hidden Structural markup elements, Images and tables, Markup, Markup address@hidden Structural markup elements @section Structural markup elements @menu @@ -9575,7 +9575,7 @@ markup rules used in an Org mode buffer. * Comment lines:: What will *not* be exported @end menu address@hidden Document title, Headings and sections, Structural markup elements, Structural markup elements address@hidden Document title @subheading Document title @cindex document title, markup rules @@ -9596,7 +9596,7 @@ If you are exporting only a subtree by marking is as the region, the heading of the subtree will become the title of the document. If the subtree has a property @code{EXPORT_TITLE}, that will take precedence. address@hidden Headings and sections, Table of contents, Document title, Structural markup elements address@hidden Headings and sections @subheading Headings and sections @cindex headings and sections, markup rules @@ -9614,7 +9614,7 @@ per-file basis with a line #+OPTIONS: H:4 @end example address@hidden Table of contents, Lists, Headings and sections, Structural markup elements address@hidden Table of contents @subheading Table of contents @cindex table of contents, markup rules @@ -9657,7 +9657,7 @@ contents. However, it is possible to specify an alternative title by setting @code{ALT_TITLE} property accordingly. It will then be used when building the table. address@hidden Lists, Paragraphs, Table of contents, Structural markup elements address@hidden Lists @subheading Lists @cindex lists, markup rules @@ -9665,7 +9665,7 @@ Plain lists as described in @ref{Plain lists}, are translated to the back-end's syntax for such lists. Most back-ends support unordered, ordered, and description lists. address@hidden Paragraphs, Footnote markup, Lists, Structural markup elements address@hidden Paragraphs @subheading Paragraphs, line breaks, and quoting @cindex paragraphs, markup rules @@ -9708,7 +9708,7 @@ but not any simpler @end example address@hidden Footnote markup, Emphasis and monospace, Paragraphs, Structural markup elements address@hidden Footnote markup @subheading Footnote markup @cindex footnotes, markup rules @cindex @file{footnote.el} @@ -9717,7 +9717,7 @@ Footnotes defined in the way described in @ref{Footnotes}, will be exported by all back-ends. Org allows multiple references to the same note, and multiple footnotes side by side. address@hidden Emphasis and monospace, Horizontal rules, Footnote markup, Structural markup elements address@hidden Emphasis and monospace @subheading Emphasis and monospace @cindex underlined text, markup rules @@ -9742,13 +9742,13 @@ can tweak @code{org-emphasis-regexp-components}. Beware that changing one of the above variables will no take effect until you reload Org, for which you may need to restart Emacs. address@hidden Horizontal rules, Comment lines, Emphasis and monospace, Structural markup elements address@hidden Horizontal rules @subheading Horizontal rules @cindex horizontal rules, markup rules A line consisting of only dashes, and at least 5 of them, will be exported as a horizontal line (@samp{
} in HTML and @code{\hrule} in @LaTeX{}). address@hidden Comment lines, , Horizontal rules, Structural markup elements address@hidden Comment lines @subheading Comment lines @cindex comment lines @cindex exporting, not @@ -9767,7 +9767,7 @@ Toggle the COMMENT keyword at the beginning of an entry. @end table address@hidden Images and tables, Literal examples, Structural markup elements, Markup address@hidden Images and tables @section Images and Tables @cindex tables, markup rules @@ -9815,7 +9815,7 @@ the same caption mechanism can apply to many others (e.g., @LaTeX{} equations, source code blocks). Depending on the export back-end, those may or may not be handled. address@hidden Literal examples, Include files, Images and tables, Markup address@hidden Literal examples @section Literal examples @cindex literal examples, markup rules @cindex code line references, markup rules @@ -9931,7 +9931,7 @@ label is stored as a link @samp{(label)}, for retrieval with @kbd{C-c C-l}. @end table address@hidden Include files, Index entries, Literal examples, Markup address@hidden Include files @section Include files @cindex include files, markup rules @@ -9979,7 +9979,7 @@ obvious defaults. Visit the include file at point. @end table address@hidden Index entries, Macro replacement, Include files, Markup address@hidden Index entries @section Index entries @cindex index entries, for publishing @@ -9997,7 +9997,7 @@ an index} for more information. address@hidden Macro replacement, Embedded @LaTeX{}, Index entries, Markup address@hidden Macro replacement @section Macro replacement @cindex macro replacement, during export @cindex #+MACRO @@ -10025,7 +10025,7 @@ and to the modification time of the file being exported, respectively. Macro expansion takes place during export. address@hidden Embedded @LaTeX{}, Special blocks, Macro replacement, Markup address@hidden Embedded @LaTeX{} @section Embedded @LaTeX{} @cindex @TeX{} interpretation @cindex @LaTeX{} interpretation @@ -10048,7 +10048,7 @@ readily processed to produce pretty output for a number of export back-ends. * CDLaTeX mode:: Speed up entering of formulas @end menu address@hidden Special symbols, Subscripts and superscripts, Embedded @LaTeX{}, Embedded @LaTeX{} address@hidden Special symbols @subsection Special symbols @cindex math symbols @cindex special symbols @@ -10096,7 +10096,7 @@ buffer content which remains plain ASCII, but it overlays the UTF-8 character for display purposes only. @end table address@hidden Subscripts and superscripts, @LaTeX{} fragments, Special symbols, Embedded @LaTeX{} address@hidden Subscripts and superscripts @subsection Subscripts and superscripts @cindex subscript @cindex superscript @@ -10128,7 +10128,7 @@ In addition to showing entities as UTF-8 characters, this command will also format sub- and superscripts in a WYSIWYM way. @end table address@hidden @LaTeX{} fragments, Previewing @LaTeX{} fragments, Subscripts and superscripts, Embedded @LaTeX{} address@hidden @LaTeX{} fragments @subsection @LaTeX{} fragments @cindex @LaTeX{} fragments @@ -10201,7 +10201,7 @@ lines: #+OPTIONS: tex:verbatim @r{Verbatim export, for jsMath or so} @end example address@hidden Previewing @LaTeX{} fragments, CDLaTeX mode, @LaTeX{} fragments, Embedded @LaTeX{} address@hidden Previewing @LaTeX{} fragments @subsection Previewing @LaTeX{} fragments @cindex @LaTeX{} fragments, preview @@ -10245,7 +10245,7 @@ To disable it, simply use #+STARTUP: nolatexpreview @end example address@hidden CDLaTeX mode, , Previewing @LaTeX{} fragments, Embedded @LaTeX{} address@hidden CDLaTeX mode @subsection Using address@hidden to enter math @cindex address@hidden @@ -10306,7 +10306,7 @@ modification will work only inside @LaTeX{} fragments; outside the quote is normal. @end itemize address@hidden Special blocks, , Embedded @LaTeX{}, Markup address@hidden Special blocks @section Special blocks @cindex Special blocks @@ -10321,7 +10321,7 @@ exporting a @samp{#+BEGIN_TEST} block, HTML back-end wraps its contents within @samp{
} tag. Refer to back-end specific documentation for more information. address@hidden Exporting, Publishing, Markup, Top address@hidden Exporting @chapter Exporting @cindex exporting @@ -10357,7 +10357,7 @@ in the iCalendar format. * Advanced configuration:: Fine-tuning the export output @end menu address@hidden The Export Dispatcher, Export back-ends, Exporting, Exporting address@hidden The Export Dispatcher @section The Export Dispatcher @vindex org-export-dispatch-use-expert-ui @cindex Export, dispatcher @@ -10426,7 +10426,7 @@ With the exception of asynchronous export, a successful export process writes its output to the kill-ring. You can configure this behavior by altering the option @code{org-export-copy-to-kill-ring}. address@hidden Export back-ends, Export settings, The Export Dispatcher, Exporting address@hidden Export back-ends @section Export back-ends @cindex Export, back-ends @@ -10456,7 +10456,7 @@ Built-in back-ends include: Other back-ends might be found in the @code{contrib/} directory (@pxref{Installation}). address@hidden Export settings, ASCII/Latin-1/UTF-8 export, Export back-ends, Exporting address@hidden Export settings @section Export settings @cindex Export, settings @@ -10693,7 +10693,7 @@ can become buffer-local during export by using the BIND keyword. Its syntax is @samp{#+BIND: variable value}. This is particularly useful for in-buffer settings that cannot be changed using specific keywords. address@hidden ASCII/Latin-1/UTF-8 export, Beamer export, Export settings, Exporting address@hidden ASCII/Latin-1/UTF-8 export @section ASCII/Latin-1/UTF-8 export @cindex ASCII export @cindex Latin-1 export @@ -10757,7 +10757,7 @@ specified using an @code{ATTR_ASCII} line, directly preceding the rule. ----- @end example address@hidden Beamer export, HTML export, ASCII/Latin-1/UTF-8 export, Exporting address@hidden Beamer export @section Beamer export @cindex Beamer export @@ -10972,7 +10972,7 @@ Here is a simple example Org document that is intended for Beamer export. Please test this stuff! @end smallexample address@hidden HTML export, @LaTeX{} and PDF export, Beamer export, Exporting address@hidden HTML export @section HTML export @cindex HTML export @@ -10994,7 +10994,7 @@ language, but with additional support for tables. * JavaScript support:: Info and Folding in a web browser @end menu address@hidden HTML Export commands, HTML doctypes, HTML export, HTML export address@hidden HTML Export commands @subsection HTML export commands @table @kbd @@ -11022,7 +11022,7 @@ Export to a temporary buffer. Do not create a file. @c @noindent @c creates two levels of headings and does the rest as items. address@hidden HTML doctypes, HTML preamble and postamble, HTML Export commands, HTML export address@hidden HTML doctypes @subsection HTML doctypes @vindex org-html-doctype @vindex org-html-doctype-alist @@ -11113,7 +11113,7 @@ Headlines cannot appear within special blocks. To wrap a headline and its contents in e.g.
or
tags, set the @code{HTML_CONTAINER} property on the headline itself. address@hidden HTML preamble and postamble, Quoting HTML tags, HTML doctypes, HTML export address@hidden HTML preamble and postamble @subsection HTML preamble and postamble @vindex org-html-preamble @vindex org-html-postamble @@ -11141,7 +11141,7 @@ the creator and the date, and build the postamble from these values. Setting relevant format string found in @code{org-html-postamble-format}. Setting it to @code{nil} will not insert any postamble. address@hidden Quoting HTML tags, Links in HTML export, HTML preamble and postamble, HTML export address@hidden Quoting HTML tags @subsection Quoting HTML tags Plain @samp{<} and @samp{>} are always transformed to @samp{<} and @@ -11166,7 +11166,7 @@ All lines between these markers are exported literally @end example address@hidden Links in HTML export, Tables in HTML export, Quoting HTML tags, HTML export address@hidden Links in HTML export @subsection Links in HTML export @cindex links, in HTML export @@ -11193,7 +11193,7 @@ and @code{style} attributes for a link: [[http://orgmode.org]] @end example address@hidden Tables in HTML export, Images in HTML export, Links in HTML export, HTML export address@hidden Tables in HTML export @subsection Tables @cindex tables, in HTML @vindex org-html-table-default-attributes @@ -11215,7 +11215,7 @@ You can also modify the default tags used for each row by setting @code{org-html-table-row-tags}. See the docstring for an example on how to use this option. address@hidden Images in HTML export, Math formatting in HTML export, Tables in HTML export, HTML export address@hidden Images in HTML export @subsection Images in HTML export @cindex images, inline in HTML @@ -11252,7 +11252,7 @@ support text viewers and accessibility, and align it to the right. @noindent You could use @code{http} addresses just as well. address@hidden Math formatting in HTML export, Text areas in HTML export, Images in HTML export, HTML export address@hidden Math formatting in HTML export @subsection Math formatting in HTML export @cindex MathJax @cindex dvipng @@ -11295,7 +11295,7 @@ or: #+OPTIONS: tex:imagemagick @end example address@hidden Text areas in HTML export, CSS support, Math formatting in HTML export, HTML export address@hidden Text areas in HTML export @subsection Text areas in HTML export @cindex text areas, in HTML @@ -11318,7 +11318,7 @@ the example, and 80, respectively. For example @end example address@hidden CSS support, JavaScript support, Text areas in HTML export, HTML export address@hidden CSS support @subsection CSS support @cindex CSS, for HTML export @cindex HTML export, CSS @@ -11399,7 +11399,7 @@ property. @c FIXME: More about header and footer styles @c FIXME: Talk about links and targets. address@hidden JavaScript support, , CSS support, HTML export address@hidden JavaScript support @subsection JavaScript supported display of web pages @cindex Rose, Sebastian @@ -11463,7 +11463,7 @@ You can choose default values for these options by customizing the variable @code{org-html-infojs-options}. If you always want to apply the script to your pages, configure the variable @code{org-html-use-infojs}. address@hidden @LaTeX{} and PDF export, Markdown export, HTML export, Exporting address@hidden @LaTeX{} and PDF export @section @LaTeX{} and PDF export @cindex @LaTeX{} export @cindex PDF export @@ -11495,7 +11495,7 @@ description. * @LaTeX{} specific attributes:: Controlling @LaTeX{} output @end menu address@hidden @LaTeX{} export commands, Header and sectioning, @LaTeX{} and PDF export, @LaTeX{} and PDF export address@hidden @LaTeX{} export commands @subsection @LaTeX{} export commands @table @kbd @@ -11511,7 +11511,7 @@ Export as @LaTeX{} and then process to PDF. Export as @LaTeX{} and then process to PDF, then open the resulting PDF file. @end table address@hidden Header and sectioning, Quoting @LaTeX{} code, @LaTeX{} export commands, @LaTeX{} and PDF export address@hidden Header and sectioning @subsection Header and sectioning structure @cindex @LaTeX{} class @cindex @LaTeX{} sectioning structure @@ -11569,7 +11569,7 @@ An example is shown below. some text @end example address@hidden Quoting @LaTeX{} code, @LaTeX{} specific attributes, Header and sectioning, @LaTeX{} and PDF export address@hidden Quoting @LaTeX{} code @subsection Quoting @LaTeX{} code Embedded @LaTeX{} as described in @ref{Embedded @LaTeX{}}, will be correctly @@ -11588,7 +11588,7 @@ All lines between these markers are exported literally #+END_LATEX @end example address@hidden @LaTeX{} specific attributes, , Quoting @LaTeX{} code, @LaTeX{} and PDF export address@hidden @LaTeX{} specific attributes @subsection @LaTeX{} specific attributes @cindex #+ATTR_LATEX @@ -11832,7 +11832,7 @@ respectively, @code{:width} and @code{:thickness} attributes: ----- @end example address@hidden Markdown export, OpenDocument Text export, @LaTeX{} and PDF export, Exporting address@hidden Markdown export @section Markdown export @cindex Markdown export @@ -11868,7 +11868,7 @@ that one (@pxref{Export settings}). @c begin opendocument address@hidden OpenDocument Text export, iCalendar export, Markdown export, Exporting address@hidden OpenDocument Text export @section OpenDocument Text export @cindex ODT @cindex OpenDocument @@ -11896,13 +11896,13 @@ are compatible with LibreOffice 3.4. * Advanced topics in ODT export:: Read this if you are a power user @end menu address@hidden Pre-requisites for ODT export, ODT export commands, OpenDocument Text export, OpenDocument Text export address@hidden Pre-requisites for ODT export @subsection Pre-requisites for ODT export @cindex zip The ODT exporter relies on the @file{zip} program to create the final output. Check the availability of this program before proceeding further. address@hidden ODT export commands, Extending ODT export, Pre-requisites for ODT export, OpenDocument Text export address@hidden ODT export commands @subsection ODT export commands @subsubheading Exporting to ODT @@ -11940,7 +11940,7 @@ file instead. @xref{x-export-to-other-formats, , Automatically exporting to other formats}. @end table address@hidden Extending ODT export, Applying custom styles, ODT export commands, OpenDocument Text export address@hidden Extending ODT export @subsection Extending ODT export The ODT exporter can interface with a variety of document @@ -11987,7 +11987,7 @@ Convert an existing document from one format to another. With a prefix argument, also open the newly produced file. @end table address@hidden Applying custom styles, Links in ODT export, Extending ODT export, OpenDocument Text export address@hidden Applying custom styles @subsection Applying custom styles @cindex styles, custom @cindex template, custom @@ -12048,7 +12048,7 @@ met, the output is going to be less than satisfactory. So it is highly recommended that you only work with templates that are directly derived from the factory settings. address@hidden Links in ODT export, Tables in ODT export, Applying custom styles, OpenDocument Text export address@hidden Links in ODT export @subsection Links in ODT export @cindex links, in ODT export @@ -12062,7 +12062,7 @@ A @address@hidden@}}-style reference to an image, table etc. is replaced with a cross-reference and sequence number of the labeled entity. @xref{Labels and captions in ODT export}. address@hidden Tables in ODT export, Images in ODT export, Links in ODT export, OpenDocument Text export address@hidden Tables in ODT export @subsection Tables in ODT export @cindex tables, in ODT export @@ -12108,7 +12108,7 @@ If you are not satisfied with the above formatting options, you can create custom table styles and associate them with a table using the @code{#+ATTR_ODT} line. @xref{Customizing tables in ODT export}. address@hidden Images in ODT export, Math formatting in ODT export, Tables in ODT export, OpenDocument Text export address@hidden Images in ODT export @subsection Images in ODT export @cindex images, embedding in ODT @cindex embedding images in ODT @@ -12209,7 +12209,7 @@ To create an image that is anchored to a page, do the following: [[./img.png]] @end example address@hidden Math formatting in ODT export, Labels and captions in ODT export, Images in ODT export, OpenDocument Text export address@hidden Math formatting in ODT export @subsection Math formatting in ODT export The ODT exporter has special support for handling math. @@ -12219,7 +12219,7 @@ The ODT exporter has special support for handling math. * Working with MathML or OpenDocument formula files:: How to embed equations in native format @end menu address@hidden Working with @LaTeX{} math snippets, Working with MathML or OpenDocument formula files, Math formatting in ODT export, Math formatting in ODT export address@hidden Working with @LaTeX{} math snippets @subsubsection Working with @LaTeX{} math snippets @LaTeX{} math snippets (@address@hidden fragments}) can be embedded in the ODT @@ -12292,7 +12292,7 @@ that the @file{dvipng} program or @file{imagemagick} suite be available on your system. @end enumerate address@hidden Working with MathML or OpenDocument formula files, , Working with @LaTeX{} math snippets, Math formatting in ODT export address@hidden Working with MathML or OpenDocument formula files @subsubsection Working with MathML or OpenDocument formula files For various reasons, you may find embedding @LaTeX{} math snippets in an @@ -12310,7 +12310,7 @@ or [[./equation.odf]] @end example address@hidden Labels and captions in ODT export, Literal examples in ODT export, Math formatting in ODT export, OpenDocument Text export address@hidden Labels and captions in ODT export @subsection Labels and captions in ODT export You can label and caption various category of objects---an inline image, a @@ -12354,7 +12354,7 @@ document. Illustration 2: Bell curve @end example address@hidden Literal examples in ODT export, Advanced topics in ODT export, Labels and captions in ODT export, OpenDocument Text export address@hidden Literal examples in ODT export @subsection Literal examples in ODT export Export of literal examples (@pxref{Literal examples}) with full fontification @@ -12374,7 +12374,7 @@ so by customizing the option You can turn off fontification of literal examples by customizing the option @code{org-odt-fontify-srcblocks}. address@hidden Advanced topics in ODT export, , Literal examples in ODT export, OpenDocument Text export address@hidden Advanced topics in ODT export @subsection Advanced topics in ODT export If you rely heavily on ODT export, you may want to exploit the full @@ -12389,7 +12389,7 @@ that would be of interest to power users. * Validating OpenDocument XML:: How to debug corrupt OpenDocument files @end menu address@hidden Configuring a document converter, Working with OpenDocument style files, Advanced topics in ODT export, Advanced topics in ODT export address@hidden Configuring a document converter @subsubsection Configuring a document converter @cindex convert @cindex doc, docx, rtf @@ -12426,7 +12426,7 @@ Select the newly added converter as the preferred one by customizing the option @code{org-odt-convert-process}. @end enumerate address@hidden Working with OpenDocument style files, Creating one-off styles, Configuring a document converter, Advanced topics in ODT export address@hidden Working with OpenDocument style files @subsubsection Working with OpenDocument style files @cindex styles, custom @cindex template, custom @@ -12530,7 +12530,7 @@ Use this variable to specify the blank @file{content.xml} that will be used in the final output. @end itemize address@hidden Creating one-off styles, Customizing tables in ODT export, Working with OpenDocument style files, Advanced topics in ODT export address@hidden Creating one-off styles @subsubsection Creating one-off styles There are times when you would want one-off formatting in the exported @@ -12597,7 +12597,7 @@ This paragraph is specially formatted and uses bold text. @end enumerate address@hidden Customizing tables in ODT export, Validating OpenDocument XML, Creating one-off styles, Advanced topics in ODT export address@hidden Customizing tables in ODT export @subsubsection Customizing tables in ODT export @cindex tables, in ODT export @@ -12763,7 +12763,7 @@ the @code{ATTR_ODT} line as shown below. @end example @end enumerate address@hidden Validating OpenDocument XML, , Customizing tables in ODT export, Advanced topics in ODT export address@hidden Validating OpenDocument XML @subsubsection Validating OpenDocument XML Occasionally, you will discover that the document created by the @@ -12785,7 +12785,7 @@ will take care of updating the @code{rng-schema-locating-files} for you. @c end opendocument address@hidden iCalendar export, Other built-in back-ends, OpenDocument Text export, Exporting address@hidden iCalendar export @section iCalendar export @cindex iCalendar export @@ -12854,7 +12854,7 @@ and the description from the body (limited to How this calendar is best read and updated, depends on the application you are using. The FAQ covers this issue. address@hidden Other built-in back-ends, Export in foreign buffers, iCalendar export, Exporting address@hidden Other built-in back-ends @section Other built-in back-ends @cindex export back-ends, built-in @vindex org-export-backends @@ -12874,7 +12874,7 @@ new keys in the export dispatcher (@pxref{The Export Dispatcher}). See the comment section of these files for more information on how to use them. address@hidden Export in foreign buffers, Advanced configuration, Other built-in back-ends, Exporting address@hidden Export in foreign buffers @section Export in foreign buffers Most built-in back-ends come with a command to convert the selected region @@ -12897,7 +12897,7 @@ buffers. E.g., in a HTML buffer, you can turn on @code{orgstruct-mode}, then use Org commands for editing a list, and finally select and convert the list with @code{M-x org-html-convert-region-to-html RET}. address@hidden Advanced configuration, , Export in foreign buffers, Exporting address@hidden Advanced configuration @section Advanced configuration @subheading Hooks @@ -13081,7 +13081,7 @@ back-end is calling the following from an Org buffer: It is obviously possible to write an interactive function for this, install it in the export dispatcher menu, and so on. address@hidden Publishing, Working With Source Code, Exporting, Top address@hidden Publishing @chapter Publishing @cindex publishing @@ -13103,7 +13103,7 @@ Publishing has been contributed to Org by David O'Toole. * Triggering publication:: Publication commands @end menu address@hidden Configuration, Uploading files, Publishing, Publishing address@hidden Configuration @section Configuration Publishing needs significant configuration to specify files, destination @@ -13120,7 +13120,7 @@ and many other properties of a project. * Generating an index:: An index that reaches across pages @end menu address@hidden Project alist, Sources and destinations, Configuration, Configuration address@hidden Project alist @subsection The variable @code{org-publish-project-alist} @cindex org-publish-project-alist @cindex projects, for publishing @@ -13147,7 +13147,7 @@ together files requiring different publishing options. When you publish such a ``meta-project'', all the components will also be published, in the sequence given. address@hidden Sources and destinations, Selecting files, Project alist, Configuration address@hidden Sources and destinations @subsection Sources and destinations for files @cindex directories, for publishing @@ -13176,7 +13176,7 @@ project property list is scoped into this call as the variable @end multitable @noindent address@hidden Selecting files, Publishing action, Sources and destinations, Configuration address@hidden Selecting files @subsection Selecting files @cindex files, selecting for publishing @@ -13202,7 +13202,7 @@ and @code{:exclude}. @tab address@hidden means, check base-directory recursively for files to publish. @end multitable address@hidden Publishing action, Publishing options, Selecting files, Configuration address@hidden Publishing action @subsection Publishing action @cindex action, for publishing @@ -13241,7 +13241,7 @@ and the path to the publishing directory of the output file. It should take the specified file, make the necessary transformation (if any) and place the result into the destination folder. address@hidden Publishing options, Publishing links, Publishing action, Configuration address@hidden Publishing options @subsection Options for the exporters @cindex options, for publishing @@ -13349,7 +13349,7 @@ setting overrides the value of the corresponding user variable (if any) during publishing. Options set within a file (@pxref{Export settings}), however, override everything. address@hidden Publishing links, Sitemap, Publishing options, Configuration address@hidden Publishing links @subsection Links between published files @cindex links, publishing @@ -13367,7 +13367,7 @@ with relative file names, and provided you have also configured Org to upload the related files, these links will work too. See @ref{Complex example}, for an example of this usage. address@hidden Sitemap, Generating an index, Publishing links, Configuration address@hidden Sitemap @subsection Generating a sitemap @cindex sitemap, of published pages @@ -13427,7 +13427,7 @@ Defaults to @code{nil}. @end multitable address@hidden Generating an index, , Sitemap, Configuration address@hidden Generating an index @subsection Generating an index @cindex index, in a publishing project @@ -13444,7 +13444,7 @@ The file will be created when first publishing a project with the "theindex.inc"}. You can then build around this include statement by adding a title, style information, etc. address@hidden Uploading files, Sample configuration, Configuration, Publishing address@hidden Uploading files @section Uploading files @cindex rsync @cindex unison @@ -13477,7 +13477,7 @@ benefit of re-including any changed external files such as source example files you might include with @code{#+INCLUDE:}. The timestamp mechanism in Org is not smart enough to detect if included files have been modified. address@hidden Sample configuration, Triggering publication, Uploading files, Publishing address@hidden Sample configuration @section Sample configuration Below we provide two example configurations. The first one is a simple @@ -13489,7 +13489,7 @@ more complex, with a multi-component project. * Complex example:: A multi-component publishing example @end menu address@hidden Simple example, Complex example, Sample configuration, Sample configuration address@hidden Simple example @subsection Example: simple publishing configuration This example publishes a set of Org files to the @file{public_html} @@ -13507,7 +13507,7 @@ directory on the local machine. type=\"text/css\"/>"))) @end lisp address@hidden Complex example, , Simple example, Sample configuration address@hidden Complex example @subsection Example: complex publishing configuration This more complicated example publishes an entire website, including @@ -13557,7 +13557,7 @@ right place on the web server, and publishing images to it. ("website" :components ("orgfiles" "images" "other")))) @end lisp address@hidden Triggering publication, , Sample configuration, Publishing address@hidden Triggering publication @section Triggering publication Once properly configured, Org can publish with the following commands: @@ -13584,7 +13584,7 @@ This may be necessary in particular if files include other files via @comment node-name, next, previous, up @comment Working With Source Code, Miscellaneous, Publishing, Top address@hidden Working With Source Code, Miscellaneous, Publishing, Top address@hidden Working With Source Code @chapter Working with source code @cindex Schulte, Eric @cindex Davison, Dan @@ -13628,7 +13628,7 @@ The following sections describe Org mode's code block handling facilities. @comment node-name, next, previous, up @comment Structure of code blocks, Editing source code, Working With Source Code, Working With Source Code address@hidden Structure of code blocks, Editing source code, Working With Source Code, Working With Source Code address@hidden Structure of code blocks @section Structure of code blocks @cindex code block, structure @cindex source code, block structure @@ -13693,7 +13693,7 @@ Source code in the specified language. @comment node-name, next, previous, up @comment Editing source code, Exporting code blocks, Structure of code blocks, Working With Source Code address@hidden Editing source code, Exporting code blocks, Structure of code blocks, Working With Source Code address@hidden Editing source code @section Editing source code @cindex code block, editing @cindex source code, editing @@ -13736,7 +13736,7 @@ variable @code{org-src-fontify-natively}. @comment node-name, next, previous, up @comment Exporting code blocks, Extracting source code, Editing source code, Working With Source Code address@hidden Exporting code blocks, Extracting source code, Editing source code, Working With Source Code address@hidden Exporting code blocks @section Exporting code blocks @cindex code block, exporting @cindex source code, exporting @@ -13783,7 +13783,7 @@ export, not to provide security. @comment node-name, next, previous, up @comment Extracting source code, Evaluating code blocks, Exporting code blocks, Working With Source Code address@hidden Extracting source code, Evaluating code blocks, Exporting code blocks, Working With Source Code address@hidden Extracting source code @section Extracting source code @cindex tangling @cindex source code, extracting @@ -13844,7 +13844,7 @@ to true (the default setting), second the @code{comments} (@ref{comments}) header argument must be set to @code{links}, which will insert comments into the source code buffer which point back to the original Org-mode file. address@hidden Evaluating code blocks, Library of Babel, Extracting source code, Working With Source Code address@hidden Evaluating code blocks @section Evaluating code blocks @cindex code block, evaluating @cindex source code, evaluating @@ -13922,7 +13922,7 @@ For more examples of passing header arguments to @code{#+CALL:} lines see @ref{Header arguments in function calls}. @end table address@hidden Library of Babel, Languages, Evaluating code blocks, Working With Source Code address@hidden Library of Babel @section Library of Babel @cindex babel, library of @cindex source code, library @@ -13947,7 +13947,7 @@ Code blocks located in any Org mode file can be loaded into the ``Library of Babel'' with the @code{org-babel-lob-ingest} function, bound to @kbd{C-c C-v i}. address@hidden Languages, Header arguments, Library of Babel, Working With Source Code address@hidden Languages @section Languages @cindex babel, languages @cindex source code, languages @@ -14009,7 +14009,7 @@ The following adds support for evaluating @code{clojure} code blocks. (require 'ob-clojure) @end lisp address@hidden Header arguments, Results of evaluation, Languages, Working With Source Code address@hidden Header arguments @section Header arguments @cindex code block, header arguments @cindex source code, block header arguments @@ -14023,7 +14023,7 @@ describes each header argument in detail. * Specific header arguments:: List of header arguments @end menu address@hidden Using header arguments, Specific header arguments, Header arguments, Header arguments address@hidden Using header arguments @subsection Using header arguments The values of header arguments can be set in several way. When the header @@ -14041,7 +14041,7 @@ priority replaces the same header argument specified at lower priority. @end menu address@hidden System-wide header arguments, Language-specific header arguments, Using header arguments, Using header arguments address@hidden System-wide header arguments @subsubheading System-wide header arguments @vindex org-babel-default-header-args System-wide values of header arguments can be specified by adapting the @@ -14066,14 +14066,14 @@ blocks. (assq-delete-all :noweb org-babel-default-header-args))) @end lisp address@hidden Language-specific header arguments, Header arguments in Org mode properties, System-wide header arguments, Using header arguments address@hidden Language-specific header arguments @subsubheading Language-specific header arguments Each language can define its own set of default header arguments in variable @code{org-babel-default-header-args:}, where @code{} is the name of the language. See the language-specific documentation available online at @uref{http://orgmode.org/worg/org-contrib/babel}. address@hidden Header arguments in Org mode properties, Language-specific header arguments in Org mode properties, Language-specific header arguments, Using header arguments address@hidden Header arguments in Org mode properties @subsubheading Header arguments in Org mode properties Buffer-wide header arguments may be specified as properties through the use @@ -14120,7 +14120,7 @@ Properties defined in this way override the properties set in languages. It is convenient to use the @code{org-set-property} function bound to @kbd{C-c C-x p} to set properties in Org mode documents. address@hidden Language-specific header arguments in Org mode properties, Code block specific header arguments, Header arguments in Org mode properties, Using header arguments address@hidden Language-specific header arguments in Org mode properties @subsubheading Language-specific header arguments in Org mode properties Language-specific header arguments are also read from properties @@ -14144,7 +14144,7 @@ for calls and source blocks under subtree ``Heading'' and change to a different clojure setting for evaluations under subtree ``Subheading'', while the R session is inherited from ``Heading'' and therefore unchanged. address@hidden Code block specific header arguments, Header arguments in function calls, Language-specific header arguments in Org mode properties, Using header arguments address@hidden Code block specific header arguments @subsubheading Code block specific header arguments The most common way to assign values to header arguments is at the @@ -14202,7 +14202,7 @@ Multi-line header arguments on a named code block: : data:2 @end example address@hidden Header arguments in function calls, , Code block specific header arguments, Using header arguments address@hidden Header arguments in function calls @comment node-name, next, previous, up @subsubheading Header arguments in function calls @@ -14225,7 +14225,7 @@ evaluation of the @code{factorial} code block. #+CALL: factorial[:session special](n=5) @end example address@hidden Specific header arguments, , Using header arguments, Header arguments address@hidden Specific header arguments @subsection Specific header arguments Header arguments consist of an initial colon followed by the name of the argument in lowercase letters. The following header arguments are defined: @@ -14269,7 +14269,7 @@ argument in lowercase letters. The following header arguments are defined: Additional header arguments are defined on a language-specific basis, see @ref{Languages}. address@hidden var, results, Specific header arguments, Specific header arguments address@hidden var @subsubsection @code{:var} The @code{:var} header argument is used to pass arguments to code blocks. The specifics of how arguments are included in a code block vary by language; @@ -14523,7 +14523,7 @@ Emacs Lisp, as shown in the following example. : (a b c) @end example address@hidden results, file, var, Specific header arguments address@hidden results @subsubsection @code{:results} There are four classes of @code{:results} header argument. Only one option @@ -14642,7 +14642,7 @@ be prepended to the existing results. Otherwise the new results will be inserted as with @code{replace}. @end itemize address@hidden file, file-desc, results, Specific header arguments address@hidden file @subsubsection @code{:file} The header argument @code{:file} is used to specify an external file in which @@ -14658,7 +14658,7 @@ The argument to @code{:file} should be either a string specifying the path to a file, or a list of two strings in which case the first element of the list should be the path to a file and the second a description for the link. address@hidden file-desc, dir, file, Specific header arguments address@hidden file-desc @subsubsection @code{:file-desc} The value of the @code{:file-desc} header argument is used to provide a @@ -14667,7 +14667,7 @@ description for file code block results which are inserted as Org mode links with no value the link path will be placed in both the ``link'' and the ``description'' portion of the Org mode link. address@hidden dir, exports, file-desc, Specific header arguments address@hidden dir @subsubsection @code{:dir} and remote execution While the @code{:file} header argument can be used to specify the path to the @@ -14735,7 +14735,7 @@ directory}. Therefore, if @code{default-directory} is altered using which the link does not point. @end itemize address@hidden exports, tangle, dir, Specific header arguments address@hidden exports @subsubsection @code{:exports} The @code{:exports} header argument specifies what should be included in HTML @@ -14755,7 +14755,7 @@ Both the code and results are included in the exported file. E.g., Nothing is included in the exported file. E.g., @code{:exports none}. @end itemize address@hidden tangle, mkdirp, exports, Specific header arguments address@hidden tangle @subsubsection @code{:tangle} The @code{:tangle} header argument specifies whether or not the code @@ -14775,14 +14775,14 @@ as a path (directory and file name relative to the directory of the Org mode file) to which the block will be exported. E.g., @code{:tangle path}. @end itemize address@hidden mkdirp, comments, tangle, Specific header arguments address@hidden mkdirp @subsubsection @code{:mkdirp} The @code{:mkdirp} header argument can be used to create parent directories of tangled files when missing. This can be set to @code{yes} to enable directory creation or to @code{no} to inhibit directory creation. address@hidden comments, padline, mkdirp, Specific header arguments address@hidden comments @subsubsection @code{:comments} By default code blocks are tangled to source-code files without any insertion of comments beyond those which may already exist in the body of the code @@ -14808,7 +14808,7 @@ Turns on the ``link'' comment option, and additionally wraps expanded noweb references in the code block body in link comments. @end itemize address@hidden padline, no-expand, comments, Specific header arguments address@hidden padline @subsubsection @code{:padline} Control in insertion of padding lines around code block bodies in tangled code files. The default value is @code{yes} which results in insertion of @@ -14822,7 +14822,7 @@ Insert newlines before and after each code block body in tangled code files. Do not insert any newline padding in tangled output. @end itemize address@hidden no-expand, session, padline, Specific header arguments address@hidden no-expand @subsubsection @code{:no-expand} By default, code blocks are expanded with @code{org-babel-expand-src-block} @@ -14831,7 +14831,7 @@ specified with @code{:var} (see @ref{var}), and of replacing ``noweb'' references (see @ref{Noweb reference syntax}) with their targets. The @code{:no-expand} header argument can be used to turn off this behavior. address@hidden session, noweb, no-expand, Specific header arguments address@hidden session @subsubsection @code{:session} The @code{:session} header argument starts a session for an interpreted @@ -14843,7 +14843,7 @@ A string passed to the @code{:session} header argument will give the session a name. This makes it possible to run concurrent sessions for each interpreted language. address@hidden noweb, noweb-ref, session, Specific header arguments address@hidden noweb @subsubsection @code{:noweb} The @code{:noweb} header argument controls expansion of ``noweb'' syntax @@ -14900,7 +14900,7 @@ Note that noweb replacement text that does not contain any newlines will not be affected by this change, so it is still possible to use inline noweb references. address@hidden noweb-ref, noweb-sep, noweb, Specific header arguments address@hidden noweb-ref @subsubsection @code{:noweb-ref} When expanding ``noweb'' style references the bodies of all code block with @emph{either} a block name matching the reference name @emph{or} a @@ -14948,14 +14948,14 @@ The @code{:noweb-sep} (see @ref{noweb-sep}) header argument holds the string used to separate accumulate noweb references like those above. By default a newline is used. address@hidden noweb-sep, cache, noweb-ref, Specific header arguments address@hidden noweb-sep @subsubsection @code{:noweb-sep} The @code{:noweb-sep} header argument holds the string used to separate accumulate noweb references (see @ref{noweb-ref}). By default a newline is used. address@hidden cache, sep, noweb-sep, Specific header arguments address@hidden cache @subsubsection @code{:cache} The @code{:cache} header argument controls the use of in-buffer caching of @@ -15002,7 +15002,7 @@ changed since it was last run. 0.254227238707244 @end example address@hidden sep, hlines, cache, Specific header arguments address@hidden sep @subsubsection @code{:sep} The @code{:sep} header argument can be used to control the delimiter used @@ -15015,7 +15015,7 @@ header argument. By default, when @code{:sep} is not specified output tables are tab delimited. address@hidden hlines, colnames, sep, Specific header arguments address@hidden hlines @subsubsection @code{:hlines} Tables are frequently represented with one or more horizontal lines, or @@ -15073,7 +15073,7 @@ Leaves hlines in the table. Setting @code{:hlines yes} has this effect. @end example @end itemize address@hidden colnames, rownames, hlines, Specific header arguments address@hidden colnames @subsubsection @code{:colnames} The @code{:colnames} header argument accepts the values @code{yes}, @@ -15119,7 +15119,7 @@ does not ``look like'' it has column names (i.e., the second row is not an hline) @end itemize address@hidden rownames, shebang, colnames, Specific header arguments address@hidden rownames @subsubsection @code{:rownames} The @code{:rownames} header argument can take on the values @code{yes} or @@ -15155,7 +15155,7 @@ variable indexing @xref{var, Indexable variable values}. @end itemize address@hidden shebang, tangle-mode, rownames, Specific header arguments address@hidden shebang @subsubsection @code{:shebang} Setting the @code{:shebang} header argument to a string value @@ -15164,7 +15164,7 @@ first line of any tangled file holding the code block, and the file permissions of the tangled file are set to make it executable. address@hidden tangle-mode, eval, shebang, Specific header arguments address@hidden tangle-mode @subsubsection @code{:tangle-mode} The @code{tangle-mode} header argument controls the permission set on tangled @@ -15177,7 +15177,7 @@ the @code{tangle-mode} header argument is also used. The behavior is undefined if multiple code blocks with different values for the @code{tangle-mode} header argument are tangled to the same file. address@hidden eval, wrap, tangle-mode, Specific header arguments address@hidden eval @subsubsection @code{:eval} The @code{:eval} header argument can be used to limit the evaluation of specific code blocks. The @code{:eval} header argument can be useful for @@ -15202,7 +15202,7 @@ If this header argument is not set then evaluation is determined by the value of the @code{org-confirm-babel-evaluate} variable see @ref{Code evaluation security}. address@hidden wrap, post, eval, Specific header arguments address@hidden wrap @subsubsection @code{:wrap} The @code{:wrap} header argument is used to mark the results of source block evaluation. The header argument can be passed a string that will be appended @@ -15210,7 +15210,7 @@ to @code{#+BEGIN_} and @code{#+END_}, which will then be used to wrap the results. If not string is specified then the results will be wrapped in a @code{#+BEGIN/END_RESULTS} block. address@hidden post, prologue, wrap, Specific header arguments address@hidden post @subsubsection @code{:post} The @code{:post} header argument is used to post-process the results of a code block execution. When a post argument is given, the results of the code @@ -15245,7 +15245,7 @@ argument. :END: @end example address@hidden prologue, epilogue, post, Specific header arguments address@hidden prologue @subsubsection @code{:prologue} The value of the @code{prologue} header argument will be prepended to the code block body before execution. For example, @code{:prologue "reset"} may @@ -15258,12 +15258,12 @@ code blocks. Also see @ref{epilogue}. '((:prologue . "reset"))) @end lisp address@hidden epilogue, , prologue, Specific header arguments address@hidden epilogue @subsubsection @code{:epilogue} The value of the @code{epilogue} header argument will be appended to the code block body before execution. Also see @ref{prologue}. address@hidden Results of evaluation, Noweb reference syntax, Header arguments, Working With Source Code address@hidden Results of evaluation @section Results of evaluation @cindex code block, results of evaluation @cindex source code, results of evaluation @@ -15356,7 +15356,7 @@ But in @code{:session} mode, the interactive interpreter receives input `2' and prints out its value, `2'. (Indeed, the other print statements are unnecessary here). address@hidden Noweb reference syntax, Key bindings and useful functions, Results of evaluation, Working With Source Code address@hidden Noweb reference syntax @section Noweb reference syntax @cindex code block, noweb reference @cindex syntax, noweb @@ -15397,7 +15397,7 @@ This will result in faster noweb reference resolution at the expense of not correctly resolving inherited values of the @code{:noweb-ref} header argument. address@hidden Key bindings and useful functions, Batch execution, Noweb reference syntax, Working With Source Code address@hidden Key bindings and useful functions @section Key bindings and useful functions @cindex code block, key bindings @@ -15503,7 +15503,7 @@ In an Org mode buffer, the following key bindings are active: @c @item @kbd{C-c C-v C-z} @tab @code{org-babel-switch-to-session} @c @end multitable address@hidden Batch execution, , Key bindings and useful functions, Working With Source Code address@hidden Batch execution @section Batch execution @cindex code block, batch execution @cindex source code, batch execution @@ -15538,7 +15538,7 @@ emacs -Q --batch \ (kill-buffer)) '($FILES)))" 2>&1 |grep tangled @end example address@hidden Miscellaneous, Hacking, Working With Source Code, Top address@hidden Miscellaneous @chapter Miscellaneous @menu @@ -15552,11 +15552,11 @@ emacs -Q --batch \ * Clean view:: Getting rid of leading stars in the outline * TTY keys:: Using Org on a tty * Interaction:: Other Emacs packages -* org-crypt.el:: Encrypting Org files +* org-crypt:: Encrypting Org files @end menu address@hidden Completion, Easy Templates, Miscellaneous, Miscellaneous address@hidden Completion @section Completion @cindex completion, of @TeX{} symbols @cindex completion, of TODO keywords @@ -15618,7 +15618,7 @@ Elsewhere, complete dictionary words using Ispell. @end itemize @end table address@hidden Easy Templates, Speed keys, Completion, Miscellaneous address@hidden Easy Templates @section Easy Templates @cindex template insertion @cindex insertion, of templates @@ -15658,7 +15658,7 @@ You can install additional templates by customizing the variable @code{org-structure-template-alist}. See the docstring of the variable for additional details. address@hidden Speed keys, Code evaluation security, Easy Templates, Miscellaneous address@hidden Speed keys @section Speed keys @cindex speed keys @vindex org-use-speed-commands @@ -15676,7 +15676,7 @@ or on a small mobile device with a limited keyboard. To see which commands are available, activate the feature and press @kbd{?} with the cursor at the beginning of a headline. address@hidden Code evaluation security, Customization, Speed keys, Miscellaneous address@hidden Code evaluation security @section Code evaluation and security issues Org provides tools to work with the code snippets, including evaluating them. @@ -15737,7 +15737,7 @@ Formulas in tables (@pxref{The spreadsheet}) are code that is evaluated either by the @i{calc} interpreter, or by the @i{Emacs Lisp} interpreter. @end table address@hidden Customization, In-buffer settings, Code evaluation security, Miscellaneous address@hidden Customization @section Customization @cindex customization @cindex options, for customization @@ -15751,7 +15751,7 @@ variables is available with @kbd{M-x org-customize RET}. Or select settings can also be activated on a per-file basis, by putting special lines into the buffer (@pxref{In-buffer settings}). address@hidden In-buffer settings, The very busy C-c C-c key, Customization, Miscellaneous address@hidden In-buffer settings @section Summary of in-buffer settings @cindex in-buffer settings @cindex special keywords @@ -16051,7 +16051,7 @@ These lines set the TODO keywords and their interpretation in the current file. The corresponding variable is @code{org-todo-keywords}. @end table address@hidden The very busy C-c C-c key, Clean view, In-buffer settings, Miscellaneous address@hidden The very busy C-c C-c key @section The very busy C-c C-c key @kindex C-c C-c @cindex C-c C-c, overview @@ -16105,7 +16105,7 @@ block is updated. If the cursor is at a timestamp, fix the day name in the timestamp. @end itemize address@hidden Clean view, TTY keys, The very busy C-c C-c key, Miscellaneous address@hidden Clean view @section A cleaner outline view @cindex hiding leading stars @cindex dynamic indentation @@ -16229,7 +16229,7 @@ RET} in that file. The reverse operation is @kbd{M-x org-convert-to-oddeven-levels}. @end enumerate address@hidden TTY keys, Interaction, Clean view, Miscellaneous address@hidden TTY keys @section Using Org on a tty @cindex tty key bindings @@ -16268,7 +16268,7 @@ tty you would rather use @kbd{C-c .} to re-insert the timestamp. @end multitable address@hidden Interaction, org-crypt.el, TTY keys, Miscellaneous address@hidden Interaction @section Interaction with other packages @cindex packages, interaction with other Org lives in the world of GNU Emacs and interacts in various ways @@ -16279,7 +16279,7 @@ with other code out there. * Conflicts:: Packages that lead to conflicts @end menu address@hidden Cooperation, Conflicts, Interaction, Interaction address@hidden Cooperation @subsection Packages that Org cooperates with @table @asis @@ -16371,7 +16371,7 @@ However, Org mode also has its own footnote support (@pxref{Footnotes}), which makes using @file{footnote.el} unnecessary. @end table address@hidden Conflicts, , Cooperation, Interaction address@hidden Conflicts @subsection Packages that lead to conflicts with Org mode @table @asis @@ -16489,7 +16489,7 @@ another key for this command, or override the key in @end table address@hidden org-crypt.el, , Interaction, Miscellaneous address@hidden org-crypt @section org-crypt.el @cindex @file{org-crypt.el} @cindex @code{org-decrypt-entry} @@ -16528,7 +16528,7 @@ To use org-crypt it is suggested that you have the following in your Excluding the crypt tag from inheritance prevents already encrypted text being encrypted again. address@hidden Hacking, MobileOrg, Miscellaneous, Top address@hidden Hacking @appendix Hacking @cindex hacking @@ -16550,7 +16550,7 @@ Org. * Using the mapping API:: Mapping over all or selected entries @end menu address@hidden Hooks, Add-on packages, Hacking, Hacking address@hidden Hooks @section Hooks @cindex hooks @@ -16560,7 +16560,7 @@ use of some of them. A complete list of all hooks with documentation is maintained by the Worg project and can be found at @uref{http://orgmode.org/worg/org-configs/org-hooks.php}. address@hidden Add-on packages, Adding hyperlink types, Hooks, Hacking address@hidden Add-on packages @section Add-on packages @cindex add-on packages @@ -16572,7 +16572,7 @@ See the @file{contrib/README} file in the source code directory for a list of contributed files. You may also find some more information on the Worg page: @uref{http://orgmode.org/worg/org-contrib/}. address@hidden Adding hyperlink types, Adding export back-ends, Add-on packages, Hacking address@hidden Adding hyperlink types @section Adding hyperlink types @cindex hyperlinks, adding new types @@ -16675,7 +16675,7 @@ When it makes sense for your new link type, you may also define a function support for inserting such a link with @kbd{C-c C-l}. Such a function should not accept any arguments, and return the full link with prefix. address@hidden Adding export back-ends, Context-sensitive commands, Adding hyperlink types, Hacking address@hidden Adding export back-ends @section Adding export back-ends @cindex Export, writing back-ends @@ -16705,7 +16705,7 @@ For a complete reference documentation, see @url{http://orgmode.org/worg/dev/org-export-reference.html, the Org Export Reference on Worg}. address@hidden Context-sensitive commands, Tables in arbitrary syntax, Adding export back-ends, Hacking address@hidden Context-sensitive commands @section Context-sensitive commands @cindex context-sensitive commands, hooks @cindex add-ons, context-sensitive commands @@ -16744,7 +16744,7 @@ contexts. If the function finds it should do nothing locally, it returns @code{nil} so that other, similar functions can have a try. address@hidden Tables in arbitrary syntax, Dynamic blocks, Context-sensitive commands, Hacking address@hidden Tables in arbitrary syntax @section Tables and lists in arbitrary syntax @cindex tables, in other modes @cindex lists, in other modes @@ -16777,7 +16777,7 @@ can use Org's facilities to edit and structure lists by turning * Radio lists:: Sending and receiving lists @end menu address@hidden Radio tables, A @LaTeX{} example, Tables in arbitrary syntax, Tables in arbitrary syntax address@hidden Radio tables @subsection Radio tables @cindex radio tables @@ -16849,7 +16849,7 @@ makes this comment-toggling very easy, in particular if you bind it to a key. @end itemize address@hidden A @LaTeX{} example, Translator functions, Radio tables, Tables in arbitrary syntax address@hidden A @LaTeX{} example @subsection A @LaTeX{} example of radio tables @cindex @LaTeX{}, and Orgtbl mode @@ -16959,7 +16959,7 @@ applied. Similar to @code{fmt}, functions of two arguments can be supplied instead of strings. @end table address@hidden Translator functions, Radio lists, A @LaTeX{} example, Tables in arbitrary syntax address@hidden Translator functions @subsection Translator functions @cindex HTML, and Orgtbl mode @cindex translator function @@ -17032,7 +17032,7 @@ containing the formatted table. If you write a generally useful translator, please post it on @email{emacs-orgmode@@gnu.org} so that others can benefit from your work. address@hidden Radio lists, , Translator functions, Tables in arbitrary syntax address@hidden Radio lists @subsection Radio lists @cindex radio lists @cindex org-list-insert-radio-list @@ -17076,7 +17076,7 @@ Here is a @LaTeX{} example. Let's say that you have this in your Pressing @kbd{C-c C-c} on @code{a new house} and will insert the converted @LaTeX{} list between the two marker lines. address@hidden Dynamic blocks, Special agenda views, Tables in arbitrary syntax, Hacking address@hidden Dynamic blocks @section Dynamic blocks @cindex dynamic blocks @@ -17142,7 +17142,7 @@ written in a way such that it does nothing in buffers that are not in You can narrow the current buffer to the current dynamic block (like any other block) with @code{org-narrow-to-block}. address@hidden Special agenda views, Speeding up your agendas, Dynamic blocks, Hacking address@hidden Special agenda views @section Special agenda views @cindex agenda views, user-defined @@ -17247,7 +17247,7 @@ like this, even without defining a special function: (org-agenda-overriding-header "Projects waiting for something: ")))) @end lisp address@hidden Speeding up your agendas, Extracting agenda information, Special agenda views, Hacking address@hidden Speeding up your agendas @section Speeding up your agendas @cindex agenda views, optimization @@ -17288,7 +17288,7 @@ of these variables for details on why they affect the agenda generation, and this @uref{http://orgmode.org/worg/agenda-optimization.html, dedicated Worg page} for further explanations. address@hidden Extracting agenda information, Using the property API, Speeding up your agendas, Hacking address@hidden Extracting agenda information @section Extracting agenda information @cindex agenda, pipe @cindex Scripts, for agenda processing @@ -17391,7 +17391,7 @@ foreach $line (split(/\n/,$agenda)) @{ @} @end example address@hidden Using the property API, Using the mapping API, Extracting agenda information, Hacking address@hidden Using the property API @section Using the property API @cindex API, for properties @cindex properties, API @@ -17471,7 +17471,7 @@ to be entered. The functions must return @code{nil} if they are not responsible for this property. @end defopt address@hidden Using the mapping API, , Using the property API, Hacking address@hidden Using the mapping API @section Using the mapping API @cindex API, for mapping @cindex mapping entries, API @@ -17582,7 +17582,7 @@ The following example counts the number of entries with TODO keyword (length (org-map-entries t "/+WAITING" 'agenda)) @end lisp address@hidden MobileOrg, History and Acknowledgments, Hacking, Top address@hidden MobileOrg @appendix MobileOrg @cindex iPhone @cindex MobileOrg @@ -17616,7 +17616,7 @@ in-buffer settings, but it will understand the logistics of TODO state * Pulling from MobileOrg:: Integrating captured and flagged items @end menu address@hidden Setting up the staging area, Pushing to MobileOrg, MobileOrg, MobileOrg address@hidden Setting up the staging area @section Setting up the staging area MobileOrg needs to interact with Emacs through a directory on a server. If you @@ -17647,7 +17647,7 @@ Emacs about it: Org mode has commands to put files for @i{MobileOrg} into that directory, and to read captured notes from there. address@hidden Pushing to MobileOrg, Pulling from MobileOrg, Setting up the staging area, MobileOrg address@hidden Pushing to MobileOrg @section Pushing to MobileOrg This operation copies all files currently listed in @code{org-mobile-files} @@ -17673,7 +17673,7 @@ downloads all agendas and Org files listed in it. To speed up the download, MobileOrg will only read files whose address@hidden are stored automatically in the file @file{checksums.dat}} have changed. address@hidden Pulling from MobileOrg, , Pushing to MobileOrg, MobileOrg address@hidden Pulling from MobileOrg @section Pulling from MobileOrg When @i{MobileOrg} synchronizes with the server, it not only pulls the Org @@ -17727,7 +17727,7 @@ This might include a file that is not currently in your list of agenda files. If you later use @kbd{C-c a ?} to regenerate the view, only the current agenda files will be searched.} using @kbd{C-c a ?}. address@hidden History and Acknowledgments, GNU Free Documentation License, MobileOrg, Top address@hidden History and Acknowledgments @appendix History and acknowledgments @cindex acknowledgments @cindex history @@ -18094,27 +18094,27 @@ and contributed various ideas and code snippets. @end itemize address@hidden GNU Free Documentation License, Main Index, History and Acknowledgments, Top address@hidden GNU Free Documentation License @appendix GNU Free Documentation License @include doclicense.texi address@hidden Main Index, Key Index, GNU Free Documentation License, Top address@hidden Main Index @unnumbered Concept index @printindex cp address@hidden Key Index, Command and Function Index, Main Index, Top address@hidden Key Index @unnumbered Key index @printindex ky address@hidden Command and Function Index, Variable Index, Key Index, Top address@hidden Command and Function Index @unnumbered Command and function index @printindex fn address@hidden Variable Index, , Command and Function Index, Top address@hidden Variable Index @unnumbered Variable index This is not a complete index of variables and faces, only the ones that are -- 1.8.1.4