diff options
| author | Bastien Guerry | 2012-10-26 16:42:05 +0200 |
|---|---|---|
| committer | Bastien Guerry | 2012-10-26 16:42:05 +0200 |
| commit | bdebdb64b35d6a0a28e04335f4e8e46949206ad3 (patch) | |
| tree | ea3e0d00bd8da93ae89e86744a80f4e162c5361c /doc/misc | |
| parent | ccc83f50a4ca55842bcf955b9f8156c17aa43864 (diff) | |
| download | emacs-bdebdb64b35d6a0a28e04335f4e8e46949206ad3.tar.gz emacs-bdebdb64b35d6a0a28e04335f4e8e46949206ad3.zip | |
Merge upstream Org (from commit acbbe2)
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/ChangeLog | 6 | ||||
| -rw-r--r-- | doc/misc/org.texi | 43 |
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 @@ | |||
| 1 | 2012-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 | |||
| 1 | 2012-10-25 Michael Albinus <michael.albinus@gmx.de> | 7 | 2012-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 |
| 858 | XEmacs package, please skip this section and go directly to @ref{Activation}. | 858 | XEmacs package, please skip this section and go directly to @ref{Activation}. |
| 859 | If you downloaded Org as an ELPA package, please read the instructions on the | 859 | If 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 |
| 862 | your Emacs distribution does not come with Org, this function will not be | 862 | your Emacs distribution does not come with Org, this function will not be |
| 863 | defined).} | 863 | defined).} |
| @@ -947,7 +947,7 @@ description on Worg}. | |||
| 947 | Installing Info files is system dependent, because of differences in the | 947 | Installing 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 |
| 949 | with the rest of Org mode. If you don't install Org mode, it is possible to | 949 | with the rest of Org mode. If you don't install Org mode, it is possible to |
| 950 | install the Info documentation separately (you need to have | 950 | install the Info documentation seperately (you need to have |
| 951 | install-info@footnote{The output from install-info (if any) is system | 951 | install-info@footnote{The output from install-info (if any) is system |
| 952 | dependent. In particular Debian and its derivatives use two different | 952 | dependent. In particular Debian and its derivatives use two different |
| 953 | versions of install-info and you may see the message: | 953 | versions of install-info and you may see the message: |
| @@ -964,13 +964,6 @@ on your system). | |||
| 964 | make install-info | 964 | make install-info |
| 965 | @end example | 965 | @end example |
| 966 | 966 | ||
| 967 | Then add the following line to @file{.emacs}. It is needed so that | ||
| 968 | Emacs can autoload functions that are located in files not immediately loaded | ||
| 969 | when Org mode starts. | ||
| 970 | @lisp | ||
| 971 | (require 'org-install) | ||
| 972 | @end lisp | ||
| 973 | |||
| 974 | Do not forget to activate Org as described in the following section. | 967 | Do 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 | ||
| 1100 | If an error occurs, a backtrace can be very useful (see below on how to | 1090 | If 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 | |||
| 3785 | extensions}). See also @ref{Conflicts}, for a discussion of the interaction | 3775 | extensions}). See also @ref{Conflicts}, for a discussion of the interaction |
| 3786 | with @code{shift-selection-mode}. See also the variable | 3776 | with @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 |
| 3791 | View TODO items in a @emph{sparse tree} (@pxref{Sparse trees}). Folds the | 3781 | View 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 ' |
| 9387 | Edit the source code example at point in its native mode. This works by | 9377 | Edit the source code example at point in its native mode. This works by |
| 9388 | switching to a temporary buffer with the source code. You need to exit by | 9378 | switching to a temporary buffer with the source code. You need to exit by |
| 9389 | pressing @kbd{C-c '} again@footnote{Upon exit, lines starting with @samp{*} | 9379 | pressing @kbd{C-c '} again@footnote{Upon exit, lines starting with @samp{*}, |
| 9390 | or @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 |
| 9391 | by Org as outline nodes or special comments. These commas will be stripped | 9381 | from being interpreted by Org as outline nodes or special syntax. These |
| 9392 | for editing with @kbd{C-c '}, and also for export.}. The edited version will | 9382 | commas will be stripped for editing with @kbd{C-c '}, and also for export.}. |
| 9393 | then replace the old version in the Org buffer. Fixed-width regions | 9383 | The 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 | 9384 | Fixed-width regions (where each line starts with a colon followed by a space) |
| 9395 | using @code{artist-mode}@footnote{You may select a different-mode with the | 9385 | will be edited using @code{artist-mode}@footnote{You may select |
| 9396 | variable @code{org-edit-fixed-width-region-mode}.} to allow creating ASCII | 9386 | a different-mode with the variable @code{org-edit-fixed-width-region-mode}.} |
| 9397 | drawings easily. Using this command in an empty line will create a new | 9387 | to allow creating ASCII drawings easily. Using this command in an empty line |
| 9398 | fixed-width region. | 9388 | will 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 |
| 9401 | Calling @code{org-store-link} while editing a source code example in a | 9391 | Calling @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 | # |
| 14524 | DIR=`pwd` | 14514 | DIR=`pwd` |
| 14525 | FILES="" | 14515 | FILES="" |
| 14526 | ORGINSTALL="~/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 |
| 14529 | for i in $@@; do | 14518 | for i in $@@; do |
| 14530 | FILES="$FILES \"$i\"" | 14519 | FILES="$FILES \"$i\"" |
| 14531 | done | 14520 | done |
| 14532 | 14521 | ||
| 14533 | emacs -Q --batch -l $ORGINSTALL \ | 14522 | emacs -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 | |||
| 16704 | opened the doors for many new ideas and features. | 16693 | opened the doors for many new ideas and features. |
| 16705 | 16694 | ||
| 16706 | @item Jambunathan K | 16695 | @item Jambunathan K |
| 16707 | Jambunathan contributed the ODT exporter, definitely a killer feature of | 16696 | Jambunathan contributed the ODT exporter, definitly a killer feature of |
| 16708 | Org mode. He also contributed the new HTML exporter, which is another core | 16697 | Org mode. He also contributed the new HTML exporter, which is another core |
| 16709 | feature of Org. Here too, I knew I could rely on him to fix bugs in these | 16698 | feature of Org. Here too, I knew I could rely on him to fix bugs in these |
| 16710 | areas and to patiently explain the users what was the problems and solutions. | 16699 | areas 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 |
| 16713 | Achim rewrote the building process of Org, turning some @emph{ad hoc} tools | 16702 | Achim rewrote the building process of Org, turning some @emph{ad hoc} tools |
| 16714 | into a flexible and conceptually clean process. He patiently coped with the | 16703 | into a flexible and conceptually clean process. He patiently coped with the |
| 16715 | many hiccups that such a change can create for users. | 16704 | many hicups that such a change can create for users. |
| 16716 | 16705 | ||
| 16717 | @item Nick Dokos | 16706 | @item Nick Dokos |
| 16718 | The Org mode mailing list would not be such a nice place without Nick, who | 16707 | The Org mode mailing list would not be such a nice place without Nick, who |