-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathorg
457 lines (450 loc) · 15 KB
/
org
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
これは org、org.texi より makeinfo バージョン 4.8
によって作成されました。
This manual is for Org version 7.4.
Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
Foundation, Inc.
Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation License,
Version 1.3 or any later version published by the Free Software
Foundation; with no Invariant Sections, with the Front-Cover texts
being "A GNU Manual," and with the Back-Cover Texts as in (a)
below. A copy of the license is included in the section entitled
"GNU Free Documentation License."
(a) The FSF's Back-Cover Text is: "You have the freedom to copy and
modify this GNU manual. Buying copies from the FSF supports it in
developing GNU and promoting software freedom."
This document is part of a collection distributed under the GNU
Free Documentation License. If you want to distribute this
document separately from the collection, you can do so by adding a
copy of the license to the document, as described in section 6 of
the license.
INFO-DIR-SECTION Emacs
START-INFO-DIR-ENTRY
* Org Mode: (org). Outline-based notes management and organizer
END-INFO-DIR-ENTRY
Indirect:
org-1: 1311
org-2: 300665
org-3: 584317
Tag Table:
(Indirect)
Node: Top1311
Node: Introduction21211
Node: Summary21681
Node: Installation24574
Node: Activation26737
Node: Feedback28475
Ref: Feedback-Footnote-131053
Node: Conventions31180
Node: Document Structure32539
Node: Outlines33463
Node: Headlines34119
Ref: Headlines-Footnote-135119
Node: Visibility cycling35295
Ref: Visibility cycling-Footnote-138337
Ref: Visibility cycling-Footnote-238395
Ref: Visibility cycling-Footnote-338445
Node: Motion38715
Node: Structure editing40052
Ref: Structure editing-Footnote-146419
Node: Sparse trees46519
Ref: Sparse trees-Footnote-148824
Ref: Sparse trees-Footnote-249030
Ref: Sparse trees-Footnote-349101
Node: Plain lists49216
Ref: Plain lists-Footnote-156683
Ref: Plain lists-Footnote-257041
Ref: Plain lists-Footnote-357137
Ref: Plain lists-Footnote-457226
Ref: Plain lists-Footnote-557297
Ref: Plain lists-Footnote-657355
Ref: Plain lists-Footnote-757599
Ref: Plain lists-Footnote-857775
Ref: Plain lists-Footnote-957875
Node: Drawers57953
Ref: Drawers-Footnote-159169
Node: Blocks59274
Node: Footnotes59835
Ref: Footnotes-Footnote-164408
Ref: Footnotes-Footnote-264505
Node: Orgstruct mode64582
Node: Tables65691
Node: Built-in table editor66332
Node: Column width and alignment75495
Ref: Column width and alignment-Footnote-178053
Ref: Column width and alignment-Footnote-278099
Node: Column groups78196
Node: Orgtbl mode79708
Node: The spreadsheet80507
Node: References81807
Ref: References-Footnote-187481
Ref: References-Footnote-287622
Ref: References-Footnote-387725
Node: Formula syntax for Calc88015
Ref: Formula syntax for Calc-Footnote-190928
Node: Formula syntax for Lisp91252
Node: Field formulas92975
Node: Column formulas94438
Node: Editing and debugging formulas96203
Node: Updating the table100871
Node: Advanced features102213
Node: Org-Plot106650
Node: Hyperlinks109511
Node: Link format110268
Node: Internal links111546
Ref: Internal links-Footnote-1113359
Ref: Internal links-Footnote-2113545
Node: Radio targets113785
Node: External links114475
Node: Handling links117918
Ref: Handling links-Footnote-1125708
Ref: Handling links-Footnote-2126004
Ref: Handling links-Footnote-3126250
Ref: Handling links-Footnote-4126327
Ref: Handling links-Footnote-5126401
Node: Using links outside Org126483
Node: Link abbreviations126968
Node: Search options129266
Ref: Search options-Footnote-1131147
Node: Custom searches131228
Node: TODO Items132238
Ref: TODO Items-Footnote-1133346
Node: TODO basics133460
Node: TODO extensions136060
Node: Workflow states137090
Ref: Workflow states-Footnote-1138415
Node: TODO types138508
Ref: TODO types-Footnote-1140106
Node: Multiple sets in one file140188
Node: Fast access to TODO states142053
Ref: Fast access to TODO states-Footnote-1142915
Node: Per-file keywords143209
Ref: Per-file keywords-Footnote-1144605
Node: Faces for TODO keywords144806
Node: TODO dependencies145850
Node: Progress logging148023
Node: Closing items148735
Ref: Closing items-Footnote-1149784
Ref: Closing items-Footnote-2149853
Node: Tracking TODO state changes149926
Ref: Tracking TODO state changes-Footnote-1152819
Ref: Tracking TODO state changes-Footnote-2152876
Node: Tracking your habits153164
Node: Priorities157363
Ref: Priorities-Footnote-1159368
Node: Breaking down tasks159437
Ref: Breaking down tasks-Footnote-1161429
Node: Checkboxes161525
Ref: Checkboxes-Footnote-1166043
Ref: Checkboxes-Footnote-2166166
Node: Tags166335
Node: Tag inheritance167334
Ref: Tag inheritance-Footnote-1168706
Ref: Tag inheritance-Footnote-2168806
Node: Setting tags168932
Ref: Setting tags-Footnote-1175191
Node: Tag searches175274
Node: Properties and Columns176507
Node: Property syntax177911
Node: Special properties180899
Node: Property searches182316
Node: Property inheritance183748
Node: Column view185564
Node: Defining columns186798
Node: Scope of column definitions187196
Node: Column attributes188126
Ref: Column attributes-Footnote-1192735
Node: Using column view192868
Node: Capturing column view195730
Ref: Capturing column view-Footnote-1198722
Node: Property API198858
Node: Dates and Times199212
Node: Timestamps200191
Ref: Timestamps-Footnote-1202549
Node: Creating timestamps202680
Node: The date/time prompt205423
Ref: The date/time prompt-Footnote-1209708
Ref: The date/time prompt-Footnote-2209871
Ref: The date/time prompt-Footnote-3209977
Node: Custom time format210070
Node: Deadlines and scheduling211794
Ref: Deadlines and scheduling-Footnote-1214487
Node: Inserting deadline/schedule214642
Ref: Inserting deadline/schedule-Footnote-1216670
Ref: Inserting deadline/schedule-Footnote-2216778
Node: Repeated tasks216886
Ref: Repeated tasks-Footnote-1220232
Ref: Repeated tasks-Footnote-2220481
Node: Clocking work time220680
Ref: Clocking work time-Footnote-1221863
Node: Clocking commands222001
Ref: Clocking commands-Footnote-1225738
Ref: Clocking commands-Footnote-2225845
Ref: Clocking commands-Footnote-3225895
Ref: Clocking commands-Footnote-4225953
Node: The clock table226031
Ref: The clock table-Footnote-1232194
Node: Resolving idle time232319
Ref: Resolving idle time-Footnote-1235573
Node: Effort estimates235911
Ref: Effort estimates-Footnote-1238680
Ref: Effort estimates-Footnote-2238768
Node: Relative timer238875
Node: Countdown timer240722
Node: Capture - Refile - Archive241213
Node: Capture242194
Node: Setting up capture243528
Ref: Setting up capture-Footnote-1243953
Node: Using capture244019
Node: Capture templates246175
Node: Template elements247803
Node: Template expansion252804
Ref: Template expansion-Footnote-1255855
Ref: Template expansion-Footnote-2255942
Ref: Template expansion-Footnote-3256124
Node: Attachments256222
Ref: Attachments-Footnote-1259604
Node: RSS Feeds259754
Node: Protocols261344
Node: Refiling notes262058
Ref: Refiling notes-Footnote-1264198
Node: Archiving264294
Node: Moving subtrees264993
Ref: Moving subtrees-Footnote-1266704
Node: Internal archiving267148
Node: Agenda Views269778
Node: Agenda files271969
Ref: Agenda files-Footnote-1274782
Ref: Agenda files-Footnote-2274931
Node: Agenda dispatcher275124
Ref: Agenda dispatcher-Footnote-1277339
Ref: Agenda dispatcher-Footnote-2277433
Node: Built-in agenda views277535
Node: Weekly/daily agenda278184
Ref: Weekly/daily agenda-Footnote-1283100
Ref: Weekly/daily agenda-Footnote-2283327
Node: Global TODO list283440
Node: Matching tags and properties285968
Node: Timeline292587
Node: Search view293279
Node: Stuck projects294572
Ref: Stuck projects-Footnote-1296632
Node: Presentation and sorting296662
Node: Categories297455
Ref: Categories-Footnote-1298256
Node: Time-of-day specifications298693
Node: Sorting of agenda items300665
Node: Agenda commands302203
Ref: Agenda commands-Footnote-1323967
Ref: Agenda commands-Footnote-2324048
Ref: Agenda commands-Footnote-3324459
Node: Custom agenda views324542
Node: Storing searches325183
Ref: Storing searches-Footnote-1327717
Node: Block agenda327834
Node: Setting Options329072
Node: Exporting Agenda Views331998
Ref: Exporting Agenda Views-Footnote-1336899
Ref: Exporting Agenda Views-Footnote-2336957
Ref: Exporting Agenda Views-Footnote-3337113
Ref: Exporting Agenda Views-Footnote-4337300
Node: Agenda column view337382
Node: Markup340064
Node: Structural markup elements341037
Node: Document title341770
Node: Headings and sections342532
Node: Table of contents343202
Node: Initial text343965
Node: Lists345079
Node: Paragraphs345363
Node: Footnote markup346513
Node: Emphasis and monospace346868
Node: Horizontal rules347268
Node: Comment lines347543
Node: Images and tables348077
Node: Literal examples349558
Ref: Literal examples-Footnote-1353195
Ref: Literal examples-Footnote-2354173
Ref: Literal examples-Footnote-3354352
Ref: Literal examples-Footnote-4354589
Node: Include files354683
Node: Index entries355724
Node: Macro replacement356186
Node: Embedded LaTeX357016
Ref: Embedded LaTeX-Footnote-1357958
Node: Special symbols358148
Ref: Special symbols-Footnote-1359760
Node: Subscripts and superscripts359915
Node: LaTeX fragments361169
Ref: LaTeX fragments-Footnote-1363809
Ref: LaTeX fragments-Footnote-2363982
Ref: LaTeX fragments-Footnote-3364287
Node: Previewing LaTeX fragments364464
Node: CDLaTeX mode365473
Ref: CDLaTeX mode-Footnote-1367960
Node: Exporting368108
Node: Selective export369884
Node: Export options370713
Ref: Export options-Footnote-1375236
Node: The export dispatcher375327
Ref: The export dispatcher-Footnote-1376633
Node: ASCII/Latin-1/UTF-8 export376731
Ref: ASCII/Latin-1/UTF-8 export-Footnote-1379129
Ref: ASCII/Latin-1/UTF-8 export-Footnote-2379187
Node: HTML export379239
Node: HTML Export commands380189
Ref: HTML Export commands-Footnote-1382141
Ref: HTML Export commands-Footnote-2382199
Node: Quoting HTML tags382251
Node: Links in HTML export382902
Node: Tables in HTML export384037
Node: Images in HTML export384582
Ref: Images in HTML export-Footnote-1385879
Node: Math formatting in HTML export385941
Ref: Math formatting in HTML export-Footnote-1387377
Node: Text areas in HTML export387512
Node: CSS support388356
Ref: CSS support-Footnote-1391247
Ref: CSS support-Footnote-2391433
Node: JavaScript support391633
Node: LaTeX and PDF export395246
Ref: LaTeX and PDF export-Footnote-1396119
Node: LaTeX/PDF export commands396379
Ref: LaTeX/PDF export commands-Footnote-1398296
Ref: LaTeX/PDF export commands-Footnote-2398354
Node: Header and sectioning398406
Ref: Header and sectioning-Footnote-1399482
Node: Quoting LaTeX code399608
Node: Tables in LaTeX export400243
Node: Images in LaTeX export400976
Node: Beamer class export402643
Node: DocBook export408343
Node: DocBook export commands409211
Ref: DocBook export commands-Footnote-1410764
Ref: DocBook export commands-Footnote-2410824
Node: Quoting DocBook code410876
Node: Recursive sections411925
Node: Tables in DocBook export412653
Node: Images in DocBook export413118
Node: Special characters415052
Node: TaskJuggler export416093
Node: Freemind export421385
Node: XOXO export421673
Node: iCalendar export422145
Ref: iCalendar export-Footnote-1424844
Ref: iCalendar export-Footnote-2424934
Ref: iCalendar export-Footnote-3425034
Node: Publishing425171
Node: Configuration426039
Node: Project alist426815
Node: Sources and destinations427977
Node: Selecting files429494
Node: Publishing action430493
Ref: Publishing action-Footnote-1432283
Node: Publishing options432637
Node: Publishing links436246
Node: Sitemap437928
Node: Generating an index439450
Node: Uploading files440033
Node: Sample configuration441796
Node: Simple example442285
Node: Complex example442958
Node: Triggering publication445045
Node: Working With Source Code446031
Node: Structure of code blocks447659
Node: Editing source code449026
Node: Exporting code blocks450457
Node: Extracting source code452179
Node: Evaluating code blocks453540
Ref: Evaluating code blocks-Footnote-1455238
Ref: Evaluating code blocks-Footnote-2455546
Node: Library of Babel455674
Node: Languages456484
Node: Header arguments458456
Node: Using header arguments458941
Node: System-wide header arguments459701
Node: Language-specific header arguments460524
Node: Buffer-wide header arguments460927
Node: Header arguments in Org-mode properties461702
Node: Code block specific header arguments462726
Node: Header arguments in function calls463860
Node: Specific header arguments464226
Node: var465754
Node: results470243
Node: file474252
Node: dir475034
Node: exports477951
Node: tangle478603
Node: comments479314
Node: no-expand480309
Node: session480800
Node: noweb481245
Node: cache482724
Node: hlines483560
Node: colnames485073
Node: rownames486141
Node: shebang487003
Node: eval487398
Node: Results of evaluation487941
Node: Noweb reference syntax491140
Node: Key bindings and useful functions492135
Node: Batch execution493601
Node: Miscellaneous494696
Node: Completion495472
Node: Easy Templates497447
Node: Speed keys498831
Node: Code evaluation security499657
Node: Customization501870
Node: In-buffer settings502461
Ref: In-buffer settings-Footnote-1511691
Node: The very busy C-c C-c key511739
Node: Clean view513647
Ref: Clean view-Footnote-1517633
Ref: Clean view-Footnote-2517694
Ref: Clean view-Footnote-3517878
Ref: Clean view-Footnote-4517939
Ref: Clean view-Footnote-5518051
Ref: Clean view-Footnote-6518106
Node: TTY keys518231
Node: Interaction519997
Node: Cooperation520373
Node: Conflicts524169
Node: Hacking527486
Node: Hooks528338
Node: Add-on packages528754
Node: Adding hyperlink types529295
Node: Context-sensitive commands533217
Ref: Context-sensitive commands-Footnote-1534793
Node: Tables in arbitrary syntax534927
Node: Radio tables536339
Node: A LaTeX example538881
Ref: A LaTeX example-Footnote-1542803
Ref: A LaTeX example-Footnote-2542951
Node: Translator functions543386
Ref: Translator functions-Footnote-1546609
Node: Radio lists546697
Node: Dynamic blocks547826
Node: Special agenda views549924
Ref: Special agenda views-Footnote-1553902
Node: Extracting agenda information554037
Node: Using the property API558109
Node: Using the mapping API561372
Node: MobileOrg565690
Node: Setting up the staging area567167
Ref: Setting up the staging area-Footnote-1568266
Ref: Setting up the staging area-Footnote-2568567
Node: Pushing to MobileOrg568828
Ref: Pushing to MobileOrg-Footnote-1569819
Ref: Pushing to MobileOrg-Footnote-2570235
Node: Pulling from MobileOrg570292
Ref: Pulling from MobileOrg-Footnote-1572712
Ref: Pulling from MobileOrg-Footnote-2572772
Node: History and Acknowledgments573149
Node: Main Index584317
Node: Key Index650994
Node: Command and Function Index696097
Node: Variable Index727287
End Tag Table