Mercurial > emacs
annotate doc/misc/remember.texi @ 92134:ce1187e14779
(iwconfig-program, iwconfig-program-options): Add :version.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 23 Feb 2008 20:02:45 +0000 |
parents | 22a3b3069f85 |
children | 0080e1e64a78 |
rev | line source |
---|---|
85772 | 1 \input texinfo @c -*-texinfo-*- |
2 @c %**start of header | |
3 @setfilename ../../info/remember | |
4 @settitle Remember Manual | |
5 @c %**end of header | |
6 | |
7 @dircategory Emacs | |
8 @direntry | |
9 * Remember: (remember). Simple information manager for Emacs | |
10 @end direntry | |
11 | |
12 @syncodeindex fn cp | |
13 | |
14 @copying | |
15 This manual is for Remember Mode, version 1.9 | |
16 | |
87662 | 17 Copyright @copyright{} 2001, 2004, 2005, 2007, 2008 |
18 Free Software Foundation, Inc. | |
85772 | 19 |
20 @quotation | |
21 Permission is granted to copy, distribute and/or modify this document | |
22 under the terms of the GNU Free Documentation License, Version 1.2 | |
23 or any later version published by the Free Software Foundation; | |
24 with no Invariant Sections, no Front-Cover Texts, and no Back-Cover | |
25 Texts. A copy of the license is included in the section entitled ``GNU | |
26 Free Documentation License''. | |
27 @end quotation | |
28 @end copying | |
29 | |
30 @titlepage | |
31 @title Guide to Remember Mode | |
32 @subtitle a simple information manager | |
33 @subtitle for Emacs and XEmacs | |
34 | |
35 @c The following two commands | |
36 @c start the copyright page. | |
37 @page | |
38 @vskip 0pt plus 1filll | |
39 @insertcopying | |
40 @end titlepage | |
41 | |
42 @c So the toc is printed at the start | |
43 @contents | |
44 | |
45 @ifnottex | |
46 @node Top, Preface, (dir), (dir) | |
47 @comment node-name, next, previous, up | |
48 @top Remember | |
49 | |
50 @insertcopying | |
51 @end ifnottex | |
52 | |
53 @menu | |
54 * Preface:: About the documentation. | |
55 * Introduction:: What is Remember Mode? | |
56 * Installation:: How to install Remember. | |
57 * Implementation:: How Remember came into existence. | |
58 * Quick Start:: Get started using Remember. | |
85775
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
59 * Function Reference:: Interactive functions in remember.el. |
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
60 * Keystrokes:: Keystrokes bound in Remember Mode. |
85772 | 61 * Backends:: Backends for saving notes. |
62 * GNU Free Documentation License:: The license for this documentation. | |
63 * Concept Index:: Search for terms. | |
64 | |
65 @detailmenu | |
66 --- The Detailed Node Listing --- | |
67 | |
68 Backends | |
69 | |
70 * Text File:: Saving to a text file. | |
85799
10f70d5f0ff3
remember.texi: Remove mentions of things outside of Emacs
Michael Olson <mwolson@gnu.org>
parents:
85793
diff
changeset
|
71 * Diary:: Saving to a Diary file. |
85772 | 72 * Mailbox:: Saving to a mailbox. |
85799
10f70d5f0ff3
remember.texi: Remove mentions of things outside of Emacs
Michael Olson <mwolson@gnu.org>
parents:
85793
diff
changeset
|
73 * Org:: Saving to an Org Mode file. |
85772 | 74 |
75 @end detailmenu | |
76 @end menu | |
77 | |
78 @node Preface, Introduction, Top, Top | |
79 @comment node-name, next, previous, up | |
80 @chapter Preface | |
81 | |
82 This document describes remember-el, which was written by John Wiegley, | |
83 was once maintained by Sacha Chua, and is now maintained by the Emacs | |
84 developers. | |
85 | |
86 This document is a work in progress, and your contribution will be | |
87 greatly appreciated. | |
88 | |
89 @node Introduction, Installation, Preface, Top | |
90 @comment node-name, next, previous, up | |
91 @chapter Introduction | |
92 | |
93 Todo lists, schedules, phone databases... everything we use databases | |
94 for is really just a way to extend the power of our memory, to be able | |
95 to remember what our conscious mind may not currently have access to. | |
96 | |
85793
b7bd71352e5d
remember.texi (Introduction): Fix typographical issue with "---"
Michael Olson <mwolson@gnu.org>
parents:
85775
diff
changeset
|
97 There are many different databases out there---and good ones---which |
b7bd71352e5d
remember.texi (Introduction): Fix typographical issue with "---"
Michael Olson <mwolson@gnu.org>
parents:
85775
diff
changeset
|
98 this mode is not trying to replace. Rather, it's how that data gets |
b7bd71352e5d
remember.texi (Introduction): Fix typographical issue with "---"
Michael Olson <mwolson@gnu.org>
parents:
85775
diff
changeset
|
99 there that's the question. Most of the time, we just want to say |
b7bd71352e5d
remember.texi (Introduction): Fix typographical issue with "---"
Michael Olson <mwolson@gnu.org>
parents:
85775
diff
changeset
|
100 "Remember so-and-so's phone number, or that I have to buy dinner for the |
b7bd71352e5d
remember.texi (Introduction): Fix typographical issue with "---"
Michael Olson <mwolson@gnu.org>
parents:
85775
diff
changeset
|
101 cats tonight." That's the FACT. How it's stored is really the |
b7bd71352e5d
remember.texi (Introduction): Fix typographical issue with "---"
Michael Olson <mwolson@gnu.org>
parents:
85775
diff
changeset
|
102 computer's problem. But at this point in time, it's most definitely |
b7bd71352e5d
remember.texi (Introduction): Fix typographical issue with "---"
Michael Olson <mwolson@gnu.org>
parents:
85775
diff
changeset
|
103 also the user's problem, and sometimes so laboriously so that people |
b7bd71352e5d
remember.texi (Introduction): Fix typographical issue with "---"
Michael Olson <mwolson@gnu.org>
parents:
85775
diff
changeset
|
104 just let data slip, rather than expend the effort to record it. |
85772 | 105 |
106 ``Remember'' is a mode for remembering data. It uses whatever | |
107 back-end is appropriate to record and correlate the data, but its main | |
108 intention is to allow you to express as @emph{little} structure as | |
109 possible up front. If you later want to express more powerful | |
110 relationships between your data, or state assumptions that were at | |
111 first too implicit to be recognized, you can ``study'' the data later | |
112 and rearrange it. But the initial ``just remember this'' impulse | |
113 should be as close to simply throwing the data at Emacs as possible. | |
114 | |
115 Have you ever noticed that having a laptop to write on doesn't | |
116 @emph{actually} increase the amount of quality material that you turn | |
117 out, in the long run? Perhaps it's because the time we save | |
118 electronically in one way, we're losing electronically in another; the | |
119 tool should never dominate one's focus. As the mystic Faridu'd-Din | |
120 `Attar wrote: ``Be occupied as little as possible with things of the | |
121 outer world but much with things of the inner world; then right action | |
122 will overcome inaction.'' | |
123 | |
124 If Emacs could become a more intelligent data store, where brainstorming | |
125 would focus on the @emph{ideas} involved---rather than the structuring | |
126 and format of those ideas, or having to stop your current flow of work | |
127 in order to record them---it would map much more closely to how the mind | |
128 (well, at least mine) works, and hence would eliminate that very | |
129 manual-ness which computers from the very beginning have been championed | |
130 as being able to reduce. | |
131 | |
132 @node Installation, Implementation, Introduction, Top | |
133 @comment node-name, next, previous, up | |
134 @chapter Installation | |
135 | |
136 Installing Remember Mode is as simple as adding the following lines to | |
137 your Emacs configuration file (usually @file{~/.emacs.d/init.el} or | |
138 @file{~/.emacs}). | |
139 | |
140 @lisp | |
141 (add-to-list 'load-path "/path/to/remember") | |
142 (require 'remember) | |
143 @end lisp | |
144 | |
145 @node Implementation, Quick Start, Installation, Top | |
146 @comment node-name, next, previous, up | |
147 @chapter Implementation | |
148 | |
149 Hyperbole, as a data presentation tool, always struck me as being very | |
150 powerful, but it seemed to require a lot of ``front-end'' work before | |
151 that data was really available. The problem with BBDB, or keeping up | |
152 a Bibl-mode file, is that you have to use different functions to | |
153 record the data, and it always takes time to stop what you're doing, | |
154 format the data in the manner expected by that particular data | |
155 interface, and then resume your work. | |
156 | |
157 With ``remember'', you just hit @kbd{M-x remember} (you'd probably | |
158 want to bind this to an easily accessible keystroke, like @kbd{C-x | |
159 M-r}), slam in your text however you like, and then hit @kbd{C-c C-c}. | |
160 It will file the data away for later retrieval, and possibly indexing. | |
161 | |
85799
10f70d5f0ff3
remember.texi: Remove mentions of things outside of Emacs
Michael Olson <mwolson@gnu.org>
parents:
85793
diff
changeset
|
162 Indexing is to data what ``studying'' is in the real world. What you do |
10f70d5f0ff3
remember.texi: Remove mentions of things outside of Emacs
Michael Olson <mwolson@gnu.org>
parents:
85793
diff
changeset
|
163 when you study (or lucubrate, for some of us) is to realize certain |
85772 | 164 relationships implicit in the data, so that you can make use of those |
165 relationships. Expressing that a certain quote you remembered was a | |
85799
10f70d5f0ff3
remember.texi: Remove mentions of things outside of Emacs
Michael Olson <mwolson@gnu.org>
parents:
85793
diff
changeset
|
166 literary quote, and that you want the ability to pull up all quotes of a |
10f70d5f0ff3
remember.texi: Remove mentions of things outside of Emacs
Michael Olson <mwolson@gnu.org>
parents:
85793
diff
changeset
|
167 literary nature, is what studying does. This is a more labor intensive |
10f70d5f0ff3
remember.texi: Remove mentions of things outside of Emacs
Michael Olson <mwolson@gnu.org>
parents:
85793
diff
changeset
|
168 task than the original remembering of the data, and it's typical in real |
10f70d5f0ff3
remember.texi: Remove mentions of things outside of Emacs
Michael Olson <mwolson@gnu.org>
parents:
85793
diff
changeset
|
169 life to set aside a special period of time for doing this work. |
85772 | 170 |
171 ``Remember'' works in the same way. When you enter data, either by | |
172 typing it into a buffer, or using the contents of the selected region, | |
173 it will store that data---unindexed, uninterpreted---in a data pool. | |
174 It will also try to remember as much context information as possible | |
175 (any text properties that were set, where you copied it from, when, | |
176 how, etc). Later, you can walk through your accumulated set of data | |
177 (both organized, and unorganized) and easily begin moving things | |
178 around, and making annotations that will express the full meaning of | |
179 that data, as far as you know it. | |
180 | |
181 Obviously this latter stage is more user-interface intensive, and it | |
182 would be nice if ``remember'' could do it as elegantly as possible, | |
183 rather than requiring a billion keystrokes to reorganize your | |
184 hierarchy. Well, as the future arrives, hopefully experience and user | |
185 feedback will help to make this as intuitive a tool as possible. | |
186 | |
85775
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
187 @node Quick Start, Function Reference, Implementation, Top |
85772 | 188 @comment node-name, next, previous, up |
189 @chapter Quick Start | |
190 | |
191 @itemize | |
192 | |
193 @item | |
194 Load @file{remember.el}. | |
195 | |
196 @item | |
197 Type @kbd{M-x remember}. The @samp{*Remember*} buffer should be | |
198 displayed. | |
199 | |
200 @item | |
201 Type in what you want to remember. The first line will be treated as | |
202 the headline, and the rest of the buffer will contain the body of the | |
203 note. | |
204 | |
205 @item | |
85913
047b6a6087c2
Remember: Use define-obsolete-function-alias for `remember-buffer'.
Michael Olson <mwolson@gnu.org>
parents:
85806
diff
changeset
|
206 Type @kbd{C-c C-c} (@code{remember-finalize}) to save the note and close |
85772 | 207 the @samp{*Remember*} buffer. |
208 @end itemize | |
209 | |
85913
047b6a6087c2
Remember: Use define-obsolete-function-alias for `remember-buffer'.
Michael Olson <mwolson@gnu.org>
parents:
85806
diff
changeset
|
210 By default, @code{remember-finalize} saves the note in @file{~/.notes}. |
85772 | 211 You can edit it now to see the remembered and timestamped note. You |
212 can edit this file however you want. New entries will always be added | |
213 to the end. | |
214 | |
215 To remember a region of text, use the universal prefix. @kbd{C-u M-x | |
216 remember} displays a @samp{*Remember*} buffer with the region as the | |
217 initial contents. | |
218 | |
219 As a simple beginning, you can start by using the Text File backend, | |
220 keeping your @file{~/.notes} file in outline-mode format, with a final | |
221 entry called @samp{* Raw data}. Remembered data will be added to the | |
222 end of the file. Every so often, you can move the data that gets | |
223 appended there into other files, or reorganize your document. | |
224 | |
225 You can also store remembered data in other backends. | |
226 (@pxref{Backends}) | |
227 | |
228 Here is one way to map the remember functions in your @file{.emacs} to | |
229 very accessible keystrokes facilities using the mode: | |
230 | |
231 @lisp | |
232 (autoload 'remember ``remember'' nil t) | |
233 (autoload 'remember-region ``remember'' nil t) | |
234 | |
235 (define-key global-map (kbd "<f9> r") 'remember) | |
236 (define-key global-map (kbd "<f9> R") 'remember-region) | |
237 @end lisp | |
238 | |
239 By default, remember uses the first annotation returned by | |
240 @code{remember-annotation-functions}. To include all of the annotations, | |
241 set @code{remember-run-all-annotation-functions-flag} to non-nil. | |
242 | |
243 @defopt remember-run-all-annotation-functions-flag | |
244 Non-nil means use all annotations returned by | |
245 @code{remember-annotation-functions}. | |
246 @end defopt | |
247 | |
248 You can write custom functions that use a different set of | |
249 remember-annotation-functions. For example: | |
250 | |
251 @lisp | |
252 (defun my/remember-with-filename () | |
253 "Always use the filename." | |
254 (interactive) | |
255 (let ((remember-annotation-functions '(buffer-file-name))) | |
256 (call-interactively 'remember))) | |
257 @end lisp | |
258 | |
85775
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
259 @node Function Reference, Keystrokes, Quick Start, Top |
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
260 @comment node-name, next, previous, up |
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
261 @chapter Function Reference |
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
262 |
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
263 @file{remember.el} defines the following interactive functions: |
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
264 |
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
265 @defun remember initial |
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
266 Remember an arbitrary piece of data. With a prefix, it will use the |
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
267 region as @var{initial}. |
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
268 @end defun |
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
269 |
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
270 @defun remember-region beg end |
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
271 If called from within the remember buffer, @var{beg} and @var{end} are |
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
272 ignored, and the entire buffer will be remembered. If called from any |
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
273 other buffer, that region, plus any context information specific to |
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
274 that region, will be remembered. |
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
275 @end defun |
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
276 |
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
277 @defun remember-clipboard |
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
278 Remember the contents of the current clipboard. This is most useful |
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
279 for remembering things from Netscape or other X Windows applications. |
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
280 @end defun |
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
281 |
85913
047b6a6087c2
Remember: Use define-obsolete-function-alias for `remember-buffer'.
Michael Olson <mwolson@gnu.org>
parents:
85806
diff
changeset
|
282 @defun remember-finalize |
85775
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
283 Remember the contents of the current buffer. |
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
284 @end defun |
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
285 |
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
286 @defun remember-mode |
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
287 This enters the major mode for output from @command{remember}. This |
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
288 buffer is used to collect data that you want remember. Just hit |
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
289 @kbd{C-c C-c} when you're done entering, and it will go ahead and file |
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
290 the data for latter retrieval, and possible indexing. |
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
291 @end defun |
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
292 |
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
293 @node Keystrokes, Backends, Function Reference, Top |
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
294 @comment node-name, next, previous, up |
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
295 @chapter Keystroke Reference |
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
296 |
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
297 @file{remember.el} defines the following keybindings by default: |
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
298 |
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
299 @table @kbd |
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
300 |
85913
047b6a6087c2
Remember: Use define-obsolete-function-alias for `remember-buffer'.
Michael Olson <mwolson@gnu.org>
parents:
85806
diff
changeset
|
301 @item C-c C-c (`remember-finalize') |
85775
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
302 Remember the contents of the current buffer. |
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
303 |
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
304 @item C-c C-k (`remember-destroy') |
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
305 Destroy the current *Remember* buffer. |
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
306 |
85913
047b6a6087c2
Remember: Use define-obsolete-function-alias for `remember-buffer'.
Michael Olson <mwolson@gnu.org>
parents:
85806
diff
changeset
|
307 @item C-x C-s (`remember-finalize') |
85775
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
308 Remember the contents of the current buffer. |
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
309 |
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
310 @end table |
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
311 |
85799
10f70d5f0ff3
remember.texi: Remove mentions of things outside of Emacs
Michael Olson <mwolson@gnu.org>
parents:
85793
diff
changeset
|
312 @node Backends, GNU Free Documentation License, Keystrokes, Top |
85775
c00d89ba4e04
Reorganize chapters in Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
85772
diff
changeset
|
313 @comment node-name, next, previous, up |
85772 | 314 @chapter Backends |
315 | |
316 You can save remembered notes to a variety of backends. | |
317 | |
318 @menu | |
319 * Text File:: Saving to a text file. | |
85799
10f70d5f0ff3
remember.texi: Remove mentions of things outside of Emacs
Michael Olson <mwolson@gnu.org>
parents:
85793
diff
changeset
|
320 * Diary:: Saving to a Diary file. |
85772 | 321 * Mailbox:: Saving to a mailbox. |
85799
10f70d5f0ff3
remember.texi: Remove mentions of things outside of Emacs
Michael Olson <mwolson@gnu.org>
parents:
85793
diff
changeset
|
322 * Org:: Saving to an Org Mode file. |
85772 | 323 @end menu |
324 | |
85799
10f70d5f0ff3
remember.texi: Remove mentions of things outside of Emacs
Michael Olson <mwolson@gnu.org>
parents:
85793
diff
changeset
|
325 @node Text File, Diary, Backends, Backends |
10f70d5f0ff3
remember.texi: Remove mentions of things outside of Emacs
Michael Olson <mwolson@gnu.org>
parents:
85793
diff
changeset
|
326 @comment node-name, next, previous, up |
85772 | 327 @section Saving to a Text File |
85799
10f70d5f0ff3
remember.texi: Remove mentions of things outside of Emacs
Michael Olson <mwolson@gnu.org>
parents:
85793
diff
changeset
|
328 @cindex text file, saving to |
85772 | 329 |
85799
10f70d5f0ff3
remember.texi: Remove mentions of things outside of Emacs
Michael Olson <mwolson@gnu.org>
parents:
85793
diff
changeset
|
330 @subheading Insinuation |
85772 | 331 |
332 @lisp | |
333 (setq remember-handler-functions '(remember-append-to-file)) | |
334 @end lisp | |
335 | |
85799
10f70d5f0ff3
remember.texi: Remove mentions of things outside of Emacs
Michael Olson <mwolson@gnu.org>
parents:
85793
diff
changeset
|
336 @subheading Options |
10f70d5f0ff3
remember.texi: Remove mentions of things outside of Emacs
Michael Olson <mwolson@gnu.org>
parents:
85793
diff
changeset
|
337 |
85772 | 338 @defopt remember-data-file |
85799
10f70d5f0ff3
remember.texi: Remove mentions of things outside of Emacs
Michael Olson <mwolson@gnu.org>
parents:
85793
diff
changeset
|
339 The file in which to store unprocessed data. |
85772 | 340 @end defopt |
341 | |
342 @defopt remember-leader-text | |
85799
10f70d5f0ff3
remember.texi: Remove mentions of things outside of Emacs
Michael Olson <mwolson@gnu.org>
parents:
85793
diff
changeset
|
343 The text used to begin each remember item. |
85772 | 344 @end defopt |
345 | |
85799
10f70d5f0ff3
remember.texi: Remove mentions of things outside of Emacs
Michael Olson <mwolson@gnu.org>
parents:
85793
diff
changeset
|
346 @node Diary, Mailbox, Text File, Backends |
10f70d5f0ff3
remember.texi: Remove mentions of things outside of Emacs
Michael Olson <mwolson@gnu.org>
parents:
85793
diff
changeset
|
347 @comment node-name, next, previous, up |
10f70d5f0ff3
remember.texi: Remove mentions of things outside of Emacs
Michael Olson <mwolson@gnu.org>
parents:
85793
diff
changeset
|
348 @section Saving to a Diary file |
10f70d5f0ff3
remember.texi: Remove mentions of things outside of Emacs
Michael Olson <mwolson@gnu.org>
parents:
85793
diff
changeset
|
349 @cindex diary, integration |
85772 | 350 |
85799
10f70d5f0ff3
remember.texi: Remove mentions of things outside of Emacs
Michael Olson <mwolson@gnu.org>
parents:
85793
diff
changeset
|
351 @subheading Insinuation |
85772 | 352 |
353 @lisp | |
85799
10f70d5f0ff3
remember.texi: Remove mentions of things outside of Emacs
Michael Olson <mwolson@gnu.org>
parents:
85793
diff
changeset
|
354 (add-to-list 'remember-handler-functions 'remember-diary-extract-entries) |
85772 | 355 @end lisp |
356 | |
85799
10f70d5f0ff3
remember.texi: Remove mentions of things outside of Emacs
Michael Olson <mwolson@gnu.org>
parents:
85793
diff
changeset
|
357 @subheading Options |
85772 | 358 |
85799
10f70d5f0ff3
remember.texi: Remove mentions of things outside of Emacs
Michael Olson <mwolson@gnu.org>
parents:
85793
diff
changeset
|
359 @defopt remember-diary-file |
10f70d5f0ff3
remember.texi: Remove mentions of things outside of Emacs
Michael Olson <mwolson@gnu.org>
parents:
85793
diff
changeset
|
360 File for extracted diary entries. |
87054
25de6f4a58d8
Merge remember-diary.el into remember.el
Michael Olson <mwolson@gnu.org>
parents:
85913
diff
changeset
|
361 If this is nil, then @code{diary-file} will be used instead." |
85799
10f70d5f0ff3
remember.texi: Remove mentions of things outside of Emacs
Michael Olson <mwolson@gnu.org>
parents:
85793
diff
changeset
|
362 @end defopt |
85772 | 363 |
85799
10f70d5f0ff3
remember.texi: Remove mentions of things outside of Emacs
Michael Olson <mwolson@gnu.org>
parents:
85793
diff
changeset
|
364 @node Mailbox, Org, Diary, Backends |
85772 | 365 @comment node-name, next, previous, up |
85799
10f70d5f0ff3
remember.texi: Remove mentions of things outside of Emacs
Michael Olson <mwolson@gnu.org>
parents:
85793
diff
changeset
|
366 @section Saving to a Mailbox |
10f70d5f0ff3
remember.texi: Remove mentions of things outside of Emacs
Michael Olson <mwolson@gnu.org>
parents:
85793
diff
changeset
|
367 @cindex mailbox, saving to |
85772 | 368 |
85799
10f70d5f0ff3
remember.texi: Remove mentions of things outside of Emacs
Michael Olson <mwolson@gnu.org>
parents:
85793
diff
changeset
|
369 @subheading Insinuation |
85772 | 370 |
371 @lisp | |
85799
10f70d5f0ff3
remember.texi: Remove mentions of things outside of Emacs
Michael Olson <mwolson@gnu.org>
parents:
85793
diff
changeset
|
372 (add-to-list 'remember-handler-functions 'remember-store-in-mailbox) |
85772 | 373 @end lisp |
374 | |
85799
10f70d5f0ff3
remember.texi: Remove mentions of things outside of Emacs
Michael Olson <mwolson@gnu.org>
parents:
85793
diff
changeset
|
375 @subheading Options |
85772 | 376 |
85799
10f70d5f0ff3
remember.texi: Remove mentions of things outside of Emacs
Michael Olson <mwolson@gnu.org>
parents:
85793
diff
changeset
|
377 @defopt remember-mailbox |
10f70d5f0ff3
remember.texi: Remove mentions of things outside of Emacs
Michael Olson <mwolson@gnu.org>
parents:
85793
diff
changeset
|
378 The file in which to store remember data as mail. |
10f70d5f0ff3
remember.texi: Remove mentions of things outside of Emacs
Michael Olson <mwolson@gnu.org>
parents:
85793
diff
changeset
|
379 @end defopt |
85772 | 380 |
85799
10f70d5f0ff3
remember.texi: Remove mentions of things outside of Emacs
Michael Olson <mwolson@gnu.org>
parents:
85793
diff
changeset
|
381 @defopt remember-default-priority |
10f70d5f0ff3
remember.texi: Remove mentions of things outside of Emacs
Michael Olson <mwolson@gnu.org>
parents:
85793
diff
changeset
|
382 The default priority for remembered mail messages. |
85772 | 383 @end defopt |
384 | |
85799
10f70d5f0ff3
remember.texi: Remove mentions of things outside of Emacs
Michael Olson <mwolson@gnu.org>
parents:
85793
diff
changeset
|
385 @node Org, , Mailbox, Backends |
10f70d5f0ff3
remember.texi: Remove mentions of things outside of Emacs
Michael Olson <mwolson@gnu.org>
parents:
85793
diff
changeset
|
386 @comment node-name, next, previous, up |
10f70d5f0ff3
remember.texi: Remove mentions of things outside of Emacs
Michael Olson <mwolson@gnu.org>
parents:
85793
diff
changeset
|
387 @section Saving to an Org Mode file |
10f70d5f0ff3
remember.texi: Remove mentions of things outside of Emacs
Michael Olson <mwolson@gnu.org>
parents:
85793
diff
changeset
|
388 @cindex org mode, integration |
85772 | 389 |
85799
10f70d5f0ff3
remember.texi: Remove mentions of things outside of Emacs
Michael Olson <mwolson@gnu.org>
parents:
85793
diff
changeset
|
390 For instructions on how to integrate Remember with Org Mode, |
10f70d5f0ff3
remember.texi: Remove mentions of things outside of Emacs
Michael Olson <mwolson@gnu.org>
parents:
85793
diff
changeset
|
391 consult @ref{Remember, , , org}. |
85772 | 392 |
85799
10f70d5f0ff3
remember.texi: Remove mentions of things outside of Emacs
Michael Olson <mwolson@gnu.org>
parents:
85793
diff
changeset
|
393 @node GNU Free Documentation License, Concept Index, Backends, Top |
85772 | 394 @appendix GNU Free Documentation License |
395 @include doclicense.texi | |
396 | |
397 @node Concept Index, , GNU Free Documentation License, Top | |
398 @comment node-name, next, previous, up | |
399 @unnumbered Index | |
400 | |
401 @printindex cp | |
402 | |
403 @bye | |
85806 | 404 |
405 @ignore | |
406 arch-tag: 5b980db0-20cc-4167-b845-52dc11d53b9f | |
407 @end ignore |