Codebase list org-mode-doc / 68a9202
Imported Upstream version 8.2.6 Sébastien Delafond 9 years ago
9 changed file(s) with 48 addition(s) and 26 deletion(s). Raw diff Collapse all Expand all
Binary diff not shown
00 @c automatically generated, do not edit
1 @set VERSION 8.2.5h (release_8.2.5h)
2 @set DATE 2014-01-30
1 @set VERSION 8.2.6 (release_8.2.6)
2 @set DATE 2014-04-22
Binary diff not shown
33 @settitle The Org Manual
44
55 @include org-version.inc
6
7 @c Use proper quote and backtick for code sections in PDF output
8 @c Cf. Texinfo manual 14.2
9 @set txicodequoteundirected
10 @set txicodequotebacktick
116
127 @c Version and Contact Info
138 @set MAINTAINERSITE @uref{http://orgmode.org,maintainers web page}
882877
883878 Recent Emacs distributions include a packaging system which lets you install
884879 Elisp libraries. You can install Org with @kbd{M-x package-install RET org}.
885 You need to do this in a session where no @code{.org} file has been visited.
880
881 @noindent @b{Important}: you need to do this in a session where no @code{.org} file has
882 been visited, i.e. where no Org built-in function have been loaded.
883 Otherwise autoload Org functions will mess up the installation.
884
886885 Then, to make sure your Org configuration is taken into account, initialize
887886 the package system with @code{(package-initialize)} in your @file{.emacs}
888887 before setting any Org option. If you want to use Org's package repository,
13441343 i.e., only the top level headlines are visible@footnote{When
13451344 @code{org-agenda-inhibit-startup} is non-@code{nil}, Org will not honor the default
13461345 visibility state when first opening a file for the agenda (@pxref{Speeding up
1347 your agendas}).} This can be configured through the variable
1346 your agendas}).}. This can be configured through the variable
13481347 @code{org-startup-folded}, or on a per-file basis by adding one of the
13491348 following lines anywhere in the buffer:
13501349
55295528 of 5 to 20 days, representing what to expect if everything goes either
55305529 extremely well or extremely poorly. In contrast, @code{est+} estimates the
55315530 full job more realistically, at 10--15 days.
5531
5532 Numbers are right-aligned when a format specifier with an explicit width like
5533 @code{%5d} or @code{%5.1f} is used.
55325534
55335535 Here is an example for a complete columns definition, along with allowed
55345536 values.
97349736 @vindex org-fontify-emphasized-text
97359737 @vindex org-emphasis-regexp-components
97369738 @vindex org-emphasis-alist
9737 You can make words @b{*bold*}, @i{/italic/}, _underlined_, @code{=code=}
9738 and @code{~verbatim~}, and, if you must, @samp{+strike-through+}. Text
9739 You can make words @b{*bold*}, @i{/italic/}, _underlined_, @code{=verbatim=}
9740 and @code{~code~}, and, if you must, @samp{+strike-through+}. Text
97399741 in the code and verbatim string is not processed for Org mode specific
97409742 syntax, it is exported verbatim.
97419743
1040510407 Toggle asynchronous export. Asynchronous export uses an external Emacs
1040610408 process that is configured with a specified initialization file.
1040710409
10408 While exporting asynchronously, the output is not displayed. It is stored in
10409 a list called ``the export stack'', and can be viewed from there. The stack
10410 can be reached by calling the dispatcher with a double @kbd{C-u} prefix
10411 argument, or with @kbd{&} key from the dispatcher.
10410 While exporting asynchronously, the output is not displayed, but stored in
10411 a place called ``the export stack''. This stack can be displayed by calling
10412 the dispatcher with a double @kbd{C-u} prefix argument, or with @kbd{&} key
10413 from the dispatcher menu.
1041210414
1041310415 @vindex org-export-in-background
1041410416 To make this behavior the default, customize the variable
1377713779 @item org-src-window-setup
1377813780 Controls the way Emacs windows are rearranged when the edit buffer is created.
1377913781 @item org-src-preserve-indentation
13780 This variable is especially useful for tangling languages such as
13781 Python, in which whitespace indentation in the output is critical.
13782 By default, the value is @code{nil}, which means that when code blocks are
13783 evaluated during export or tangled, they are re-inserted into the code block,
13784 which may replace sequences of spaces with tab characters. When non-nil,
13785 whitespace in code blocks will be preserved during export or tangling,
13786 exactly as it appears. This variable is especially useful for tangling
13787 languages such as Python, in which whitespace indentation in the output is
13788 critical.
1378213789 @item org-src-ask-before-returning-to-edit-buffer
1378313790 By default, Org will ask before returning to an open edit buffer. Set this
1378413791 variable to @code{nil} to switch without asking.
1583115838 This line sets the category for the agenda file. The category applies
1583215839 for all subsequent lines until the next @samp{#+CATEGORY} line, or the
1583315840 end of the file. The first such line also applies to any entries before it.
15834 @item #+COLUMNS: %25ITEM .....
15841 @item #+COLUMNS: %25ITEM ...
1583515842 @cindex property, COLUMNS
1583615843 Set the default format for columns view. This format applies when
1583715844 columns view is invoked in locations where no @code{COLUMNS} property
1584615853 @item #+FILETAGS: :tag1:tag2:tag3:
1584715854 Set tags that can be inherited by any entry in the file, including the
1584815855 top-level entries.
15849 @item #+DRAWERS: NAME1 .....
15856 @item #+DRAWERS: NAME1 ...
1585015857 @vindex org-drawers
1585115858 Set the file-local set of additional drawers. The corresponding global
1585215859 variable is @code{org-drawers}.
15853 @item #+LINK: linkword replace
15860 @item #+LINK: linkword replace
1585415861 @vindex org-link-abbrev-alist
1585515862 These lines (several are allowed) specify link abbreviations.
1585615863 @xref{Link abbreviations}. The corresponding variable is
1686616873 example:
1686716874 @cindex #+ORGTBL
1686816875 @example
16869 #+ORGTBL: SEND table_name translation_function arguments....
16876 #+ORGTBL: SEND table_name translation_function arguments...
1687016877 @end example
1687116878
1687216879 @noindent
Binary diff not shown
Binary diff not shown
Binary diff not shown
342342 (org-xemacs-without-invisibility (indent-line-to column))
343343 (indent-line-to column)))
344344
345 (defun org-move-to-column (column &optional force buffer ignore-invisible)
346 (let ((buffer-invisibility-spec ignore-invisible))
345 (defun org-move-to-column (column &optional force buffer)
346 "Move to column COLUMN.
347 Pass COLUMN and FORCE to `move-to-column'.
348 Pass BUFFER to the XEmacs version of `move-to-column'."
349 (let* ((with-bracket-link
350 (save-excursion
351 (forward-line 0)
352 (looking-at (concat "^.*" org-bracket-link-regexp))))
353 (buffer-invisibility-spec
354 (cond
355 ((or (not (derived-mode-p 'org-mode))
356 (and with-bracket-link (org-invisible-p2)))
357 (remove '(org-link) buffer-invisibility-spec))
358 (with-bracket-link
359 (remove t buffer-invisibility-spec))
360 (t buffer-invisibility-spec))))
347361 (if (featurep 'xemacs)
348 (org-xemacs-without-invisibility (move-to-column column force buffer))
362 (org-xemacs-without-invisibility
363 (move-to-column column force buffer))
349364 (move-to-column column force))))
350365
351366 (defun org-get-x-clipboard-compat (value)
0 ORGVERSION ?= 8.2.5h
1 GITVERSION ?= 8.2.5h-dist
0 ORGVERSION ?= 8.2.6
1 GITVERSION ?= 8.2.6-dist