diff options
author | Glenn Morris <rgm@gnu.org> | 2012-02-16 23:44:31 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-02-16 23:44:31 -0800 |
commit | 0fd2c9a35bf08acb70f047835b89feef14469e0b (patch) | |
tree | c9b3d0aafc3becb393f21e10c4cf6210c7bf160c /doc/misc/remember.texi | |
parent | 48dd1e399f41aa349e8651d049cb4a707ffd0bb0 (diff) | |
download | emacs-0fd2c9a35bf08acb70f047835b89feef14469e0b.tar.gz |
Fix cross-references between different manuals
* emacs/maintaining.texi (Old Revisions): Fix cross-refs to Ediff manual.
* lispintro/emacs-lisp-intro.texi (Design @value{COUNT-WORDS}, Syntax)
(count-words-in-defun): Fix cross-refs to Emacs manual.
* lispref/hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
* misc/gnus.texi (Posting Styles):
* misc/remember.texi (Org): Fix cross-refs to other manuals.
Diffstat (limited to 'doc/misc/remember.texi')
-rw-r--r-- | doc/misc/remember.texi | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/misc/remember.texi b/doc/misc/remember.texi index a04ba53443d..1dd7d1b6153 100644 --- a/doc/misc/remember.texi +++ b/doc/misc/remember.texi @@ -389,8 +389,15 @@ The default priority for remembered mail messages. @section Saving to an Org Mode file @cindex org mode, integration +@ignore +From org.texi: +Up to version 6.36 Org used a special setup +for @file{remember.el}. @file{org-remember.el} is still part of Org mode for +backward compatibility with existing setups. You can find the documentation +for org-remember at @url{http://orgmode.org/org-remember.pdf}. +@end ignore For instructions on how to integrate Remember with Org Mode, -consult @ref{Remember, , , org}. +consult @ref{Capture, , , org}. @node GNU Free Documentation License, Concept Index, Backends, Top @appendix GNU Free Documentation License |