aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorBastien Guerry2012-10-26 16:42:05 +0200
committerBastien Guerry2012-10-26 16:42:05 +0200
commitbdebdb64b35d6a0a28e04335f4e8e46949206ad3 (patch)
treeea3e0d00bd8da93ae89e86744a80f4e162c5361c /doc/misc
parentccc83f50a4ca55842bcf955b9f8156c17aa43864 (diff)
downloademacs-bdebdb64b35d6a0a28e04335f4e8e46949206ad3.tar.gz
emacs-bdebdb64b35d6a0a28e04335f4e8e46949206ad3.zip
Merge upstream Org (from commit acbbe2)
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/ChangeLog6
-rw-r--r--doc/misc/org.texi43
2 files changed, 22 insertions, 27 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index fc44828e8bf..a0cfd675f0a 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,9 @@
12012-10-26 Bastien Guerry <bzg@gnu.org>
2
3 * org.texi (Installation): Update the link to Org's ELPA. Also
4 don't mention org-install.el anymore as the replacement file
5 org-loaddefs.el is now loaded by org.el.
6
12012-10-25 Michael Albinus <michael.albinus@gmx.de> 72012-10-25 Michael Albinus <michael.albinus@gmx.de>
2 8
3 * tramp.texi (Frequently Asked Questions): Mention 9 * tramp.texi (Frequently Asked Questions): Mention
diff --git a/doc/misc/org.texi b/doc/misc/org.texi
index 89c99018460..cdaf1174a26 100644
--- a/doc/misc/org.texi
+++ b/doc/misc/org.texi
@@ -857,7 +857,7 @@ Theory Ltd.}
857@b{Important:} @i{If you the version of Org that comes with Emacs or as a 857@b{Important:} @i{If you the version of Org that comes with Emacs or as a
858XEmacs package, please skip this section and go directly to @ref{Activation}. 858XEmacs package, please skip this section and go directly to @ref{Activation}.
859If you downloaded Org as an ELPA package, please read the instructions on the 859If you downloaded Org as an ELPA package, please read the instructions on the
860@uref{http://orgmode.org/elpa/, Org ELPA page}. To see what version of Org 860@uref{http://orgmode.org/elpa.html, Org ELPA page}. To see what version of Org
861(if any) is part of your Emacs distribution, type @kbd{M-x org-version} (if 861(if any) is part of your Emacs distribution, type @kbd{M-x org-version} (if
862your Emacs distribution does not come with Org, this function will not be 862your Emacs distribution does not come with Org, this function will not be
863defined).} 863defined).}
@@ -947,7 +947,7 @@ description on Worg}.
947Installing Info files is system dependent, because of differences in the 947Installing Info files is system dependent, because of differences in the
948@file{install-info} program. The Info documentation is installed together 948@file{install-info} program. The Info documentation is installed together
949with the rest of Org mode. If you don't install Org mode, it is possible to 949with the rest of Org mode. If you don't install Org mode, it is possible to
950install the Info documentation separately (you need to have 950install the Info documentation seperately (you need to have
951install-info@footnote{The output from install-info (if any) is system 951install-info@footnote{The output from install-info (if any) is system
952dependent. In particular Debian and its derivatives use two different 952dependent. In particular Debian and its derivatives use two different
953versions of install-info and you may see the message: 953versions of install-info and you may see the message:
@@ -964,13 +964,6 @@ on your system).
964make install-info 964make install-info
965@end example 965@end example
966 966
967Then add the following line to @file{.emacs}. It is needed so that
968Emacs can autoload functions that are located in files not immediately loaded
969when Org mode starts.
970@lisp
971(require 'org-install)
972@end lisp
973
974Do not forget to activate Org as described in the following section. 967Do not forget to activate Org as described in the following section.
975@page 968@page
976 969
@@ -1092,9 +1085,6 @@ shown below.
1092;; add latest org-mode to load path 1085;; add latest org-mode to load path
1093(add-to-list 'load-path (expand-file-name "/path/to/org-mode/lisp")) 1086(add-to-list 'load-path (expand-file-name "/path/to/org-mode/lisp"))
1094(add-to-list 'load-path (expand-file-name "/path/to/org-mode/contrib/lisp" t)) 1087(add-to-list 'load-path (expand-file-name "/path/to/org-mode/contrib/lisp" t))
1095
1096;; activate org
1097(require 'org-install)
1098@end example 1088@end example
1099 1089
1100If an error occurs, a backtrace can be very useful (see below on how to 1090If an error occurs, a backtrace can be very useful (see below on how to
@@ -3785,7 +3775,7 @@ mostly if more than two TODO states are possible (@pxref{TODO
3785extensions}). See also @ref{Conflicts}, for a discussion of the interaction 3775extensions}). See also @ref{Conflicts}, for a discussion of the interaction
3786with @code{shift-selection-mode}. See also the variable 3776with @code{shift-selection-mode}. See also the variable
3787@code{org-treat-S-cursor-todo-selection-as-state-change}. 3777@code{org-treat-S-cursor-todo-selection-as-state-change}.
3788@orgcmd{C-c / t,org-show-todo-key} 3778@orgcmd{C-c / t,org-show-todo-tree}
3789@cindex sparse tree, for TODO 3779@cindex sparse tree, for TODO
3790@vindex org-todo-keywords 3780@vindex org-todo-keywords
3791View TODO items in a @emph{sparse tree} (@pxref{Sparse trees}). Folds the 3781View TODO items in a @emph{sparse tree} (@pxref{Sparse trees}). Folds the
@@ -9386,16 +9376,16 @@ so often, shortcuts are provided using the Easy Templates facility
9386@item C-c ' 9376@item C-c '
9387Edit the source code example at point in its native mode. This works by 9377Edit the source code example at point in its native mode. This works by
9388switching to a temporary buffer with the source code. You need to exit by 9378switching to a temporary buffer with the source code. You need to exit by
9389pressing @kbd{C-c '} again@footnote{Upon exit, lines starting with @samp{*} 9379pressing @kbd{C-c '} again@footnote{Upon exit, lines starting with @samp{*},
9390or @samp{#} will get a comma prepended, to keep them from being interpreted 9380@samp{,*}, @samp{#+} and @samp{,#+} will get a comma prepended, to keep them
9391by Org as outline nodes or special comments. These commas will be stripped 9381from being interpreted by Org as outline nodes or special syntax. These
9392for editing with @kbd{C-c '}, and also for export.}. The edited version will 9382commas will be stripped for editing with @kbd{C-c '}, and also for export.}.
9393then replace the old version in the Org buffer. Fixed-width regions 9383The edited version will then replace the old version in the Org buffer.
9394(where each line starts with a colon followed by a space) will be edited 9384Fixed-width regions (where each line starts with a colon followed by a space)
9395using @code{artist-mode}@footnote{You may select a different-mode with the 9385will be edited using @code{artist-mode}@footnote{You may select
9396variable @code{org-edit-fixed-width-region-mode}.} to allow creating ASCII 9386a different-mode with the variable @code{org-edit-fixed-width-region-mode}.}
9397drawings easily. Using this command in an empty line will create a new 9387to allow creating ASCII drawings easily. Using this command in an empty line
9398fixed-width region. 9388will create a new fixed-width region.
9399@kindex C-c l 9389@kindex C-c l
9400@item C-c l 9390@item C-c l
9401Calling @code{org-store-link} while editing a source code example in a 9391Calling @code{org-store-link} while editing a source code example in a
@@ -14523,14 +14513,13 @@ Be sure to adjust the paths to fit your system.
14523# 14513#
14524DIR=`pwd` 14514DIR=`pwd`
14525FILES="" 14515FILES=""
14526ORGINSTALL="~/src/org/lisp/org-install.el"
14527 14516
14528# wrap each argument in the code required to call tangle on it 14517# wrap each argument in the code required to call tangle on it
14529for i in $@@; do 14518for i in $@@; do
14530 FILES="$FILES \"$i\"" 14519 FILES="$FILES \"$i\""
14531done 14520done
14532 14521
14533emacs -Q --batch -l $ORGINSTALL \ 14522emacs -Q --batch \
14534--eval "(progn 14523--eval "(progn
14535(add-to-list 'load-path (expand-file-name \"~/src/org/lisp/\")) 14524(add-to-list 'load-path (expand-file-name \"~/src/org/lisp/\"))
14536(add-to-list 'load-path (expand-file-name \"~/src/org/contrib/lisp/\" t)) 14525(add-to-list 'load-path (expand-file-name \"~/src/org/contrib/lisp/\" t))
@@ -16704,7 +16693,7 @@ on @file{org-element.el} and @file{org-export.el} has been outstanding, and
16704opened the doors for many new ideas and features. 16693opened the doors for many new ideas and features.
16705 16694
16706@item Jambunathan K 16695@item Jambunathan K
16707Jambunathan contributed the ODT exporter, definitely a killer feature of 16696Jambunathan contributed the ODT exporter, definitly a killer feature of
16708Org mode. He also contributed the new HTML exporter, which is another core 16697Org mode. He also contributed the new HTML exporter, which is another core
16709feature of Org. Here too, I knew I could rely on him to fix bugs in these 16698feature of Org. Here too, I knew I could rely on him to fix bugs in these
16710areas and to patiently explain the users what was the problems and solutions. 16699areas and to patiently explain the users what was the problems and solutions.
@@ -16712,7 +16701,7 @@ areas and to patiently explain the users what was the problems and solutions.
16712@item Achim Gratz 16701@item Achim Gratz
16713Achim rewrote the building process of Org, turning some @emph{ad hoc} tools 16702Achim rewrote the building process of Org, turning some @emph{ad hoc} tools
16714into a flexible and conceptually clean process. He patiently coped with the 16703into a flexible and conceptually clean process. He patiently coped with the
16715many hiccups that such a change can create for users. 16704many hicups that such a change can create for users.
16716 16705
16717@item Nick Dokos 16706@item Nick Dokos
16718The Org mode mailing list would not be such a nice place without Nick, who 16707The Org mode mailing list would not be such a nice place without Nick, who