Partially revert last backport
[org-mode.git] / lisp / org.el
blob6e238d1f52b43e970b857c72a5a0847747df7131
1 ;;; org.el --- Outline-based notes management and organizer
3 ;; Carstens outline-mode for keeping track of everything.
4 ;; Copyright (C) 2004-2015 Free Software Foundation, Inc.
5 ;;
6 ;; Author: Carsten Dominik <carsten at orgmode dot org>
7 ;; Maintainer: Carsten Dominik <carsten at orgmode dot org>
8 ;; Keywords: outlines, hypermedia, calendar, wp
9 ;; Homepage: http://orgmode.org
11 ;; This file is part of GNU Emacs.
13 ;; GNU Emacs is free software: you can redistribute it and/or modify
14 ;; it under the terms of the GNU General Public License as published by
15 ;; the Free Software Foundation, either version 3 of the License, or
16 ;; (at your option) any later version.
18 ;; GNU Emacs is distributed in the hope that it will be useful,
19 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
20 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 ;; GNU General Public License for more details.
23 ;; You should have received a copy of the GNU General Public License
24 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
26 ;;; Commentary:
28 ;; Org-mode is a mode for keeping notes, maintaining ToDo lists, and doing
29 ;; project planning with a fast and effective plain-text system.
31 ;; Org-mode develops organizational tasks around NOTES files that contain
32 ;; information about projects as plain text. Org-mode is implemented on
33 ;; top of outline-mode, which makes it possible to keep the content of
34 ;; large files well structured. Visibility cycling and structure editing
35 ;; help to work with the tree. Tables are easily created with a built-in
36 ;; table editor. Org-mode supports ToDo items, deadlines, time stamps,
37 ;; and scheduling. It dynamically compiles entries into an agenda that
38 ;; utilizes and smoothly integrates much of the Emacs calendar and diary.
39 ;; Plain text URL-like links connect to websites, emails, Usenet
40 ;; messages, BBDB entries, and any files related to the projects. For
41 ;; printing and sharing of notes, an Org-mode file can be exported as a
42 ;; structured ASCII file, as HTML, or (todo and agenda items only) as an
43 ;; iCalendar file. It can also serve as a publishing tool for a set of
44 ;; linked webpages.
46 ;; Installation and Activation
47 ;; ---------------------------
48 ;; See the corresponding sections in the manual at
50 ;; http://orgmode.org/org.html#Installation
52 ;; Documentation
53 ;; -------------
54 ;; The documentation of Org-mode can be found in the TeXInfo file. The
55 ;; distribution also contains a PDF version of it. At the homepage of
56 ;; Org-mode, you can read the same text online as HTML. There is also an
57 ;; excellent reference card made by Philip Rooke. This card can be found
58 ;; in the etc/ directory of Emacs 22.
60 ;; A list of recent changes can be found at
61 ;; http://orgmode.org/Changes.html
63 ;;; Code:
65 (defvar org-inhibit-highlight-removal nil) ; dynamically scoped param
66 (defvar org-table-formula-constants-local nil
67 "Local version of `org-table-formula-constants'.")
68 (make-variable-buffer-local 'org-table-formula-constants-local)
70 ;;;; Require other packages
72 (eval-when-compile
73 (require 'cl)
74 (require 'gnus-sum))
76 (require 'calendar)
77 (require 'find-func)
78 (require 'format-spec)
80 (or (equal this-command 'eval-buffer)
81 (condition-case nil
82 (load (concat (file-name-directory load-file-name)
83 "org-loaddefs.el")
84 nil t t t)
85 (error
86 (message "WARNING: No org-loaddefs.el file could be found from where org.el is loaded.")
87 (sit-for 3)
88 (message "You need to run \"make\" or \"make autoloads\" from Org lisp directory")
89 (sit-for 3))))
91 (require 'org-macs)
92 (require 'org-compat)
94 ;; `org-outline-regexp' ought to be a defconst but is let-bound in
95 ;; some places -- e.g. see the macro `org-with-limited-levels'.
97 ;; In Org buffers, the value of `outline-regexp' is that of
98 ;; `org-outline-regexp'. The only function still directly relying on
99 ;; `outline-regexp' is `org-overview' so that `org-cycle' can do its
100 ;; job when `orgstruct-mode' is active.
101 (defvar org-outline-regexp "\\*+ "
102 "Regexp to match Org headlines.")
104 (defvar org-outline-regexp-bol "^\\*+ "
105 "Regexp to match Org headlines.
106 This is similar to `org-outline-regexp' but additionally makes
107 sure that we are at the beginning of the line.")
109 (defvar org-heading-regexp "^\\(\\*+\\)\\(?: +\\(.*?\\)\\)?[ \t]*$"
110 "Matches a headline, putting stars and text into groups.
111 Stars are put in group 1 and the trimmed body in group 2.")
113 ;; Emacs 22 calendar compatibility: Make sure the new variables are available
114 (unless (boundp 'calendar-view-holidays-initially-flag)
115 (org-defvaralias 'calendar-view-holidays-initially-flag
116 'view-calendar-holidays-initially))
117 (unless (boundp 'calendar-view-diary-initially-flag)
118 (org-defvaralias 'calendar-view-diary-initially-flag
119 'view-diary-entries-initially))
120 (unless (boundp 'diary-fancy-buffer)
121 (org-defvaralias 'diary-fancy-buffer 'fancy-diary-buffer))
123 (declare-function cdlatex-environment "ext:cdlatex" (environment item))
124 (declare-function org-add-archive-files "org-archive" (files))
125 (declare-function org-agenda-entry-get-agenda-timestamp "org-agenda" (pom))
126 (declare-function org-agenda-list "org-agenda" (&optional arg start-day span))
127 (declare-function org-agenda-redo "org-agenda" (&optional all))
128 (declare-function org-babel-do-in-edit-buffer "ob-core" (&rest body))
129 (declare-function org-babel-tangle-file "ob-tangle" (file &optional target-file lang))
130 (declare-function org-beamer-mode "ox-beamer" ())
131 (declare-function org-clock-get-last-clock-out-time "org-clock" ())
132 (declare-function org-clock-out "org-clock" (&optional switch-to-state fail-quietly at-time))
133 (declare-function org-clock-remove-overlays "org-clock" (&optional beg end noremove))
134 (declare-function org-clock-sum "org-clock" (&optional tstart tend headline-filter propname))
135 (declare-function org-clock-sum-current-item "org-clock" (&optional tstart))
136 (declare-function org-clock-timestamps-down "org-clock" (&optional n))
137 (declare-function org-clock-timestamps-up "org-clock" (&optional n))
138 (declare-function org-clock-update-time-maybe "org-clock" ())
139 (declare-function org-clocktable-shift "org-clock" (dir n))
140 (declare-function org-element-at-point "org-element" ())
141 (declare-function org-element-cache-refresh "org-element" (pos))
142 (declare-function org-element-cache-reset "org-element" (&optional all))
143 (declare-function org-element-contents "org-element" (element))
144 (declare-function org-element-context "org-element" (&optional element))
145 (declare-function org-element-copy "org-element" (datum))
146 (declare-function org-element-interpret-data "org-element" (data &optional parent))
147 (declare-function org-element-lineage "org-element" (blob &optional types with-self))
148 (declare-function org-element-nested-p "org-element" (elem-a elem-b))
149 (declare-function org-element-parse-buffer "org-element" (&optional granularity visible-only))
150 (declare-function org-element-property "org-element" (property element))
151 (declare-function org-element-put-property "org-element" (element property value))
152 (declare-function org-element-swap-A-B "org-element" (elem-a elem-b))
153 (declare-function org-element-type "org-element" (element))
154 (declare-function org-element-update-syntax "org-element" ())
155 (declare-function org-id-find-id-file "org-id" (id))
156 (declare-function org-id-get-create "org-id" (&optional force))
157 (declare-function org-inlinetask-at-task-p "org-inlinetask" ())
158 (declare-function org-inlinetask-outline-regexp "org-inlinetask" ())
159 (declare-function org-inlinetask-toggle-visibility "org-inlinetask" ())
160 (declare-function org-plot/gnuplot "org-plot" (&optional params))
161 (declare-function org-pop-to-buffer-same-window "org-compat" (&optional buffer-or-name norecord label))
162 (declare-function org-table-align "org-table" ())
163 (declare-function org-table-begin "org-table" (&optional table-type))
164 (declare-function org-table-beginning-of-field "org-table" (&optional n))
165 (declare-function org-table-blank-field "org-table" ())
166 (declare-function org-table-calc-current-TBLFM "org-table" (&optional arg))
167 (declare-function org-table-edit-field "org-table" (arg))
168 (declare-function org-table-end "org-table" (&optional table-type))
169 (declare-function org-table-end-of-field "org-table" (&optional n))
170 (declare-function org-table-insert-row "org-table" (&optional arg))
171 (declare-function org-table-justify-field-maybe "org-table" (&optional new))
172 (declare-function org-table-maybe-eval-formula "org-table" ())
173 (declare-function org-table-maybe-recalculate-line "org-table" ())
174 (declare-function org-table-next-row "org-table" ())
175 (declare-function org-table-paste-rectangle "org-table" ())
176 (declare-function org-table-wrap-region "org-table" (arg))
177 (declare-function org-tags-view "org-agenda" (&optional todo-only match))
178 (declare-function orgtbl-ascii-plot "org-table" (&optional ask))
179 (declare-function orgtbl-mode "org-table" (&optional arg))
181 (defsubst org-uniquify (list)
182 "Non-destructively remove duplicate elements from LIST."
183 (let ((res (copy-sequence list))) (delete-dups res)))
185 (defsubst org-get-at-bol (property)
186 "Get text property PROPERTY at the beginning of line."
187 (get-text-property (point-at-bol) property))
189 (defsubst org-trim (s)
190 "Remove whitespace at the beginning and the end of string S."
191 (replace-regexp-in-string
192 "\\`[ \t\n\r]+" ""
193 (replace-regexp-in-string "[ \t\n\r]+\\'" "" s)))
195 ;; load languages based on value of `org-babel-load-languages'
196 (defvar org-babel-load-languages)
198 ;;;###autoload
199 (defun org-babel-do-load-languages (sym value)
200 "Load the languages defined in `org-babel-load-languages'."
201 (set-default sym value)
202 (mapc (lambda (pair)
203 (let ((active (cdr pair)) (lang (symbol-name (car pair))))
204 (if active
205 (progn
206 (require (intern (concat "ob-" lang))))
207 (progn
208 (funcall 'fmakunbound
209 (intern (concat "org-babel-execute:" lang)))
210 (funcall 'fmakunbound
211 (intern (concat "org-babel-expand-body:" lang)))))))
212 org-babel-load-languages))
214 (declare-function org-babel-tangle-file "ob-tangle" (file &optional target-file lang))
215 ;;;###autoload
216 (defun org-babel-load-file (file &optional compile)
217 "Load Emacs Lisp source code blocks in the Org-mode FILE.
218 This function exports the source code using `org-babel-tangle'
219 and then loads the resulting file using `load-file'. With prefix
220 arg (noninteractively: 2nd arg) COMPILE the tangled Emacs Lisp
221 file to byte-code before it is loaded."
222 (interactive "fFile to load: \nP")
223 (let* ((age (lambda (file)
224 (float-time
225 (time-subtract (current-time)
226 (nth 5 (or (file-attributes (file-truename file))
227 (file-attributes file)))))))
228 (base-name (file-name-sans-extension file))
229 (exported-file (concat base-name ".el")))
230 ;; tangle if the org-mode file is newer than the elisp file
231 (unless (and (file-exists-p exported-file)
232 (> (funcall age file) (funcall age exported-file)))
233 ;; Tangle-file traversal returns reversed list of tangled files
234 ;; and we want to evaluate the first target.
235 (setq exported-file
236 (car (last (org-babel-tangle-file file exported-file "emacs-lisp")))))
237 (message "%s %s"
238 (if compile
239 (progn (byte-compile-file exported-file 'load)
240 "Compiled and loaded")
241 (progn (load-file exported-file) "Loaded"))
242 exported-file)))
244 (defcustom org-babel-load-languages '((emacs-lisp . t))
245 "Languages which can be evaluated in Org-mode buffers.
246 This list can be used to load support for any of the languages
247 below, note that each language will depend on a different set of
248 system executables and/or Emacs modes. When a language is
249 \"loaded\", then code blocks in that language can be evaluated
250 with `org-babel-execute-src-block' bound by default to C-c
251 C-c (note the `org-babel-no-eval-on-ctrl-c-ctrl-c' variable can
252 be set to remove code block evaluation from the C-c C-c
253 keybinding. By default only Emacs Lisp (which has no
254 requirements) is loaded."
255 :group 'org-babel
256 :set 'org-babel-do-load-languages
257 :version "24.1"
258 :type '(alist :tag "Babel Languages"
259 :key-type
260 (choice
261 (const :tag "Awk" awk)
262 (const :tag "C" C)
263 (const :tag "R" R)
264 (const :tag "Asymptote" asymptote)
265 (const :tag "Calc" calc)
266 (const :tag "Clojure" clojure)
267 (const :tag "CSS" css)
268 (const :tag "Ditaa" ditaa)
269 (const :tag "Dot" dot)
270 (const :tag "Emacs Lisp" emacs-lisp)
271 (const :tag "Forth" forth)
272 (const :tag "Fortran" fortran)
273 (const :tag "Gnuplot" gnuplot)
274 (const :tag "Haskell" haskell)
275 (const :tag "IO" io)
276 (const :tag "J" J)
277 (const :tag "Java" java)
278 (const :tag "Javascript" js)
279 (const :tag "LaTeX" latex)
280 (const :tag "Ledger" ledger)
281 (const :tag "Lilypond" lilypond)
282 (const :tag "Lisp" lisp)
283 (const :tag "Makefile" makefile)
284 (const :tag "Maxima" maxima)
285 (const :tag "Matlab" matlab)
286 (const :tag "Mscgen" mscgen)
287 (const :tag "Ocaml" ocaml)
288 (const :tag "Octave" octave)
289 (const :tag "Org" org)
290 (const :tag "Perl" perl)
291 (const :tag "Pico Lisp" picolisp)
292 (const :tag "PlantUML" plantuml)
293 (const :tag "Python" python)
294 (const :tag "Ruby" ruby)
295 (const :tag "Sass" sass)
296 (const :tag "Scala" scala)
297 (const :tag "Scheme" scheme)
298 (const :tag "Screen" screen)
299 (const :tag "Shell Script" shell)
300 (const :tag "Shen" shen)
301 (const :tag "Sql" sql)
302 (const :tag "Sqlite" sqlite)
303 (const :tag "ebnf2ps" ebnf2ps))
304 :value-type (boolean :tag "Activate" :value t)))
306 ;;;; Customization variables
307 (defcustom org-clone-delete-id nil
308 "Remove ID property of clones of a subtree.
309 When non-nil, clones of a subtree don't inherit the ID property.
310 Otherwise they inherit the ID property with a new unique
311 identifier."
312 :type 'boolean
313 :version "24.1"
314 :group 'org-id)
316 ;;; Version
317 (org-check-version)
319 ;;;###autoload
320 (defun org-version (&optional here full message)
321 "Show the org-mode version.
322 Interactively, or when MESSAGE is non-nil, show it in echo area.
323 With prefix argument, or when HERE is non-nil, insert it at point.
324 In non-interactive uses, a reduced version string is output unless
325 FULL is given."
326 (interactive (list current-prefix-arg t (not current-prefix-arg)))
327 (let* ((org-dir (ignore-errors (org-find-library-dir "org")))
328 (save-load-suffixes (when (boundp 'load-suffixes) load-suffixes))
329 (load-suffixes (list ".el"))
330 (org-install-dir (ignore-errors (org-find-library-dir "org-loaddefs")))
331 (org-trash (or
332 (and (fboundp 'org-release) (fboundp 'org-git-version))
333 (org-load-noerror-mustsuffix (concat org-dir "org-version"))))
334 (load-suffixes save-load-suffixes)
335 (org-version (org-release))
336 (git-version (org-git-version))
337 (version (format "Org-mode version %s (%s @ %s)"
338 org-version
339 git-version
340 (if org-install-dir
341 (if (string= org-dir org-install-dir)
342 org-install-dir
343 (concat "mixed installation! " org-install-dir " and " org-dir))
344 "org-loaddefs.el can not be found!")))
345 (version1 (if full version org-version)))
346 (when here (insert version1))
347 (when message (message "%s" version1))
348 version1))
350 (defconst org-version (org-version))
353 ;;; Syntax Constants
355 ;;;; Block
357 (defconst org-block-regexp
358 "^[ \t]*#\\+begin_?\\([^ \n]+\\)\\(\\([^\n]+\\)\\)?\n\\([^\000]+?\\)#\\+end_?\\1[ \t]*$"
359 "Regular expression for hiding blocks.")
361 (defconst org-dblock-start-re
362 "^[ \t]*#\\+\\(?:BEGIN\\|begin\\):[ \t]+\\(\\S-+\\)\\([ \t]+\\(.*\\)\\)?"
363 "Matches the start line of a dynamic block, with parameters.")
365 (defconst org-dblock-end-re "^[ \t]*#\\+\\(?:END\\|end\\)\\([: \t\r\n]\\|$\\)"
366 "Matches the end of a dynamic block.")
368 ;;;; Clock and Planning
370 (defconst org-clock-string "CLOCK:"
371 "String used as prefix for timestamps clocking work hours on an item.")
373 (defvar org-closed-string "CLOSED:"
374 "String used as the prefix for timestamps logging closing a TODO entry.")
376 (defvar org-deadline-string "DEADLINE:"
377 "String to mark deadline entries.
378 A deadline is this string, followed by a time stamp. Should be a word,
379 terminated by a colon. You can insert a schedule keyword and
380 a timestamp with \\[org-deadline].")
382 (defvar org-scheduled-string "SCHEDULED:"
383 "String to mark scheduled TODO entries.
384 A schedule is this string, followed by a time stamp. Should be a word,
385 terminated by a colon. You can insert a schedule keyword and
386 a timestamp with \\[org-schedule].")
388 (defconst org-ds-keyword-length
389 (+ 2
390 (apply #'max
391 (mapcar #'length
392 (list org-deadline-string org-scheduled-string
393 org-clock-string org-closed-string))))
394 "Maximum length of the DEADLINE and SCHEDULED keywords.")
396 (defconst org-planning-line-re
397 (concat "^[ \t]*"
398 (regexp-opt
399 (list org-closed-string org-deadline-string org-scheduled-string)
401 "Matches a line with planning info.
402 Matched keyword is in group 1.")
404 (defconst org-clock-line-re
405 (concat "^[ \t]*" org-clock-string)
406 "Matches a line with clock info.")
408 (defconst org-deadline-regexp (concat "\\<" org-deadline-string)
409 "Matches the DEADLINE keyword.")
411 (defconst org-deadline-time-regexp
412 (concat "\\<" org-deadline-string " *<\\([^>]+\\)>")
413 "Matches the DEADLINE keyword together with a time stamp.")
415 (defconst org-deadline-time-hour-regexp
416 (concat "\\<" org-deadline-string
417 " *<\\([^>]+[0-9]\\{1,2\\}:[0-9]\\{2\\}[0-9-+:hdwmy \t.]*\\)>")
418 "Matches the DEADLINE keyword together with a time-and-hour stamp.")
420 (defconst org-deadline-line-regexp
421 (concat "\\<\\(" org-deadline-string "\\).*")
422 "Matches the DEADLINE keyword and the rest of the line.")
424 (defconst org-scheduled-regexp (concat "\\<" org-scheduled-string)
425 "Matches the SCHEDULED keyword.")
427 (defconst org-scheduled-time-regexp
428 (concat "\\<" org-scheduled-string " *<\\([^>]+\\)>")
429 "Matches the SCHEDULED keyword together with a time stamp.")
431 (defconst org-scheduled-time-hour-regexp
432 (concat "\\<" org-scheduled-string
433 " *<\\([^>]+[0-9]\\{1,2\\}:[0-9]\\{2\\}[0-9-+:hdwmy \t.]*\\)>")
434 "Matches the SCHEDULED keyword together with a time-and-hour stamp.")
436 (defconst org-closed-time-regexp
437 (concat "\\<" org-closed-string " *\\[\\([^]]+\\)\\]")
438 "Matches the CLOSED keyword together with a time stamp.")
440 (defconst org-keyword-time-regexp
441 (concat "\\<"
442 (regexp-opt
443 (list org-scheduled-string org-deadline-string org-closed-string
444 org-clock-string)
446 " *[[<]\\([^]>]+\\)[]>]")
447 "Matches any of the 4 keywords, together with the time stamp.")
449 (defconst org-keyword-time-not-clock-regexp
450 (concat
451 "\\<"
452 (regexp-opt
453 (list org-scheduled-string org-deadline-string org-closed-string) t)
454 " *[[<]\\([^]>]+\\)[]>]")
455 "Matches any of the 3 keywords, together with the time stamp.")
457 (defconst org-maybe-keyword-time-regexp
458 (concat "\\(\\<"
459 (regexp-opt
460 (list org-scheduled-string org-deadline-string org-closed-string
461 org-clock-string)
463 "\\)?"
464 " *\\([[<][0-9]\\{4\\}-[0-9]\\{2\\}-[0-9]\\{2\\} ?[^]\r\n>]*?[]>]"
465 "\\|"
466 "<%%([^\r\n>]*>\\)")
467 "Matches a timestamp, possibly preceded by a keyword.")
469 (defconst org-all-time-keywords
470 (mapcar (lambda (w) (substring w 0 -1))
471 (list org-scheduled-string org-deadline-string
472 org-clock-string org-closed-string))
473 "List of time keywords.")
475 ;;;; Drawer
477 (defconst org-drawer-regexp "^[ \t]*:\\(\\(?:\\w\\|[-_]\\)+\\):[ \t]*$"
478 "Matches first or last line of a hidden block.
479 Group 1 contains drawer's name or \"END\".")
481 (defconst org-property-start-re "^[ \t]*:PROPERTIES:[ \t]*$"
482 "Regular expression matching the first line of a property drawer.")
484 (defconst org-property-end-re "^[ \t]*:END:[ \t]*$"
485 "Regular expression matching the last line of a property drawer.")
487 (defconst org-clock-drawer-start-re "^[ \t]*:CLOCK:[ \t]*$"
488 "Regular expression matching the first line of a clock drawer.")
490 (defconst org-clock-drawer-end-re "^[ \t]*:END:[ \t]*$"
491 "Regular expression matching the last line of a clock drawer.")
493 (defconst org-property-drawer-re
494 (concat "^[ \t]*:PROPERTIES:[ \t]*\n"
495 "\\(?:[ \t]*:\\S-+:\\(?: .*\\)?[ \t]*\n\\)*"
496 "[ \t]*:END:[ \t]*$")
497 "Matches an entire property drawer.")
499 (defconst org-clock-drawer-re
500 (concat "\\(" org-clock-drawer-start-re "\\)[^\000]*?\\("
501 org-clock-drawer-end-re "\\)\n?")
502 "Matches an entire clock drawer.")
504 ;;;; Headline
506 (defconst org-heading-keyword-regexp-format
507 "^\\(\\*+\\)\\(?: +%s\\)\\(?: +\\(.*?\\)\\)?[ \t]*$"
508 "Printf format for a regexp matching a headline with some keyword.
509 This regexp will match the headline of any node which has the
510 exact keyword that is put into the format. The keyword isn't in
511 any group by default, but the stars and the body are.")
513 (defconst org-heading-keyword-maybe-regexp-format
514 "^\\(\\*+\\)\\(?: +%s\\)?\\(?: +\\(.*?\\)\\)?[ \t]*$"
515 "Printf format for a regexp matching a headline, possibly with some keyword.
516 This regexp can match any headline with the specified keyword, or
517 without a keyword. The keyword isn't in any group by default,
518 but the stars and the body are.")
520 (defconst org-archive-tag "ARCHIVE"
521 "The tag that marks a subtree as archived.
522 An archived subtree does not open during visibility cycling, and does
523 not contribute to the agenda listings.")
525 (defconst org-comment-string "COMMENT"
526 "Entries starting with this keyword will never be exported.
527 An entry can be toggled between COMMENT and normal with
528 \\[org-toggle-comment].")
531 ;;;; LaTeX Environments and Fragments
533 (defconst org-latex-regexps
534 '(("begin" "^[ \t]*\\(\\\\begin{\\([a-zA-Z0-9\\*]+\\)[^\000]+?\\\\end{\\2}\\)" 1 t)
535 ;; ("$" "\\([ (]\\|^\\)\\(\\(\\([$]\\)\\([^ \r\n,.$].*?\\(\n.*?\\)\\{0,5\\}[^ \r\n,.$]\\)\\4\\)\\)\\([ .,?;:'\")]\\|$\\)" 2 nil)
536 ;; \000 in the following regex is needed for org-inside-LaTeX-fragment-p
537 ("$1" "\\([^$]\\|^\\)\\(\\$[^ \r\n,;.$]\\$\\)\\(\\s.\\|\\s-\\|\\s(\\|\\s)\\|\\s\"\\|\000\\|$\\)" 2 nil)
538 ("$" "\\([^$]\\|^\\)\\(\\(\\$\\([^ \r\n,;.$][^$\n\r]*?\\(\n[^$\n\r]*?\\)\\{0,2\\}[^ \r\n,.$]\\)\\$\\)\\)\\(\\s.\\|\\s-\\|\\s(\\|\\s)\\|\\s\"\\|\000\\|$\\)" 2 nil)
539 ("\\(" "\\\\([^\000]*?\\\\)" 0 nil)
540 ("\\[" "\\\\\\[[^\000]*?\\\\\\]" 0 nil)
541 ("$$" "\\$\\$[^\000]*?\\$\\$" 0 nil))
542 "Regular expressions for matching embedded LaTeX.")
544 ;;;; Node Property
546 (defconst org-effort-property "Effort"
547 "The property that is being used to keep track of effort estimates.
548 Effort estimates given in this property need to have the format H:MM.")
550 ;;;; Table
552 (defconst org-table-any-line-regexp "^[ \t]*\\(|\\|\\+-[-+]\\)"
553 "Detect an org-type or table-type table.")
555 (defconst org-table-line-regexp "^[ \t]*|"
556 "Detect an org-type table line.")
558 (defconst org-table-dataline-regexp "^[ \t]*|[^-]"
559 "Detect an org-type table line.")
561 (defconst org-table-hline-regexp "^[ \t]*|-"
562 "Detect an org-type table hline.")
564 (defconst org-table1-hline-regexp "^[ \t]*\\+-[-+]"
565 "Detect a table-type table hline.")
567 (defconst org-table-any-border-regexp "^[ \t]*[^|+ \t]"
568 "Detect the first line outside a table when searching from within it.
569 This works for both table types.")
571 (defconst org-TBLFM-regexp "^[ \t]*#\\+TBLFM: "
572 "Detect a #+TBLFM line.")
574 ;;;; Timestamp
576 (defconst org-ts-regexp "<\\([0-9]\\{4\\}-[0-9]\\{2\\}-[0-9]\\{2\\} ?[^\r\n>]*?\\)>"
577 "Regular expression for fast time stamp matching.")
579 (defconst org-ts-regexp-inactive
580 "\\[\\([0-9]\\{4\\}-[0-9]\\{2\\}-[0-9]\\{2\\} ?[^\r\n>]*?\\)\\]"
581 "Regular expression for fast inactive time stamp matching.")
583 (defconst org-ts-regexp-both "[[<]\\([0-9]\\{4\\}-[0-9]\\{2\\}-[0-9]\\{2\\} ?[^]\r\n>]*?\\)[]>]"
584 "Regular expression for fast time stamp matching.")
586 (defconst org-ts-regexp0
587 "\\(\\([0-9]\\{4\\}\\)-\\([0-9]\\{2\\}\\)-\\([0-9]\\{2\\}\\)\\( +[^]+0-9>\r\n -]+\\)?\\( +\\([0-9]\\{1,2\\}\\):\\([0-9]\\{2\\}\\)\\)?\\)"
588 "Regular expression matching time strings for analysis.
589 This one does not require the space after the date, so it can be used
590 on a string that terminates immediately after the date.")
592 (defconst org-ts-regexp1 "\\(\\([0-9]\\{4\\}\\)-\\([0-9]\\{2\\}\\)-\\([0-9]\\{2\\}\\) *\\([^]+0-9>\r\n -]*\\)\\( \\([0-9]\\{1,2\\}\\):\\([0-9]\\{2\\}\\)\\)?\\)"
593 "Regular expression matching time strings for analysis.")
595 (defconst org-ts-regexp2 (concat "<" org-ts-regexp1 "[^>\n]\\{0,16\\}>")
596 "Regular expression matching time stamps, with groups.")
598 (defconst org-ts-regexp3 (concat "[[<]" org-ts-regexp1 "[^]>\n]\\{0,16\\}[]>]")
599 "Regular expression matching time stamps (also [..]), with groups.")
601 (defconst org-tr-regexp (concat org-ts-regexp "--?-?" org-ts-regexp)
602 "Regular expression matching a time stamp range.")
604 (defconst org-tr-regexp-both
605 (concat org-ts-regexp-both "--?-?" org-ts-regexp-both)
606 "Regular expression matching a time stamp range.")
608 (defconst org-tsr-regexp (concat org-ts-regexp "\\(--?-?"
609 org-ts-regexp "\\)?")
610 "Regular expression matching a time stamp or time stamp range.")
612 (defconst org-tsr-regexp-both
613 (concat org-ts-regexp-both "\\(--?-?"
614 org-ts-regexp-both "\\)?")
615 "Regular expression matching a time stamp or time stamp range.
616 The time stamps may be either active or inactive.")
618 (defconst org-repeat-re
619 "<[0-9]\\{4\\}-[0-9][0-9]-[0-9][0-9] [^>\n]*?\\([.+]?\\+[0-9]+[hdwmy]\\(/[0-9]+[hdwmy]\\)?\\)"
620 "Regular expression for specifying repeated events.
621 After a match, group 1 contains the repeat expression.")
623 (defconst org-time-stamp-formats '("<%Y-%m-%d %a>" . "<%Y-%m-%d %a %H:%M>")
624 "Formats for `format-time-string' which are used for time stamps.")
627 ;;; The custom variables
629 (defgroup org nil
630 "Outline-based notes management and organizer."
631 :tag "Org"
632 :group 'outlines
633 :group 'calendar)
635 (defcustom org-mode-hook nil
636 "Mode hook for Org-mode, run after the mode was turned on."
637 :group 'org
638 :type 'hook)
640 (defcustom org-load-hook nil
641 "Hook that is run after org.el has been loaded."
642 :group 'org
643 :type 'hook)
645 (defcustom org-log-buffer-setup-hook nil
646 "Hook that is run after an Org log buffer is created."
647 :group 'org
648 :version "24.1"
649 :type 'hook)
651 (defvar org-modules) ; defined below
652 (defvar org-modules-loaded nil
653 "Have the modules been loaded already?")
655 (defun org-load-modules-maybe (&optional force)
656 "Load all extensions listed in `org-modules'."
657 (when (or force (not org-modules-loaded))
658 (mapc (lambda (ext)
659 (condition-case nil (require ext)
660 (error (message "Problems while trying to load feature `%s'" ext))))
661 org-modules)
662 (setq org-modules-loaded t)))
664 (defun org-set-modules (var value)
665 "Set VAR to VALUE and call `org-load-modules-maybe' with the force flag."
666 (set var value)
667 (when (featurep 'org)
668 (org-load-modules-maybe 'force)
669 (org-element-cache-reset 'all)))
671 (defcustom org-modules '(org-w3m org-bbdb org-bibtex org-docview org-gnus org-info org-irc org-mhe org-rmail)
672 "Modules that should always be loaded together with org.el.
674 If a description starts with <C>, the file is not part of Emacs
675 and loading it will require that you have downloaded and properly
676 installed the Org mode distribution.
678 You can also use this system to load external packages (i.e. neither Org
679 core modules, nor modules from the CONTRIB directory). Just add symbols
680 to the end of the list. If the package is called org-xyz.el, then you need
681 to add the symbol `xyz', and the package must have a call to:
683 \(provide 'org-xyz)
685 For export specific modules, see also `org-export-backends'."
686 :group 'org
687 :set 'org-set-modules
688 :version "24.4"
689 :package-version '(Org . "8.0")
690 :type
691 '(set :greedy t
692 (const :tag " bbdb: Links to BBDB entries" org-bbdb)
693 (const :tag " bibtex: Links to BibTeX entries" org-bibtex)
694 (const :tag " crypt: Encryption of subtrees" org-crypt)
695 (const :tag " ctags: Access to Emacs tags with links" org-ctags)
696 (const :tag " docview: Links to doc-view buffers" org-docview)
697 (const :tag " gnus: Links to GNUS folders/messages" org-gnus)
698 (const :tag " habit: Track your consistency with habits" org-habit)
699 (const :tag " id: Global IDs for identifying entries" org-id)
700 (const :tag " info: Links to Info nodes" org-info)
701 (const :tag " inlinetask: Tasks independent of outline hierarchy" org-inlinetask)
702 (const :tag " irc: Links to IRC/ERC chat sessions" org-irc)
703 (const :tag " mhe: Links to MHE folders/messages" org-mhe)
704 (const :tag " mouse: Additional mouse support" org-mouse)
705 (const :tag " protocol: Intercept calls from emacsclient" org-protocol)
706 (const :tag " rmail: Links to RMAIL folders/messages" org-rmail)
707 (const :tag " w3m: Special cut/paste from w3m to Org-mode." org-w3m)
709 (const :tag "C annotate-file: Annotate a file with org syntax" org-annotate-file)
710 (const :tag "C bookmark: Org-mode links to bookmarks" org-bookmark)
711 (const :tag "C bullets: Add overlays to headlines stars" org-bullets)
712 (const :tag "C checklist: Extra functions for checklists in repeated tasks" org-checklist)
713 (const :tag "C choose: Use TODO keywords to mark decisions states" org-choose)
714 (const :tag "C collector: Collect properties into tables" org-collector)
715 (const :tag "C depend: TODO dependencies for Org-mode\n\t\t\t(PARTIALLY OBSOLETE, see built-in dependency support))" org-depend)
716 (const :tag "C drill: Flashcards and spaced repetition for Org-mode" org-drill)
717 (const :tag "C elisp-symbol: Org-mode links to emacs-lisp symbols" org-elisp-symbol)
718 (const :tag "C eshell Support for links to working directories in eshell" org-eshell)
719 (const :tag "C eval-light: Evaluate inbuffer-code on demand" org-eval-light)
720 (const :tag "C eval: Include command output as text" org-eval)
721 (const :tag "C eww: Store link to url of eww" org-eww)
722 (const :tag "C expiry: Expiry mechanism for Org-mode entries" org-expiry)
723 (const :tag "C favtable: Lookup table of favorite references and links" org-favtable)
724 (const :tag "C git-link: Provide org links to specific file version" org-git-link)
725 (const :tag "C interactive-query: Interactive modification of tags query\n\t\t\t(PARTIALLY OBSOLETE, see secondary filtering)" org-interactive-query)
726 (const :tag "C invoice: Help manage client invoices in Org-mode" org-invoice)
727 (const :tag "C learn: SuperMemo's incremental learning algorithm" org-learn)
728 (const :tag "C mac-iCal Imports events from iCal.app to the Emacs diary" org-mac-iCal)
729 (const :tag "C mac-link: Grab links and url from various mac Applications" org-mac-link)
730 (const :tag "C mairix: Hook mairix search into Org-mode for different MUAs" org-mairix)
731 (const :tag "C man: Support for links to manpages in Org-mode" org-man)
732 (const :tag "C mew: Links to Mew folders/messages" org-mew)
733 (const :tag "C mtags: Support for muse-like tags" org-mtags)
734 (const :tag "C notmuch: Provide org links to notmuch searches or messages" org-notmuch)
735 (const :tag "C panel: Simple routines for us with bad memory" org-panel)
736 (const :tag "C registry: A registry for Org-mode links" org-registry)
737 (const :tag "C screen: Visit screen sessions through Org-mode links" org-screen)
738 (const :tag "C secretary: Team management with org-mode" org-secretary)
739 (const :tag "C sqlinsert: Convert Org-mode tables to SQL insertions" orgtbl-sqlinsert)
740 (const :tag "C toc: Table of contents for Org-mode buffer" org-toc)
741 (const :tag "C track: Keep up with Org-mode development" org-track)
742 (const :tag "C velocity Something like Notational Velocity for Org" org-velocity)
743 (const :tag "C vm: Links to VM folders/messages" org-vm)
744 (const :tag "C wikinodes: CamelCase wiki-like links" org-wikinodes)
745 (const :tag "C wl: Links to Wanderlust folders/messages" org-wl)
746 (repeat :tag "External packages" :inline t (symbol :tag "Package"))))
748 (defvar org-export-registered-backends) ; From ox.el.
749 (declare-function org-export-derived-backend-p "ox" (backend &rest backends))
750 (declare-function org-export-backend-name "ox" (backend))
751 (defcustom org-export-backends '(ascii html icalendar latex)
752 "List of export back-ends that should be always available.
754 If a description starts with <C>, the file is not part of Emacs
755 and loading it will require that you have downloaded and properly
756 installed the Org mode distribution.
758 Unlike to `org-modules', libraries in this list will not be
759 loaded along with Org, but only once the export framework is
760 needed.
762 This variable needs to be set before org.el is loaded. If you
763 need to make a change while Emacs is running, use the customize
764 interface or run the following code, where VAL stands for the new
765 value of the variable, after updating it:
767 \(progn
768 \(setq org-export-registered-backends
769 \(org-remove-if-not
770 \(lambda (backend)
771 \(let ((name (org-export-backend-name backend)))
772 \(or (memq name val)
773 \(catch 'parentp
774 \(dolist (b val)
775 \(and (org-export-derived-backend-p b name)
776 \(throw 'parentp t)))))))
777 org-export-registered-backends))
778 \(let ((new-list (mapcar #'org-export-backend-name
779 org-export-registered-backends)))
780 \(dolist (backend val)
781 \(cond
782 \((not (load (format \"ox-%s\" backend) t t))
783 \(message \"Problems while trying to load export back-end `%s'\"
784 backend))
785 \((not (memq backend new-list)) (push backend new-list))))
786 \(set-default 'org-export-backends new-list)))
788 Adding a back-end to this list will also pull the back-end it
789 depends on, if any."
790 :group 'org
791 :group 'org-export
792 :version "24.4"
793 :package-version '(Org . "8.0")
794 :initialize 'custom-initialize-set
795 :set (lambda (var val)
796 (if (not (featurep 'ox)) (set-default var val)
797 ;; Any back-end not required anymore (not present in VAL and not
798 ;; a parent of any back-end in the new value) is removed from the
799 ;; list of registered back-ends.
800 (setq org-export-registered-backends
801 (org-remove-if-not
802 (lambda (backend)
803 (let ((name (org-export-backend-name backend)))
804 (or (memq name val)
805 (catch 'parentp
806 (dolist (b val)
807 (and (org-export-derived-backend-p b name)
808 (throw 'parentp t)))))))
809 org-export-registered-backends))
810 ;; Now build NEW-LIST of both new back-ends and required
811 ;; parents.
812 (let ((new-list (mapcar #'org-export-backend-name
813 org-export-registered-backends)))
814 (dolist (backend val)
815 (cond
816 ((not (load (format "ox-%s" backend) t t))
817 (message "Problems while trying to load export back-end `%s'"
818 backend))
819 ((not (memq backend new-list)) (push backend new-list))))
820 ;; Set VAR to that list with fixed dependencies.
821 (set-default var new-list))))
822 :type '(set :greedy t
823 (const :tag " ascii Export buffer to ASCII format" ascii)
824 (const :tag " beamer Export buffer to Beamer presentation" beamer)
825 (const :tag " html Export buffer to HTML format" html)
826 (const :tag " icalendar Export buffer to iCalendar format" icalendar)
827 (const :tag " latex Export buffer to LaTeX format" latex)
828 (const :tag " man Export buffer to MAN format" man)
829 (const :tag " md Export buffer to Markdown format" md)
830 (const :tag " odt Export buffer to ODT format" odt)
831 (const :tag " org Export buffer to Org format" org)
832 (const :tag " texinfo Export buffer to Texinfo format" texinfo)
833 (const :tag "C confluence Export buffer to Confluence Wiki format" confluence)
834 (const :tag "C deck Export buffer to deck.js presentations" deck)
835 (const :tag "C freemind Export buffer to Freemind mindmap format" freemind)
836 (const :tag "C groff Export buffer to Groff format" groff)
837 (const :tag "C koma-letter Export buffer to KOMA Scrlttrl2 format" koma-letter)
838 (const :tag "C RSS 2.0 Export buffer to RSS 2.0 format" rss)
839 (const :tag "C s5 Export buffer to s5 presentations" s5)
840 (const :tag "C taskjuggler Export buffer to TaskJuggler format" taskjuggler)))
842 (eval-after-load 'ox
843 '(mapc
844 (lambda (backend)
845 (condition-case nil (require (intern (format "ox-%s" backend)))
846 (error (message "Problems while trying to load export back-end `%s'"
847 backend))))
848 org-export-backends))
850 (defcustom org-support-shift-select nil
851 "Non-nil means make shift-cursor commands select text when possible.
853 In Emacs 23, when `shift-select-mode' is on, shifted cursor keys
854 start selecting a region, or enlarge regions started in this way.
855 In Org-mode, in special contexts, these same keys are used for
856 other purposes, important enough to compete with shift selection.
857 Org tries to balance these needs by supporting `shift-select-mode'
858 outside these special contexts, under control of this variable.
860 The default of this variable is nil, to avoid confusing behavior. Shifted
861 cursor keys will then execute Org commands in the following contexts:
862 - on a headline, changing TODO state (left/right) and priority (up/down)
863 - on a time stamp, changing the time
864 - in a plain list item, changing the bullet type
865 - in a property definition line, switching between allowed values
866 - in the BEGIN line of a clock table (changing the time block).
867 Outside these contexts, the commands will throw an error.
869 When this variable is t and the cursor is not in a special
870 context, Org-mode will support shift-selection for making and
871 enlarging regions. To make this more effective, the bullet
872 cycling will no longer happen anywhere in an item line, but only
873 if the cursor is exactly on the bullet.
875 If you set this variable to the symbol `always', then the keys
876 will not be special in headlines, property lines, and item lines,
877 to make shift selection work there as well. If this is what you
878 want, you can use the following alternative commands: `C-c C-t'
879 and `C-c ,' to change TODO state and priority, `C-u C-u C-c C-t'
880 can be used to switch TODO sets, `C-c -' to cycle item bullet
881 types, and properties can be edited by hand or in column view.
883 However, when the cursor is on a timestamp, shift-cursor commands
884 will still edit the time stamp - this is just too good to give up.
886 XEmacs user should have this variable set to nil, because
887 `shift-select-mode' is in Emacs 23 or later only."
888 :group 'org
889 :type '(choice
890 (const :tag "Never" nil)
891 (const :tag "When outside special context" t)
892 (const :tag "Everywhere except timestamps" always)))
894 (defcustom org-loop-over-headlines-in-active-region nil
895 "Shall some commands act upon headlines in the active region?
897 When set to t, some commands will be performed in all headlines
898 within the active region.
900 When set to `start-level', some commands will be performed in all
901 headlines within the active region, provided that these headlines
902 are of the same level than the first one.
904 When set to a string, those commands will be performed on the
905 matching headlines within the active region. Such string must be
906 a tags/property/todo match as it is used in the agenda tags view.
908 The list of commands is: `org-schedule', `org-deadline',
909 `org-todo', `org-archive-subtree', `org-archive-set-tag' and
910 `org-archive-to-archive-sibling'. The archiving commands skip
911 already archived entries."
912 :type '(choice (const :tag "Don't loop" nil)
913 (const :tag "All headlines in active region" t)
914 (const :tag "In active region, headlines at the same level than the first one" start-level)
915 (string :tag "Tags/Property/Todo matcher"))
916 :version "24.1"
917 :group 'org-todo
918 :group 'org-archive)
920 (defgroup org-startup nil
921 "Options concerning startup of Org-mode."
922 :tag "Org Startup"
923 :group 'org)
925 (defcustom org-startup-folded t
926 "Non-nil means entering Org-mode will switch to OVERVIEW.
927 This can also be configured on a per-file basis by adding one of
928 the following lines anywhere in the buffer:
930 #+STARTUP: fold (or `overview', this is equivalent)
931 #+STARTUP: nofold (or `showall', this is equivalent)
932 #+STARTUP: content
933 #+STARTUP: showeverything
935 By default, this option is ignored when Org opens agenda files
936 for the first time. If you want the agenda to honor the startup
937 option, set `org-agenda-inhibit-startup' to nil."
938 :group 'org-startup
939 :type '(choice
940 (const :tag "nofold: show all" nil)
941 (const :tag "fold: overview" t)
942 (const :tag "content: all headlines" content)
943 (const :tag "show everything, even drawers" showeverything)))
945 (defcustom org-startup-truncated t
946 "Non-nil means entering Org-mode will set `truncate-lines'.
947 This is useful since some lines containing links can be very long and
948 uninteresting. Also tables look terrible when wrapped."
949 :group 'org-startup
950 :type 'boolean)
952 (defcustom org-startup-indented nil
953 "Non-nil means turn on `org-indent-mode' on startup.
954 This can also be configured on a per-file basis by adding one of
955 the following lines anywhere in the buffer:
957 #+STARTUP: indent
958 #+STARTUP: noindent"
959 :group 'org-structure
960 :type '(choice
961 (const :tag "Not" nil)
962 (const :tag "Globally (slow on startup in large files)" t)))
964 (defcustom org-use-sub-superscripts t
965 "Non-nil means interpret \"_\" and \"^\" for display.
967 If you want to control how Org exports those characters, see
968 `org-export-with-sub-superscripts'. `org-use-sub-superscripts'
969 used to be an alias for `org-export-with-sub-superscripts' in
970 Org <8.0, it is not anymore.
972 When this option is turned on, you can use TeX-like syntax for
973 sub- and superscripts within the buffer. Several characters after
974 \"_\" or \"^\" will be considered as a single item - so grouping
975 with {} is normally not needed. For example, the following things
976 will be parsed as single sub- or superscripts:
978 10^24 or 10^tau several digits will be considered 1 item.
979 10^-12 or 10^-tau a leading sign with digits or a word
980 x^2-y^3 will be read as x^2 - y^3, because items are
981 terminated by almost any nonword/nondigit char.
982 x_{i^2} or x^(2-i) braces or parenthesis do grouping.
984 Still, ambiguity is possible. So when in doubt, use {} to enclose
985 the sub/superscript. If you set this variable to the symbol `{}',
986 the braces are *required* in order to trigger interpretations as
987 sub/superscript. This can be helpful in documents that need \"_\"
988 frequently in plain text."
989 :group 'org-startup
990 :version "24.4"
991 :package-version '(Org . "8.0")
992 :type '(choice
993 (const :tag "Always interpret" t)
994 (const :tag "Only with braces" {})
995 (const :tag "Never interpret" nil)))
997 (defcustom org-startup-with-beamer-mode nil
998 "Non-nil means turn on `org-beamer-mode' on startup.
999 This can also be configured on a per-file basis by adding one of
1000 the following lines anywhere in the buffer:
1002 #+STARTUP: beamer"
1003 :group 'org-startup
1004 :version "24.1"
1005 :type 'boolean)
1007 (defcustom org-startup-align-all-tables nil
1008 "Non-nil means align all tables when visiting a file.
1009 This is useful when the column width in tables is forced with <N> cookies
1010 in table fields. Such tables will look correct only after the first re-align.
1011 This can also be configured on a per-file basis by adding one of
1012 the following lines anywhere in the buffer:
1013 #+STARTUP: align
1014 #+STARTUP: noalign"
1015 :group 'org-startup
1016 :type 'boolean)
1018 (defcustom org-startup-with-inline-images nil
1019 "Non-nil means show inline images when loading a new Org file.
1020 This can also be configured on a per-file basis by adding one of
1021 the following lines anywhere in the buffer:
1022 #+STARTUP: inlineimages
1023 #+STARTUP: noinlineimages"
1024 :group 'org-startup
1025 :version "24.1"
1026 :type 'boolean)
1028 (defcustom org-startup-with-latex-preview nil
1029 "Non-nil means preview LaTeX fragments when loading a new Org file.
1031 This can also be configured on a per-file basis by adding one of
1032 the following lines anywhere in the buffer:
1033 #+STARTUP: latexpreview
1034 #+STARTUP: nolatexpreview"
1035 :group 'org-startup
1036 :version "24.4"
1037 :package-version '(Org . "8.0")
1038 :type 'boolean)
1040 (defcustom org-insert-mode-line-in-empty-file nil
1041 "Non-nil means insert the first line setting Org-mode in empty files.
1042 When the function `org-mode' is called interactively in an empty file, this
1043 normally means that the file name does not automatically trigger Org-mode.
1044 To ensure that the file will always be in Org-mode in the future, a
1045 line enforcing Org-mode will be inserted into the buffer, if this option
1046 has been set."
1047 :group 'org-startup
1048 :type 'boolean)
1050 (defcustom org-replace-disputed-keys nil
1051 "Non-nil means use alternative key bindings for some keys.
1052 Org-mode uses S-<cursor> keys for changing timestamps and priorities.
1053 These keys are also used by other packages like shift-selection-mode'
1054 \(built into Emacs 23), `CUA-mode' or `windmove.el'.
1055 If you want to use Org-mode together with one of these other modes,
1056 or more generally if you would like to move some Org-mode commands to
1057 other keys, set this variable and configure the keys with the variable
1058 `org-disputed-keys'.
1060 This option is only relevant at load-time of Org-mode, and must be set
1061 *before* org.el is loaded. Changing it requires a restart of Emacs to
1062 become effective."
1063 :group 'org-startup
1064 :type 'boolean)
1066 (defcustom org-use-extra-keys nil
1067 "Non-nil means use extra key sequence definitions for certain commands.
1068 This happens automatically if you run XEmacs or if `window-system'
1069 is nil. This variable lets you do the same manually. You must
1070 set it before loading org.
1072 Example: on Carbon Emacs 22 running graphically, with an external
1073 keyboard on a Powerbook, the default way of setting M-left might
1074 not work for either Alt or ESC. Setting this variable will make
1075 it work for ESC."
1076 :group 'org-startup
1077 :type 'boolean)
1079 (org-defvaralias 'org-CUA-compatible 'org-replace-disputed-keys)
1081 (defcustom org-disputed-keys
1082 '(([(shift up)] . [(meta p)])
1083 ([(shift down)] . [(meta n)])
1084 ([(shift left)] . [(meta -)])
1085 ([(shift right)] . [(meta +)])
1086 ([(control shift right)] . [(meta shift +)])
1087 ([(control shift left)] . [(meta shift -)]))
1088 "Keys for which Org-mode and other modes compete.
1089 This is an alist, cars are the default keys, second element specifies
1090 the alternative to use when `org-replace-disputed-keys' is t.
1092 Keys can be specified in any syntax supported by `define-key'.
1093 The value of this option takes effect only at Org-mode's startup,
1094 therefore you'll have to restart Emacs to apply it after changing."
1095 :group 'org-startup
1096 :type 'alist)
1098 (defun org-key (key)
1099 "Select key according to `org-replace-disputed-keys' and `org-disputed-keys'.
1100 Or return the original if not disputed.
1101 Also apply the translations defined in `org-xemacs-key-equivalents'."
1102 (when org-replace-disputed-keys
1103 (let* ((nkey (key-description key))
1104 (x (org-find-if (lambda (x)
1105 (equal (key-description (car x)) nkey))
1106 org-disputed-keys)))
1107 (setq key (if x (cdr x) key))))
1108 (when (featurep 'xemacs)
1109 (setq key (or (cdr (assoc key org-xemacs-key-equivalents)) key)))
1110 key)
1112 (defun org-find-if (predicate seq)
1113 (catch 'exit
1114 (while seq
1115 (if (funcall predicate (car seq))
1116 (throw 'exit (car seq))
1117 (pop seq)))))
1119 (defun org-defkey (keymap key def)
1120 "Define a key, possibly translated, as returned by `org-key'."
1121 (define-key keymap (org-key key) def))
1123 (defcustom org-ellipsis nil
1124 "The ellipsis to use in the Org-mode outline.
1125 When nil, just use the standard three dots.
1126 When a string, use that string instead.
1127 When a face, use the standard 3 dots, but with the specified face.
1128 The change affects only Org-mode (which will then use its own display table).
1129 Changing this requires executing \\[org-mode] in a buffer to become
1130 effective."
1131 :group 'org-startup
1132 :type '(choice (const :tag "Default" nil)
1133 (face :tag "Face" :value org-warning)
1134 (string :tag "String" :value "...#")))
1136 (defvar org-display-table nil
1137 "The display table for org-mode, in case `org-ellipsis' is non-nil.")
1139 (defgroup org-keywords nil
1140 "Keywords in Org-mode."
1141 :tag "Org Keywords"
1142 :group 'org)
1144 (defcustom org-closed-keep-when-no-todo nil
1145 "Remove CLOSED: time-stamp when switching back to a non-todo state?"
1146 :group 'org-todo
1147 :group 'org-keywords
1148 :version "24.4"
1149 :package-version '(Org . "8.0")
1150 :type 'boolean)
1152 (defgroup org-structure nil
1153 "Options concerning the general structure of Org-mode files."
1154 :tag "Org Structure"
1155 :group 'org)
1157 (defgroup org-reveal-location nil
1158 "Options about how to make context of a location visible."
1159 :tag "Org Reveal Location"
1160 :group 'org-structure)
1162 (defcustom org-show-context-detail '((isearch . lineage)
1163 (bookmark-jump . lineage)
1164 (default . ancestors))
1165 "Alist between context and visibility span when revealing a location.
1167 \\<org-mode-map>Some actions may move point into invisible
1168 locations. As a consequence, Org always expose a neighborhood
1169 around point. How much is shown depends on the initial action,
1170 or context. Valid contexts are
1172 agenda when exposing an entry from the agenda
1173 org-goto when using the command `org-goto' (\\[org-goto])
1174 occur-tree when using the command `org-occur' (\\[org-sparse-tree] /)
1175 tags-tree when constructing a sparse tree based on tags matches
1176 link-search when exposing search matches associated with a link
1177 mark-goto when exposing the jump goal of a mark
1178 bookmark-jump when exposing a bookmark location
1179 isearch when exiting from an incremental search
1180 default default for all contexts not set explicitly
1182 Allowed visibility spans are
1184 minimal show current headline; if point is not on headline,
1185 also show entry
1187 local show current headline, entry and next headline
1189 ancestors show current headline and its direct ancestors; if
1190 point is not on headline, also show entry
1192 lineage show current headline, its direct ancestors and all
1193 their children; if point is not on headline, also show
1194 entry and first child
1196 tree show current headline, its direct ancestors and all
1197 their children; if point is not on headline, also show
1198 entry and all children
1200 canonical show current headline, its direct ancestors along with
1201 their entries and children; if point is not located on
1202 the headline, also show current entry and all children
1204 As special cases, a nil or t value means show all contexts in
1205 `minimal' or `canonical' view, respectively.
1207 Some views can make displayed information very compact, but also
1208 make it harder to edit the location of the match. In such
1209 a case, use the command `org-reveal' (\\[org-reveal]) to show
1210 more context."
1211 :group 'org-reveal-location
1212 :version "25.1"
1213 :package-version '(Org . "8.3")
1214 :type '(choice
1215 (const :tag "Canonical" t)
1216 (const :tag "Minimal" nil)
1217 (repeat :greedy t :tag "Individual contexts"
1218 (cons
1219 (choice :tag "Context"
1220 (const agenda)
1221 (const org-goto)
1222 (const occur-tree)
1223 (const tags-tree)
1224 (const link-search)
1225 (const mark-goto)
1226 (const bookmark-jump)
1227 (const isearch)
1228 (const default))
1229 (choice :tag "Detail level"
1230 (const minimal)
1231 (const local)
1232 (const ancestors)
1233 (const lineage)
1234 (const tree)
1235 (const canonical))))))
1237 (defcustom org-indirect-buffer-display 'other-window
1238 "How should indirect tree buffers be displayed?
1239 This applies to indirect buffers created with the commands
1240 \\[org-tree-to-indirect-buffer] and \\[org-agenda-tree-to-indirect-buffer].
1241 Valid values are:
1242 current-window Display in the current window
1243 other-window Just display in another window.
1244 dedicated-frame Create one new frame, and re-use it each time.
1245 new-frame Make a new frame each time. Note that in this case
1246 previously-made indirect buffers are kept, and you need to
1247 kill these buffers yourself."
1248 :group 'org-structure
1249 :group 'org-agenda-windows
1250 :type '(choice
1251 (const :tag "In current window" current-window)
1252 (const :tag "In current frame, other window" other-window)
1253 (const :tag "Each time a new frame" new-frame)
1254 (const :tag "One dedicated frame" dedicated-frame)))
1256 (defcustom org-use-speed-commands nil
1257 "Non-nil means activate single letter commands at beginning of a headline.
1258 This may also be a function to test for appropriate locations where speed
1259 commands should be active.
1261 For example, to activate speed commands when the point is on any
1262 star at the beginning of the headline, you can do this:
1264 (setq org-use-speed-commands
1265 (lambda () (and (looking-at org-outline-regexp) (looking-back \"^\\**\"))))"
1266 :group 'org-structure
1267 :type '(choice
1268 (const :tag "Never" nil)
1269 (const :tag "At beginning of headline stars" t)
1270 (function)))
1272 (defcustom org-speed-commands-user nil
1273 "Alist of additional speed commands.
1274 This list will be checked before `org-speed-commands-default'
1275 when the variable `org-use-speed-commands' is non-nil
1276 and when the cursor is at the beginning of a headline.
1277 The car if each entry is a string with a single letter, which must
1278 be assigned to `self-insert-command' in the global map.
1279 The cdr is either a command to be called interactively, a function
1280 to be called, or a form to be evaluated.
1281 An entry that is just a list with a single string will be interpreted
1282 as a descriptive headline that will be added when listing the speed
1283 commands in the Help buffer using the `?' speed command."
1284 :group 'org-structure
1285 :type '(repeat :value ("k" . ignore)
1286 (choice :value ("k" . ignore)
1287 (list :tag "Descriptive Headline" (string :tag "Headline"))
1288 (cons :tag "Letter and Command"
1289 (string :tag "Command letter")
1290 (choice
1291 (function)
1292 (sexp))))))
1294 (defcustom org-bookmark-names-plist
1295 '(:last-capture "org-capture-last-stored"
1296 :last-refile "org-refile-last-stored"
1297 :last-capture-marker "org-capture-last-stored-marker")
1298 "Names for bookmarks automatically set by some Org commands.
1299 This can provide strings as names for a number of bookmarks Org sets
1300 automatically. The following keys are currently implemented:
1301 :last-capture
1302 :last-capture-marker
1303 :last-refile
1304 When a key does not show up in the property list, the corresponding bookmark
1305 is not set."
1306 :group 'org-structure
1307 :type 'plist)
1309 (defgroup org-cycle nil
1310 "Options concerning visibility cycling in Org-mode."
1311 :tag "Org Cycle"
1312 :group 'org-structure)
1314 (defcustom org-cycle-skip-children-state-if-no-children t
1315 "Non-nil means skip CHILDREN state in entries that don't have any."
1316 :group 'org-cycle
1317 :type 'boolean)
1319 (defcustom org-cycle-max-level nil
1320 "Maximum level which should still be subject to visibility cycling.
1321 Levels higher than this will, for cycling, be treated as text, not a headline.
1322 When `org-odd-levels-only' is set, a value of N in this variable actually
1323 means 2N-1 stars as the limiting headline.
1324 When nil, cycle all levels.
1325 Note that the limiting level of cycling is also influenced by
1326 `org-inlinetask-min-level'. When `org-cycle-max-level' is not set but
1327 `org-inlinetask-min-level' is, cycling will be limited to levels one less
1328 than its value."
1329 :group 'org-cycle
1330 :type '(choice
1331 (const :tag "No limit" nil)
1332 (integer :tag "Maximum level")))
1334 (defcustom org-hide-block-startup nil
1335 "Non-nil means entering Org-mode will fold all blocks.
1336 This can also be set in on a per-file basis with
1338 #+STARTUP: hideblocks
1339 #+STARTUP: showblocks"
1340 :group 'org-startup
1341 :group 'org-cycle
1342 :type 'boolean)
1344 (defcustom org-cycle-global-at-bob nil
1345 "Cycle globally if cursor is at beginning of buffer and not at a headline.
1346 This makes it possible to do global cycling without having to use S-TAB or
1347 \\[universal-argument] TAB. For this special case to work, the first line
1348 of the buffer must not be a headline -- it may be empty or some other text.
1349 When used in this way, `org-cycle-hook' is disabled temporarily to make
1350 sure the cursor stays at the beginning of the buffer. When this option is
1351 nil, don't do anything special at the beginning of the buffer."
1352 :group 'org-cycle
1353 :type 'boolean)
1355 (defcustom org-cycle-level-after-item/entry-creation t
1356 "Non-nil means cycle entry level or item indentation in new empty entries.
1358 When the cursor is at the end of an empty headline, i.e., with only stars
1359 and maybe a TODO keyword, TAB will then switch the entry to become a child,
1360 and then all possible ancestor states, before returning to the original state.
1361 This makes data entry extremely fast: M-RET to create a new headline,
1362 on TAB to make it a child, two or more tabs to make it a (grand-)uncle.
1364 When the cursor is at the end of an empty plain list item, one TAB will
1365 make it a subitem, two or more tabs will back up to make this an item
1366 higher up in the item hierarchy."
1367 :group 'org-cycle
1368 :type 'boolean)
1370 (defcustom org-cycle-emulate-tab t
1371 "Where should `org-cycle' emulate TAB.
1372 nil Never
1373 white Only in completely white lines
1374 whitestart Only at the beginning of lines, before the first non-white char
1375 t Everywhere except in headlines
1376 exc-hl-bol Everywhere except at the start of a headline
1377 If TAB is used in a place where it does not emulate TAB, the current subtree
1378 visibility is cycled."
1379 :group 'org-cycle
1380 :type '(choice (const :tag "Never" nil)
1381 (const :tag "Only in completely white lines" white)
1382 (const :tag "Before first char in a line" whitestart)
1383 (const :tag "Everywhere except in headlines" t)
1384 (const :tag "Everywhere except at bol in headlines" exc-hl-bol)))
1386 (defcustom org-cycle-separator-lines 2
1387 "Number of empty lines needed to keep an empty line between collapsed trees.
1388 If you leave an empty line between the end of a subtree and the following
1389 headline, this empty line is hidden when the subtree is folded.
1390 Org-mode will leave (exactly) one empty line visible if the number of
1391 empty lines is equal or larger to the number given in this variable.
1392 So the default 2 means at least 2 empty lines after the end of a subtree
1393 are needed to produce free space between a collapsed subtree and the
1394 following headline.
1396 If the number is negative, and the number of empty lines is at least -N,
1397 all empty lines are shown.
1399 Special case: when 0, never leave empty lines in collapsed view."
1400 :group 'org-cycle
1401 :type 'integer)
1402 (put 'org-cycle-separator-lines 'safe-local-variable 'integerp)
1404 (defcustom org-pre-cycle-hook nil
1405 "Hook that is run before visibility cycling is happening.
1406 The function(s) in this hook must accept a single argument which indicates
1407 the new state that will be set right after running this hook. The
1408 argument is a symbol. Before a global state change, it can have the values
1409 `overview', `content', or `all'. Before a local state change, it can have
1410 the values `folded', `children', or `subtree'."
1411 :group 'org-cycle
1412 :type 'hook)
1414 (defcustom org-cycle-hook '(org-cycle-hide-archived-subtrees
1415 org-cycle-hide-drawers
1416 org-cycle-show-empty-lines
1417 org-optimize-window-after-visibility-change)
1418 "Hook that is run after `org-cycle' has changed the buffer visibility.
1419 The function(s) in this hook must accept a single argument which indicates
1420 the new state that was set by the most recent `org-cycle' command. The
1421 argument is a symbol. After a global state change, it can have the values
1422 `overview', `contents', or `all'. After a local state change, it can have
1423 the values `folded', `children', or `subtree'."
1424 :group 'org-cycle
1425 :type 'hook
1426 :version "25.1"
1427 :package-version '(Org . "8.3"))
1429 (defgroup org-edit-structure nil
1430 "Options concerning structure editing in Org-mode."
1431 :tag "Org Edit Structure"
1432 :group 'org-structure)
1434 (defcustom org-odd-levels-only nil
1435 "Non-nil means skip even levels and only use odd levels for the outline.
1436 This has the effect that two stars are being added/taken away in
1437 promotion/demotion commands. It also influences how levels are
1438 handled by the exporters.
1439 Changing it requires restart of `font-lock-mode' to become effective
1440 for fontification also in regions already fontified.
1441 You may also set this on a per-file basis by adding one of the following
1442 lines to the buffer:
1444 #+STARTUP: odd
1445 #+STARTUP: oddeven"
1446 :group 'org-edit-structure
1447 :group 'org-appearance
1448 :type 'boolean)
1450 (defcustom org-adapt-indentation t
1451 "Non-nil means adapt indentation to outline node level.
1453 When this variable is set, Org assumes that you write outlines by
1454 indenting text in each node to align with the headline (after the
1455 stars). The following issues are influenced by this variable:
1457 - The indentation is increased by one space in a demotion
1458 command, and decreased by one in a promotion command. However,
1459 in the latter case, if shifting some line in the entry body
1460 would alter document structure (e.g., insert a new headline),
1461 indentation is not changed at all.
1463 - Property drawers and planning information is inserted indented
1464 when this variable is set. When nil, they will not be indented.
1466 - TAB indents a line relative to current level. The lines below
1467 a headline will be indented when this variable is set.
1469 Note that this is all about true indentation, by adding and
1470 removing space characters. See also `org-indent.el' which does
1471 level-dependent indentation in a virtual way, i.e. at display
1472 time in Emacs."
1473 :group 'org-edit-structure
1474 :type 'boolean)
1476 (defcustom org-special-ctrl-a/e nil
1477 "Non-nil means `C-a' and `C-e' behave specially in headlines and items.
1479 When t, `C-a' will bring back the cursor to the beginning of the
1480 headline text, i.e. after the stars and after a possible TODO
1481 keyword. In an item, this will be the position after bullet and
1482 check-box, if any. When the cursor is already at that position,
1483 another `C-a' will bring it to the beginning of the line.
1485 `C-e' will jump to the end of the headline, ignoring the presence
1486 of tags in the headline. A second `C-e' will then jump to the
1487 true end of the line, after any tags. This also means that, when
1488 this variable is non-nil, `C-e' also will never jump beyond the
1489 end of the heading of a folded section, i.e. not after the
1490 ellipses.
1492 When set to the symbol `reversed', the first `C-a' or `C-e' works
1493 normally, going to the true line boundary first. Only a directly
1494 following, identical keypress will bring the cursor to the
1495 special positions.
1497 This may also be a cons cell where the behavior for `C-a' and
1498 `C-e' is set separately."
1499 :group 'org-edit-structure
1500 :type '(choice
1501 (const :tag "off" nil)
1502 (const :tag "on: after stars/bullet and before tags first" t)
1503 (const :tag "reversed: true line boundary first" reversed)
1504 (cons :tag "Set C-a and C-e separately"
1505 (choice :tag "Special C-a"
1506 (const :tag "off" nil)
1507 (const :tag "on: after stars/bullet first" t)
1508 (const :tag "reversed: before stars/bullet first" reversed))
1509 (choice :tag "Special C-e"
1510 (const :tag "off" nil)
1511 (const :tag "on: before tags first" t)
1512 (const :tag "reversed: after tags first" reversed)))))
1513 (org-defvaralias 'org-special-ctrl-a 'org-special-ctrl-a/e)
1515 (defcustom org-special-ctrl-k nil
1516 "Non-nil means `C-k' will behave specially in headlines.
1517 When nil, `C-k' will call the default `kill-line' command.
1518 When t, the following will happen while the cursor is in the headline:
1520 - When the cursor is at the beginning of a headline, kill the entire
1521 line and possible the folded subtree below the line.
1522 - When in the middle of the headline text, kill the headline up to the tags.
1523 - When after the headline text, kill the tags."
1524 :group 'org-edit-structure
1525 :type 'boolean)
1527 (defcustom org-ctrl-k-protect-subtree nil
1528 "Non-nil means, do not delete a hidden subtree with C-k.
1529 When set to the symbol `error', simply throw an error when C-k is
1530 used to kill (part-of) a headline that has hidden text behind it.
1531 Any other non-nil value will result in a query to the user, if it is
1532 OK to kill that hidden subtree. When nil, kill without remorse."
1533 :group 'org-edit-structure
1534 :version "24.1"
1535 :type '(choice
1536 (const :tag "Do not protect hidden subtrees" nil)
1537 (const :tag "Protect hidden subtrees with a security query" t)
1538 (const :tag "Never kill a hidden subtree with C-k" error)))
1540 (defcustom org-special-ctrl-o t
1541 "Non-nil means, make `C-o' insert a row in tables."
1542 :group 'org-edit-structure
1543 :type 'boolean)
1545 (defcustom org-catch-invisible-edits nil
1546 "Check if in invisible region before inserting or deleting a character.
1547 Valid values are:
1549 nil Do not check, so just do invisible edits.
1550 error Throw an error and do nothing.
1551 show Make point visible, and do the requested edit.
1552 show-and-error Make point visible, then throw an error and abort the edit.
1553 smart Make point visible, and do insertion/deletion if it is
1554 adjacent to visible text and the change feels predictable.
1555 Never delete a previously invisible character or add in the
1556 middle or right after an invisible region. Basically, this
1557 allows insertion and backward-delete right before ellipses.
1558 FIXME: maybe in this case we should not even show?"
1559 :group 'org-edit-structure
1560 :version "24.1"
1561 :type '(choice
1562 (const :tag "Do not check" nil)
1563 (const :tag "Throw error when trying to edit" error)
1564 (const :tag "Unhide, but do not do the edit" show-and-error)
1565 (const :tag "Show invisible part and do the edit" show)
1566 (const :tag "Be smart and do the right thing" smart)))
1568 (defcustom org-yank-folded-subtrees t
1569 "Non-nil means when yanking subtrees, fold them.
1570 If the kill is a single subtree, or a sequence of subtrees, i.e. if
1571 it starts with a heading and all other headings in it are either children
1572 or siblings, then fold all the subtrees. However, do this only if no
1573 text after the yank would be swallowed into a folded tree by this action."
1574 :group 'org-edit-structure
1575 :type 'boolean)
1577 (defcustom org-yank-adjusted-subtrees nil
1578 "Non-nil means when yanking subtrees, adjust the level.
1579 With this setting, `org-paste-subtree' is used to insert the subtree, see
1580 this function for details."
1581 :group 'org-edit-structure
1582 :type 'boolean)
1584 (defcustom org-M-RET-may-split-line '((default . t))
1585 "Non-nil means M-RET will split the line at the cursor position.
1586 When nil, it will go to the end of the line before making a
1587 new line.
1588 You may also set this option in a different way for different
1589 contexts. Valid contexts are:
1591 headline when creating a new headline
1592 item when creating a new item
1593 table in a table field
1594 default the value to be used for all contexts not explicitly
1595 customized"
1596 :group 'org-structure
1597 :group 'org-table
1598 :type '(choice
1599 (const :tag "Always" t)
1600 (const :tag "Never" nil)
1601 (repeat :greedy t :tag "Individual contexts"
1602 (cons
1603 (choice :tag "Context"
1604 (const headline)
1605 (const item)
1606 (const table)
1607 (const default))
1608 (boolean)))))
1611 (defcustom org-insert-heading-respect-content nil
1612 "Non-nil means insert new headings after the current subtree.
1613 When nil, the new heading is created directly after the current line.
1614 The commands \\[org-insert-heading-respect-content] and \\[org-insert-todo-heading-respect-content] turn
1615 this variable on for the duration of the command."
1616 :group 'org-structure
1617 :type 'boolean)
1619 (defcustom org-blank-before-new-entry '((heading . auto)
1620 (plain-list-item . auto))
1621 "Should `org-insert-heading' leave a blank line before new heading/item?
1622 The value is an alist, with `heading' and `plain-list-item' as CAR,
1623 and a boolean flag as CDR. The cdr may also be the symbol `auto', in
1624 which case Org will look at the surrounding headings/items and try to
1625 make an intelligent decision whether to insert a blank line or not.
1627 For plain lists, if `org-list-empty-line-terminates-plain-lists' is set,
1628 the setting here is ignored and no empty line is inserted to avoid breaking
1629 the list structure."
1630 :group 'org-edit-structure
1631 :type '(list
1632 (cons (const heading)
1633 (choice (const :tag "Never" nil)
1634 (const :tag "Always" t)
1635 (const :tag "Auto" auto)))
1636 (cons (const plain-list-item)
1637 (choice (const :tag "Never" nil)
1638 (const :tag "Always" t)
1639 (const :tag "Auto" auto)))))
1641 (defcustom org-insert-heading-hook nil
1642 "Hook being run after inserting a new heading."
1643 :group 'org-edit-structure
1644 :type 'hook)
1646 (defcustom org-enable-fixed-width-editor t
1647 "Non-nil means lines starting with \":\" are treated as fixed-width.
1648 This currently only means they are never auto-wrapped.
1649 When nil, such lines will be treated like ordinary lines."
1650 :group 'org-edit-structure
1651 :type 'boolean)
1653 (defcustom org-goto-auto-isearch t
1654 "Non-nil means typing characters in `org-goto' starts incremental search.
1655 When nil, you can use these keybindings to navigate the buffer:
1657 q Quit the org-goto interface
1658 n Go to the next visible heading
1659 p Go to the previous visible heading
1660 f Go one heading forward on same level
1661 b Go one heading backward on same level
1662 u Go one heading up"
1663 :group 'org-edit-structure
1664 :type 'boolean)
1666 (defgroup org-sparse-trees nil
1667 "Options concerning sparse trees in Org-mode."
1668 :tag "Org Sparse Trees"
1669 :group 'org-structure)
1671 (defcustom org-highlight-sparse-tree-matches t
1672 "Non-nil means highlight all matches that define a sparse tree.
1673 The highlights will automatically disappear the next time the buffer is
1674 changed by an edit command."
1675 :group 'org-sparse-trees
1676 :type 'boolean)
1678 (defcustom org-remove-highlights-with-change t
1679 "Non-nil means any change to the buffer will remove temporary highlights.
1680 Such highlights are created by `org-occur' and `org-clock-display'.
1681 When nil, `C-c C-c' needs to be used to get rid of the highlights.
1682 The highlights created by `org-toggle-latex-fragment' always need
1683 `C-c C-x C-l' to be removed."
1684 :group 'org-sparse-trees
1685 :group 'org-time
1686 :type 'boolean)
1689 (defcustom org-occur-hook '(org-first-headline-recenter)
1690 "Hook that is run after `org-occur' has constructed a sparse tree.
1691 This can be used to recenter the window to show as much of the structure
1692 as possible."
1693 :group 'org-sparse-trees
1694 :type 'hook)
1696 (defgroup org-imenu-and-speedbar nil
1697 "Options concerning imenu and speedbar in Org-mode."
1698 :tag "Org Imenu and Speedbar"
1699 :group 'org-structure)
1701 (defcustom org-imenu-depth 2
1702 "The maximum level for Imenu access to Org-mode headlines.
1703 This also applied for speedbar access."
1704 :group 'org-imenu-and-speedbar
1705 :type 'integer)
1707 (defgroup org-table nil
1708 "Options concerning tables in Org-mode."
1709 :tag "Org Table"
1710 :group 'org)
1712 (defcustom org-enable-table-editor 'optimized
1713 "Non-nil means lines starting with \"|\" are handled by the table editor.
1714 When nil, such lines will be treated like ordinary lines.
1716 When equal to the symbol `optimized', the table editor will be optimized to
1717 do the following:
1718 - Automatic overwrite mode in front of whitespace in table fields.
1719 This makes the structure of the table stay in tact as long as the edited
1720 field does not exceed the column width.
1721 - Minimize the number of realigns. Normally, the table is aligned each time
1722 TAB or RET are pressed to move to another field. With optimization this
1723 happens only if changes to a field might have changed the column width.
1724 Optimization requires replacing the functions `self-insert-command',
1725 `delete-char', and `backward-delete-char' in Org-mode buffers, with a
1726 slight (in fact: unnoticeable) speed impact for normal typing. Org-mode is
1727 very good at guessing when a re-align will be necessary, but you can always
1728 force one with \\[org-ctrl-c-ctrl-c].
1730 If you would like to use the optimized version in Org-mode, but the
1731 un-optimized version in OrgTbl-mode, see the variable `orgtbl-optimized'.
1733 This variable can be used to turn on and off the table editor during a session,
1734 but in order to toggle optimization, a restart is required.
1736 See also the variable `org-table-auto-blank-field'."
1737 :group 'org-table
1738 :type '(choice
1739 (const :tag "off" nil)
1740 (const :tag "on" t)
1741 (const :tag "on, optimized" optimized)))
1743 (defcustom org-self-insert-cluster-for-undo (or (featurep 'xemacs)
1744 (version<= emacs-version "24.1"))
1745 "Non-nil means cluster self-insert commands for undo when possible.
1746 If this is set, then, like in the Emacs command loop, 20 consecutive
1747 characters will be undone together.
1748 This is configurable, because there is some impact on typing performance."
1749 :group 'org-table
1750 :type 'boolean)
1752 (defcustom org-table-tab-recognizes-table.el t
1753 "Non-nil means TAB will automatically notice a table.el table.
1754 When it sees such a table, it moves point into it and - if necessary -
1755 calls `table-recognize-table'."
1756 :group 'org-table-editing
1757 :type 'boolean)
1759 (defgroup org-link nil
1760 "Options concerning links in Org-mode."
1761 :tag "Org Link"
1762 :group 'org)
1764 (defvar org-link-abbrev-alist-local nil
1765 "Buffer-local version of `org-link-abbrev-alist', which see.
1766 The value of this is taken from the #+LINK lines.")
1767 (make-variable-buffer-local 'org-link-abbrev-alist-local)
1769 (defcustom org-link-abbrev-alist nil
1770 "Alist of link abbreviations.
1771 The car of each element is a string, to be replaced at the start of a link.
1772 The cdrs are replacement values, like (\"linkkey\" . REPLACE). Abbreviated
1773 links in Org-mode buffers can have an optional tag after a double colon, e.g.
1775 [[linkkey:tag][description]]
1777 The 'linkkey' must be a word word, starting with a letter, followed
1778 by letters, numbers, '-' or '_'.
1780 If REPLACE is a string, the tag will simply be appended to create the link.
1781 If the string contains \"%s\", the tag will be inserted there. If the string
1782 contains \"%h\", it will cause a url-encoded version of the tag to be inserted
1783 at that point (see the function `url-hexify-string'). If the string contains
1784 the specifier \"%(my-function)\", then the custom function `my-function' will
1785 be invoked: this function takes the tag as its only argument and must return
1786 a string.
1788 REPLACE may also be a function that will be called with the tag as the
1789 only argument to create the link, which should be returned as a string.
1791 See the manual for examples."
1792 :group 'org-link
1793 :type '(repeat
1794 (cons
1795 (string :tag "Protocol")
1796 (choice
1797 (string :tag "Format")
1798 (function)))))
1800 (defcustom org-descriptive-links t
1801 "Non-nil means Org will display descriptive links.
1802 E.g. [[http://orgmode.org][Org website]] will be displayed as
1803 \"Org Website\", hiding the link itself and just displaying its
1804 description. When set to nil, Org will display the full links
1805 literally.
1807 You can interactively set the value of this variable by calling
1808 `org-toggle-link-display' or from the menu Org>Hyperlinks menu."
1809 :group 'org-link
1810 :type 'boolean)
1812 (defcustom org-link-file-path-type 'adaptive
1813 "How the path name in file links should be stored.
1814 Valid values are:
1816 relative Relative to the current directory, i.e. the directory of the file
1817 into which the link is being inserted.
1818 absolute Absolute path, if possible with ~ for home directory.
1819 noabbrev Absolute path, no abbreviation of home directory.
1820 adaptive Use relative path for files in the current directory and sub-
1821 directories of it. For other files, use an absolute path."
1822 :group 'org-link
1823 :type '(choice
1824 (const relative)
1825 (const absolute)
1826 (const noabbrev)
1827 (const adaptive)))
1829 (defvaralias 'org-activate-links 'org-highlight-links)
1830 (defcustom org-highlight-links '(bracket angle plain radio tag date footnote)
1831 "Types of links that should be highlighted in Org-mode files.
1833 This is a list of symbols, each one of them leading to the
1834 highlighting of a certain link type.
1836 You can still open links that are not highlighted.
1838 In principle, it does not hurt to turn on highlighting for all
1839 link types. There may be a small gain when turning off unused
1840 link types. The types are:
1842 bracket The recommended [[link][description]] or [[link]] links with hiding.
1843 angle Links in angular brackets that may contain whitespace like
1844 <bbdb:Carsten Dominik>.
1845 plain Plain links in normal text, no whitespace, like http://google.com.
1846 radio Text that is matched by a radio target, see manual for details.
1847 tag Tag settings in a headline (link to tag search).
1848 date Time stamps (link to calendar).
1849 footnote Footnote labels.
1851 If you set this variable during an Emacs session, use `org-mode-restart'
1852 in the Org buffer so that the change takes effect."
1853 :group 'org-link
1854 :group 'org-appearance
1855 :type '(set :greedy t
1856 (const :tag "Double bracket links" bracket)
1857 (const :tag "Angular bracket links" angle)
1858 (const :tag "Plain text links" plain)
1859 (const :tag "Radio target matches" radio)
1860 (const :tag "Tags" tag)
1861 (const :tag "Timestamps" date)
1862 (const :tag "Footnotes" footnote)))
1864 (defcustom org-make-link-description-function nil
1865 "Function to use for generating link descriptions from links.
1866 When nil, the link location will be used. This function must take
1867 two parameters: the first one is the link, the second one is the
1868 description generated by `org-insert-link'. The function should
1869 return the description to use."
1870 :group 'org-link
1871 :type '(choice (const nil) (function)))
1873 (defgroup org-link-store nil
1874 "Options concerning storing links in Org-mode."
1875 :tag "Org Store Link"
1876 :group 'org-link)
1878 (defcustom org-url-hexify-p t
1879 "When non-nil, hexify URL when creating a link."
1880 :type 'boolean
1881 :version "24.3"
1882 :group 'org-link-store)
1884 (defcustom org-email-link-description-format "Email %c: %.30s"
1885 "Format of the description part of a link to an email or usenet message.
1886 The following %-escapes will be replaced by corresponding information:
1888 %F full \"From\" field
1889 %f name, taken from \"From\" field, address if no name
1890 %T full \"To\" field
1891 %t first name in \"To\" field, address if no name
1892 %c correspondent. Usually \"from NAME\", but if you sent it yourself, it
1893 will be \"to NAME\". See also the variable `org-from-is-user-regexp'.
1894 %s subject
1895 %d date
1896 %m message-id.
1898 You may use normal field width specification between the % and the letter.
1899 This is for example useful to limit the length of the subject.
1901 Examples: \"%f on: %.30s\", \"Email from %f\", \"Email %c\""
1902 :group 'org-link-store
1903 :type 'string)
1905 (defcustom org-from-is-user-regexp
1906 (let (r1 r2)
1907 (when (and user-mail-address (not (string= user-mail-address "")))
1908 (setq r1 (concat "\\<" (regexp-quote user-mail-address) "\\>")))
1909 (when (and user-full-name (not (string= user-full-name "")))
1910 (setq r2 (concat "\\<" (regexp-quote user-full-name) "\\>")))
1911 (if (and r1 r2) (concat r1 "\\|" r2) (or r1 r2)))
1912 "Regexp matched against the \"From:\" header of an email or usenet message.
1913 It should match if the message is from the user him/herself."
1914 :group 'org-link-store
1915 :type 'regexp)
1917 (defcustom org-context-in-file-links t
1918 "Non-nil means file links from `org-store-link' contain context.
1919 A search string will be added to the file name with :: as separator and
1920 used to find the context when the link is activated by the command
1921 `org-open-at-point'. When this option is t, the entire active region
1922 will be placed in the search string of the file link. If set to a
1923 positive integer, only the first n lines of context will be stored.
1925 Using a prefix arg to the command \\[org-store-link] (`org-store-link')
1926 negates this setting for the duration of the command."
1927 :group 'org-link-store
1928 :type '(choice boolean integer))
1930 (defcustom org-keep-stored-link-after-insertion nil
1931 "Non-nil means keep link in list for entire session.
1933 The command `org-store-link' adds a link pointing to the current
1934 location to an internal list. These links accumulate during a session.
1935 The command `org-insert-link' can be used to insert links into any
1936 Org-mode file (offering completion for all stored links). When this
1937 option is nil, every link which has been inserted once using \\[org-insert-link]
1938 will be removed from the list, to make completing the unused links
1939 more efficient."
1940 :group 'org-link-store
1941 :type 'boolean)
1943 (defgroup org-link-follow nil
1944 "Options concerning following links in Org-mode."
1945 :tag "Org Follow Link"
1946 :group 'org-link)
1948 (defcustom org-link-translation-function nil
1949 "Function to translate links with different syntax to Org syntax.
1950 This can be used to translate links created for example by the Planner
1951 or emacs-wiki packages to Org syntax.
1952 The function must accept two parameters, a TYPE containing the link
1953 protocol name like \"rmail\" or \"gnus\" as a string, and the linked path,
1954 which is everything after the link protocol. It should return a cons
1955 with possibly modified values of type and path.
1956 Org contains a function for this, so if you set this variable to
1957 `org-translate-link-from-planner', you should be able follow many
1958 links created by planner."
1959 :group 'org-link-follow
1960 :type '(choice (const nil) (function)))
1962 (defcustom org-follow-link-hook nil
1963 "Hook that is run after a link has been followed."
1964 :group 'org-link-follow
1965 :type 'hook)
1967 (defcustom org-tab-follows-link nil
1968 "Non-nil means on links TAB will follow the link.
1969 Needs to be set before org.el is loaded.
1970 This really should not be used, it does not make sense, and the
1971 implementation is bad."
1972 :group 'org-link-follow
1973 :type 'boolean)
1975 (defcustom org-return-follows-link nil
1976 "Non-nil means on links RET will follow the link.
1977 In tables, the special behavior of RET has precedence."
1978 :group 'org-link-follow
1979 :type 'boolean)
1981 (defcustom org-mouse-1-follows-link
1982 (if (boundp 'mouse-1-click-follows-link) mouse-1-click-follows-link t)
1983 "Non-nil means mouse-1 on a link will follow the link.
1984 A longer mouse click will still set point. Does not work on XEmacs.
1985 Needs to be set before org.el is loaded."
1986 :group 'org-link-follow
1987 :version "24.4"
1988 :package-version '(Org . "8.3")
1989 :type '(choice
1990 (const :tag "A double click follows the link" double)
1991 (const :tag "Unconditionally follow the link with mouse-1" t)
1992 (integer :tag "mouse-1 click does not follow the link if longer than N ms" 450)))
1994 (defcustom org-mark-ring-length 4
1995 "Number of different positions to be recorded in the ring.
1996 Changing this requires a restart of Emacs to work correctly."
1997 :group 'org-link-follow
1998 :type 'integer)
2000 (defcustom org-link-search-must-match-exact-headline 'query-to-create
2001 "Non-nil means internal links in Org files must exactly match a headline.
2002 When nil, the link search tries to match a phrase with all words
2003 in the search text."
2004 :group 'org-link-follow
2005 :version "24.1"
2006 :type '(choice
2007 (const :tag "Use fuzzy text search" nil)
2008 (const :tag "Match only exact headline" t)
2009 (const :tag "Match exact headline or query to create it"
2010 query-to-create)))
2012 (defcustom org-link-frame-setup
2013 '((vm . vm-visit-folder-other-frame)
2014 (vm-imap . vm-visit-imap-folder-other-frame)
2015 (gnus . org-gnus-no-new-news)
2016 (file . find-file-other-window)
2017 (wl . wl-other-frame))
2018 "Setup the frame configuration for following links.
2019 When following a link with Emacs, it may often be useful to display
2020 this link in another window or frame. This variable can be used to
2021 set this up for the different types of links.
2022 For VM, use any of
2023 `vm-visit-folder'
2024 `vm-visit-folder-other-window'
2025 `vm-visit-folder-other-frame'
2026 For Gnus, use any of
2027 `gnus'
2028 `gnus-other-frame'
2029 `org-gnus-no-new-news'
2030 For FILE, use any of
2031 `find-file'
2032 `find-file-other-window'
2033 `find-file-other-frame'
2034 For Wanderlust use any of
2035 `wl'
2036 `wl-other-frame'
2037 For the calendar, use the variable `calendar-setup'.
2038 For BBDB, it is currently only possible to display the matches in
2039 another window."
2040 :group 'org-link-follow
2041 :type '(list
2042 (cons (const vm)
2043 (choice
2044 (const vm-visit-folder)
2045 (const vm-visit-folder-other-window)
2046 (const vm-visit-folder-other-frame)))
2047 (cons (const vm-imap)
2048 (choice
2049 (const vm-visit-imap-folder)
2050 (const vm-visit-imap-folder-other-window)
2051 (const vm-visit-imap-folder-other-frame)))
2052 (cons (const gnus)
2053 (choice
2054 (const gnus)
2055 (const gnus-other-frame)
2056 (const org-gnus-no-new-news)))
2057 (cons (const file)
2058 (choice
2059 (const find-file)
2060 (const find-file-other-window)
2061 (const find-file-other-frame)))
2062 (cons (const wl)
2063 (choice
2064 (const wl)
2065 (const wl-other-frame)))))
2067 (defcustom org-display-internal-link-with-indirect-buffer nil
2068 "Non-nil means use indirect buffer to display infile links.
2069 Activating internal links (from one location in a file to another location
2070 in the same file) normally just jumps to the location. When the link is
2071 activated with a \\[universal-argument] prefix (or with mouse-3), the link \
2072 is displayed in
2073 another window. When this option is set, the other window actually displays
2074 an indirect buffer clone of the current buffer, to avoid any visibility
2075 changes to the current buffer."
2076 :group 'org-link-follow
2077 :type 'boolean)
2079 (defcustom org-open-non-existing-files nil
2080 "Non-nil means `org-open-file' will open non-existing files.
2081 When nil, an error will be generated.
2082 This variable applies only to external applications because they
2083 might choke on non-existing files. If the link is to a file that
2084 will be opened in Emacs, the variable is ignored."
2085 :group 'org-link-follow
2086 :type 'boolean)
2088 (defcustom org-open-directory-means-index-dot-org nil
2089 "Non-nil means a link to a directory really means to index.org.
2090 When nil, following a directory link will run dired or open a finder/explorer
2091 window on that directory."
2092 :group 'org-link-follow
2093 :type 'boolean)
2095 (defcustom org-confirm-shell-link-function 'yes-or-no-p
2096 "Non-nil means ask for confirmation before executing shell links.
2097 Shell links can be dangerous: just think about a link
2099 [[shell:rm -rf ~/*][Google Search]]
2101 This link would show up in your Org-mode document as \"Google Search\",
2102 but really it would remove your entire home directory.
2103 Therefore we advise against setting this variable to nil.
2104 Just change it to `y-or-n-p' if you want to confirm with a
2105 single keystroke rather than having to type \"yes\"."
2106 :group 'org-link-follow
2107 :type '(choice
2108 (const :tag "with yes-or-no (safer)" yes-or-no-p)
2109 (const :tag "with y-or-n (faster)" y-or-n-p)
2110 (const :tag "no confirmation (dangerous)" nil)))
2111 (put 'org-confirm-shell-link-function
2112 'safe-local-variable
2113 (lambda (x) (member x '(yes-or-no-p y-or-n-p))))
2115 (defcustom org-confirm-shell-link-not-regexp ""
2116 "A regexp to skip confirmation for shell links."
2117 :group 'org-link-follow
2118 :version "24.1"
2119 :type 'regexp)
2121 (defcustom org-confirm-elisp-link-function 'yes-or-no-p
2122 "Non-nil means ask for confirmation before executing Emacs Lisp links.
2123 Elisp links can be dangerous: just think about a link
2125 [[elisp:(shell-command \"rm -rf ~/*\")][Google Search]]
2127 This link would show up in your Org-mode document as \"Google Search\",
2128 but really it would remove your entire home directory.
2129 Therefore we advise against setting this variable to nil.
2130 Just change it to `y-or-n-p' if you want to confirm with a
2131 single keystroke rather than having to type \"yes\"."
2132 :group 'org-link-follow
2133 :type '(choice
2134 (const :tag "with yes-or-no (safer)" yes-or-no-p)
2135 (const :tag "with y-or-n (faster)" y-or-n-p)
2136 (const :tag "no confirmation (dangerous)" nil)))
2137 (put 'org-confirm-shell-link-function
2138 'safe-local-variable
2139 (lambda (x) (member x '(yes-or-no-p y-or-n-p))))
2141 (defcustom org-confirm-elisp-link-not-regexp ""
2142 "A regexp to skip confirmation for Elisp links."
2143 :group 'org-link-follow
2144 :version "24.1"
2145 :type 'regexp)
2147 (defconst org-file-apps-defaults-gnu
2148 '((remote . emacs)
2149 (system . mailcap)
2150 (t . mailcap))
2151 "Default file applications on a UNIX or GNU/Linux system.
2152 See `org-file-apps'.")
2154 (defconst org-file-apps-defaults-macosx
2155 '((remote . emacs)
2156 (t . "open %s")
2157 (system . "open %s")
2158 ("ps.gz" . "gv %s")
2159 ("eps.gz" . "gv %s")
2160 ("dvi" . "xdvi %s")
2161 ("fig" . "xfig %s"))
2162 "Default file applications on a MacOS X system.
2163 The system \"open\" is known as a default, but we use X11 applications
2164 for some files for which the OS does not have a good default.
2165 See `org-file-apps'.")
2167 (defconst org-file-apps-defaults-windowsnt
2168 (list
2169 '(remote . emacs)
2170 (cons t
2171 (list (if (featurep 'xemacs)
2172 'mswindows-shell-execute
2173 'w32-shell-execute)
2174 "open" 'file))
2175 (cons 'system
2176 (list (if (featurep 'xemacs)
2177 'mswindows-shell-execute
2178 'w32-shell-execute)
2179 "open" 'file)))
2180 "Default file applications on a Windows NT system.
2181 The system \"open\" is used for most files.
2182 See `org-file-apps'.")
2184 (defcustom org-file-apps
2185 '((auto-mode . emacs)
2186 ("\\.mm\\'" . default)
2187 ("\\.x?html?\\'" . default)
2188 ("\\.pdf\\'" . default))
2189 "External applications for opening `file:path' items in a document.
2190 Org-mode uses system defaults for different file types, but
2191 you can use this variable to set the application for a given file
2192 extension. The entries in this list are cons cells where the car identifies
2193 files and the cdr the corresponding command. Possible values for the
2194 file identifier are
2195 \"string\" A string as a file identifier can be interpreted in different
2196 ways, depending on its contents:
2198 - Alphanumeric characters only:
2199 Match links with this file extension.
2200 Example: (\"pdf\" . \"evince %s\")
2201 to open PDFs with evince.
2203 - Regular expression: Match links where the
2204 filename matches the regexp. If you want to
2205 use groups here, use shy groups.
2207 Example: (\"\\.x?html\\'\" . \"firefox %s\")
2208 (\"\\(?:xhtml\\|html\\)\" . \"firefox %s\")
2209 to open *.html and *.xhtml with firefox.
2211 - Regular expression which contains (non-shy) groups:
2212 Match links where the whole link, including \"::\", and
2213 anything after that, matches the regexp.
2214 In a custom command string, %1, %2, etc. are replaced with
2215 the parts of the link that were matched by the groups.
2216 For backwards compatibility, if a command string is given
2217 that does not use any of the group matches, this case is
2218 handled identically to the second one (i.e. match against
2219 file name only).
2220 In a custom lisp form, you can access the group matches with
2221 (match-string n link).
2223 Example: (\"\\.pdf::\\(\\d+\\)\\'\" . \"evince -p %1 %s\")
2224 to open [[file:document.pdf::5]] with evince at page 5.
2226 `directory' Matches a directory
2227 `remote' Matches a remote file, accessible through tramp or efs.
2228 Remote files most likely should be visited through Emacs
2229 because external applications cannot handle such paths.
2230 `auto-mode' Matches files that are matched by any entry in `auto-mode-alist',
2231 so all files Emacs knows how to handle. Using this with
2232 command `emacs' will open most files in Emacs. Beware that this
2233 will also open html files inside Emacs, unless you add
2234 (\"html\" . default) to the list as well.
2235 t Default for files not matched by any of the other options.
2236 `system' The system command to open files, like `open' on Windows
2237 and Mac OS X, and mailcap under GNU/Linux. This is the command
2238 that will be selected if you call `C-c C-o' with a double
2239 \\[universal-argument] \\[universal-argument] prefix.
2241 Possible values for the command are:
2242 `emacs' The file will be visited by the current Emacs process.
2243 `default' Use the default application for this file type, which is the
2244 association for t in the list, most likely in the system-specific
2245 part.
2246 This can be used to overrule an unwanted setting in the
2247 system-specific variable.
2248 `system' Use the system command for opening files, like \"open\".
2249 This command is specified by the entry whose car is `system'.
2250 Most likely, the system-specific version of this variable
2251 does define this command, but you can overrule/replace it
2252 here.
2253 string A command to be executed by a shell; %s will be replaced
2254 by the path to the file.
2255 sexp A Lisp form which will be evaluated. The file path will
2256 be available in the Lisp variable `file'.
2257 For more examples, see the system specific constants
2258 `org-file-apps-defaults-macosx'
2259 `org-file-apps-defaults-windowsnt'
2260 `org-file-apps-defaults-gnu'."
2261 :group 'org-link-follow
2262 :type '(repeat
2263 (cons (choice :value ""
2264 (string :tag "Extension")
2265 (const :tag "System command to open files" system)
2266 (const :tag "Default for unrecognized files" t)
2267 (const :tag "Remote file" remote)
2268 (const :tag "Links to a directory" directory)
2269 (const :tag "Any files that have Emacs modes"
2270 auto-mode))
2271 (choice :value ""
2272 (const :tag "Visit with Emacs" emacs)
2273 (const :tag "Use default" default)
2274 (const :tag "Use the system command" system)
2275 (string :tag "Command")
2276 (sexp :tag "Lisp form")))))
2278 (defcustom org-doi-server-url "http://dx.doi.org/"
2279 "The URL of the DOI server."
2280 :type 'string
2281 :version "24.3"
2282 :group 'org-link-follow)
2284 (defgroup org-refile nil
2285 "Options concerning refiling entries in Org-mode."
2286 :tag "Org Refile"
2287 :group 'org)
2289 (defcustom org-directory "~/org"
2290 "Directory with org files.
2291 This is just a default location to look for Org files. There is no need
2292 at all to put your files into this directory. It is only used in the
2293 following situations:
2295 1. When a capture template specifies a target file that is not an
2296 absolute path. The path will then be interpreted relative to
2297 `org-directory'
2298 2. When a capture note is filed away in an interactive way (when exiting the
2299 note buffer with `C-1 C-c C-c'. The user is prompted for an org file,
2300 with `org-directory' as the default path."
2301 :group 'org-refile
2302 :group 'org-capture
2303 :type 'directory)
2305 (defcustom org-default-notes-file (convert-standard-filename "~/.notes")
2306 "Default target for storing notes.
2307 Used as a fall back file for org-capture.el, for templates that
2308 do not specify a target file."
2309 :group 'org-refile
2310 :group 'org-capture
2311 :type 'file)
2313 (defcustom org-goto-interface 'outline
2314 "The default interface to be used for `org-goto'.
2315 Allowed values are:
2316 outline The interface shows an outline of the relevant file
2317 and the correct heading is found by moving through
2318 the outline or by searching with incremental search.
2319 outline-path-completion Headlines in the current buffer are offered via
2320 completion. This is the interface also used by
2321 the refile command."
2322 :group 'org-refile
2323 :type '(choice
2324 (const :tag "Outline" outline)
2325 (const :tag "Outline-path-completion" outline-path-completion)))
2327 (defcustom org-goto-max-level 5
2328 "Maximum target level when running `org-goto' with refile interface."
2329 :group 'org-refile
2330 :type 'integer)
2332 (defcustom org-reverse-note-order nil
2333 "Non-nil means store new notes at the beginning of a file or entry.
2334 When nil, new notes will be filed to the end of a file or entry.
2335 This can also be a list with cons cells of regular expressions that
2336 are matched against file names, and values."
2337 :group 'org-capture
2338 :group 'org-refile
2339 :type '(choice
2340 (const :tag "Reverse always" t)
2341 (const :tag "Reverse never" nil)
2342 (repeat :tag "By file name regexp"
2343 (cons regexp boolean))))
2345 (defcustom org-log-refile nil
2346 "Information to record when a task is refiled.
2348 Possible values are:
2350 nil Don't add anything
2351 time Add a time stamp to the task
2352 note Prompt for a note and add it with template `org-log-note-headings'
2354 This option can also be set with on a per-file-basis with
2356 #+STARTUP: nologrefile
2357 #+STARTUP: logrefile
2358 #+STARTUP: lognoterefile
2360 You can have local logging settings for a subtree by setting the LOGGING
2361 property to one or more of these keywords.
2363 When bulk-refiling from the agenda, the value `note' is forbidden and
2364 will temporarily be changed to `time'."
2365 :group 'org-refile
2366 :group 'org-progress
2367 :version "24.1"
2368 :type '(choice
2369 (const :tag "No logging" nil)
2370 (const :tag "Record timestamp" time)
2371 (const :tag "Record timestamp with note." note)))
2373 (defcustom org-refile-targets nil
2374 "Targets for refiling entries with \\[org-refile].
2375 This is a list of cons cells. Each cell contains:
2376 - a specification of the files to be considered, either a list of files,
2377 or a symbol whose function or variable value will be used to retrieve
2378 a file name or a list of file names. If you use `org-agenda-files' for
2379 that, all agenda files will be scanned for targets. Nil means consider
2380 headings in the current buffer.
2381 - A specification of how to find candidate refile targets. This may be
2382 any of:
2383 - a cons cell (:tag . \"TAG\") to identify refile targets by a tag.
2384 This tag has to be present in all target headlines, inheritance will
2385 not be considered.
2386 - a cons cell (:todo . \"KEYWORD\") to identify refile targets by
2387 todo keyword.
2388 - a cons cell (:regexp . \"REGEXP\") with a regular expression matching
2389 headlines that are refiling targets.
2390 - a cons cell (:level . N). Any headline of level N is considered a target.
2391 Note that, when `org-odd-levels-only' is set, level corresponds to
2392 order in hierarchy, not to the number of stars.
2393 - a cons cell (:maxlevel . N). Any headline with level <= N is a target.
2394 Note that, when `org-odd-levels-only' is set, level corresponds to
2395 order in hierarchy, not to the number of stars.
2397 Each element of this list generates a set of possible targets.
2398 The union of these sets is presented (with completion) to
2399 the user by `org-refile'.
2401 You can set the variable `org-refile-target-verify-function' to a function
2402 to verify each headline found by the simple criteria above.
2404 When this variable is nil, all top-level headlines in the current buffer
2405 are used, equivalent to the value `((nil . (:level . 1))'."
2406 :group 'org-refile
2407 :type '(repeat
2408 (cons
2409 (choice :value org-agenda-files
2410 (const :tag "All agenda files" org-agenda-files)
2411 (const :tag "Current buffer" nil)
2412 (function) (variable) (file))
2413 (choice :tag "Identify target headline by"
2414 (cons :tag "Specific tag" (const :value :tag) (string))
2415 (cons :tag "TODO keyword" (const :value :todo) (string))
2416 (cons :tag "Regular expression" (const :value :regexp) (regexp))
2417 (cons :tag "Level number" (const :value :level) (integer))
2418 (cons :tag "Max Level number" (const :value :maxlevel) (integer))))))
2420 (defcustom org-refile-target-verify-function nil
2421 "Function to verify if the headline at point should be a refile target.
2422 The function will be called without arguments, with point at the
2423 beginning of the headline. It should return t and leave point
2424 where it is if the headline is a valid target for refiling.
2426 If the target should not be selected, the function must return nil.
2427 In addition to this, it may move point to a place from where the search
2428 should be continued. For example, the function may decide that the entire
2429 subtree of the current entry should be excluded and move point to the end
2430 of the subtree."
2431 :group 'org-refile
2432 :type '(choice
2433 (const nil)
2434 (function)))
2436 (defcustom org-refile-use-cache nil
2437 "Non-nil means cache refile targets to speed up the process.
2438 The cache for a particular file will be updated automatically when
2439 the buffer has been killed, or when any of the marker used for flagging
2440 refile targets no longer points at a live buffer.
2441 If you have added new entries to a buffer that might themselves be targets,
2442 you need to clear the cache manually by pressing `C-0 C-c C-w' or, if you
2443 find that easier, `C-u C-u C-u C-c C-w'."
2444 :group 'org-refile
2445 :version "24.1"
2446 :type 'boolean)
2448 (defcustom org-refile-use-outline-path nil
2449 "Non-nil means provide refile targets as paths.
2450 So a level 3 headline will be available as level1/level2/level3.
2452 When the value is `file', also include the file name (without directory)
2453 into the path. In this case, you can also stop the completion after
2454 the file name, to get entries inserted as top level in the file.
2456 When `full-file-path', include the full file path."
2457 :group 'org-refile
2458 :type '(choice
2459 (const :tag "Not" nil)
2460 (const :tag "Yes" t)
2461 (const :tag "Start with file name" file)
2462 (const :tag "Start with full file path" full-file-path)))
2464 (defcustom org-outline-path-complete-in-steps t
2465 "Non-nil means complete the outline path in hierarchical steps.
2466 When Org-mode uses the refile interface to select an outline path
2467 \(see variable `org-refile-use-outline-path'), the completion of
2468 the path can be done in a single go, or it can be done in steps down
2469 the headline hierarchy. Going in steps is probably the best if you
2470 do not use a special completion package like `ido' or `icicles'.
2471 However, when using these packages, going in one step can be very
2472 fast, while still showing the whole path to the entry."
2473 :group 'org-refile
2474 :type 'boolean)
2476 (defcustom org-refile-allow-creating-parent-nodes nil
2477 "Non-nil means allow to create new nodes as refile targets.
2478 New nodes are then created by adding \"/new node name\" to the completion
2479 of an existing node. When the value of this variable is `confirm',
2480 new node creation must be confirmed by the user (recommended).
2481 When nil, the completion must match an existing entry.
2483 Note that, if the new heading is not seen by the criteria
2484 listed in `org-refile-targets', multiple instances of the same
2485 heading would be created by trying again to file under the new
2486 heading."
2487 :group 'org-refile
2488 :type '(choice
2489 (const :tag "Never" nil)
2490 (const :tag "Always" t)
2491 (const :tag "Prompt for confirmation" confirm)))
2493 (defcustom org-refile-active-region-within-subtree nil
2494 "Non-nil means also refile active region within a subtree.
2496 By default `org-refile' doesn't allow refiling regions if they
2497 don't contain a set of subtrees, but it might be convenient to
2498 do so sometimes: in that case, the first line of the region is
2499 converted to a headline before refiling."
2500 :group 'org-refile
2501 :version "24.1"
2502 :type 'boolean)
2504 (defgroup org-todo nil
2505 "Options concerning TODO items in Org-mode."
2506 :tag "Org TODO"
2507 :group 'org)
2509 (defgroup org-progress nil
2510 "Options concerning Progress logging in Org-mode."
2511 :tag "Org Progress"
2512 :group 'org-time)
2514 (defvar org-todo-interpretation-widgets
2515 '((:tag "Sequence (cycling hits every state)" sequence)
2516 (:tag "Type (cycling directly to DONE)" type))
2517 "The available interpretation symbols for customizing `org-todo-keywords'.
2518 Interested libraries should add to this list.")
2520 (defcustom org-todo-keywords '((sequence "TODO" "DONE"))
2521 "List of TODO entry keyword sequences and their interpretation.
2522 \\<org-mode-map>This is a list of sequences.
2524 Each sequence starts with a symbol, either `sequence' or `type',
2525 indicating if the keywords should be interpreted as a sequence of
2526 action steps, or as different types of TODO items. The first
2527 keywords are states requiring action - these states will select a headline
2528 for inclusion into the global TODO list Org-mode produces. If one of
2529 the \"keywords\" is the vertical bar, \"|\", the remaining keywords
2530 signify that no further action is necessary. If \"|\" is not found,
2531 the last keyword is treated as the only DONE state of the sequence.
2533 The command \\[org-todo] cycles an entry through these states, and one
2534 additional state where no keyword is present. For details about this
2535 cycling, see the manual.
2537 TODO keywords and interpretation can also be set on a per-file basis with
2538 the special #+SEQ_TODO and #+TYP_TODO lines.
2540 Each keyword can optionally specify a character for fast state selection
2541 \(in combination with the variable `org-use-fast-todo-selection')
2542 and specifiers for state change logging, using the same syntax that
2543 is used in the \"#+TODO:\" lines. For example, \"WAIT(w)\" says that
2544 the WAIT state can be selected with the \"w\" key. \"WAIT(w!)\"
2545 indicates to record a time stamp each time this state is selected.
2547 Each keyword may also specify if a timestamp or a note should be
2548 recorded when entering or leaving the state, by adding additional
2549 characters in the parenthesis after the keyword. This looks like this:
2550 \"WAIT(w@/!)\". \"@\" means to add a note (with time), \"!\" means to
2551 record only the time of the state change. With X and Y being either
2552 \"@\" or \"!\", \"X/Y\" means use X when entering the state, and use
2553 Y when leaving the state if and only if the *target* state does not
2554 define X. You may omit any of the fast-selection key or X or /Y,
2555 so WAIT(w@), WAIT(w/@) and WAIT(@/@) are all valid.
2557 For backward compatibility, this variable may also be just a list
2558 of keywords. In this case the interpretation (sequence or type) will be
2559 taken from the (otherwise obsolete) variable `org-todo-interpretation'."
2560 :group 'org-todo
2561 :group 'org-keywords
2562 :type '(choice
2563 (repeat :tag "Old syntax, just keywords"
2564 (string :tag "Keyword"))
2565 (repeat :tag "New syntax"
2566 (cons
2567 (choice
2568 :tag "Interpretation"
2569 ;;Quick and dirty way to see
2570 ;;`org-todo-interpretations'. This takes the
2571 ;;place of item arguments
2572 :convert-widget
2573 (lambda (widget)
2574 (widget-put widget
2575 :args (mapcar
2576 (lambda (x)
2577 (widget-convert
2578 (cons 'const x)))
2579 org-todo-interpretation-widgets))
2580 widget))
2581 (repeat
2582 (string :tag "Keyword"))))))
2584 (defvar org-todo-keywords-1 nil
2585 "All TODO and DONE keywords active in a buffer.")
2586 (make-variable-buffer-local 'org-todo-keywords-1)
2587 (defvar org-todo-keywords-for-agenda nil)
2588 (defvar org-done-keywords-for-agenda nil)
2589 (defvar org-todo-keyword-alist-for-agenda nil)
2590 (defvar org-tag-alist-for-agenda nil
2591 "Alist of all tags from all agenda files.")
2592 (defvar org-tag-groups-alist-for-agenda nil
2593 "Alist of all groups tags from all current agenda files.")
2594 (defvar org-tag-groups-alist nil)
2595 (make-variable-buffer-local 'org-tag-groups-alist)
2596 (defvar org-agenda-contributing-files nil)
2597 (defvar org-not-done-keywords nil)
2598 (make-variable-buffer-local 'org-not-done-keywords)
2599 (defvar org-done-keywords nil)
2600 (make-variable-buffer-local 'org-done-keywords)
2601 (defvar org-todo-heads nil)
2602 (make-variable-buffer-local 'org-todo-heads)
2603 (defvar org-todo-sets nil)
2604 (make-variable-buffer-local 'org-todo-sets)
2605 (defvar org-todo-log-states nil)
2606 (make-variable-buffer-local 'org-todo-log-states)
2607 (defvar org-todo-kwd-alist nil)
2608 (make-variable-buffer-local 'org-todo-kwd-alist)
2609 (defvar org-todo-key-alist nil)
2610 (make-variable-buffer-local 'org-todo-key-alist)
2611 (defvar org-todo-key-trigger nil)
2612 (make-variable-buffer-local 'org-todo-key-trigger)
2614 (defcustom org-todo-interpretation 'sequence
2615 "Controls how TODO keywords are interpreted.
2616 This variable is in principle obsolete and is only used for
2617 backward compatibility, if the interpretation of todo keywords is
2618 not given already in `org-todo-keywords'. See that variable for
2619 more information."
2620 :group 'org-todo
2621 :group 'org-keywords
2622 :type '(choice (const sequence)
2623 (const type)))
2625 (defcustom org-use-fast-todo-selection t
2626 "Non-nil means use the fast todo selection scheme with C-c C-t.
2627 This variable describes if and under what circumstances the cycling
2628 mechanism for TODO keywords will be replaced by a single-key, direct
2629 selection scheme.
2631 When nil, fast selection is never used.
2633 When the symbol `prefix', it will be used when `org-todo' is called
2634 with a prefix argument, i.e. `C-u C-c C-t' in an Org-mode buffer, and
2635 `C-u t' in an agenda buffer.
2637 When t, fast selection is used by default. In this case, the prefix
2638 argument forces cycling instead.
2640 In all cases, the special interface is only used if access keys have
2641 actually been assigned by the user, i.e. if keywords in the configuration
2642 are followed by a letter in parenthesis, like TODO(t)."
2643 :group 'org-todo
2644 :type '(choice
2645 (const :tag "Never" nil)
2646 (const :tag "By default" t)
2647 (const :tag "Only with C-u C-c C-t" prefix)))
2649 (defcustom org-provide-todo-statistics t
2650 "Non-nil means update todo statistics after insert and toggle.
2651 ALL-HEADLINES means update todo statistics by including headlines
2652 with no TODO keyword as well, counting them as not done.
2653 A list of TODO keywords means the same, but skip keywords that are
2654 not in this list.
2655 When set to a list of two lists, the first list contains keywords
2656 to consider as TODO keywords, the second list contains keywords
2657 to consider as DONE keywords.
2659 When this is set, todo statistics is updated in the parent of the
2660 current entry each time a todo state is changed."
2661 :group 'org-todo
2662 :type '(choice
2663 (const :tag "Yes, only for TODO entries" t)
2664 (const :tag "Yes, including all entries" all-headlines)
2665 (repeat :tag "Yes, for TODOs in this list"
2666 (string :tag "TODO keyword"))
2667 (list :tag "Yes, for TODOs and DONEs in these lists"
2668 (repeat (string :tag "TODO keyword"))
2669 (repeat (string :tag "DONE keyword")))
2670 (other :tag "No TODO statistics" nil)))
2672 (defcustom org-hierarchical-todo-statistics t
2673 "Non-nil means TODO statistics covers just direct children.
2674 When nil, all entries in the subtree are considered.
2675 This has only an effect if `org-provide-todo-statistics' is set.
2676 To set this to nil for only a single subtree, use a COOKIE_DATA
2677 property and include the word \"recursive\" into the value."
2678 :group 'org-todo
2679 :type 'boolean)
2681 (defcustom org-after-todo-state-change-hook nil
2682 "Hook which is run after the state of a TODO item was changed.
2683 The new state (a string with a TODO keyword, or nil) is available in the
2684 Lisp variable `org-state'."
2685 :group 'org-todo
2686 :type 'hook)
2688 (defvar org-blocker-hook nil
2689 "Hook for functions that are allowed to block a state change.
2691 Functions in this hook should not modify the buffer.
2692 Each function gets as its single argument a property list,
2693 see `org-trigger-hook' for more information about this list.
2695 If any of the functions in this hook returns nil, the state change
2696 is blocked.")
2698 (defvar org-trigger-hook nil
2699 "Hook for functions that are triggered by a state change.
2701 Each function gets as its single argument a property list with at
2702 least the following elements:
2704 (:type type-of-change :position pos-at-entry-start
2705 :from old-state :to new-state)
2707 Depending on the type, more properties may be present.
2709 This mechanism is currently implemented for:
2711 TODO state changes
2712 ------------------
2713 :type todo-state-change
2714 :from previous state (keyword as a string), or nil, or a symbol
2715 'todo' or 'done', to indicate the general type of state.
2716 :to new state, like in :from")
2718 (defcustom org-enforce-todo-dependencies nil
2719 "Non-nil means undone TODO entries will block switching the parent to DONE.
2720 Also, if a parent has an :ORDERED: property, switching an entry to DONE will
2721 be blocked if any prior sibling is not yet done.
2722 Finally, if the parent is blocked because of ordered siblings of its own,
2723 the child will also be blocked."
2724 :set (lambda (var val)
2725 (set var val)
2726 (if val
2727 (add-hook 'org-blocker-hook
2728 'org-block-todo-from-children-or-siblings-or-parent)
2729 (remove-hook 'org-blocker-hook
2730 'org-block-todo-from-children-or-siblings-or-parent)))
2731 :group 'org-todo
2732 :type 'boolean)
2734 (defcustom org-enforce-todo-checkbox-dependencies nil
2735 "Non-nil means unchecked boxes will block switching the parent to DONE.
2736 When this is nil, checkboxes have no influence on switching TODO states.
2737 When non-nil, you first need to check off all check boxes before the TODO
2738 entry can be switched to DONE.
2739 This variable needs to be set before org.el is loaded, and you need to
2740 restart Emacs after a change to make the change effective. The only way
2741 to change is while Emacs is running is through the customize interface."
2742 :set (lambda (var val)
2743 (set var val)
2744 (if val
2745 (add-hook 'org-blocker-hook
2746 'org-block-todo-from-checkboxes)
2747 (remove-hook 'org-blocker-hook
2748 'org-block-todo-from-checkboxes)))
2749 :group 'org-todo
2750 :type 'boolean)
2752 (defcustom org-treat-insert-todo-heading-as-state-change nil
2753 "Non-nil means inserting a TODO heading is treated as state change.
2754 So when the command \\[org-insert-todo-heading] is used, state change
2755 logging will apply if appropriate. When nil, the new TODO item will
2756 be inserted directly, and no logging will take place."
2757 :group 'org-todo
2758 :type 'boolean)
2760 (defcustom org-treat-S-cursor-todo-selection-as-state-change t
2761 "Non-nil means switching TODO states with S-cursor counts as state change.
2762 This is the default behavior. However, setting this to nil allows a
2763 convenient way to select a TODO state and bypass any logging associated
2764 with that."
2765 :group 'org-todo
2766 :type 'boolean)
2768 (defcustom org-todo-state-tags-triggers nil
2769 "Tag changes that should be triggered by TODO state changes.
2770 This is a list. Each entry is
2772 (state-change (tag . flag) .......)
2774 State-change can be a string with a state, and empty string to indicate the
2775 state that has no TODO keyword, or it can be one of the symbols `todo'
2776 or `done', meaning any not-done or done state, respectively."
2777 :group 'org-todo
2778 :group 'org-tags
2779 :type '(repeat
2780 (cons (choice :tag "When changing to"
2781 (const :tag "Not-done state" todo)
2782 (const :tag "Done state" done)
2783 (string :tag "State"))
2784 (repeat
2785 (cons :tag "Tag action"
2786 (string :tag "Tag")
2787 (choice (const :tag "Add" t) (const :tag "Remove" nil)))))))
2789 (defcustom org-log-done nil
2790 "Information to record when a task moves to the DONE state.
2792 Possible values are:
2794 nil Don't add anything, just change the keyword
2795 time Add a time stamp to the task
2796 note Prompt for a note and add it with template `org-log-note-headings'
2798 This option can also be set with on a per-file-basis with
2800 #+STARTUP: nologdone
2801 #+STARTUP: logdone
2802 #+STARTUP: lognotedone
2804 You can have local logging settings for a subtree by setting the LOGGING
2805 property to one or more of these keywords."
2806 :group 'org-todo
2807 :group 'org-progress
2808 :type '(choice
2809 (const :tag "No logging" nil)
2810 (const :tag "Record CLOSED timestamp" time)
2811 (const :tag "Record CLOSED timestamp with note." note)))
2813 ;; Normalize old uses of org-log-done.
2814 (cond
2815 ((eq org-log-done t) (setq org-log-done 'time))
2816 ((and (listp org-log-done) (memq 'done org-log-done))
2817 (setq org-log-done 'note)))
2819 (defcustom org-log-reschedule nil
2820 "Information to record when the scheduling date of a tasks is modified.
2822 Possible values are:
2824 nil Don't add anything, just change the date
2825 time Add a time stamp to the task
2826 note Prompt for a note and add it with template `org-log-note-headings'
2828 This option can also be set with on a per-file-basis with
2830 #+STARTUP: nologreschedule
2831 #+STARTUP: logreschedule
2832 #+STARTUP: lognotereschedule"
2833 :group 'org-todo
2834 :group 'org-progress
2835 :type '(choice
2836 (const :tag "No logging" nil)
2837 (const :tag "Record timestamp" time)
2838 (const :tag "Record timestamp with note." note)))
2840 (defcustom org-log-redeadline nil
2841 "Information to record when the deadline date of a tasks is modified.
2843 Possible values are:
2845 nil Don't add anything, just change the date
2846 time Add a time stamp to the task
2847 note Prompt for a note and add it with template `org-log-note-headings'
2849 This option can also be set with on a per-file-basis with
2851 #+STARTUP: nologredeadline
2852 #+STARTUP: logredeadline
2853 #+STARTUP: lognoteredeadline
2855 You can have local logging settings for a subtree by setting the LOGGING
2856 property to one or more of these keywords."
2857 :group 'org-todo
2858 :group 'org-progress
2859 :type '(choice
2860 (const :tag "No logging" nil)
2861 (const :tag "Record timestamp" time)
2862 (const :tag "Record timestamp with note." note)))
2864 (defcustom org-log-note-clock-out nil
2865 "Non-nil means record a note when clocking out of an item.
2866 This can also be configured on a per-file basis by adding one of
2867 the following lines anywhere in the buffer:
2869 #+STARTUP: lognoteclock-out
2870 #+STARTUP: nolognoteclock-out"
2871 :group 'org-todo
2872 :group 'org-progress
2873 :type 'boolean)
2875 (defcustom org-log-done-with-time t
2876 "Non-nil means the CLOSED time stamp will contain date and time.
2877 When nil, only the date will be recorded."
2878 :group 'org-progress
2879 :type 'boolean)
2881 (defcustom org-log-note-headings
2882 '((done . "CLOSING NOTE %t")
2883 (state . "State %-12s from %-12S %t")
2884 (note . "Note taken on %t")
2885 (reschedule . "Rescheduled from %S on %t")
2886 (delschedule . "Not scheduled, was %S on %t")
2887 (redeadline . "New deadline from %S on %t")
2888 (deldeadline . "Removed deadline, was %S on %t")
2889 (refile . "Refiled on %t")
2890 (clock-out . ""))
2891 "Headings for notes added to entries.
2893 The value is an alist, with the car being a symbol indicating the
2894 note context, and the cdr is the heading to be used. The heading
2895 may also be the empty string. The following placeholders can be
2896 used:
2898 %t a time stamp.
2899 %T an active time stamp instead the default inactive one
2900 %d a short-format time stamp.
2901 %D an active short-format time stamp.
2902 %s the new TODO state or time stamp (inactive), in double quotes.
2903 %S the old TODO state or time stamp (inactive), in double quotes.
2904 %u the user name.
2905 %U full user name.
2907 In fact, it is not a good idea to change the `state' entry,
2908 because Agenda Log mode depends on the format of these entries."
2909 :group 'org-todo
2910 :group 'org-progress
2911 :type '(list :greedy t
2912 (cons (const :tag "Heading when closing an item" done) string)
2913 (cons (const :tag
2914 "Heading when changing todo state (todo sequence only)"
2915 state) string)
2916 (cons (const :tag "Heading when just taking a note" note) string)
2917 (cons (const :tag "Heading when rescheduling" reschedule) string)
2918 (cons (const :tag "Heading when an item is no longer scheduled" delschedule) string)
2919 (cons (const :tag "Heading when changing deadline" redeadline) string)
2920 (cons (const :tag "Heading when deleting a deadline" deldeadline) string)
2921 (cons (const :tag "Heading when refiling" refile) string)
2922 (cons (const :tag "Heading when clocking out" clock-out) string)))
2924 (unless (assq 'note org-log-note-headings)
2925 (push '(note . "%t") org-log-note-headings))
2927 (defcustom org-log-into-drawer nil
2928 "Non-nil means insert state change notes and time stamps into a drawer.
2929 When nil, state changes notes will be inserted after the headline and
2930 any scheduling and clock lines, but not inside a drawer.
2932 The value of this variable should be the name of the drawer to use.
2933 LOGBOOK is proposed as the default drawer for this purpose, you can
2934 also set this to a string to define the drawer of your choice.
2936 A value of t is also allowed, representing \"LOGBOOK\".
2938 A value of t or nil can also be set with on a per-file-basis with
2940 #+STARTUP: logdrawer
2941 #+STARTUP: nologdrawer
2943 If this variable is set, `org-log-state-notes-insert-after-drawers'
2944 will be ignored.
2946 You can set the property LOG_INTO_DRAWER to overrule this setting for
2947 a subtree.
2949 Do not check directly this variable in a Lisp program. Call
2950 function `org-log-into-drawer' instead."
2951 :group 'org-todo
2952 :group 'org-progress
2953 :type '(choice
2954 (const :tag "Not into a drawer" nil)
2955 (const :tag "LOGBOOK" t)
2956 (string :tag "Other")))
2958 (org-defvaralias 'org-log-state-notes-into-drawer 'org-log-into-drawer)
2960 (defun org-log-into-drawer ()
2961 "Name of the log drawer, as a string, or nil.
2962 This is the value of `org-log-into-drawer'. However, if the
2963 current entry has or inherits a LOG_INTO_DRAWER property, it will
2964 be used instead of the default value."
2965 (let ((p (org-entry-get nil "LOG_INTO_DRAWER" 'inherit t)))
2966 (cond ((equal p "nil") nil)
2967 ((equal p "t") "LOGBOOK")
2968 ((stringp p) p)
2969 (p "LOGBOOK")
2970 ((stringp org-log-into-drawer) org-log-into-drawer)
2971 (org-log-into-drawer "LOGBOOK"))))
2973 (defcustom org-log-state-notes-insert-after-drawers nil
2974 "Non-nil means insert state change notes after any drawers in entry.
2975 Only the drawers that *immediately* follow the headline and the
2976 deadline/scheduled line are skipped.
2977 When nil, insert notes right after the heading and perhaps the line
2978 with deadline/scheduling if present.
2980 This variable will have no effect if `org-log-into-drawer' is
2981 set."
2982 :group 'org-todo
2983 :group 'org-progress
2984 :type 'boolean)
2986 (defcustom org-log-states-order-reversed t
2987 "Non-nil means the latest state note will be directly after heading.
2988 When nil, the state change notes will be ordered according to time.
2990 This option can also be set with on a per-file-basis with
2992 #+STARTUP: logstatesreversed
2993 #+STARTUP: nologstatesreversed"
2994 :group 'org-todo
2995 :group 'org-progress
2996 :type 'boolean)
2998 (defcustom org-todo-repeat-to-state nil
2999 "The TODO state to which a repeater should return the repeating task.
3000 By default this is the first task in a TODO sequence, or the previous state
3001 in a TODO_TYP set. But you can specify another task here.
3002 alternatively, set the :REPEAT_TO_STATE: property of the entry."
3003 :group 'org-todo
3004 :version "24.1"
3005 :type '(choice (const :tag "Head of sequence" nil)
3006 (string :tag "Specific state")))
3008 (defcustom org-log-repeat 'time
3009 "Non-nil means record moving through the DONE state when triggering repeat.
3010 An auto-repeating task is immediately switched back to TODO when
3011 marked DONE. If you are not logging state changes (by adding \"@\"
3012 or \"!\" to the TODO keyword definition), or set `org-log-done' to
3013 record a closing note, there will be no record of the task moving
3014 through DONE. This variable forces taking a note anyway.
3016 nil Don't force a record
3017 time Record a time stamp
3018 note Prompt for a note and add it with template `org-log-note-headings'
3020 This option can also be set with on a per-file-basis with
3022 #+STARTUP: nologrepeat
3023 #+STARTUP: logrepeat
3024 #+STARTUP: lognoterepeat
3026 You can have local logging settings for a subtree by setting the LOGGING
3027 property to one or more of these keywords."
3028 :group 'org-todo
3029 :group 'org-progress
3030 :type '(choice
3031 (const :tag "Don't force a record" nil)
3032 (const :tag "Force recording the DONE state" time)
3033 (const :tag "Force recording a note with the DONE state" note)))
3036 (defgroup org-priorities nil
3037 "Priorities in Org-mode."
3038 :tag "Org Priorities"
3039 :group 'org-todo)
3041 (defcustom org-enable-priority-commands t
3042 "Non-nil means priority commands are active.
3043 When nil, these commands will be disabled, so that you never accidentally
3044 set a priority."
3045 :group 'org-priorities
3046 :type 'boolean)
3048 (defcustom org-highest-priority ?A
3049 "The highest priority of TODO items. A character like ?A, ?B etc.
3050 Must have a smaller ASCII number than `org-lowest-priority'."
3051 :group 'org-priorities
3052 :type 'character)
3054 (defcustom org-lowest-priority ?C
3055 "The lowest priority of TODO items. A character like ?A, ?B etc.
3056 Must have a larger ASCII number than `org-highest-priority'."
3057 :group 'org-priorities
3058 :type 'character)
3060 (defcustom org-default-priority ?B
3061 "The default priority of TODO items.
3062 This is the priority an item gets if no explicit priority is given.
3063 When starting to cycle on an empty priority the first step in the cycle
3064 depends on `org-priority-start-cycle-with-default'. The resulting first
3065 step priority must not exceed the range from `org-highest-priority' to
3066 `org-lowest-priority' which means that `org-default-priority' has to be
3067 in this range exclusive or inclusive the range boundaries. Else the
3068 first step refuses to set the default and the second will fall back
3069 to (depending on the command used) the highest or lowest priority."
3070 :group 'org-priorities
3071 :type 'character)
3073 (defcustom org-priority-start-cycle-with-default t
3074 "Non-nil means start with default priority when starting to cycle.
3075 When this is nil, the first step in the cycle will be (depending on the
3076 command used) one higher or lower than the default priority.
3077 See also `org-default-priority'."
3078 :group 'org-priorities
3079 :type 'boolean)
3081 (defcustom org-get-priority-function nil
3082 "Function to extract the priority from a string.
3083 The string is normally the headline. If this is nil Org computes the
3084 priority from the priority cookie like [#A] in the headline. It returns
3085 an integer, increasing by 1000 for each priority level.
3086 The user can set a different function here, which should take a string
3087 as an argument and return the numeric priority."
3088 :group 'org-priorities
3089 :version "24.1"
3090 :type '(choice
3091 (const nil)
3092 (function)))
3094 (defgroup org-time nil
3095 "Options concerning time stamps and deadlines in Org-mode."
3096 :tag "Org Time"
3097 :group 'org)
3099 (defcustom org-time-stamp-rounding-minutes '(0 5)
3100 "Number of minutes to round time stamps to.
3101 These are two values, the first applies when first creating a time stamp.
3102 The second applies when changing it with the commands `S-up' and `S-down'.
3103 When changing the time stamp, this means that it will change in steps
3104 of N minutes, as given by the second value.
3106 When a setting is 0 or 1, insert the time unmodified. Useful rounding
3107 numbers should be factors of 60, so for example 5, 10, 15.
3109 When this is larger than 1, you can still force an exact time stamp by using
3110 a double prefix argument to a time stamp command like `C-c .' or `C-c !',
3111 and by using a prefix arg to `S-up/down' to specify the exact number
3112 of minutes to shift."
3113 :group 'org-time
3114 :get (lambda (var) ; Make sure both elements are there
3115 (if (integerp (default-value var))
3116 (list (default-value var) 5)
3117 (default-value var)))
3118 :type '(list
3119 (integer :tag "when inserting times")
3120 (integer :tag "when modifying times")))
3122 ;; Normalize old customizations of this variable.
3123 (when (integerp org-time-stamp-rounding-minutes)
3124 (setq org-time-stamp-rounding-minutes
3125 (list org-time-stamp-rounding-minutes
3126 org-time-stamp-rounding-minutes)))
3128 (defcustom org-display-custom-times nil
3129 "Non-nil means overlay custom formats over all time stamps.
3130 The formats are defined through the variable `org-time-stamp-custom-formats'.
3131 To turn this on on a per-file basis, insert anywhere in the file:
3132 #+STARTUP: customtime"
3133 :group 'org-time
3134 :set 'set-default
3135 :type 'sexp)
3136 (make-variable-buffer-local 'org-display-custom-times)
3138 (defcustom org-time-stamp-custom-formats
3139 '("<%m/%d/%y %a>" . "<%m/%d/%y %a %H:%M>") ; american
3140 "Custom formats for time stamps. See `format-time-string' for the syntax.
3141 These are overlaid over the default ISO format if the variable
3142 `org-display-custom-times' is set. Time like %H:%M should be at the
3143 end of the second format. The custom formats are also honored by export
3144 commands, if custom time display is turned on at the time of export."
3145 :group 'org-time
3146 :type 'sexp)
3148 (defun org-time-stamp-format (&optional long inactive)
3149 "Get the right format for a time string."
3150 (let ((f (if long (cdr org-time-stamp-formats)
3151 (car org-time-stamp-formats))))
3152 (if inactive
3153 (concat "[" (substring f 1 -1) "]")
3154 f)))
3156 (defcustom org-time-clocksum-format
3157 '(:days "%dd " :hours "%d" :require-hours t :minutes ":%02d" :require-minutes t)
3158 "The format string used when creating CLOCKSUM lines.
3159 This is also used when Org mode generates a time duration.
3161 The value can be a single format string containing two
3162 %-sequences, which will be filled with the number of hours and
3163 minutes in that order.
3165 Alternatively, the value can be a plist associating any of the
3166 keys :years, :months, :weeks, :days, :hours or :minutes with
3167 format strings. The time duration is formatted using only the
3168 time components that are needed and concatenating the results.
3169 If a time unit in absent, it falls back to the next smallest
3170 unit.
3172 The keys :require-years, :require-months, :require-days,
3173 :require-weeks, :require-hours, :require-minutes are also
3174 meaningful. A non-nil value for these keys indicates that the
3175 corresponding time component should always be included, even if
3176 its value is 0.
3179 For example,
3181 \(:days \"%dd\" :hours \"%d\" :require-hours t :minutes \":%02d\"
3182 :require-minutes t)
3184 means durations longer than a day will be expressed in days,
3185 hours and minutes, and durations less than a day will always be
3186 expressed in hours and minutes (even for durations less than an
3187 hour).
3189 The value
3191 \(:days \"%dd\" :minutes \"%dm\")
3193 means durations longer than a day will be expressed in days and
3194 minutes, and durations less than a day will be expressed entirely
3195 in minutes (even for durations longer than an hour)."
3196 :group 'org-time
3197 :group 'org-clock
3198 :version "24.4"
3199 :package-version '(Org . "8.0")
3200 :type '(choice (string :tag "Format string")
3201 (set :tag "Plist"
3202 (group :inline t (const :tag "Years" :years)
3203 (string :tag "Format string"))
3204 (group :inline t
3205 (const :tag "Always show years" :require-years)
3206 (const t))
3207 (group :inline t (const :tag "Months" :months)
3208 (string :tag "Format string"))
3209 (group :inline t
3210 (const :tag "Always show months" :require-months)
3211 (const t))
3212 (group :inline t (const :tag "Weeks" :weeks)
3213 (string :tag "Format string"))
3214 (group :inline t
3215 (const :tag "Always show weeks" :require-weeks)
3216 (const t))
3217 (group :inline t (const :tag "Days" :days)
3218 (string :tag "Format string"))
3219 (group :inline t
3220 (const :tag "Always show days" :require-days)
3221 (const t))
3222 (group :inline t (const :tag "Hours" :hours)
3223 (string :tag "Format string"))
3224 (group :inline t
3225 (const :tag "Always show hours" :require-hours)
3226 (const t))
3227 (group :inline t (const :tag "Minutes" :minutes)
3228 (string :tag "Format string"))
3229 (group :inline t
3230 (const :tag "Always show minutes" :require-minutes)
3231 (const t)))))
3233 (defcustom org-time-clocksum-use-fractional nil
3234 "When non-nil, \\[org-clock-display] uses fractional times.
3235 See `org-time-clocksum-format' for more on time clock formats."
3236 :group 'org-time
3237 :group 'org-clock
3238 :version "24.3"
3239 :type 'boolean)
3241 (defcustom org-time-clocksum-use-effort-durations nil
3242 "When non-nil, \\[org-clock-display] uses effort durations.
3243 E.g. by default, one day is considered to be a 8 hours effort,
3244 so a task that has been clocked for 16 hours will be displayed
3245 as during 2 days in the clock display or in the clocktable.
3247 See `org-effort-durations' on how to set effort durations
3248 and `org-time-clocksum-format' for more on time clock formats."
3249 :group 'org-time
3250 :group 'org-clock
3251 :version "24.4"
3252 :package-version '(Org . "8.0")
3253 :type 'boolean)
3255 (defcustom org-time-clocksum-fractional-format "%.2f"
3256 "The format string used when creating CLOCKSUM lines,
3257 or when Org mode generates a time duration, if
3258 `org-time-clocksum-use-fractional' is enabled.
3260 The value can be a single format string containing one
3261 %-sequence, which will be filled with the number of hours as
3262 a float.
3264 Alternatively, the value can be a plist associating any of the
3265 keys :years, :months, :weeks, :days, :hours or :minutes with
3266 a format string. The time duration is formatted using the
3267 largest time unit which gives a non-zero integer part. If all
3268 specified formats have zero integer part, the smallest time unit
3269 is used."
3270 :group 'org-time
3271 :type '(choice (string :tag "Format string")
3272 (set (group :inline t (const :tag "Years" :years)
3273 (string :tag "Format string"))
3274 (group :inline t (const :tag "Months" :months)
3275 (string :tag "Format string"))
3276 (group :inline t (const :tag "Weeks" :weeks)
3277 (string :tag "Format string"))
3278 (group :inline t (const :tag "Days" :days)
3279 (string :tag "Format string"))
3280 (group :inline t (const :tag "Hours" :hours)
3281 (string :tag "Format string"))
3282 (group :inline t (const :tag "Minutes" :minutes)
3283 (string :tag "Format string")))))
3285 (defcustom org-deadline-warning-days 14
3286 "Number of days before expiration during which a deadline becomes active.
3287 This variable governs the display in sparse trees and in the agenda.
3288 When 0 or negative, it means use this number (the absolute value of it)
3289 even if a deadline has a different individual lead time specified.
3291 Custom commands can set this variable in the options section."
3292 :group 'org-time
3293 :group 'org-agenda-daily/weekly
3294 :type 'integer)
3296 (defcustom org-scheduled-delay-days 0
3297 "Number of days before a scheduled item becomes active.
3298 This variable governs the display in sparse trees and in the agenda.
3299 The default value (i.e. 0) means: don't delay scheduled item.
3300 When negative, it means use this number (the absolute value of it)
3301 even if a scheduled item has a different individual delay time
3302 specified.
3304 Custom commands can set this variable in the options section."
3305 :group 'org-time
3306 :group 'org-agenda-daily/weekly
3307 :version "24.4"
3308 :package-version '(Org . "8.0")
3309 :type 'integer)
3311 (defcustom org-read-date-prefer-future t
3312 "Non-nil means assume future for incomplete date input from user.
3313 This affects the following situations:
3314 1. The user gives a month but not a year.
3315 For example, if it is April and you enter \"feb 2\", this will be read
3316 as Feb 2, *next* year. \"May 5\", however, will be this year.
3317 2. The user gives a day, but no month.
3318 For example, if today is the 15th, and you enter \"3\", Org-mode will
3319 read this as the third of *next* month. However, if you enter \"17\",
3320 it will be considered as *this* month.
3322 If you set this variable to the symbol `time', then also the following
3323 will work:
3325 3. If the user gives a time.
3326 If the time is before now, it will be interpreted as tomorrow.
3328 Currently none of this works for ISO week specifications.
3330 When this option is nil, the current day, month and year will always be
3331 used as defaults.
3333 See also `org-agenda-jump-prefer-future'."
3334 :group 'org-time
3335 :type '(choice
3336 (const :tag "Never" nil)
3337 (const :tag "Check month and day" t)
3338 (const :tag "Check month, day, and time" time)))
3340 (defcustom org-agenda-jump-prefer-future 'org-read-date-prefer-future
3341 "Should the agenda jump command prefer the future for incomplete dates?
3342 The default is to do the same as configured in `org-read-date-prefer-future'.
3343 But you can also set a deviating value here.
3344 This may t or nil, or the symbol `org-read-date-prefer-future'."
3345 :group 'org-agenda
3346 :group 'org-time
3347 :version "24.1"
3348 :type '(choice
3349 (const :tag "Use org-read-date-prefer-future"
3350 org-read-date-prefer-future)
3351 (const :tag "Never" nil)
3352 (const :tag "Always" t)))
3354 (defcustom org-read-date-force-compatible-dates t
3355 "Should date/time prompt force dates that are guaranteed to work in Emacs?
3357 Depending on the system Emacs is running on, certain dates cannot
3358 be represented with the type used internally to represent time.
3359 Dates between 1970-1-1 and 2038-1-1 can always be represented
3360 correctly. Some systems allow for earlier dates, some for later,
3361 some for both. One way to find out it to insert any date into an
3362 Org buffer, putting the cursor on the year and hitting S-up and
3363 S-down to test the range.
3365 When this variable is set to t, the date/time prompt will not let
3366 you specify dates outside the 1970-2037 range, so it is certain that
3367 these dates will work in whatever version of Emacs you are
3368 running, and also that you can move a file from one Emacs implementation
3369 to another. WHenever Org is forcing the year for you, it will display
3370 a message and beep.
3372 When this variable is nil, Org will check if the date is
3373 representable in the specific Emacs implementation you are using.
3374 If not, it will force a year, usually the current year, and beep
3375 to remind you. Currently this setting is not recommended because
3376 the likelihood that you will open your Org files in an Emacs that
3377 has limited date range is not negligible.
3379 A workaround for this problem is to use diary sexp dates for time
3380 stamps outside of this range."
3381 :group 'org-time
3382 :version "24.1"
3383 :type 'boolean)
3385 (defcustom org-read-date-display-live t
3386 "Non-nil means display current interpretation of date prompt live.
3387 This display will be in an overlay, in the minibuffer."
3388 :group 'org-time
3389 :type 'boolean)
3391 (defcustom org-read-date-popup-calendar t
3392 "Non-nil means pop up a calendar when prompting for a date.
3393 In the calendar, the date can be selected with mouse-1. However, the
3394 minibuffer will also be active, and you can simply enter the date as well.
3395 When nil, only the minibuffer will be available."
3396 :group 'org-time
3397 :type 'boolean)
3398 (org-defvaralias 'org-popup-calendar-for-date-prompt
3399 'org-read-date-popup-calendar)
3401 (make-obsolete-variable
3402 'org-read-date-minibuffer-setup-hook
3403 "Set `org-read-date-minibuffer-local-map' instead." "24.4")
3404 (defcustom org-read-date-minibuffer-setup-hook nil
3405 "Hook to be used to set up keys for the date/time interface.
3406 Add key definitions to `minibuffer-local-map', which will be a
3407 temporary copy.
3409 WARNING: This option is obsolete, you should use
3410 `org-read-date-minibuffer-local-map' to set up keys."
3411 :group 'org-time
3412 :type 'hook)
3414 (defcustom org-extend-today-until 0
3415 "The hour when your day really ends. Must be an integer.
3416 This has influence for the following applications:
3417 - When switching the agenda to \"today\". It it is still earlier than
3418 the time given here, the day recognized as TODAY is actually yesterday.
3419 - When a date is read from the user and it is still before the time given
3420 here, the current date and time will be assumed to be yesterday, 23:59.
3421 Also, timestamps inserted in capture templates follow this rule.
3423 IMPORTANT: This is a feature whose implementation is and likely will
3424 remain incomplete. Really, it is only here because past midnight seems to
3425 be the favorite working time of John Wiegley :-)"
3426 :group 'org-time
3427 :type 'integer)
3429 (defcustom org-use-effective-time nil
3430 "If non-nil, consider `org-extend-today-until' when creating timestamps.
3431 For example, if `org-extend-today-until' is 8, and it's 4am, then the
3432 \"effective time\" of any timestamps between midnight and 8am will be
3433 23:59 of the previous day."
3434 :group 'org-time
3435 :version "24.1"
3436 :type 'boolean)
3438 (defcustom org-use-last-clock-out-time-as-effective-time nil
3439 "When non-nil, use the last clock out time for `org-todo'.
3440 Note that this option has precedence over the combined use of
3441 `org-use-effective-time' and `org-extend-today-until'."
3442 :group 'org-time
3443 :version "24.4"
3444 :package-version '(Org . "8.0")
3445 :type 'boolean)
3447 (defcustom org-edit-timestamp-down-means-later nil
3448 "Non-nil means S-down will increase the time in a time stamp.
3449 When nil, S-up will increase."
3450 :group 'org-time
3451 :type 'boolean)
3453 (defcustom org-calendar-follow-timestamp-change t
3454 "Non-nil means make the calendar window follow timestamp changes.
3455 When a timestamp is modified and the calendar window is visible, it will be
3456 moved to the new date."
3457 :group 'org-time
3458 :type 'boolean)
3460 (defgroup org-tags nil
3461 "Options concerning tags in Org-mode."
3462 :tag "Org Tags"
3463 :group 'org)
3465 (defcustom org-tag-alist nil
3466 "List of tags allowed in Org-mode files.
3467 When this list is nil, Org-mode will base TAG input on what is already in the
3468 buffer.
3469 The value of this variable is an alist, the car of each entry must be a
3470 keyword as a string, the cdr may be a character that is used to select
3471 that tag through the fast-tag-selection interface.
3472 See the manual for details."
3473 :group 'org-tags
3474 :type '(repeat
3475 (choice
3476 (cons (string :tag "Tag name")
3477 (character :tag "Access char"))
3478 (list :tag "Start radio group"
3479 (const :startgroup)
3480 (option (string :tag "Group description")))
3481 (list :tag "Start tag group, non distinct"
3482 (const :startgrouptag)
3483 (option (string :tag "Group description")))
3484 (list :tag "Group tags delimiter"
3485 (const :grouptags))
3486 (list :tag "End radio group"
3487 (const :endgroup)
3488 (option (string :tag "Group description")))
3489 (list :tag "End tag group, non distinct"
3490 (const :endgrouptag)
3491 (option (string :tag "Group description")))
3492 (const :tag "New line" (:newline)))))
3494 (defcustom org-tag-persistent-alist nil
3495 "List of tags that will always appear in all Org-mode files.
3496 This is in addition to any in buffer settings or customizations
3497 of `org-tag-alist'.
3498 When this list is nil, Org-mode will base TAG input on `org-tag-alist'.
3499 The value of this variable is an alist, the car of each entry must be a
3500 keyword as a string, the cdr may be a character that is used to select
3501 that tag through the fast-tag-selection interface.
3502 See the manual for details.
3503 To disable these tags on a per-file basis, insert anywhere in the file:
3504 #+STARTUP: noptag"
3505 :group 'org-tags
3506 :type '(repeat
3507 (choice
3508 (cons (string :tag "Tag name")
3509 (character :tag "Access char"))
3510 (const :tag "Start radio group" (:startgroup))
3511 (const :tag "Group tags delimiter" (:grouptags))
3512 (const :tag "End radio group" (:endgroup))
3513 (const :tag "New line" (:newline)))))
3515 (defcustom org-complete-tags-always-offer-all-agenda-tags nil
3516 "If non-nil, always offer completion for all tags of all agenda files.
3517 Instead of customizing this variable directly, you might want to
3518 set it locally for capture buffers, because there no list of
3519 tags in that file can be created dynamically (there are none).
3521 (add-hook 'org-capture-mode-hook
3522 (lambda ()
3523 (set (make-local-variable
3524 'org-complete-tags-always-offer-all-agenda-tags)
3525 t)))"
3526 :group 'org-tags
3527 :version "24.1"
3528 :type 'boolean)
3530 (defvar org-file-tags nil
3531 "List of tags that can be inherited by all entries in the file.
3532 The tags will be inherited if the variable `org-use-tag-inheritance'
3533 says they should be.
3534 This variable is populated from #+FILETAGS lines.")
3536 (defcustom org-use-fast-tag-selection 'auto
3537 "Non-nil means use fast tag selection scheme.
3538 This is a special interface to select and deselect tags with single keys.
3539 When nil, fast selection is never used.
3540 When the symbol `auto', fast selection is used if and only if selection
3541 characters for tags have been configured, either through the variable
3542 `org-tag-alist' or through a #+TAGS line in the buffer.
3543 When t, fast selection is always used and selection keys are assigned
3544 automatically if necessary."
3545 :group 'org-tags
3546 :type '(choice
3547 (const :tag "Always" t)
3548 (const :tag "Never" nil)
3549 (const :tag "When selection characters are configured" auto)))
3551 (defcustom org-fast-tag-selection-single-key nil
3552 "Non-nil means fast tag selection exits after first change.
3553 When nil, you have to press RET to exit it.
3554 During fast tag selection, you can toggle this flag with `C-c'.
3555 This variable can also have the value `expert'. In this case, the window
3556 displaying the tags menu is not even shown, until you press C-c again."
3557 :group 'org-tags
3558 :type '(choice
3559 (const :tag "No" nil)
3560 (const :tag "Yes" t)
3561 (const :tag "Expert" expert)))
3563 (defvar org-fast-tag-selection-include-todo nil
3564 "Non-nil means fast tags selection interface will also offer TODO states.
3565 This is an undocumented feature, you should not rely on it.")
3567 (defcustom org-tags-column (if (featurep 'xemacs) -76 -77)
3568 "The column to which tags should be indented in a headline.
3569 If this number is positive, it specifies the column. If it is negative,
3570 it means that the tags should be flushright to that column. For example,
3571 -80 works well for a normal 80 character screen.
3572 When 0, place tags directly after headline text, with only one space in
3573 between."
3574 :group 'org-tags
3575 :type 'integer)
3577 (defcustom org-auto-align-tags t
3578 "Non-nil keeps tags aligned when modifying headlines.
3579 Some operations (i.e. demoting) change the length of a headline and
3580 therefore shift the tags around. With this option turned on, after
3581 each such operation the tags are again aligned to `org-tags-column'."
3582 :group 'org-tags
3583 :type 'boolean)
3585 (defcustom org-use-tag-inheritance t
3586 "Non-nil means tags in levels apply also for sublevels.
3587 When nil, only the tags directly given in a specific line apply there.
3588 This may also be a list of tags that should be inherited, or a regexp that
3589 matches tags that should be inherited. Additional control is possible
3590 with the variable `org-tags-exclude-from-inheritance' which gives an
3591 explicit list of tags to be excluded from inheritance, even if the value of
3592 `org-use-tag-inheritance' would select it for inheritance.
3594 If this option is t, a match early-on in a tree can lead to a large
3595 number of matches in the subtree when constructing the agenda or creating
3596 a sparse tree. If you only want to see the first match in a tree during
3597 a search, check out the variable `org-tags-match-list-sublevels'."
3598 :group 'org-tags
3599 :type '(choice
3600 (const :tag "Not" nil)
3601 (const :tag "Always" t)
3602 (repeat :tag "Specific tags" (string :tag "Tag"))
3603 (regexp :tag "Tags matched by regexp")))
3605 (defcustom org-tags-exclude-from-inheritance nil
3606 "List of tags that should never be inherited.
3607 This is a way to exclude a few tags from inheritance. For way to do
3608 the opposite, to actively allow inheritance for selected tags,
3609 see the variable `org-use-tag-inheritance'."
3610 :group 'org-tags
3611 :type '(repeat (string :tag "Tag")))
3613 (defun org-tag-inherit-p (tag)
3614 "Check if TAG is one that should be inherited."
3615 (cond
3616 ((member tag org-tags-exclude-from-inheritance) nil)
3617 ((eq org-use-tag-inheritance t) t)
3618 ((not org-use-tag-inheritance) nil)
3619 ((stringp org-use-tag-inheritance)
3620 (string-match org-use-tag-inheritance tag))
3621 ((listp org-use-tag-inheritance)
3622 (member tag org-use-tag-inheritance))
3623 (t (error "Invalid setting of `org-use-tag-inheritance'"))))
3625 (defcustom org-tags-match-list-sublevels t
3626 "Non-nil means list also sublevels of headlines matching a search.
3627 This variable applies to tags/property searches, and also to stuck
3628 projects because this search is based on a tags match as well.
3630 When set to the symbol `indented', sublevels are indented with
3631 leading dots.
3633 Because of tag inheritance (see variable `org-use-tag-inheritance'),
3634 the sublevels of a headline matching a tag search often also match
3635 the same search. Listing all of them can create very long lists.
3636 Setting this variable to nil causes subtrees of a match to be skipped.
3638 This variable is semi-obsolete and probably should always be true. It
3639 is better to limit inheritance to certain tags using the variables
3640 `org-use-tag-inheritance' and `org-tags-exclude-from-inheritance'."
3641 :group 'org-tags
3642 :type '(choice
3643 (const :tag "No, don't list them" nil)
3644 (const :tag "Yes, do list them" t)
3645 (const :tag "List them, indented with leading dots" indented)))
3647 (defcustom org-tags-sort-function nil
3648 "When set, tags are sorted using this function as a comparator."
3649 :group 'org-tags
3650 :type '(choice
3651 (const :tag "No sorting" nil)
3652 (const :tag "Alphabetical" string<)
3653 (const :tag "Reverse alphabetical" string>)
3654 (function :tag "Custom function" nil)))
3656 (defvar org-tags-history nil
3657 "History of minibuffer reads for tags.")
3658 (defvar org-last-tags-completion-table nil
3659 "The last used completion table for tags.")
3660 (defvar org-after-tags-change-hook nil
3661 "Hook that is run after the tags in a line have changed.")
3663 (defgroup org-properties nil
3664 "Options concerning properties in Org-mode."
3665 :tag "Org Properties"
3666 :group 'org)
3668 (defcustom org-property-format "%-10s %s"
3669 "How property key/value pairs should be formatted by `indent-line'.
3670 When `indent-line' hits a property definition, it will format the line
3671 according to this format, mainly to make sure that the values are
3672 lined-up with respect to each other."
3673 :group 'org-properties
3674 :type 'string)
3676 (defcustom org-properties-postprocess-alist nil
3677 "Alist of properties and functions to adjust inserted values.
3678 Elements of this alist must be of the form
3680 ([string] [function])
3682 where [string] must be a property name and [function] must be a
3683 lambda expression: this lambda expression must take one argument,
3684 the value to adjust, and return the new value as a string.
3686 For example, this element will allow the property \"Remaining\"
3687 to be updated wrt the relation between the \"Effort\" property
3688 and the clock summary:
3690 ((\"Remaining\" (lambda(value)
3691 (let ((clocksum (org-clock-sum-current-item))
3692 (effort (org-duration-string-to-minutes
3693 (org-entry-get (point) \"Effort\"))))
3694 (org-minutes-to-clocksum-string (- effort clocksum))))))"
3695 :group 'org-properties
3696 :version "24.1"
3697 :type '(alist :key-type (string :tag "Property")
3698 :value-type (function :tag "Function")))
3700 (defcustom org-use-property-inheritance nil
3701 "Non-nil means properties apply also for sublevels.
3703 This setting is chiefly used during property searches. Turning it on can
3704 cause significant overhead when doing a search, which is why it is not
3705 on by default.
3707 When nil, only the properties directly given in the current entry count.
3708 When t, every property is inherited. The value may also be a list of
3709 properties that should have inheritance, or a regular expression matching
3710 properties that should be inherited.
3712 However, note that some special properties use inheritance under special
3713 circumstances (not in searches). Examples are CATEGORY, ARCHIVE, COLUMNS,
3714 and the properties ending in \"_ALL\" when they are used as descriptor
3715 for valid values of a property.
3717 Note for programmers:
3718 When querying an entry with `org-entry-get', you can control if inheritance
3719 should be used. By default, `org-entry-get' looks only at the local
3720 properties. You can request inheritance by setting the inherit argument
3721 to t (to force inheritance) or to `selective' (to respect the setting
3722 in this variable)."
3723 :group 'org-properties
3724 :type '(choice
3725 (const :tag "Not" nil)
3726 (const :tag "Always" t)
3727 (repeat :tag "Specific properties" (string :tag "Property"))
3728 (regexp :tag "Properties matched by regexp")))
3730 (defun org-property-inherit-p (property)
3731 "Check if PROPERTY is one that should be inherited."
3732 (cond
3733 ((eq org-use-property-inheritance t) t)
3734 ((not org-use-property-inheritance) nil)
3735 ((stringp org-use-property-inheritance)
3736 (string-match org-use-property-inheritance property))
3737 ((listp org-use-property-inheritance)
3738 (member property org-use-property-inheritance))
3739 (t (error "Invalid setting of `org-use-property-inheritance'"))))
3741 (defcustom org-columns-default-format "%25ITEM %TODO %3PRIORITY %TAGS"
3742 "The default column format, if no other format has been defined.
3743 This variable can be set on the per-file basis by inserting a line
3745 #+COLUMNS: %25ITEM ....."
3746 :group 'org-properties
3747 :type 'string)
3749 (defcustom org-columns-ellipses ".."
3750 "The ellipses to be used when a field in column view is truncated.
3751 When this is the empty string, as many characters as possible are shown,
3752 but then there will be no visual indication that the field has been truncated.
3753 When this is a string of length N, the last N characters of a truncated
3754 field are replaced by this string. If the column is narrower than the
3755 ellipses string, only part of the ellipses string will be shown."
3756 :group 'org-properties
3757 :type 'string)
3759 (defcustom org-columns-modify-value-for-display-function nil
3760 "Function that modifies values for display in column view.
3761 For example, it can be used to cut out a certain part from a time stamp.
3762 The function must take 2 arguments:
3764 column-title The title of the column (*not* the property name)
3765 value The value that should be modified.
3767 The function should return the value that should be displayed,
3768 or nil if the normal value should be used."
3769 :group 'org-properties
3770 :type '(choice (const nil) (function)))
3772 (defconst org-global-properties-fixed
3773 '(("VISIBILITY_ALL" . "folded children content all")
3774 ("CLOCK_MODELINE_TOTAL_ALL" . "current today repeat all auto"))
3775 "List of property/value pairs that can be inherited by any entry.
3777 These are fixed values, for the preset properties. The user variable
3778 that can be used to add to this list is `org-global-properties'.
3780 The entries in this list are cons cells where the car is a property
3781 name and cdr is a string with the value. If the value represents
3782 multiple items like an \"_ALL\" property, separate the items by
3783 spaces.")
3785 (defcustom org-global-properties nil
3786 "List of property/value pairs that can be inherited by any entry.
3788 This list will be combined with the constant `org-global-properties-fixed'.
3790 The entries in this list are cons cells where the car is a property
3791 name and cdr is a string with the value.
3793 You can set buffer-local values for the same purpose in the variable
3794 `org-file-properties' this by adding lines like
3796 #+PROPERTY: NAME VALUE"
3797 :group 'org-properties
3798 :type '(repeat
3799 (cons (string :tag "Property")
3800 (string :tag "Value"))))
3802 (defvar org-file-properties nil
3803 "List of property/value pairs that can be inherited by any entry.
3804 Valid for the current buffer.
3805 This variable is populated from #+PROPERTY lines.")
3806 (make-variable-buffer-local 'org-file-properties)
3808 (defgroup org-agenda nil
3809 "Options concerning agenda views in Org-mode."
3810 :tag "Org Agenda"
3811 :group 'org)
3813 (defvar org-category nil
3814 "Variable used by org files to set a category for agenda display.
3815 Such files should use a file variable to set it, for example
3817 # -*- mode: org; org-category: \"ELisp\"
3819 or contain a special line
3821 #+CATEGORY: ELisp
3823 If the file does not specify a category, then file's base name
3824 is used instead.")
3825 (make-variable-buffer-local 'org-category)
3826 (put 'org-category 'safe-local-variable (lambda (x) (or (symbolp x) (stringp x))))
3828 (defcustom org-agenda-files nil
3829 "The files to be used for agenda display.
3830 Entries may be added to this list with \\[org-agenda-file-to-front] and removed with
3831 \\[org-remove-file]. You can also use customize to edit the list.
3833 If an entry is a directory, all files in that directory that are matched by
3834 `org-agenda-file-regexp' will be part of the file list.
3836 If the value of the variable is not a list but a single file name, then
3837 the list of agenda files is actually stored and maintained in that file, one
3838 agenda file per line. In this file paths can be given relative to
3839 `org-directory'. Tilde expansion and environment variable substitution
3840 are also made."
3841 :group 'org-agenda
3842 :type '(choice
3843 (repeat :tag "List of files and directories" file)
3844 (file :tag "Store list in a file\n" :value "~/.agenda_files")))
3846 (defcustom org-agenda-file-regexp "\\`[^.].*\\.org\\'"
3847 "Regular expression to match files for `org-agenda-files'.
3848 If any element in the list in that variable contains a directory instead
3849 of a normal file, all files in that directory that are matched by this
3850 regular expression will be included."
3851 :group 'org-agenda
3852 :type 'regexp)
3854 (defcustom org-agenda-text-search-extra-files nil
3855 "List of extra files to be searched by text search commands.
3856 These files will be searched in addition to the agenda files by the
3857 commands `org-search-view' (`C-c a s') and `org-occur-in-agenda-files'.
3858 Note that these files will only be searched for text search commands,
3859 not for the other agenda views like todo lists, tag searches or the weekly
3860 agenda. This variable is intended to list notes and possibly archive files
3861 that should also be searched by these two commands.
3862 In fact, if the first element in the list is the symbol `agenda-archives',
3863 then all archive files of all agenda files will be added to the search
3864 scope."
3865 :group 'org-agenda
3866 :type '(set :greedy t
3867 (const :tag "Agenda Archives" agenda-archives)
3868 (repeat :inline t (file))))
3870 (org-defvaralias 'org-agenda-multi-occur-extra-files
3871 'org-agenda-text-search-extra-files)
3873 (defcustom org-agenda-skip-unavailable-files nil
3874 "Non-nil means to just skip non-reachable files in `org-agenda-files'.
3875 A nil value means to remove them, after a query, from the list."
3876 :group 'org-agenda
3877 :type 'boolean)
3879 (defcustom org-calendar-to-agenda-key [?c]
3880 "The key to be installed in `calendar-mode-map' for switching to the agenda.
3881 The command `org-calendar-goto-agenda' will be bound to this key. The
3882 default is the character `c' because then `c' can be used to switch back and
3883 forth between agenda and calendar."
3884 :group 'org-agenda
3885 :type 'sexp)
3887 (defcustom org-calendar-insert-diary-entry-key [?i]
3888 "The key to be installed in `calendar-mode-map' for adding diary entries.
3889 This option is irrelevant until `org-agenda-diary-file' has been configured
3890 to point to an Org-mode file. When that is the case, the command
3891 `org-agenda-diary-entry' will be bound to the key given here, by default
3892 `i'. In the calendar, `i' normally adds entries to `diary-file'. So
3893 if you want to continue doing this, you need to change this to a different
3894 key."
3895 :group 'org-agenda
3896 :type 'sexp)
3898 (defcustom org-agenda-diary-file 'diary-file
3899 "File to which to add new entries with the `i' key in agenda and calendar.
3900 When this is the symbol `diary-file', the functionality in the Emacs
3901 calendar will be used to add entries to the `diary-file'. But when this
3902 points to a file, `org-agenda-diary-entry' will be used instead."
3903 :group 'org-agenda
3904 :type '(choice
3905 (const :tag "The standard Emacs diary file" diary-file)
3906 (file :tag "Special Org file diary entries")))
3908 (eval-after-load "calendar"
3909 '(progn
3910 (org-defkey calendar-mode-map org-calendar-to-agenda-key
3911 'org-calendar-goto-agenda)
3912 (add-hook 'calendar-mode-hook
3913 (lambda ()
3914 (unless (eq org-agenda-diary-file 'diary-file)
3915 (define-key calendar-mode-map
3916 org-calendar-insert-diary-entry-key
3917 'org-agenda-diary-entry))))))
3919 (defgroup org-latex nil
3920 "Options for embedding LaTeX code into Org-mode."
3921 :tag "Org LaTeX"
3922 :group 'org)
3924 (defcustom org-format-latex-options
3925 '(:foreground default :background default :scale 1.0
3926 :html-foreground "Black" :html-background "Transparent"
3927 :html-scale 1.0 :matchers ("begin" "$1" "$" "$$" "\\(" "\\["))
3928 "Options for creating images from LaTeX fragments.
3929 This is a property list with the following properties:
3930 :foreground the foreground color for images embedded in Emacs, e.g. \"Black\".
3931 `default' means use the foreground of the default face.
3932 `auto' means use the foreground from the text face.
3933 :background the background color, or \"Transparent\".
3934 `default' means use the background of the default face.
3935 `auto' means use the background from the text face.
3936 :scale a scaling factor for the size of the images, to get more pixels
3937 :html-foreground, :html-background, :html-scale
3938 the same numbers for HTML export.
3939 :matchers a list indicating which matchers should be used to
3940 find LaTeX fragments. Valid members of this list are:
3941 \"begin\" find environments
3942 \"$1\" find single characters surrounded by $.$
3943 \"$\" find math expressions surrounded by $...$
3944 \"$$\" find math expressions surrounded by $$....$$
3945 \"\\(\" find math expressions surrounded by \\(...\\)
3946 \"\\=\\[\" find math expressions surrounded by \\=\\[...\\]"
3947 :group 'org-latex
3948 :type 'plist)
3950 (defcustom org-format-latex-signal-error t
3951 "Non-nil means signal an error when image creation of LaTeX snippets fails.
3952 When nil, just push out a message."
3953 :group 'org-latex
3954 :version "24.1"
3955 :type 'boolean)
3957 (defcustom org-latex-to-mathml-jar-file nil
3958 "Value of\"%j\" in `org-latex-to-mathml-convert-command'.
3959 Use this to specify additional executable file say a jar file.
3961 When using MathToWeb as the converter, specify the full-path to
3962 your mathtoweb.jar file."
3963 :group 'org-latex
3964 :version "24.1"
3965 :type '(choice
3966 (const :tag "None" nil)
3967 (file :tag "JAR file" :must-match t)))
3969 (defcustom org-latex-to-mathml-convert-command nil
3970 "Command to convert LaTeX fragments to MathML.
3971 Replace format-specifiers in the command as noted below and use
3972 `shell-command' to convert LaTeX to MathML.
3973 %j: Executable file in fully expanded form as specified by
3974 `org-latex-to-mathml-jar-file'.
3975 %I: Input LaTeX file in fully expanded form.
3976 %i: The latex fragment to be converted.
3977 %o: Output MathML file.
3979 This command is used by `org-create-math-formula'.
3981 When using MathToWeb as the converter, set this option to
3982 \"java -jar %j -unicode -force -df %o %I\".
3984 When using LaTeXML set this option to
3985 \"latexmlmath \"%i\" --presentationmathml=%o\"."
3986 :group 'org-latex
3987 :version "24.1"
3988 :type '(choice
3989 (const :tag "None" nil)
3990 (string :tag "\nShell command")))
3992 (defcustom org-latex-create-formula-image-program 'dvipng
3993 "Program to convert LaTeX fragments with.
3995 dvipng Process the LaTeX fragments to dvi file, then convert
3996 dvi files to png files using dvipng.
3997 This will also include processing of non-math environments.
3998 imagemagick Convert the LaTeX fragments to pdf files and use imagemagick
3999 to convert pdf files to png files"
4000 :group 'org-latex
4001 :version "24.1"
4002 :type '(choice
4003 (const :tag "dvipng" dvipng)
4004 (const :tag "imagemagick" imagemagick)))
4006 (defcustom org-latex-preview-ltxpng-directory "ltxpng/"
4007 "Path to store latex preview images.
4008 A relative path here creates many directories relative to the
4009 processed org files paths. An absolute path puts all preview
4010 images at the same place."
4011 :group 'org-latex
4012 :version "24.3"
4013 :type 'string)
4015 (defun org-format-latex-mathml-available-p ()
4016 "Return t if `org-latex-to-mathml-convert-command' is usable."
4017 (save-match-data
4018 (when (and (boundp 'org-latex-to-mathml-convert-command)
4019 org-latex-to-mathml-convert-command)
4020 (let ((executable (car (split-string
4021 org-latex-to-mathml-convert-command))))
4022 (when (executable-find executable)
4023 (if (string-match
4024 "%j" org-latex-to-mathml-convert-command)
4025 (file-readable-p org-latex-to-mathml-jar-file)
4026 t))))))
4028 (defcustom org-format-latex-header "\\documentclass{article}
4029 \\usepackage[usenames]{color}
4030 \[PACKAGES]
4031 \[DEFAULT-PACKAGES]
4032 \\pagestyle{empty} % do not remove
4033 % The settings below are copied from fullpage.sty
4034 \\setlength{\\textwidth}{\\paperwidth}
4035 \\addtolength{\\textwidth}{-3cm}
4036 \\setlength{\\oddsidemargin}{1.5cm}
4037 \\addtolength{\\oddsidemargin}{-2.54cm}
4038 \\setlength{\\evensidemargin}{\\oddsidemargin}
4039 \\setlength{\\textheight}{\\paperheight}
4040 \\addtolength{\\textheight}{-\\headheight}
4041 \\addtolength{\\textheight}{-\\headsep}
4042 \\addtolength{\\textheight}{-\\footskip}
4043 \\addtolength{\\textheight}{-3cm}
4044 \\setlength{\\topmargin}{1.5cm}
4045 \\addtolength{\\topmargin}{-2.54cm}"
4046 "The document header used for processing LaTeX fragments.
4047 It is imperative that this header make sure that no page number
4048 appears on the page. The package defined in the variables
4049 `org-latex-default-packages-alist' and `org-latex-packages-alist'
4050 will either replace the placeholder \"[PACKAGES]\" in this
4051 header, or they will be appended."
4052 :group 'org-latex
4053 :type 'string)
4055 (defun org-set-packages-alist (var val)
4056 "Set the packages alist and make sure it has 3 elements per entry."
4057 (set var (mapcar (lambda (x)
4058 (if (and (consp x) (= (length x) 2))
4059 (list (car x) (nth 1 x) t)
4061 val)))
4063 (defun org-get-packages-alist (var)
4064 "Get the packages alist and make sure it has 3 elements per entry."
4065 (mapcar (lambda (x)
4066 (if (and (consp x) (= (length x) 2))
4067 (list (car x) (nth 1 x) t)
4069 (default-value var)))
4071 (defcustom org-latex-default-packages-alist
4072 '(("AUTO" "inputenc" t)
4073 ("T1" "fontenc" t)
4074 ("" "fixltx2e" nil)
4075 ("" "graphicx" t)
4076 ("" "grffile" t)
4077 ("" "longtable" nil)
4078 ("" "wrapfig" nil)
4079 ("" "rotating" nil)
4080 ("normalem" "ulem" t)
4081 ("" "amsmath" t)
4082 ("" "textcomp" t)
4083 ("" "amssymb" t)
4084 ("" "capt-of" nil)
4085 ("" "hyperref" nil))
4086 "Alist of default packages to be inserted in the header.
4088 Change this only if one of the packages here causes an
4089 incompatibility with another package you are using.
4091 The packages in this list are needed by one part or another of
4092 Org mode to function properly:
4094 - inputenc, fontenc: for basic font and character selection
4095 - fixltx2e: Important patches of LaTeX itself
4096 - graphicx: for including images
4097 - grffile: allow periods and spaces in graphics file names
4098 - longtable: For multipage tables
4099 - wrapfig: for figure placement
4100 - rotating: for sideways figures and tables
4101 - ulem: for underline and strike-through
4102 - amsmath: for subscript and superscript and math environments
4103 - textcomp, amssymb: for various symbols used
4104 for interpreting the entities in `org-entities'. You can skip
4105 some of these packages if you don't use any of their symbols.
4106 - capt-of: for captions outside of floats
4107 - hyperref: for cross references
4109 Therefore you should not modify this variable unless you know
4110 what you are doing. The one reason to change it anyway is that
4111 you might be loading some other package that conflicts with one
4112 of the default packages. Each element is either a cell or
4113 a string.
4115 A cell is of the format
4117 \(\"options\" \"package\" SNIPPET-FLAG)
4119 If SNIPPET-FLAG is non-nil, the package also needs to be included
4120 when compiling LaTeX snippets into images for inclusion into
4121 non-LaTeX output.
4123 A string will be inserted as-is in the header of the document."
4124 :group 'org-latex
4125 :group 'org-export-latex
4126 :set 'org-set-packages-alist
4127 :get 'org-get-packages-alist
4128 :version "25.1"
4129 :package-version '(Org . "8.3")
4130 :type '(repeat
4131 (choice
4132 (list :tag "options/package pair"
4133 (string :tag "options")
4134 (string :tag "package")
4135 (boolean :tag "Snippet"))
4136 (string :tag "A line of LaTeX"))))
4138 (defcustom org-latex-packages-alist nil
4139 "Alist of packages to be inserted in every LaTeX header.
4141 These will be inserted after `org-latex-default-packages-alist'.
4142 Each element is either a cell or a string.
4144 A cell is of the format:
4146 \(\"options\" \"package\" SNIPPET-FLAG)
4148 SNIPPET-FLAG, when non-nil, indicates that this package is also
4149 needed when turning LaTeX snippets into images for inclusion into
4150 non-LaTeX output.
4152 A string will be inserted as-is in the header of the document.
4154 Make sure that you only list packages here which:
4156 - you want in every file;
4157 - do not conflict with the setup in `org-format-latex-header';
4158 - do not conflict with the default packages in
4159 `org-latex-default-packages-alist'."
4160 :group 'org-latex
4161 :group 'org-export-latex
4162 :set 'org-set-packages-alist
4163 :get 'org-get-packages-alist
4164 :type '(repeat
4165 (choice
4166 (list :tag "options/package pair"
4167 (string :tag "options")
4168 (string :tag "package")
4169 (boolean :tag "Snippet"))
4170 (string :tag "A line of LaTeX"))))
4172 (defgroup org-appearance nil
4173 "Settings for Org-mode appearance."
4174 :tag "Org Appearance"
4175 :group 'org)
4177 (defcustom org-level-color-stars-only nil
4178 "Non-nil means fontify only the stars in each headline.
4179 When nil, the entire headline is fontified.
4180 Changing it requires restart of `font-lock-mode' to become effective
4181 also in regions already fontified."
4182 :group 'org-appearance
4183 :type 'boolean)
4185 (defcustom org-hide-leading-stars nil
4186 "Non-nil means hide the first N-1 stars in a headline.
4187 This works by using the face `org-hide' for these stars. This
4188 face is white for a light background, and black for a dark
4189 background. You may have to customize the face `org-hide' to
4190 make this work.
4191 Changing it requires restart of `font-lock-mode' to become effective
4192 also in regions already fontified.
4193 You may also set this on a per-file basis by adding one of the following
4194 lines to the buffer:
4196 #+STARTUP: hidestars
4197 #+STARTUP: showstars"
4198 :group 'org-appearance
4199 :type 'boolean)
4201 (defcustom org-hidden-keywords nil
4202 "List of symbols corresponding to keywords to be hidden the org buffer.
4203 For example, a value '(title) for this list will make the document's title
4204 appear in the buffer without the initial #+TITLE: keyword."
4205 :group 'org-appearance
4206 :version "24.1"
4207 :type '(set (const :tag "#+AUTHOR" author)
4208 (const :tag "#+DATE" date)
4209 (const :tag "#+EMAIL" email)
4210 (const :tag "#+TITLE" title)))
4212 (defcustom org-custom-properties nil
4213 "List of properties (as strings) with a special meaning.
4214 The default use of these custom properties is to let the user
4215 hide them with `org-toggle-custom-properties-visibility'."
4216 :group 'org-properties
4217 :group 'org-appearance
4218 :version "24.3"
4219 :type '(repeat (string :tag "Property Name")))
4221 (defcustom org-fontify-done-headline nil
4222 "Non-nil means change the face of a headline if it is marked DONE.
4223 Normally, only the TODO/DONE keyword indicates the state of a headline.
4224 When this is non-nil, the headline after the keyword is set to the
4225 `org-headline-done' as an additional indication."
4226 :group 'org-appearance
4227 :type 'boolean)
4229 (defcustom org-fontify-emphasized-text t
4230 "Non-nil means fontify *bold*, /italic/ and _underlined_ text.
4231 Changing this variable requires a restart of Emacs to take effect."
4232 :group 'org-appearance
4233 :type 'boolean)
4235 (defcustom org-fontify-whole-heading-line nil
4236 "Non-nil means fontify the whole line for headings.
4237 This is useful when setting a background color for the
4238 org-level-* faces."
4239 :group 'org-appearance
4240 :type 'boolean)
4242 (defcustom org-highlight-latex-and-related nil
4243 "Non-nil means highlight LaTeX related syntax in the buffer.
4244 When non nil, the value should be a list containing any of the
4245 following symbols:
4246 `latex' Highlight LaTeX snippets and environments.
4247 `script' Highlight subscript and superscript.
4248 `entities' Highlight entities."
4249 :group 'org-appearance
4250 :version "24.4"
4251 :package-version '(Org . "8.0")
4252 :type '(choice
4253 (const :tag "No highlighting" nil)
4254 (set :greedy t :tag "Highlight"
4255 (const :tag "LaTeX snippets and environments" latex)
4256 (const :tag "Subscript and superscript" script)
4257 (const :tag "Entities" entities))))
4259 (defcustom org-hide-emphasis-markers nil
4260 "Non-nil mean font-lock should hide the emphasis marker characters."
4261 :group 'org-appearance
4262 :type 'boolean)
4264 (defcustom org-hide-macro-markers nil
4265 "Non-nil mean font-lock should hide the brackets marking macro calls."
4266 :group 'org-appearance
4267 :type 'boolean)
4269 (defcustom org-pretty-entities nil
4270 "Non-nil means show entities as UTF8 characters.
4271 When nil, the \\name form remains in the buffer."
4272 :group 'org-appearance
4273 :version "24.1"
4274 :type 'boolean)
4276 (defcustom org-pretty-entities-include-sub-superscripts t
4277 "Non-nil means, pretty entity display includes formatting sub/superscripts."
4278 :group 'org-appearance
4279 :version "24.1"
4280 :type 'boolean)
4282 (defvar org-emph-re nil
4283 "Regular expression for matching emphasis.
4284 After a match, the match groups contain these elements:
4285 0 The match of the full regular expression, including the characters
4286 before and after the proper match
4287 1 The character before the proper match, or empty at beginning of line
4288 2 The proper match, including the leading and trailing markers
4289 3 The leading marker like * or /, indicating the type of highlighting
4290 4 The text between the emphasis markers, not including the markers
4291 5 The character after the match, empty at the end of a line")
4292 (defvar org-verbatim-re nil
4293 "Regular expression for matching verbatim text.")
4294 (defvar org-emphasis-regexp-components) ; defined just below
4295 (defvar org-emphasis-alist) ; defined just below
4296 (defun org-set-emph-re (var val)
4297 "Set variable and compute the emphasis regular expression."
4298 (set var val)
4299 (when (and (boundp 'org-emphasis-alist)
4300 (boundp 'org-emphasis-regexp-components)
4301 org-emphasis-alist org-emphasis-regexp-components)
4302 (let* ((e org-emphasis-regexp-components)
4303 (pre (car e))
4304 (post (nth 1 e))
4305 (border (nth 2 e))
4306 (body (nth 3 e))
4307 (nl (nth 4 e))
4308 (body1 (concat body "*?"))
4309 (markers (mapconcat 'car org-emphasis-alist ""))
4310 (vmarkers (mapconcat
4311 (lambda (x) (if (eq (nth 2 x) 'verbatim) (car x) ""))
4312 org-emphasis-alist "")))
4313 ;; make sure special characters appear at the right position in the class
4314 (if (string-match "\\^" markers)
4315 (setq markers (concat (replace-match "" t t markers) "^")))
4316 (if (string-match "-" markers)
4317 (setq markers (concat (replace-match "" t t markers) "-")))
4318 (if (string-match "\\^" vmarkers)
4319 (setq vmarkers (concat (replace-match "" t t vmarkers) "^")))
4320 (if (string-match "-" vmarkers)
4321 (setq vmarkers (concat (replace-match "" t t vmarkers) "-")))
4322 (if (> nl 0)
4323 (setq body1 (concat body1 "\\(?:\n" body "*?\\)\\{0,"
4324 (int-to-string nl) "\\}")))
4325 ;; Make the regexp
4326 (setq org-emph-re
4327 (concat "\\([" pre "]\\|^\\)"
4328 "\\("
4329 "\\([" markers "]\\)"
4330 "\\("
4331 "[^" border "]\\|"
4332 "[^" border "]"
4333 body1
4334 "[^" border "]"
4335 "\\)"
4336 "\\3\\)"
4337 "\\([" post "]\\|$\\)"))
4338 (setq org-verbatim-re
4339 (concat "\\([" pre "]\\|^\\)"
4340 "\\("
4341 "\\([" vmarkers "]\\)"
4342 "\\("
4343 "[^" border "]\\|"
4344 "[^" border "]"
4345 body1
4346 "[^" border "]"
4347 "\\)"
4348 "\\3\\)"
4349 "\\([" post "]\\|$\\)")))))
4351 ;; This used to be a defcustom (Org <8.0) but allowing the users to
4352 ;; set this option proved cumbersome. See this message/thread:
4353 ;; http://article.gmane.org/gmane.emacs.orgmode/68681
4354 (defvar org-emphasis-regexp-components
4355 '(" \t('\"{" "- \t.,:!?;'\")}\\[" " \t\r\n,\"'" "." 1)
4356 "Components used to build the regular expression for emphasis.
4357 This is a list with five entries. Terminology: In an emphasis string
4358 like \" *strong word* \", we call the initial space PREMATCH, the final
4359 space POSTMATCH, the stars MARKERS, \"s\" and \"d\" are BORDER characters
4360 and \"trong wor\" is the body. The different components in this variable
4361 specify what is allowed/forbidden in each part:
4363 pre Chars allowed as prematch. Beginning of line will be allowed too.
4364 post Chars allowed as postmatch. End of line will be allowed too.
4365 border The chars *forbidden* as border characters.
4366 body-regexp A regexp like \".\" to match a body character. Don't use
4367 non-shy groups here, and don't allow newline here.
4368 newline The maximum number of newlines allowed in an emphasis exp.
4370 You need to reload Org or to restart Emacs after customizing this.")
4372 (defcustom org-emphasis-alist
4373 `(("*" bold)
4374 ("/" italic)
4375 ("_" underline)
4376 ("=" org-verbatim verbatim)
4377 ("~" org-code verbatim)
4378 ("+" ,(if (featurep 'xemacs) 'org-table '(:strike-through t))))
4379 "Alist of characters and faces to emphasize text.
4380 Text starting and ending with a special character will be emphasized,
4381 for example *bold*, _underlined_ and /italic/. This variable sets the
4382 marker characters and the face to be used by font-lock for highlighting
4383 in Org-mode Emacs buffers.
4385 You need to reload Org or to restart Emacs after customizing this."
4386 :group 'org-appearance
4387 :set 'org-set-emph-re
4388 :version "24.4"
4389 :package-version '(Org . "8.0")
4390 :type '(repeat
4391 (list
4392 (string :tag "Marker character")
4393 (choice
4394 (face :tag "Font-lock-face")
4395 (plist :tag "Face property list"))
4396 (option (const verbatim)))))
4398 (defvar org-protecting-blocks
4399 '("src" "example" "latex" "ascii" "html" "ditaa" "dot" "r" "R")
4400 "Blocks that contain text that is quoted, i.e. not processed as Org syntax.
4401 This is needed for font-lock setup.")
4403 ;;; Miscellaneous options
4405 (defgroup org-completion nil
4406 "Completion in Org-mode."
4407 :tag "Org Completion"
4408 :group 'org)
4410 (defcustom org-completion-use-ido nil
4411 "Non-nil means use ido completion wherever possible.
4412 Note that `ido-mode' must be active for this variable to be relevant.
4413 If you decide to turn this variable on, you might well want to turn off
4414 `org-outline-path-complete-in-steps'.
4415 See also `org-completion-use-iswitchb'."
4416 :group 'org-completion
4417 :type 'boolean)
4419 (defcustom org-completion-use-iswitchb nil
4420 "Non-nil means use iswitchb completion wherever possible.
4421 Note that `iswitchb-mode' must be active for this variable to be relevant.
4422 If you decide to turn this variable on, you might well want to turn off
4423 `org-outline-path-complete-in-steps'.
4424 Note that this variable has only an effect if `org-completion-use-ido' is nil."
4425 :group 'org-completion
4426 :type 'boolean)
4428 (defcustom org-completion-fallback-command 'hippie-expand
4429 "The expansion command called by \\[pcomplete] in normal context.
4430 Normal means, no org-mode-specific context."
4431 :group 'org-completion
4432 :type 'function)
4434 ;;; Functions and variables from their packages
4435 ;; Declared here to avoid compiler warnings
4437 ;; XEmacs only
4438 (defvar outline-mode-menu-heading)
4439 (defvar outline-mode-menu-show)
4440 (defvar outline-mode-menu-hide)
4441 (defvar zmacs-regions) ; XEmacs regions
4443 ;; Emacs only
4444 (defvar mark-active)
4446 ;; Various packages
4447 (declare-function calendar-iso-to-absolute "cal-iso" (date))
4448 (declare-function calendar-forward-day "cal-move" (arg))
4449 (declare-function calendar-goto-date "cal-move" (date))
4450 (declare-function calendar-goto-today "cal-move" ())
4451 (declare-function calendar-iso-from-absolute "cal-iso" (date))
4452 (defvar calc-embedded-close-formula)
4453 (defvar calc-embedded-open-formula)
4454 (declare-function cdlatex-tab "ext:cdlatex" ())
4455 (declare-function cdlatex-compute-tables "ext:cdlatex" ())
4456 (declare-function dired-get-filename "dired" (&optional localp no-error-if-not-filep))
4457 (defvar font-lock-unfontify-region-function)
4458 (declare-function iswitchb-read-buffer "iswitchb"
4459 (prompt &optional default require-match start matches-set))
4460 (defvar iswitchb-temp-buflist)
4461 (declare-function org-gnus-follow-link "org-gnus" (&optional group article))
4462 (defvar org-agenda-tags-todo-honor-ignore-options)
4463 (declare-function org-agenda-skip "org-agenda" ())
4464 (declare-function
4465 org-agenda-format-item "org-agenda"
4466 (extra txt &optional level category tags dotime noprefix remove-re habitp))
4467 (declare-function org-agenda-new-marker "org-agenda" (&optional pos))
4468 (declare-function org-agenda-change-all-lines "org-agenda"
4469 (newhead hdmarker &optional fixface just-this))
4470 (declare-function org-agenda-set-restriction-lock "org-agenda" (&optional type))
4471 (declare-function org-agenda-maybe-redo "org-agenda" ())
4472 (declare-function org-agenda-save-markers-for-cut-and-paste "org-agenda"
4473 (beg end))
4474 (declare-function org-agenda-copy-local-variable "org-agenda" (var))
4475 (declare-function org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item
4476 "org-agenda" (&optional end))
4477 (declare-function org-inlinetask-remove-END-maybe "org-inlinetask" ())
4478 (declare-function org-inlinetask-in-task-p "org-inlinetask" ())
4479 (declare-function org-inlinetask-goto-beginning "org-inlinetask" ())
4480 (declare-function org-inlinetask-goto-end "org-inlinetask" ())
4481 (declare-function org-indent-mode "org-indent" (&optional arg))
4482 (declare-function parse-time-string "parse-time" (string))
4483 (declare-function org-attach-reveal "org-attach" (&optional if-exists))
4484 (declare-function orgtbl-send-table "org-table" (&optional maybe))
4485 (defvar remember-data-file)
4486 (defvar texmathp-why)
4487 (declare-function speedbar-line-directory "speedbar" (&optional depth))
4488 (declare-function table--at-cell-p "table" (position &optional object at-column))
4489 (declare-function calc-eval "calc" (str &optional separator &rest args))
4491 ;;;###autoload
4492 (defun turn-on-orgtbl ()
4493 "Unconditionally turn on `orgtbl-mode'."
4494 (require 'org-table)
4495 (orgtbl-mode 1))
4497 (defun org-at-table-p (&optional table-type)
4498 "Non-nil if the cursor is inside an Org table.
4499 If TABLE-TYPE is non-nil, also check for table.el-type tables.
4500 If `org-enable-table-editor' is nil, return nil unconditionally."
4501 (and org-enable-table-editor
4502 (save-excursion
4503 (beginning-of-line)
4504 (org-looking-at-p (if table-type "[ \t]*[|+]" "[ \t]*|")))
4505 (let ((element (org-element-lineage (org-element-at-point) '(table) t)))
4506 (and element
4507 (or table-type (eq (org-element-property :type element) 'org))))))
4508 (defsubst org-table-p () (org-at-table-p))
4510 (defun org-at-table.el-p ()
4511 "Non-nil when point is at a table.el table."
4512 (and (save-excursion (beginning-of-line) (looking-at "[ \t]*[|+]"))
4513 (let ((element (org-element-at-point)))
4514 (and (eq (org-element-type element) 'table)
4515 (eq (org-element-property :type element) 'table.el)))))
4517 (defun org-table-recognize-table.el ()
4518 "If there is a table.el table nearby, recognize it and move into it."
4519 (when (and org-table-tab-recognizes-table.el (org-at-table.el-p))
4520 (beginning-of-line)
4521 (unless (or (looking-at org-table-dataline-regexp)
4522 (not (looking-at org-table1-hline-regexp)))
4523 (forward-line)
4524 (when (looking-at org-table-any-border-regexp)
4525 (forward-line -2)))
4526 (if (re-search-forward "|" (org-table-end t) t)
4527 (progn
4528 (require 'table)
4529 (if (table--at-cell-p (point)) t
4530 (message "recognizing table.el table...")
4531 (table-recognize-table)
4532 (message "recognizing table.el table...done")))
4533 (error "This should not happen"))))
4535 (defun org-at-table-hline-p ()
4536 "Non-nil when point is inside a hline in a table.
4537 Assume point is already in a table. If `org-enable-table-editor'
4538 is nil, return nil unconditionally."
4539 (and org-enable-table-editor
4540 (save-excursion
4541 (beginning-of-line)
4542 (looking-at org-table-hline-regexp))))
4544 (defun org-table-map-tables (function &optional quietly)
4545 "Apply FUNCTION to the start of all tables in the buffer."
4546 (save-excursion
4547 (save-restriction
4548 (widen)
4549 (goto-char (point-min))
4550 (while (re-search-forward org-table-any-line-regexp nil t)
4551 (unless quietly
4552 (message "Mapping tables: %d%%"
4553 (floor (* 100.0 (point)) (buffer-size))))
4554 (beginning-of-line 1)
4555 (when (and (looking-at org-table-line-regexp)
4556 ;; Exclude tables in src/example/verbatim/clocktable blocks
4557 (not (org-in-block-p '("src" "example" "verbatim" "clocktable"))))
4558 (save-excursion (funcall function))
4559 (or (looking-at org-table-line-regexp)
4560 (forward-char 1)))
4561 (re-search-forward org-table-any-border-regexp nil 1))))
4562 (unless quietly (message "Mapping tables: done")))
4564 (declare-function org-clock-save-markers-for-cut-and-paste "org-clock" (beg end))
4565 (declare-function org-clock-update-mode-line "org-clock" ())
4566 (declare-function org-resolve-clocks "org-clock"
4567 (&optional also-non-dangling-p prompt last-valid))
4569 (defun org-at-TBLFM-p (&optional pos)
4570 "Non-nil when point (or POS) is in #+TBLFM line."
4571 (save-excursion
4572 (goto-char (or pos (point)))
4573 (beginning-of-line)
4574 (and (let ((case-fold-search t)) (looking-at org-TBLFM-regexp))
4575 (eq (org-element-type (org-element-at-point)) 'table))))
4577 (defvar org-clock-start-time)
4578 (defvar org-clock-marker (make-marker)
4579 "Marker recording the last clock-in.")
4580 (defvar org-clock-hd-marker (make-marker)
4581 "Marker recording the last clock-in, but the headline position.")
4582 (defvar org-clock-heading ""
4583 "The heading of the current clock entry.")
4584 (defun org-clock-is-active ()
4585 "Return the buffer where the clock is currently running.
4586 Return nil if no clock is running."
4587 (marker-buffer org-clock-marker))
4589 (defun org-check-running-clock ()
4590 "Check if the current buffer contains the running clock.
4591 If yes, offer to stop it and to save the buffer with the changes."
4592 (when (and (equal (marker-buffer org-clock-marker) (current-buffer))
4593 (y-or-n-p (format "Clock-out in buffer %s before killing it? "
4594 (buffer-name))))
4595 (org-clock-out)
4596 (when (y-or-n-p "Save changed buffer?")
4597 (save-buffer))))
4599 (defun org-clocktable-try-shift (dir n)
4600 "Check if this line starts a clock table, if yes, shift the time block."
4601 (when (org-match-line "^[ \t]*#\\+BEGIN:[ \t]+clocktable\\>")
4602 (org-clocktable-shift dir n)))
4604 ;;;###autoload
4605 (defun org-clock-persistence-insinuate ()
4606 "Set up hooks for clock persistence."
4607 (require 'org-clock)
4608 (add-hook 'org-mode-hook 'org-clock-load)
4609 (add-hook 'kill-emacs-hook 'org-clock-save))
4611 (defgroup org-archive nil
4612 "Options concerning archiving in Org-mode."
4613 :tag "Org Archive"
4614 :group 'org-structure)
4616 (defcustom org-archive-location "%s_archive::"
4617 "The location where subtrees should be archived.
4619 The value of this variable is a string, consisting of two parts,
4620 separated by a double-colon. The first part is a filename and
4621 the second part is a headline.
4623 When the filename is omitted, archiving happens in the same file.
4624 %s in the filename will be replaced by the current file
4625 name (without the directory part). Archiving to a different file
4626 is useful to keep archived entries from contributing to the
4627 Org-mode Agenda.
4629 The archived entries will be filed as subtrees of the specified
4630 headline. When the headline is omitted, the subtrees are simply
4631 filed away at the end of the file, as top-level entries. Also in
4632 the heading you can use %s to represent the file name, this can be
4633 useful when using the same archive for a number of different files.
4635 Here are a few examples:
4636 \"%s_archive::\"
4637 If the current file is Projects.org, archive in file
4638 Projects.org_archive, as top-level trees. This is the default.
4640 \"::* Archived Tasks\"
4641 Archive in the current file, under the top-level headline
4642 \"* Archived Tasks\".
4644 \"~/org/archive.org::\"
4645 Archive in file ~/org/archive.org (absolute path), as top-level trees.
4647 \"~/org/archive.org::* From %s\"
4648 Archive in file ~/org/archive.org (absolute path), under headlines
4649 \"From FILENAME\" where file name is the current file name.
4651 \"~/org/datetree.org::datetree/* Finished Tasks\"
4652 The \"datetree/\" string is special, signifying to archive
4653 items to the datetree. Items are placed in either the CLOSED
4654 date of the item, or the current date if there is no CLOSED date.
4655 The heading will be a subentry to the current date. There doesn't
4656 need to be a heading, but there always needs to be a slash after
4657 datetree. For example, to store archived items directly in the
4658 datetree, use \"~/org/datetree.org::datetree/\".
4660 \"basement::** Finished Tasks\"
4661 Archive in file ./basement (relative path), as level 3 trees
4662 below the level 2 heading \"** Finished Tasks\".
4664 You may set this option on a per-file basis by adding to the buffer a
4665 line like
4667 #+ARCHIVE: basement::** Finished Tasks
4669 You may also define it locally for a subtree by setting an ARCHIVE property
4670 in the entry. If such a property is found in an entry, or anywhere up
4671 the hierarchy, it will be used."
4672 :group 'org-archive
4673 :type 'string)
4675 (defcustom org-agenda-skip-archived-trees t
4676 "Non-nil means the agenda will skip any items located in archived trees.
4677 An archived tree is a tree marked with the tag ARCHIVE. The use of this
4678 variable is no longer recommended, you should leave it at the value t.
4679 Instead, use the key `v' to cycle the archives-mode in the agenda."
4680 :group 'org-archive
4681 :group 'org-agenda-skip
4682 :type 'boolean)
4684 (defcustom org-columns-skip-archived-trees t
4685 "Non-nil means ignore archived trees when creating column view."
4686 :group 'org-archive
4687 :group 'org-properties
4688 :type 'boolean)
4690 (defcustom org-cycle-open-archived-trees nil
4691 "Non-nil means `org-cycle' will open archived trees.
4692 An archived tree is a tree marked with the tag ARCHIVE.
4693 When nil, archived trees will stay folded. You can still open them with
4694 normal outline commands like `show-all', but not with the cycling commands."
4695 :group 'org-archive
4696 :group 'org-cycle
4697 :type 'boolean)
4699 (defcustom org-sparse-tree-open-archived-trees nil
4700 "Non-nil means sparse tree construction shows matches in archived trees.
4701 When nil, matches in these trees are highlighted, but the trees are kept in
4702 collapsed state."
4703 :group 'org-archive
4704 :group 'org-sparse-trees
4705 :type 'boolean)
4707 (defcustom org-sparse-tree-default-date-type nil
4708 "The default date type when building a sparse tree.
4709 When this is nil, a date is a scheduled or a deadline timestamp.
4710 Otherwise, these types are allowed:
4712 all: all timestamps
4713 active: only active timestamps (<...>)
4714 inactive: only inactive timestamps ([...])
4715 scheduled: only scheduled timestamps
4716 deadline: only deadline timestamps"
4717 :type '(choice (const :tag "Scheduled or deadline" nil)
4718 (const :tag "All timestamps" all)
4719 (const :tag "Only active timestamps" active)
4720 (const :tag "Only inactive timestamps" inactive)
4721 (const :tag "Only scheduled timestamps" scheduled)
4722 (const :tag "Only deadline timestamps" deadline)
4723 (const :tag "Only closed timestamps" closed))
4724 :version "25.1"
4725 :package-version '(Org . "8.3")
4726 :group 'org-sparse-trees)
4728 (defun org-cycle-hide-archived-subtrees (state)
4729 "Re-hide all archived subtrees after a visibility state change."
4730 (when (and (not org-cycle-open-archived-trees)
4731 (not (memq state '(overview folded))))
4732 (save-excursion
4733 (let* ((globalp (memq state '(contents all)))
4734 (beg (if globalp (point-min) (point)))
4735 (end (if globalp (point-max) (org-end-of-subtree t))))
4736 (org-hide-archived-subtrees beg end)
4737 (goto-char beg)
4738 (if (looking-at (concat ".*:" org-archive-tag ":"))
4739 (message "%s" (substitute-command-keys
4740 "Subtree is archived and stays closed. Use \\[org-force-cycle-archived] to cycle it anyway.")))))))
4742 (defun org-force-cycle-archived ()
4743 "Cycle subtree even if it is archived."
4744 (interactive)
4745 (setq this-command 'org-cycle)
4746 (let ((org-cycle-open-archived-trees t))
4747 (call-interactively 'org-cycle)))
4749 (defun org-hide-archived-subtrees (beg end)
4750 "Re-hide all archived subtrees after a visibility state change."
4751 (org-with-wide-buffer
4752 (let ((case-fold-search nil)
4753 (re (concat org-outline-regexp-bol ".*:" org-archive-tag ":")))
4754 (goto-char beg)
4755 (while (and (< (point) end) (re-search-forward re end t))
4756 (when (member org-archive-tag (org-get-tags))
4757 (org-flag-subtree t)
4758 (org-end-of-subtree t))))))
4760 (declare-function outline-end-of-heading "outline" ())
4761 (declare-function outline-flag-region "outline" (from to flag))
4762 (defun org-flag-subtree (flag)
4763 (save-excursion
4764 (org-back-to-heading t)
4765 (outline-end-of-heading)
4766 (outline-flag-region (point)
4767 (progn (org-end-of-subtree t) (point))
4768 flag)))
4770 (defalias 'org-advertized-archive-subtree 'org-archive-subtree)
4772 ;; Declare Column View Code
4774 (declare-function org-columns-number-to-string "org-colview" (n fmt &optional printf))
4775 (declare-function org-columns-get-format-and-top-level "org-colview" ())
4776 (declare-function org-columns-compute "org-colview" (property))
4778 ;; Declare ID code
4780 (declare-function org-id-store-link "org-id")
4781 (declare-function org-id-locations-load "org-id")
4782 (declare-function org-id-locations-save "org-id")
4783 (defvar org-id-track-globally)
4785 ;;; Variables for pre-computed regular expressions, all buffer local
4787 (defvar org-todo-regexp nil
4788 "Matches any of the TODO state keywords.")
4789 (make-variable-buffer-local 'org-todo-regexp)
4790 (defvar org-not-done-regexp nil
4791 "Matches any of the TODO state keywords except the last one.")
4792 (make-variable-buffer-local 'org-not-done-regexp)
4793 (defvar org-not-done-heading-regexp nil
4794 "Matches a TODO headline that is not done.")
4795 (make-variable-buffer-local 'org-not-done-heading-regexp)
4796 (defvar org-todo-line-regexp nil
4797 "Matches a headline and puts TODO state into group 2 if present.")
4798 (make-variable-buffer-local 'org-todo-line-regexp)
4799 (defvar org-complex-heading-regexp nil
4800 "Matches a headline and puts everything into groups:
4801 group 1: the stars
4802 group 2: The todo keyword, maybe
4803 group 3: Priority cookie
4804 group 4: True headline
4805 group 5: Tags")
4806 (make-variable-buffer-local 'org-complex-heading-regexp)
4807 (defvar org-complex-heading-regexp-format nil
4808 "Printf format to make regexp to match an exact headline.
4809 This regexp will match the headline of any node which has the
4810 exact headline text that is put into the format, but may have any
4811 TODO state, priority and tags.")
4812 (make-variable-buffer-local 'org-complex-heading-regexp-format)
4813 (defvar org-todo-line-tags-regexp nil
4814 "Matches a headline and puts TODO state into group 2 if present.
4815 Also put tags into group 4 if tags are present.")
4816 (make-variable-buffer-local 'org-todo-line-tags-regexp)
4818 (defconst org-plain-time-of-day-regexp
4819 (concat
4820 "\\(\\<[012]?[0-9]"
4821 "\\(\\(:\\([0-5][0-9]\\([AaPp][Mm]\\)?\\)\\)\\|\\([AaPp][Mm]\\)\\)\\>\\)"
4822 "\\(--?"
4823 "\\(\\<[012]?[0-9]"
4824 "\\(\\(:\\([0-5][0-9]\\([AaPp][Mm]\\)?\\)\\)\\|\\([AaPp][Mm]\\)\\)\\>\\)"
4825 "\\)?")
4826 "Regular expression to match a plain time or time range.
4827 Examples: 11:45 or 8am-13:15 or 2:45-2:45pm. After a match, the following
4828 groups carry important information:
4829 0 the full match
4830 1 the first time, range or not
4831 8 the second time, if it is a range.")
4833 (defconst org-plain-time-extension-regexp
4834 (concat
4835 "\\(\\<[012]?[0-9]"
4836 "\\(\\(:\\([0-5][0-9]\\([AaPp][Mm]\\)?\\)\\)\\|\\([AaPp][Mm]\\)\\)\\>\\)"
4837 "\\+\\([0-9]+\\)\\(:\\([0-5][0-9]\\)\\)?")
4838 "Regular expression to match a time range like 13:30+2:10 = 13:30-15:40.
4839 Examples: 11:45 or 8am-13:15 or 2:45-2:45pm. After a match, the following
4840 groups carry important information:
4841 0 the full match
4842 7 hours of duration
4843 9 minutes of duration")
4845 (defconst org-stamp-time-of-day-regexp
4846 (concat
4847 "<\\([0-9]\\{4\\}-[0-9]\\{2\\}-[0-9]\\{2\\} +\\sw+ +\\)"
4848 "\\([012][0-9]:[0-5][0-9]\\(-\\([012][0-9]:[0-5][0-9]\\)\\)?[^\n\r>]*?\\)>"
4849 "\\(--?"
4850 "<\\1\\([012][0-9]:[0-5][0-9]\\)>\\)?")
4851 "Regular expression to match a timestamp time or time range.
4852 After a match, the following groups carry important information:
4853 0 the full match
4854 1 date plus weekday, for back referencing to make sure both times are on the same day
4855 2 the first time, range or not
4856 4 the second time, if it is a range.")
4858 (defconst org-startup-options
4859 '(("fold" org-startup-folded t)
4860 ("overview" org-startup-folded t)
4861 ("nofold" org-startup-folded nil)
4862 ("showall" org-startup-folded nil)
4863 ("showeverything" org-startup-folded showeverything)
4864 ("content" org-startup-folded content)
4865 ("indent" org-startup-indented t)
4866 ("noindent" org-startup-indented nil)
4867 ("hidestars" org-hide-leading-stars t)
4868 ("showstars" org-hide-leading-stars nil)
4869 ("odd" org-odd-levels-only t)
4870 ("oddeven" org-odd-levels-only nil)
4871 ("align" org-startup-align-all-tables t)
4872 ("noalign" org-startup-align-all-tables nil)
4873 ("inlineimages" org-startup-with-inline-images t)
4874 ("noinlineimages" org-startup-with-inline-images nil)
4875 ("latexpreview" org-startup-with-latex-preview t)
4876 ("nolatexpreview" org-startup-with-latex-preview nil)
4877 ("customtime" org-display-custom-times t)
4878 ("logdone" org-log-done time)
4879 ("lognotedone" org-log-done note)
4880 ("nologdone" org-log-done nil)
4881 ("lognoteclock-out" org-log-note-clock-out t)
4882 ("nolognoteclock-out" org-log-note-clock-out nil)
4883 ("logrepeat" org-log-repeat state)
4884 ("lognoterepeat" org-log-repeat note)
4885 ("logdrawer" org-log-into-drawer t)
4886 ("nologdrawer" org-log-into-drawer nil)
4887 ("logstatesreversed" org-log-states-order-reversed t)
4888 ("nologstatesreversed" org-log-states-order-reversed nil)
4889 ("nologrepeat" org-log-repeat nil)
4890 ("logreschedule" org-log-reschedule time)
4891 ("lognotereschedule" org-log-reschedule note)
4892 ("nologreschedule" org-log-reschedule nil)
4893 ("logredeadline" org-log-redeadline time)
4894 ("lognoteredeadline" org-log-redeadline note)
4895 ("nologredeadline" org-log-redeadline nil)
4896 ("logrefile" org-log-refile time)
4897 ("lognoterefile" org-log-refile note)
4898 ("nologrefile" org-log-refile nil)
4899 ("fninline" org-footnote-define-inline t)
4900 ("nofninline" org-footnote-define-inline nil)
4901 ("fnlocal" org-footnote-section nil)
4902 ("fnauto" org-footnote-auto-label t)
4903 ("fnprompt" org-footnote-auto-label nil)
4904 ("fnconfirm" org-footnote-auto-label confirm)
4905 ("fnplain" org-footnote-auto-label plain)
4906 ("fnadjust" org-footnote-auto-adjust t)
4907 ("nofnadjust" org-footnote-auto-adjust nil)
4908 ("constcgs" constants-unit-system cgs)
4909 ("constSI" constants-unit-system SI)
4910 ("noptag" org-tag-persistent-alist nil)
4911 ("hideblocks" org-hide-block-startup t)
4912 ("nohideblocks" org-hide-block-startup nil)
4913 ("beamer" org-startup-with-beamer-mode t)
4914 ("entitiespretty" org-pretty-entities t)
4915 ("entitiesplain" org-pretty-entities nil))
4916 "Variable associated with STARTUP options for org-mode.
4917 Each element is a list of three items: the startup options (as written
4918 in the #+STARTUP line), the corresponding variable, and the value to set
4919 this variable to if the option is found. An optional forth element PUSH
4920 means to push this value onto the list in the variable.")
4922 (defcustom org-group-tags t
4923 "When non-nil (the default), use group tags.
4924 This can be turned on/off through `org-toggle-tags-groups'."
4925 :group 'org-tags
4926 :group 'org-startup
4927 :type 'boolean)
4929 (defvar org-inhibit-startup nil) ; Dynamically-scoped param.
4931 (defun org-toggle-tags-groups ()
4932 "Toggle support for group tags.
4933 Support for group tags is controlled by the option
4934 `org-group-tags', which is non-nil by default."
4935 (interactive)
4936 (setq org-group-tags (not org-group-tags))
4937 (cond ((and (derived-mode-p 'org-agenda-mode)
4938 org-group-tags)
4939 (org-agenda-redo))
4940 ((derived-mode-p 'org-mode)
4941 (let ((org-inhibit-startup t)) (org-mode))))
4942 (message "Groups tags support has been turned %s"
4943 (if org-group-tags "on" "off")))
4945 (defun org-set-regexps-and-options (&optional tags-only)
4946 "Precompute regular expressions used in the current buffer.
4947 When optional argument TAGS-ONLY is non-nil, only compute tags
4948 related expressions."
4949 (when (derived-mode-p 'org-mode)
4950 (let ((alist (org--setup-collect-keywords
4951 (org-make-options-regexp
4952 (append '("FILETAGS" "TAGS" "SETUPFILE")
4953 (and (not tags-only)
4954 '("ARCHIVE" "CATEGORY" "COLUMNS" "CONSTANTS"
4955 "LINK" "OPTIONS" "PRIORITIES" "PROPERTY"
4956 "SEQ_TODO" "STARTUP" "TODO" "TYP_TODO")))))))
4957 (org--setup-process-tags
4958 (cdr (assq 'tags alist)) (cdr (assq 'filetags alist)))
4959 (unless tags-only
4960 ;; File properties.
4961 (org-set-local 'org-file-properties (cdr (assq 'property alist)))
4962 ;; Archive location.
4963 (let ((archive (cdr (assq 'archive alist))))
4964 (when archive (org-set-local 'org-archive-location archive)))
4965 ;; Category.
4966 (let ((cat (org-string-nw-p (cdr (assq 'category alist)))))
4967 (when cat
4968 (org-set-local 'org-category (intern cat))
4969 (org-set-local 'org-file-properties
4970 (org--update-property-plist
4971 "CATEGORY" cat org-file-properties))))
4972 ;; Columns.
4973 (let ((column (cdr (assq 'columns alist))))
4974 (when column (org-set-local 'org-columns-default-format column)))
4975 ;; Constants.
4976 (setq org-table-formula-constants-local (cdr (assq 'constants alist)))
4977 ;; Link abbreviations.
4978 (let ((links (cdr (assq 'link alist))))
4979 (when links (setq org-link-abbrev-alist-local (nreverse links))))
4980 ;; Priorities.
4981 (let ((priorities (cdr (assq 'priorities alist))))
4982 (when priorities
4983 (org-set-local 'org-highest-priority (nth 0 priorities))
4984 (org-set-local 'org-lowest-priority (nth 1 priorities))
4985 (org-set-local 'org-default-priority (nth 2 priorities))))
4986 ;; Scripts.
4987 (let ((scripts (assq 'scripts alist)))
4988 (when scripts
4989 (org-set-local 'org-use-sub-superscripts (cdr scripts))))
4990 ;; Startup options.
4991 (let ((startup (cdr (assq 'startup alist))))
4992 (dolist (option startup)
4993 (let ((entry (assoc-string option org-startup-options t)))
4994 (when entry
4995 (let ((var (nth 1 entry))
4996 (val (nth 2 entry)))
4997 (if (not (nth 3 entry)) (org-set-local var val)
4998 (unless (listp (symbol-value var))
4999 (org-set-local var nil))
5000 (add-to-list var val)))))))
5001 ;; TODO keywords.
5002 (org-set-local 'org-todo-kwd-alist nil)
5003 (org-set-local 'org-todo-key-alist nil)
5004 (org-set-local 'org-todo-key-trigger nil)
5005 (org-set-local 'org-todo-keywords-1 nil)
5006 (org-set-local 'org-done-keywords nil)
5007 (org-set-local 'org-todo-heads nil)
5008 (org-set-local 'org-todo-sets nil)
5009 (org-set-local 'org-todo-log-states nil)
5010 (let ((todo-sequences
5011 (or (nreverse (cdr (assq 'todo alist)))
5012 (let ((d (default-value 'org-todo-keywords)))
5013 (if (not (stringp (car d))) d
5014 ;; XXX: Backward compatibility code.
5015 (list (cons org-todo-interpretation d)))))))
5016 (dolist (sequence todo-sequences)
5017 (let* ((sequence (or (run-hook-with-args-until-success
5018 'org-todo-setup-filter-hook sequence)
5019 sequence))
5020 (sequence-type (car sequence))
5021 (keywords (cdr sequence))
5022 (sep (member "|" keywords))
5023 names alist)
5024 (dolist (k (remove "|" keywords))
5025 (unless (string-match "^\\(.*?\\)\\(?:(\\([^!@/]\\)?.*?)\\)?$"
5027 (error "Invalid TODO keyword %s" k))
5028 (let ((name (match-string 1 k))
5029 (key (match-string 2 k))
5030 (log (org-extract-log-state-settings k)))
5031 (push name names)
5032 (push (cons name (and key (string-to-char key))) alist)
5033 (when log (push log org-todo-log-states))))
5034 (let* ((names (nreverse names))
5035 (done (if sep (org-remove-keyword-keys (cdr sep))
5036 (last names)))
5037 (head (car names))
5038 (tail (list sequence-type head (car done) (org-last done))))
5039 (add-to-list 'org-todo-heads head 'append)
5040 (push names org-todo-sets)
5041 (setq org-done-keywords (append org-done-keywords done nil))
5042 (setq org-todo-keywords-1 (append org-todo-keywords-1 names nil))
5043 (setq org-todo-key-alist
5044 (append org-todo-key-alist
5045 (and alist
5046 (append '((:startgroup))
5047 (nreverse alist)
5048 '((:endgroup))))))
5049 (dolist (k names) (push (cons k tail) org-todo-kwd-alist))))))
5050 (setq org-todo-sets (nreverse org-todo-sets)
5051 org-todo-kwd-alist (nreverse org-todo-kwd-alist)
5052 org-todo-key-trigger (delq nil (mapcar #'cdr org-todo-key-alist))
5053 org-todo-key-alist (org-assign-fast-keys org-todo-key-alist))
5054 ;; Compute the regular expressions and other local variables.
5055 ;; Using `org-outline-regexp-bol' would complicate them much,
5056 ;; because of the fixed white space at the end of that string.
5057 (if (not org-done-keywords)
5058 (setq org-done-keywords
5059 (and org-todo-keywords-1 (last org-todo-keywords-1))))
5060 (setq org-not-done-keywords
5061 (org-delete-all org-done-keywords
5062 (copy-sequence org-todo-keywords-1))
5063 org-todo-regexp (regexp-opt org-todo-keywords-1 t)
5064 org-not-done-regexp (regexp-opt org-not-done-keywords t)
5065 org-not-done-heading-regexp
5066 (format org-heading-keyword-regexp-format org-not-done-regexp)
5067 org-todo-line-regexp
5068 (format org-heading-keyword-maybe-regexp-format org-todo-regexp)
5069 org-complex-heading-regexp
5070 (concat "^\\(\\*+\\)"
5071 "\\(?: +" org-todo-regexp "\\)?"
5072 "\\(?: +\\(\\[#.\\]\\)\\)?"
5073 "\\(?: +\\(.*?\\)\\)??"
5074 (org-re "\\(?:[ \t]+\\(:[[:alnum:]_@#%:]+:\\)\\)?")
5075 "[ \t]*$")
5076 org-complex-heading-regexp-format
5077 (concat "^\\(\\*+\\)"
5078 "\\(?: +" org-todo-regexp "\\)?"
5079 "\\(?: +\\(\\[#.\\]\\)\\)?"
5080 "\\(?: +"
5081 ;; Stats cookies can be stuck to body.
5082 "\\(?:\\[[0-9%%/]+\\] *\\)*"
5083 "\\(%s\\)"
5084 "\\(?: *\\[[0-9%%/]+\\]\\)*"
5085 "\\)"
5086 (org-re "\\(?:[ \t]+\\(:[[:alnum:]_@#%%:]+:\\)\\)?")
5087 "[ \t]*$")
5088 org-todo-line-tags-regexp
5089 (concat "^\\(\\*+\\)"
5090 "\\(?: +" org-todo-regexp "\\)?"
5091 "\\(?: +\\(.*?\\)\\)??"
5092 (org-re "\\(?:[ \t]+\\(:[[:alnum:]:_@#%]+:\\)\\)?")
5093 "[ \t]*$"))
5094 (org-compute-latex-and-related-regexp)))))
5096 (defun org--setup-collect-keywords (regexp &optional files alist)
5097 "Return setup keywords values as an alist.
5099 REGEXP matches a subset of setup keywords. FILES is a list of
5100 file names already visited. It is used to avoid circular setup
5101 files. ALIST, when non-nil, is the alist computed so far.
5103 Return value contains the following keys: `archive', `category',
5104 `columns', `constants', `filetags', `link', `priorities',
5105 `property', `scripts', `startup', `tags' and `todo'."
5106 (org-with-wide-buffer
5107 (goto-char (point-min))
5108 (let ((case-fold-search t))
5109 (while (re-search-forward regexp nil t)
5110 (let ((element (org-element-at-point)))
5111 (when (eq (org-element-type element) 'keyword)
5112 (let ((key (org-element-property :key element))
5113 (value (org-element-property :value element)))
5114 (cond
5115 ((equal key "ARCHIVE")
5116 (when (org-string-nw-p value)
5117 (push (cons 'archive value) alist)))
5118 ((equal key "CATEGORY") (push (cons 'category value) alist))
5119 ((equal key "COLUMNS") (push (cons 'columns value) alist))
5120 ((equal key "CONSTANTS")
5121 (let* ((constants (assq 'constants alist))
5122 (store (cdr constants)))
5123 (dolist (pair (org-split-string value))
5124 (when (string-match "^\\([a-zA-Z0][_a-zA-Z0-9]*\\)=\\(.*\\)"
5125 pair)
5126 (let* ((name (match-string 1 pair))
5127 (value (match-string 2 pair))
5128 (old (assoc name store)))
5129 (if old (setcdr old value)
5130 (push (cons name value) store)))))
5131 (if constants (setcdr constants store)
5132 (push (cons 'constants store) alist))))
5133 ((equal key "FILETAGS")
5134 (when (org-string-nw-p value)
5135 (let ((old (assq 'filetags alist))
5136 (new (apply #'nconc
5137 (mapcar (lambda (x) (org-split-string x ":"))
5138 (org-split-string value)))))
5139 (if old (setcdr old (append new (cdr old)))
5140 (push (cons 'filetags new) alist)))))
5141 ((equal key "LINK")
5142 (when (string-match "\\`\\(\\S-+\\)[ \t]+\\(.+\\)" value)
5143 (let ((links (assq 'link alist))
5144 (pair (cons (org-match-string-no-properties 1 value)
5145 (org-match-string-no-properties 2 value))))
5146 (if links (push pair (cdr links))
5147 (push (list 'link pair) alist)))))
5148 ((equal key "OPTIONS")
5149 (when (and (org-string-nw-p value)
5150 (string-match "\\^:\\(t\\|nil\\|{}\\)" value))
5151 (push (cons 'scripts (read (match-string 1 value))) alist)))
5152 ((equal key "PRIORITIES")
5153 (push (cons 'priorities
5154 (let ((prio (org-split-string value)))
5155 (if (< (length prio) 3) '(?A ?C ?B)
5156 (mapcar #'string-to-char prio))))
5157 alist))
5158 ((equal key "PROPERTY")
5159 (when (string-match "\\(\\S-+\\)[ \t]+\\(.*\\)" value)
5160 (let* ((property (assq 'property alist))
5161 (value (org--update-property-plist
5162 (org-match-string-no-properties 1 value)
5163 (org-match-string-no-properties 2 value)
5164 (cdr property))))
5165 (if property (setcdr property value)
5166 (push (cons 'property value) alist)))))
5167 ((equal key "STARTUP")
5168 (let ((startup (assq 'startup alist)))
5169 (if startup
5170 (setcdr startup
5171 (append (cdr startup) (org-split-string value)))
5172 (push (cons 'startup (org-split-string value)) alist))))
5173 ((equal key "TAGS")
5174 (let ((tag-cell (assq 'tags alist)))
5175 (if tag-cell
5176 (setcdr tag-cell
5177 (append (cdr tag-cell)
5178 '("\\n")
5179 (org-split-string value)))
5180 (push (cons 'tags (org-split-string value)) alist))))
5181 ((member key '("TODO" "SEQ_TODO" "TYP_TODO"))
5182 (let ((todo (assq 'todo alist))
5183 (value (cons (if (equal key "TYP_TODO") 'type 'sequence)
5184 (org-split-string value))))
5185 (if todo (push value (cdr todo))
5186 (push (list 'todo value) alist))))
5187 ((equal key "SETUPFILE")
5188 (unless buffer-read-only ; Do not check in Gnus messages.
5189 (let ((f (and (org-string-nw-p value)
5190 (expand-file-name
5191 (org-remove-double-quotes value)))))
5192 (when (and f (file-readable-p f) (not (member f files)))
5193 (with-temp-buffer
5194 (insert-file-contents f)
5195 (setq alist
5196 ;; Fake Org mode to benefit from cache
5197 ;; without recurring needlessly.
5198 (let ((major-mode 'org-mode))
5199 (org--setup-collect-keywords
5200 regexp (cons f files) alist)))))))))))))))
5201 alist)
5203 (defun org--setup-process-tags (tags filetags)
5204 "Precompute variables used for tags.
5205 TAGS is a list of tags and tag group symbols, as strings.
5206 FILETAGS is a list of tags, as strings."
5207 ;; Process the file tags.
5208 (org-set-local 'org-file-tags
5209 (mapcar #'org-add-prop-inherited filetags))
5210 ;; Provide default tags if no local tags are found.
5211 (when (and (not tags) org-tag-alist)
5212 (setq tags
5213 (mapcar (lambda (tag)
5214 (case (car tag)
5215 (:startgroup "{")
5216 (:endgroup "}")
5217 (:startgrouptag "[")
5218 (:endgrouptag "]")
5219 (:grouptags ":")
5220 (:newline "\\n")
5221 (otherwise (concat (car tag)
5222 (and (characterp (cdr tag))
5223 (format "(%c)" (cdr tag)))))))
5224 org-tag-alist)))
5225 ;; Process the tags.
5226 (org-set-local 'org-tag-groups-alist nil)
5227 (org-set-local 'org-tag-alist nil)
5228 (let (group-flag)
5229 (while tags
5230 (let ((e (car tags)))
5231 (setq tags (cdr tags))
5232 (cond
5233 ((equal e "{")
5234 (push '(:startgroup) org-tag-alist)
5235 (when (equal (nth 1 tags) ":") (setq group-flag t)))
5236 ((equal e "}")
5237 (push '(:endgroup) org-tag-alist)
5238 (setq group-flag nil))
5239 ((equal e "[")
5240 (push '(:startgrouptag) org-tag-alist)
5241 (when (equal (nth 1 tags) ":") (setq group-flag t)))
5242 ((equal e "]")
5243 (push '(:endgrouptag) org-tag-alist)
5244 (setq group-flag nil))
5245 ((equal e ":")
5246 (push '(:grouptags) org-tag-alist)
5247 (setq group-flag 'append))
5248 ((equal e "\\n") (push '(:newline) org-tag-alist))
5249 ((string-match
5250 (org-re (concat "\\`\\([[:alnum:]_@#%]+"
5251 "\\|{.+?}\\)" ; regular expression
5252 "\\(?:(\\(.\\))\\)?\\'")) e)
5253 (let ((tag (match-string 1 e))
5254 (key (and (match-beginning 2)
5255 (string-to-char (match-string 2 e)))))
5256 (cond ((eq group-flag 'append)
5257 (setcar org-tag-groups-alist
5258 (append (car org-tag-groups-alist) (list tag))))
5259 (group-flag (push (list tag) org-tag-groups-alist)))
5260 ;; Push all tags in groups, no matter if they already exist.
5261 (unless (and (not group-flag) (assoc tag org-tag-alist))
5262 (push (cons tag key) org-tag-alist))))))))
5263 (setq org-tag-alist (nreverse org-tag-alist)))
5265 (defun org-file-contents (file &optional noerror)
5266 "Return the contents of FILE, as a string."
5267 (if (and file (file-readable-p file))
5268 (with-temp-buffer
5269 (insert-file-contents file)
5270 (buffer-string))
5271 (funcall (if noerror 'message 'error)
5272 "Cannot read file \"%s\"%s"
5273 file
5274 (let ((from (buffer-file-name (buffer-base-buffer))))
5275 (if from (concat " (referenced in file \"" from "\")") "")))))
5277 (defun org-extract-log-state-settings (x)
5278 "Extract the log state setting from a TODO keyword string.
5279 This will extract info from a string like \"WAIT(w@/!)\"."
5280 (let (kw key log1 log2)
5281 (when (string-match "^\\(.*?\\)\\(?:(\\([^!@/]\\)?\\([!@]\\)?\\(?:/\\([!@]\\)\\)?)\\)?$" x)
5282 (setq kw (match-string 1 x)
5283 key (and (match-end 2) (match-string 2 x))
5284 log1 (and (match-end 3) (match-string 3 x))
5285 log2 (and (match-end 4) (match-string 4 x)))
5286 (and (or log1 log2)
5287 (list kw
5288 (and log1 (if (equal log1 "!") 'time 'note))
5289 (and log2 (if (equal log2 "!") 'time 'note)))))))
5291 (defun org-remove-keyword-keys (list)
5292 "Remove a pair of parenthesis at the end of each string in LIST."
5293 (mapcar (lambda (x)
5294 (if (string-match "(.*)$" x)
5295 (substring x 0 (match-beginning 0))
5297 list))
5299 (defun org-assign-fast-keys (alist)
5300 "Assign fast keys to a keyword-key alist.
5301 Respect keys that are already there."
5302 (let (new e (alt ?0))
5303 (while (setq e (pop alist))
5304 (if (or (memq (car e) '(:newline :grouptags :endgroup :startgroup))
5305 (cdr e)) ;; Key already assigned.
5306 (push e new)
5307 (let ((clist (string-to-list (downcase (car e))))
5308 (used (append new alist)))
5309 (when (= (car clist) ?@)
5310 (pop clist))
5311 (while (and clist (rassoc (car clist) used))
5312 (pop clist))
5313 (unless clist
5314 (while (rassoc alt used)
5315 (incf alt)))
5316 (push (cons (car e) (or (car clist) alt)) new))))
5317 (nreverse new)))
5319 ;;; Some variables used in various places
5321 (defvar org-window-configuration nil
5322 "Used in various places to store a window configuration.")
5323 (defvar org-selected-window nil
5324 "Used in various places to store a window configuration.")
5325 (defvar org-finish-function nil
5326 "Function to be called when `C-c C-c' is used.
5327 This is for getting out of special buffers like capture.")
5330 ;; FIXME: Occasionally check by commenting these, to make sure
5331 ;; no other functions uses these, forgetting to let-bind them.
5332 (org-no-warnings (defvar entry)) ;; unprefixed, from calendar.el
5333 (defvar org-last-state)
5334 (org-no-warnings (defvar date)) ;; unprefixed, from calendar.el
5336 ;; Defined somewhere in this file, but used before definition.
5337 (defvar org-entities) ;; defined in org-entities.el
5338 (defvar org-struct-menu)
5339 (defvar org-org-menu)
5340 (defvar org-tbl-menu)
5342 ;;;; Define the Org-mode
5344 ;; We use a before-change function to check if a table might need
5345 ;; an update.
5346 (defvar org-table-may-need-update t
5347 "Indicates that a table might need an update.
5348 This variable is set by `org-before-change-function'.
5349 `org-table-align' sets it back to nil.")
5350 (defun org-before-change-function (beg end)
5351 "Every change indicates that a table might need an update."
5352 (setq org-table-may-need-update t))
5353 (defvar org-mode-map)
5354 (defvar org-inhibit-startup-visibility-stuff nil) ; Dynamically-scoped param.
5355 (defvar org-agenda-keep-modes nil) ; Dynamically-scoped param.
5356 (defvar org-inhibit-logging nil) ; Dynamically-scoped param.
5357 (defvar org-inhibit-blocking nil) ; Dynamically-scoped param.
5358 (defvar org-table-buffer-is-an nil)
5360 (defvar bidi-paragraph-direction)
5361 (defvar buffer-face-mode-face)
5363 (require 'outline)
5364 (if (and (not (keymapp outline-mode-map)) (featurep 'allout))
5365 (error "Conflict with outdated version of allout.el. Load org.el before allout.el, or upgrade to newer allout, for example by switching to Emacs 22"))
5366 (require 'noutline "noutline" 'noerror) ;; stock XEmacs does not have it
5368 ;; Other stuff we need.
5369 (require 'time-date)
5370 (unless (fboundp 'time-subtract) (defalias 'time-subtract 'subtract-time))
5371 (require 'easymenu)
5372 (autoload 'easy-menu-add "easymenu")
5373 (require 'overlay)
5375 ;; (require 'org-macs) moved higher up in the file before it is first used
5376 (require 'org-entities)
5377 ;; (require 'org-compat) moved higher up in the file before it is first used
5378 (require 'org-faces)
5379 (require 'org-list)
5380 (require 'org-pcomplete)
5381 (require 'org-src)
5382 (require 'org-footnote)
5383 (require 'org-macro)
5385 ;; babel
5386 (require 'ob)
5388 ;;;###autoload
5389 (define-derived-mode org-mode outline-mode "Org"
5390 "Outline-based notes management and organizer, alias
5391 \"Carsten's outline-mode for keeping track of everything.\"
5393 Org-mode develops organizational tasks around a NOTES file which
5394 contains information about projects as plain text. Org-mode is
5395 implemented on top of outline-mode, which is ideal to keep the content
5396 of large files well structured. It supports ToDo items, deadlines and
5397 time stamps, which magically appear in the diary listing of the Emacs
5398 calendar. Tables are easily created with a built-in table editor.
5399 Plain text URL-like links connect to websites, emails (VM), Usenet
5400 messages (Gnus), BBDB entries, and any files related to the project.
5401 For printing and sharing of notes, an Org-mode file (or a part of it)
5402 can be exported as a structured ASCII or HTML file.
5404 The following commands are available:
5406 \\{org-mode-map}"
5408 ;; Get rid of Outline menus, they are not needed
5409 ;; Need to do this here because define-derived-mode sets up
5410 ;; the keymap so late. Still, it is a waste to call this each time
5411 ;; we switch another buffer into org-mode.
5412 (if (featurep 'xemacs)
5413 (when (boundp 'outline-mode-menu-heading)
5414 ;; Assume this is Greg's port, it uses easymenu
5415 (easy-menu-remove outline-mode-menu-heading)
5416 (easy-menu-remove outline-mode-menu-show)
5417 (easy-menu-remove outline-mode-menu-hide))
5418 (define-key org-mode-map [menu-bar headings] 'undefined)
5419 (define-key org-mode-map [menu-bar hide] 'undefined)
5420 (define-key org-mode-map [menu-bar show] 'undefined))
5422 (org-load-modules-maybe)
5423 (when (featurep 'xemacs)
5424 (easy-menu-add org-org-menu)
5425 (easy-menu-add org-tbl-menu))
5426 (org-install-agenda-files-menu)
5427 (if org-descriptive-links (add-to-invisibility-spec '(org-link)))
5428 (add-to-invisibility-spec '(org-cwidth))
5429 (add-to-invisibility-spec '(org-hide-block . t))
5430 (when (featurep 'xemacs)
5431 (org-set-local 'line-move-ignore-invisible t))
5432 (org-set-local 'outline-regexp org-outline-regexp)
5433 (org-set-local 'outline-level 'org-outline-level)
5434 (setq bidi-paragraph-direction 'left-to-right)
5435 (when (and org-ellipsis
5436 (fboundp 'set-display-table-slot) (boundp 'buffer-display-table)
5437 (fboundp 'make-glyph-code))
5438 (unless org-display-table
5439 (setq org-display-table (make-display-table)))
5440 (set-display-table-slot
5441 org-display-table 4
5442 (vconcat (mapcar
5443 (lambda (c) (make-glyph-code c (and (not (stringp org-ellipsis))
5444 org-ellipsis)))
5445 (if (stringp org-ellipsis) org-ellipsis "..."))))
5446 (setq buffer-display-table org-display-table))
5447 (org-set-regexps-and-options)
5448 (org-set-font-lock-defaults)
5449 (when (and org-tag-faces (not org-tags-special-faces-re))
5450 ;; tag faces set outside customize.... force initialization.
5451 (org-set-tag-faces 'org-tag-faces org-tag-faces))
5452 ;; Calc embedded
5453 (org-set-local 'calc-embedded-open-mode "# ")
5454 ;; Modify a few syntax entries
5455 (modify-syntax-entry ?@ "w")
5456 (modify-syntax-entry ?\" "\"")
5457 (modify-syntax-entry ?\\ "_")
5458 (modify-syntax-entry ?~ "_")
5459 (if org-startup-truncated (setq truncate-lines t))
5460 (when org-startup-indented (require 'org-indent) (org-indent-mode 1))
5461 (org-set-local 'font-lock-unfontify-region-function
5462 'org-unfontify-region)
5463 ;; Activate before-change-function
5464 (org-set-local 'org-table-may-need-update t)
5465 (org-add-hook 'before-change-functions 'org-before-change-function nil
5466 'local)
5467 ;; Check for running clock before killing a buffer
5468 (org-add-hook 'kill-buffer-hook 'org-check-running-clock nil 'local)
5469 ;; Initialize macros templates.
5470 (org-macro-initialize-templates)
5471 ;; Initialize radio targets.
5472 (org-update-radio-target-regexp)
5473 ;; Indentation.
5474 (org-set-local 'indent-line-function 'org-indent-line)
5475 (org-set-local 'indent-region-function 'org-indent-region)
5476 ;; Filling and auto-filling.
5477 (org-setup-filling)
5478 ;; Comments.
5479 (org-setup-comments-handling)
5480 ;; Initialize cache.
5481 (org-element-cache-reset)
5482 ;; Beginning/end of defun
5483 (org-set-local 'beginning-of-defun-function 'org-backward-element)
5484 (org-set-local 'end-of-defun-function
5485 (lambda ()
5486 (if (not (org-at-heading-p))
5487 (org-forward-element)
5488 (org-forward-element)
5489 (forward-char -1))))
5490 ;; Next error for sparse trees
5491 (org-set-local 'next-error-function 'org-occur-next-match)
5492 ;; Make sure dependence stuff works reliably, even for users who set it
5493 ;; too late :-(
5494 (if org-enforce-todo-dependencies
5495 (add-hook 'org-blocker-hook
5496 'org-block-todo-from-children-or-siblings-or-parent)
5497 (remove-hook 'org-blocker-hook
5498 'org-block-todo-from-children-or-siblings-or-parent))
5499 (if org-enforce-todo-checkbox-dependencies
5500 (add-hook 'org-blocker-hook
5501 'org-block-todo-from-checkboxes)
5502 (remove-hook 'org-blocker-hook
5503 'org-block-todo-from-checkboxes))
5505 ;; Align options lines
5506 (org-set-local
5507 'align-mode-rules-list
5508 '((org-in-buffer-settings
5509 (regexp . "^[ \t]*#\\+[A-Z_]+:\\(\\s-*\\)\\S-+")
5510 (modes . '(org-mode)))))
5512 ;; Imenu
5513 (org-set-local 'imenu-create-index-function
5514 'org-imenu-get-tree)
5516 ;; Make isearch reveal context
5517 (if (or (featurep 'xemacs)
5518 (not (boundp 'outline-isearch-open-invisible-function)))
5519 ;; Emacs 21 and XEmacs make use of the hook
5520 (org-add-hook 'isearch-mode-end-hook 'org-isearch-end 'append 'local)
5521 ;; Emacs 22 deals with this through a special variable
5522 (org-set-local 'outline-isearch-open-invisible-function
5523 (lambda (&rest ignore) (org-show-context 'isearch))))
5525 ;; Setup the pcomplete hooks
5526 (set (make-local-variable 'pcomplete-command-completion-function)
5527 'org-pcomplete-initial)
5528 (set (make-local-variable 'pcomplete-command-name-function)
5529 'org-command-at-point)
5530 (set (make-local-variable 'pcomplete-default-completion-function)
5531 'ignore)
5532 (set (make-local-variable 'pcomplete-parse-arguments-function)
5533 'org-parse-arguments)
5534 (set (make-local-variable 'pcomplete-termination-string) "")
5535 (when (>= emacs-major-version 23)
5536 (set (make-local-variable 'buffer-face-mode-face) 'org-default))
5538 ;; If empty file that did not turn on org-mode automatically, make it to.
5539 (if (and org-insert-mode-line-in-empty-file
5540 (org-called-interactively-p 'any)
5541 (= (point-min) (point-max)))
5542 (insert "# -*- mode: org -*-\n\n"))
5543 (unless org-inhibit-startup
5544 (org-unmodified
5545 (and org-startup-with-beamer-mode (org-beamer-mode))
5546 (when org-startup-align-all-tables
5547 (org-table-map-tables 'org-table-align 'quietly))
5548 (when org-startup-with-inline-images
5549 (org-display-inline-images))
5550 (when org-startup-with-latex-preview
5551 (org-toggle-latex-fragment))
5552 (unless org-inhibit-startup-visibility-stuff
5553 (org-set-startup-visibility))
5554 (org-refresh-effort-properties)))
5555 ;; Try to set org-hide correctly
5556 (let ((foreground (org-find-invisible-foreground)))
5557 (if foreground
5558 (set-face-foreground 'org-hide foreground))))
5560 ;; Update `customize-package-emacs-version-alist'
5561 (add-to-list 'customize-package-emacs-version-alist
5562 '(Org ("6.21b" . "23.1") ("6.33x" . "23.2")
5563 ("7.8.11" . "24.1") ("7.9.4" . "24.3")
5564 ("8.2.6" . "24.4") ("8.3" . "25.1")))
5566 (defvar org-mode-transpose-word-syntax-table
5567 (let ((st (make-syntax-table text-mode-syntax-table)))
5568 (mapc (lambda(c) (modify-syntax-entry
5569 (string-to-char (car c)) "w p" st))
5570 org-emphasis-alist)
5571 st))
5573 (when (fboundp 'abbrev-table-put)
5574 (abbrev-table-put org-mode-abbrev-table
5575 :parents (list text-mode-abbrev-table)))
5577 (defun org-find-invisible-foreground ()
5578 (let ((candidates (remove
5579 "unspecified-bg"
5580 (nconc
5581 (list (face-background 'default)
5582 (face-background 'org-default))
5583 (mapcar
5584 (lambda (alist)
5585 (when (boundp alist)
5586 (cdr (assoc 'background-color (symbol-value alist)))))
5587 '(default-frame-alist initial-frame-alist window-system-default-frame-alist))
5588 (list (face-foreground 'org-hide))))))
5589 (car (remove nil candidates))))
5591 (defun org-current-time (&optional rounding-minutes past)
5592 "Current time, possibly rounded to ROUNDING-MINUTES.
5593 When ROUNDING-MINUTES is not an integer, fall back on the car of
5594 `org-time-stamp-rounding-minutes'. When PAST is non-nil, ensure
5595 the rounding returns a past time."
5596 (let ((r (or (and (integerp rounding-minutes) rounding-minutes)
5597 (car org-time-stamp-rounding-minutes)))
5598 (time (decode-time)) res)
5599 (if (< r 1)
5600 (current-time)
5601 (setq res
5602 (apply 'encode-time
5603 (append (list 0 (* r (floor (+ .5 (/ (float (nth 1 time)) r)))))
5604 (nthcdr 2 time))))
5605 (if (and past (< (org-float-time (time-subtract (current-time) res)) 0))
5606 (seconds-to-time (- (org-float-time res) (* r 60)))
5607 res))))
5609 (defun org-today ()
5610 "Return today date, considering `org-extend-today-until'."
5611 (time-to-days
5612 (time-subtract (current-time)
5613 (list 0 (* 3600 org-extend-today-until) 0))))
5615 ;;;; Font-Lock stuff, including the activators
5617 (defvar org-mouse-map (make-sparse-keymap))
5618 (org-defkey org-mouse-map [mouse-2] 'org-open-at-mouse)
5619 (org-defkey org-mouse-map [mouse-3] 'org-find-file-at-mouse)
5620 (when org-mouse-1-follows-link
5621 (org-defkey org-mouse-map [follow-link] 'mouse-face))
5622 (when org-tab-follows-link
5623 (org-defkey org-mouse-map [(tab)] 'org-open-at-point)
5624 (org-defkey org-mouse-map "\C-i" 'org-open-at-point))
5626 (require 'font-lock)
5628 (defconst org-non-link-chars "]\t\n\r<>")
5629 (defvar org-link-types '("http" "https" "ftp" "mailto" "file" "file+emacs"
5630 "file+sys" "news" "shell" "elisp" "doi" "message"
5631 "help"))
5632 (defvar org-link-types-re nil
5633 "Matches a link that has a url-like prefix like \"http:\"")
5634 (defvar org-link-re-with-space nil
5635 "Matches a link with spaces, optional angular brackets around it.")
5636 (defvar org-link-re-with-space2 nil
5637 "Matches a link with spaces, optional angular brackets around it.")
5638 (defvar org-link-re-with-space3 nil
5639 "Matches a link with spaces, only for internal part in bracket links.")
5640 (defvar org-angle-link-re nil
5641 "Matches link with angular brackets, spaces are allowed.")
5642 (defvar org-plain-link-re nil
5643 "Matches plain link, without spaces.")
5644 (defvar org-bracket-link-regexp nil
5645 "Matches a link in double brackets.")
5646 (defvar org-bracket-link-analytic-regexp nil
5647 "Regular expression used to analyze links.
5648 Here is what the match groups contain after a match:
5649 1: http:
5650 2: http
5651 3: path
5652 4: [desc]
5653 5: desc")
5654 (defvar org-bracket-link-analytic-regexp++ nil
5655 "Like `org-bracket-link-analytic-regexp', but include coderef internal type.")
5656 (defvar org-any-link-re nil
5657 "Regular expression matching any link.")
5659 (defconst org-match-sexp-depth 3
5660 "Number of stacked braces for sub/superscript matching.")
5662 (defun org-create-multibrace-regexp (left right n)
5663 "Create a regular expression which will match a balanced sexp.
5664 Opening delimiter is LEFT, and closing delimiter is RIGHT, both given
5665 as single character strings.
5666 The regexp returned will match the entire expression including the
5667 delimiters. It will also define a single group which contains the
5668 match except for the outermost delimiters. The maximum depth of
5669 stacked delimiters is N. Escaping delimiters is not possible."
5670 (let* ((nothing (concat "[^" left right "]*?"))
5671 (or "\\|")
5672 (re nothing)
5673 (next (concat "\\(?:" nothing left nothing right "\\)+" nothing)))
5674 (while (> n 1)
5675 (setq n (1- n)
5676 re (concat re or next)
5677 next (concat "\\(?:" nothing left next right "\\)+" nothing)))
5678 (concat left "\\(" re "\\)" right)))
5680 (defconst org-match-substring-regexp
5681 (concat
5682 "\\(\\S-\\)\\([_^]\\)\\("
5683 "\\(?:" (org-create-multibrace-regexp "{" "}" org-match-sexp-depth) "\\)"
5684 "\\|"
5685 "\\(?:" (org-create-multibrace-regexp "(" ")" org-match-sexp-depth) "\\)"
5686 "\\|"
5687 "\\(?:\\*\\|[+-]?[[:alnum:].,\\]*[[:alnum:]]\\)\\)")
5688 "The regular expression matching a sub- or superscript.")
5690 (defconst org-match-substring-with-braces-regexp
5691 (concat
5692 "\\(\\S-\\)\\([_^]\\)"
5693 "\\(" (org-create-multibrace-regexp "{" "}" org-match-sexp-depth) "\\)")
5694 "The regular expression matching a sub- or superscript, forcing braces.")
5696 (defun org-make-link-regexps ()
5697 "Update the link regular expressions.
5698 This should be called after the variable `org-link-types' has changed."
5699 (let ((types-re (regexp-opt org-link-types t)))
5700 (setq org-link-types-re
5701 (concat "\\`" types-re ":")
5702 org-link-re-with-space
5703 (concat "<?" types-re ":"
5704 "\\([^" org-non-link-chars " ]"
5705 "[^" org-non-link-chars "]*"
5706 "[^" org-non-link-chars " ]\\)>?")
5707 org-link-re-with-space2
5708 (concat "<?" types-re ":"
5709 "\\([^" org-non-link-chars " ]"
5710 "[^\t\n\r]*"
5711 "[^" org-non-link-chars " ]\\)>?")
5712 org-link-re-with-space3
5713 (concat "<?" types-re ":"
5714 "\\([^" org-non-link-chars " ]"
5715 "[^\t\n\r]*\\)")
5716 org-angle-link-re
5717 (format "<%s:\\(\n?\\(?:[^>\n]+\n?\\)*\\)>" types-re)
5718 org-plain-link-re
5719 (concat
5720 "\\<" types-re ":"
5721 (org-re "\\([^ \t\n()<>]+\\(?:([[:word:]0-9_]+)\\|\\([^[:punct:] \t\n]\\|/\\)\\)\\)"))
5722 ;; "\\([^]\t\n\r<>() ]+[^]\t\n\r<>,.;() ]\\)")
5723 org-bracket-link-regexp
5724 "\\[\\[\\([^][]+\\)\\]\\(\\[\\([^][]+\\)\\]\\)?\\]"
5725 org-bracket-link-analytic-regexp
5726 (concat
5727 "\\[\\["
5728 "\\(" types-re ":\\)?"
5729 "\\([^]]+\\)"
5730 "\\]"
5731 "\\(\\[" "\\([^]]+\\)" "\\]\\)?"
5732 "\\]")
5733 org-bracket-link-analytic-regexp++
5734 (concat
5735 "\\[\\["
5736 "\\(" (regexp-opt (cons "coderef" org-link-types) t) ":\\)?"
5737 "\\([^]]+\\)"
5738 "\\]"
5739 "\\(\\[" "\\([^]]+\\)" "\\]\\)?"
5740 "\\]")
5741 org-any-link-re
5742 (concat "\\(" org-bracket-link-regexp "\\)\\|\\("
5743 org-angle-link-re "\\)\\|\\("
5744 org-plain-link-re "\\)"))))
5746 (org-make-link-regexps)
5748 (defvar org-emph-face nil)
5750 (defun org-do-emphasis-faces (limit)
5751 "Run through the buffer and emphasize strings."
5752 (let (rtn a)
5753 (while (and (not rtn) (re-search-forward org-emph-re limit t))
5754 (let* ((border (char-after (match-beginning 3)))
5755 (bre (regexp-quote (char-to-string border))))
5756 (if (and (not (= border (char-after (match-beginning 4))))
5757 (not (save-match-data
5758 (string-match (concat bre ".*" bre)
5759 (replace-regexp-in-string
5760 "\n" " "
5761 (substring (match-string 2) 1 -1))))))
5762 (progn
5763 (setq rtn t)
5764 (setq a (assoc (match-string 3) org-emphasis-alist))
5765 (font-lock-prepend-text-property (match-beginning 2) (match-end 2)
5766 'face
5767 (nth 1 a))
5768 (and (nth 2 a)
5769 (org-remove-flyspell-overlays-in
5770 (match-beginning 0) (match-end 0)))
5771 (add-text-properties (match-beginning 2) (match-end 2)
5772 '(font-lock-multiline t org-emphasis t))
5773 (when org-hide-emphasis-markers
5774 (add-text-properties (match-end 4) (match-beginning 5)
5775 '(invisible org-link))
5776 (add-text-properties (match-beginning 3) (match-end 3)
5777 '(invisible org-link))))))
5778 (goto-char (1+ (match-beginning 0))))
5779 rtn))
5781 (defun org-emphasize (&optional char)
5782 "Insert or change an emphasis, i.e. a font like bold or italic.
5783 If there is an active region, change that region to a new emphasis.
5784 If there is no region, just insert the marker characters and position
5785 the cursor between them.
5786 CHAR should be the marker character. If it is a space, it means to
5787 remove the emphasis of the selected region.
5788 If CHAR is not given (for example in an interactive call) it will be
5789 prompted for."
5790 (interactive)
5791 (let ((erc org-emphasis-regexp-components)
5792 (prompt "")
5793 (string "") beg end move c s)
5794 (if (org-region-active-p)
5795 (setq beg (region-beginning) end (region-end)
5796 string (buffer-substring beg end))
5797 (setq move t))
5799 (unless char
5800 (message "Emphasis marker or tag: [%s]"
5801 (mapconcat (lambda(e) (car e)) org-emphasis-alist ""))
5802 (setq char (read-char-exclusive)))
5803 (if (equal char ?\ )
5804 (setq s "" move nil)
5805 (unless (assoc (char-to-string char) org-emphasis-alist)
5806 (user-error "No such emphasis marker: \"%c\"" char))
5807 (setq s (char-to-string char)))
5808 (while (and (> (length string) 1)
5809 (equal (substring string 0 1) (substring string -1))
5810 (assoc (substring string 0 1) org-emphasis-alist))
5811 (setq string (substring string 1 -1)))
5812 (setq string (concat s string s))
5813 (if beg (delete-region beg end))
5814 (unless (or (bolp)
5815 (string-match (concat "[" (nth 0 erc) "\n]")
5816 (char-to-string (char-before (point)))))
5817 (insert " "))
5818 (unless (or (eobp)
5819 (string-match (concat "[" (nth 1 erc) "\n]")
5820 (char-to-string (char-after (point)))))
5821 (insert " ") (backward-char 1))
5822 (insert string)
5823 (and move (backward-char 1))))
5825 (defconst org-nonsticky-props
5826 '(mouse-face highlight keymap invisible intangible help-echo org-linked-text htmlize-link))
5828 (defsubst org-rear-nonsticky-at (pos)
5829 (add-text-properties (1- pos) pos (list 'rear-nonsticky org-nonsticky-props)))
5831 (defun org-activate-plain-links (limit)
5832 "Add link properties for plain links."
5833 (let (f hl)
5834 (when (and (re-search-forward (concat org-plain-link-re) limit t)
5835 (not (member 'org-tag
5836 (get-text-property (1- (match-beginning 0)) 'face)))
5837 (not (org-in-src-block-p)))
5838 (org-remove-flyspell-overlays-in (match-beginning 0) (match-end 0))
5839 (setq f (get-text-property (match-beginning 0) 'face))
5840 (setq hl (org-match-string-no-properties 0))
5841 (if (or (eq f 'org-tag)
5842 (and (listp f) (memq 'org-tag f)))
5844 (add-text-properties (match-beginning 0) (match-end 0)
5845 (list 'mouse-face 'highlight
5846 'face 'org-link
5847 'htmlize-link `(:uri ,hl)
5848 'keymap org-mouse-map))
5849 (org-rear-nonsticky-at (match-end 0)))
5850 t)))
5852 (defun org-activate-code (limit)
5853 (if (re-search-forward "^[ \t]*\\(:\\(?: .*\\|$\\)\n?\\)" limit t)
5854 (progn
5855 (org-remove-flyspell-overlays-in (match-beginning 0) (match-end 0))
5856 (remove-text-properties (match-beginning 0) (match-end 0)
5857 '(display t invisible t intangible t))
5858 t)))
5860 (defcustom org-src-fontify-natively t
5861 "When non-nil, fontify code in code blocks."
5862 :type 'boolean
5863 :version "24.4"
5864 :package-version '(Org . "8.3")
5865 :group 'org-appearance
5866 :group 'org-babel)
5868 (defcustom org-allow-promoting-top-level-subtree nil
5869 "When non-nil, allow promoting a top level subtree.
5870 The leading star of the top level headline will be replaced
5871 by a #."
5872 :type 'boolean
5873 :version "24.1"
5874 :group 'org-appearance)
5876 (defun org-fontify-meta-lines-and-blocks (limit)
5877 (condition-case nil
5878 (org-fontify-meta-lines-and-blocks-1 limit)
5879 (error (message "org-mode fontification error"))))
5881 (defun org-fontify-meta-lines-and-blocks-1 (limit)
5882 "Fontify #+ lines and blocks."
5883 (let ((case-fold-search t))
5884 (if (re-search-forward
5885 "^\\([ \t]*#\\(\\(\\+[a-zA-Z]+:?\\| \\|$\\)\\(_\\([a-zA-Z]+\\)\\)?\\)[ \t]*\\(\\([^ \t\n]*\\)[ \t]*\\(.*\\)\\)\\)"
5886 limit t)
5887 (let ((beg (match-beginning 0))
5888 (block-start (match-end 0))
5889 (block-end nil)
5890 (lang (match-string 7))
5891 (beg1 (line-beginning-position 2))
5892 (dc1 (downcase (match-string 2)))
5893 (dc3 (downcase (match-string 3)))
5894 end end1 quoting block-type ovl)
5895 (cond
5896 ((and (match-end 4) (equal dc3 "+begin"))
5897 ;; Truly a block
5898 (setq block-type (downcase (match-string 5))
5899 quoting (member block-type org-protecting-blocks))
5900 (when (re-search-forward
5901 (concat "^[ \t]*#\\+end" (match-string 4) "\\>.*")
5902 nil t) ;; on purpose, we look further than LIMIT
5903 (setq end (min (point-max) (match-end 0))
5904 end1 (min (point-max) (1- (match-beginning 0))))
5905 (setq block-end (match-beginning 0))
5906 (when quoting
5907 (org-remove-flyspell-overlays-in beg1 end1)
5908 (remove-text-properties beg end
5909 '(display t invisible t intangible t)))
5910 (add-text-properties
5911 beg end '(font-lock-fontified t font-lock-multiline t))
5912 (add-text-properties beg beg1 '(face org-meta-line))
5913 (org-remove-flyspell-overlays-in beg beg1)
5914 (add-text-properties ; For end_src
5915 end1 (min (point-max) (1+ end)) '(face org-meta-line))
5916 (org-remove-flyspell-overlays-in end1 end)
5917 (cond
5918 ((and lang (not (string= lang "")) org-src-fontify-natively)
5919 (org-src-font-lock-fontify-block lang block-start block-end)
5920 (add-text-properties beg1 block-end '(src-block t)))
5921 (quoting
5922 (add-text-properties beg1 (min (point-max) (1+ end1))
5923 '(face org-block))) ; end of source block
5924 ((not org-fontify-quote-and-verse-blocks))
5925 ((string= block-type "quote")
5926 (add-text-properties beg1 (min (point-max) (1+ end1)) '(face org-quote)))
5927 ((string= block-type "verse")
5928 (add-text-properties beg1 (min (point-max) (1+ end1)) '(face org-verse))))
5929 (add-text-properties beg beg1 '(face org-block-begin-line))
5930 (add-text-properties (min (point-max) (1+ end)) (min (point-max) (1+ end1))
5931 '(face org-block-end-line))
5933 ((member dc1 '("+title:" "+author:" "+email:" "+date:"))
5934 (org-remove-flyspell-overlays-in
5935 (match-beginning 0)
5936 (if (equal "+title:" dc1) (match-end 2) (match-end 0)))
5937 (add-text-properties
5938 beg (match-end 3)
5939 (if (member (intern (substring dc1 1 -1)) org-hidden-keywords)
5940 '(font-lock-fontified t invisible t)
5941 '(font-lock-fontified t face org-document-info-keyword)))
5942 (add-text-properties
5943 (match-beginning 6) (min (point-max) (1+ (match-end 6)))
5944 (if (string-equal dc1 "+title:")
5945 '(font-lock-fontified t face org-document-title)
5946 '(font-lock-fontified t face org-document-info))))
5947 ((equal dc1 "+caption:")
5948 (org-remove-flyspell-overlays-in (match-end 2) (match-end 0))
5949 (remove-text-properties (match-beginning 0) (match-end 0)
5950 '(display t invisible t intangible t))
5951 (add-text-properties (match-beginning 1) (match-end 3)
5952 '(font-lock-fontified t face org-meta-line))
5953 (add-text-properties (match-beginning 6) (+ (match-end 6) 1)
5954 '(font-lock-fontified t face org-block))
5956 ((member dc3 '(" " ""))
5957 (org-remove-flyspell-overlays-in beg (match-end 0))
5958 (add-text-properties
5959 beg (match-end 0)
5960 '(font-lock-fontified t face font-lock-comment-face)))
5961 (t ;; just any other in-buffer setting, but not indented
5962 (org-remove-flyspell-overlays-in (match-beginning 0) (match-end 0))
5963 (remove-text-properties (match-beginning 0) (match-end 0)
5964 '(display t invisible t intangible t))
5965 (add-text-properties beg (match-end 0)
5966 '(font-lock-fontified t face org-meta-line))
5967 t))))))
5969 (defun org-fontify-drawers (limit)
5970 "Fontify drawers."
5971 (when (re-search-forward org-drawer-regexp limit t)
5972 (add-text-properties
5973 (match-beginning 0) (match-end 0)
5974 '(font-lock-fontified t face org-special-keyword))
5975 (org-remove-flyspell-overlays-in (match-beginning 0) (match-end 0))
5978 (defun org-fontify-macros (limit)
5979 "Fontify macros."
5980 (when (re-search-forward "\\({{{\\).+?\\(}}}\\)" limit t)
5981 (add-text-properties
5982 (match-beginning 0) (match-end 0)
5983 '(font-lock-fontified t face org-macro))
5984 (when org-hide-macro-markers
5985 (add-text-properties (match-end 2) (match-beginning 2)
5986 '(invisible t))
5987 (add-text-properties (match-beginning 1) (match-end 1)
5988 '(invisible t)))
5989 (org-remove-flyspell-overlays-in (match-beginning 0) (match-end 0))
5992 (defun org-activate-angle-links (limit)
5993 "Add text properties for angle links."
5994 (if (and (re-search-forward org-angle-link-re limit t)
5995 (not (org-in-src-block-p)))
5996 (progn
5997 (org-remove-flyspell-overlays-in (match-beginning 0) (match-end 0))
5998 (add-text-properties (match-beginning 0) (match-end 0)
5999 (list 'mouse-face 'highlight
6000 'keymap org-mouse-map
6001 'font-lock-multiline t))
6002 (org-rear-nonsticky-at (match-end 0))
6003 t)))
6005 (defun org-activate-footnote-links (limit)
6006 "Add text properties for footnotes."
6007 (let ((fn (org-footnote-next-reference-or-definition limit)))
6008 (when fn
6009 (let* ((beg (nth 1 fn))
6010 (end (nth 2 fn))
6011 (label (car fn))
6012 (referencep (/= (line-beginning-position) beg)))
6013 (when (and referencep (nth 3 fn))
6014 (save-excursion
6015 (goto-char beg)
6016 (search-forward (or label "fn:"))
6017 (org-remove-flyspell-overlays-in beg (match-end 0))))
6018 (add-text-properties beg end
6019 (list 'mouse-face 'highlight
6020 'keymap org-mouse-map
6021 'help-echo
6022 (if referencep "Footnote reference"
6023 "Footnote definition")
6024 'font-lock-fontified t
6025 'font-lock-multiline t
6026 'face 'org-footnote))))))
6028 (defun org-activate-bracket-links (limit)
6029 "Add text properties for bracketed links."
6030 (if (and (re-search-forward org-bracket-link-regexp limit t)
6031 (not (org-in-src-block-p)))
6032 (let* ((hl (org-match-string-no-properties 1))
6033 (help (concat "LINK: " (save-match-data (org-link-unescape hl))))
6034 (ip (org-maybe-intangible
6035 (list 'invisible 'org-link
6036 'keymap org-mouse-map 'mouse-face 'highlight
6037 'font-lock-multiline t 'help-echo help
6038 'htmlize-link `(:uri ,hl))))
6039 (vp (list 'keymap org-mouse-map 'mouse-face 'highlight
6040 'font-lock-multiline t 'help-echo help
6041 'htmlize-link `(:uri ,hl))))
6042 ;; We need to remove the invisible property here. Table narrowing
6043 ;; may have made some of this invisible.
6044 (org-remove-flyspell-overlays-in (match-beginning 0) (match-end 0))
6045 (remove-text-properties (match-beginning 0) (match-end 0)
6046 '(invisible nil))
6047 (if (match-end 3)
6048 (progn
6049 (add-text-properties (match-beginning 0) (match-beginning 3) ip)
6050 (org-rear-nonsticky-at (match-beginning 3))
6051 (add-text-properties (match-beginning 3) (match-end 3) vp)
6052 (org-rear-nonsticky-at (match-end 3))
6053 (add-text-properties (match-end 3) (match-end 0) ip)
6054 (org-rear-nonsticky-at (match-end 0)))
6055 (add-text-properties (match-beginning 0) (match-beginning 1) ip)
6056 (org-rear-nonsticky-at (match-beginning 1))
6057 (add-text-properties (match-beginning 1) (match-end 1) vp)
6058 (org-rear-nonsticky-at (match-end 1))
6059 (add-text-properties (match-end 1) (match-end 0) ip)
6060 (org-rear-nonsticky-at (match-end 0)))
6061 t)))
6063 (defun org-activate-dates (limit)
6064 "Add text properties for dates."
6065 (if (and (re-search-forward org-tsr-regexp-both limit t)
6066 (not (equal (char-before (match-beginning 0)) 91)))
6067 (progn
6068 (org-remove-flyspell-overlays-in (match-beginning 0) (match-end 0))
6069 (add-text-properties (match-beginning 0) (match-end 0)
6070 (list 'mouse-face 'highlight
6071 'keymap org-mouse-map))
6072 (org-rear-nonsticky-at (match-end 0))
6073 (when org-display-custom-times
6074 (if (match-end 3)
6075 (org-display-custom-time (match-beginning 3) (match-end 3)))
6076 (org-display-custom-time (match-beginning 1) (match-end 1)))
6077 t)))
6079 (defvar org-target-link-regexp nil
6080 "Regular expression matching radio targets in plain text.")
6081 (make-variable-buffer-local 'org-target-link-regexp)
6083 (defconst org-target-regexp (let ((border "[^<>\n\r \t]"))
6084 (format "<<\\(%s\\|%s[^<>\n\r]*%s\\)>>"
6085 border border border))
6086 "Regular expression matching a link target.")
6088 (defconst org-radio-target-regexp (format "<%s>" org-target-regexp)
6089 "Regular expression matching a radio target.")
6091 (defconst org-any-target-regexp
6092 (format "%s\\|%s" org-radio-target-regexp org-target-regexp)
6093 "Regular expression matching any target.")
6095 (defun org-activate-target-links (limit)
6096 "Add text properties for target matches."
6097 (when org-target-link-regexp
6098 (let ((case-fold-search t))
6099 (if (re-search-forward org-target-link-regexp limit t)
6100 (progn
6101 (org-remove-flyspell-overlays-in (match-beginning 1) (match-end 1))
6102 (add-text-properties (match-beginning 1) (match-end 1)
6103 (list 'mouse-face 'highlight
6104 'keymap org-mouse-map
6105 'help-echo "Radio target link"
6106 'org-linked-text t))
6107 (org-rear-nonsticky-at (match-end 1))
6108 t)))))
6110 (defun org-update-radio-target-regexp ()
6111 "Find all radio targets in this file and update the regular expression.
6112 Also refresh fontification if needed."
6113 (interactive)
6114 (let ((old-regexp org-target-link-regexp)
6115 (before-re "\\(?:^\\|[^[:alnum:]]\\)\\(")
6116 (after-re "\\)\\(?:$\\|[^[:alnum:]]\\)")
6117 (targets
6118 (org-with-wide-buffer
6119 (goto-char (point-min))
6120 (let (rtn)
6121 (while (re-search-forward org-radio-target-regexp nil t)
6122 ;; Make sure point is really within the object.
6123 (backward-char)
6124 (let ((obj (org-element-context)))
6125 (when (eq (org-element-type obj) 'radio-target)
6126 (add-to-list 'rtn (org-element-property :value obj)))))
6127 rtn))))
6128 (setq org-target-link-regexp
6129 (and targets
6130 (concat before-re
6131 (mapconcat
6132 (lambda (x)
6133 (replace-regexp-in-string
6134 " +" "\\s-+" (regexp-quote x) t t))
6135 targets
6136 "\\|")
6137 after-re)))
6138 (unless (equal old-regexp org-target-link-regexp)
6139 ;; Clean-up cache.
6140 (let ((regexp (cond ((not old-regexp) org-target-link-regexp)
6141 ((not org-target-link-regexp) old-regexp)
6143 (concat before-re
6144 (mapconcat
6145 (lambda (re)
6146 (substring re (length before-re)
6147 (- (length after-re))))
6148 (list old-regexp org-target-link-regexp)
6149 "\\|")
6150 after-re)))))
6151 (org-with-wide-buffer
6152 (goto-char (point-min))
6153 (while (re-search-forward regexp nil t)
6154 (org-element-cache-refresh (match-beginning 1)))))
6155 ;; Re fontify buffer.
6156 (when (memq 'radio org-highlight-links)
6157 (org-restart-font-lock)))))
6159 (defun org-hide-wide-columns (limit)
6160 (let (s e)
6161 (setq s (text-property-any (point) (or limit (point-max))
6162 'org-cwidth t))
6163 (when s
6164 (setq e (next-single-property-change s 'org-cwidth))
6165 (add-text-properties s e (org-maybe-intangible '(invisible org-cwidth)))
6166 (goto-char e)
6167 t)))
6169 (defvar org-latex-and-related-regexp nil
6170 "Regular expression for highlighting LaTeX, entities and sub/superscript.")
6172 (defun org-compute-latex-and-related-regexp ()
6173 "Compute regular expression for LaTeX, entities and sub/superscript.
6174 Result depends on variable `org-highlight-latex-and-related'."
6175 (org-set-local
6176 'org-latex-and-related-regexp
6177 (let* ((re-sub
6178 (cond ((not (memq 'script org-highlight-latex-and-related)) nil)
6179 ((eq org-use-sub-superscripts '{})
6180 (list org-match-substring-with-braces-regexp))
6181 (org-use-sub-superscripts (list org-match-substring-regexp))))
6182 (re-latex
6183 (when (memq 'latex org-highlight-latex-and-related)
6184 (let ((matchers (plist-get org-format-latex-options :matchers)))
6185 (delq nil
6186 (mapcar (lambda (x)
6187 (and (member (car x) matchers) (nth 1 x)))
6188 org-latex-regexps)))))
6189 (re-entities
6190 (when (memq 'entities org-highlight-latex-and-related)
6191 (list "\\\\\\(there4\\|sup[123]\\|frac[13][24]\\|[a-zA-Z]+\\)\\($\\|{}\\|[^[:alpha:]]\\)"))))
6192 (mapconcat 'identity (append re-latex re-entities re-sub) "\\|"))))
6194 (defun org-do-latex-and-related (limit)
6195 "Highlight LaTeX snippets and environments, entities and sub/superscript.
6196 LIMIT bounds the search for syntax to highlight. Stop at first
6197 highlighted object, if any. Return t if some highlighting was
6198 done, nil otherwise."
6199 (when (org-string-nw-p org-latex-and-related-regexp)
6200 (catch 'found
6201 (while (re-search-forward org-latex-and-related-regexp limit t)
6202 (unless (memq (car-safe (get-text-property (1+ (match-beginning 0))
6203 'face))
6204 '(org-code org-verbatim underline))
6205 (let ((offset (if (memq (char-after (1+ (match-beginning 0)))
6206 '(?_ ?^))
6208 0)))
6209 (font-lock-prepend-text-property
6210 (+ offset (match-beginning 0)) (match-end 0)
6211 'face 'org-latex-and-related)
6212 (add-text-properties (+ offset (match-beginning 0)) (match-end 0)
6213 '(font-lock-multiline t)))
6214 (throw 'found t)))
6215 nil)))
6217 (defun org-restart-font-lock ()
6218 "Restart `font-lock-mode', to force refontification."
6219 (when (and (boundp 'font-lock-mode) font-lock-mode)
6220 (font-lock-mode -1)
6221 (font-lock-mode 1)))
6223 (defun org-activate-tags (limit)
6224 (if (re-search-forward (org-re "^\\*+.*[ \t]\\(:[[:alnum:]_@#%:]+:\\)[ \r\n]") limit t)
6225 (progn
6226 (org-remove-flyspell-overlays-in (match-beginning 1) (match-end 1))
6227 (add-text-properties (match-beginning 1) (match-end 1)
6228 (list 'mouse-face 'highlight
6229 'keymap org-mouse-map))
6230 (org-rear-nonsticky-at (match-end 1))
6231 t)))
6233 (defun org-outline-level ()
6234 "Compute the outline level of the heading at point.
6236 If this is called at a normal headline, the level is the number
6237 of stars. Use `org-reduced-level' to remove the effect of
6238 `org-odd-levels'. Unlike to `org-current-level', this function
6239 takes into consideration inlinetasks."
6240 (org-with-wide-buffer
6241 (end-of-line)
6242 (if (re-search-backward org-outline-regexp-bol nil t)
6243 (1- (- (match-end 0) (match-beginning 0)))
6244 0)))
6246 (defvar org-font-lock-keywords nil)
6248 (defsubst org-re-property (property &optional literal allow-null value)
6249 "Return a regexp matching a PROPERTY line.
6251 When optional argument LITERAL is non-nil, do not quote PROPERTY.
6252 This is useful when PROPERTY is a regexp. When ALLOW-NULL is
6253 non-nil, match properties even without a value.
6255 Match group 3 is set to the value when it exists. If there is no
6256 value and ALLOW-NULL is non-nil, it is set to the empty string.
6258 With optional argument VALUE, match only property lines with
6259 that value; in this case, ALLOW-NULL is ignored. VALUE is quoted
6260 unless LITERAL is non-nil."
6261 (concat
6262 "^\\(?4:[ \t]*\\)"
6263 (format "\\(?1::\\(?2:%s\\):\\)"
6264 (if literal property (regexp-quote property)))
6265 (cond (value
6266 (format "[ \t]+\\(?3:%s\\)\\(?5:[ \t]*\\)$"
6267 (if literal value (regexp-quote value))))
6268 (allow-null
6269 "\\(?:\\(?3:$\\)\\|[ \t]+\\(?3:.*?\\)\\)\\(?5:[ \t]*\\)$")
6271 "[ \t]+\\(?3:[^ \r\t\n]+.*?\\)\\(?5:[ \t]*\\)$"))))
6273 (defconst org-property-re
6274 (org-re-property "\\S-+" 'literal t)
6275 "Regular expression matching a property line.
6276 There are four matching groups:
6277 1: :PROPKEY: including the leading and trailing colon,
6278 2: PROPKEY without the leading and trailing colon,
6279 3: PROPVAL without leading or trailing spaces,
6280 4: the indentation of the current line,
6281 5: trailing whitespace.")
6283 (defvar org-font-lock-hook nil
6284 "Functions to be called for special font lock stuff.")
6286 (defvar org-font-lock-set-keywords-hook nil
6287 "Functions that can manipulate `org-font-lock-extra-keywords'.
6288 This is called after `org-font-lock-extra-keywords' is defined, but before
6289 it is installed to be used by font lock. This can be useful if something
6290 needs to be inserted at a specific position in the font-lock sequence.")
6292 (defun org-font-lock-hook (limit)
6293 "Run `org-font-lock-hook' within LIMIT."
6294 (run-hook-with-args 'org-font-lock-hook limit))
6296 (defun org-set-font-lock-defaults ()
6297 "Set font lock defaults for the current buffer."
6298 (let* ((em org-fontify-emphasized-text)
6299 (lk org-highlight-links)
6300 (org-font-lock-extra-keywords
6301 (list
6302 ;; Call the hook
6303 '(org-font-lock-hook)
6304 ;; Headlines
6305 `(,(if org-fontify-whole-heading-line
6306 "^\\(\\**\\)\\(\\* \\)\\(.*\n?\\)"
6307 "^\\(\\**\\)\\(\\* \\)\\(.*\\)")
6308 (1 (org-get-level-face 1))
6309 (2 (org-get-level-face 2))
6310 (3 (org-get-level-face 3)))
6311 ;; Table lines
6312 '("^[ \t]*\\(\\(|\\|\\+-[-+]\\).*\\S-\\)"
6313 (1 'org-table t))
6314 ;; Table internals
6315 '("^[ \t]*|\\(?:.*?|\\)? *\\(:?=[^|\n]*\\)" (1 'org-formula t))
6316 '("^[ \t]*| *\\([#*]\\) *|" (1 'org-formula t))
6317 '("^[ \t]*|\\( *\\([$!_^/]\\) *|.*\\)|" (1 'org-formula t))
6318 '("| *\\(<[lrc]?[0-9]*>\\)" (1 'org-formula t))
6319 ;; Drawers
6320 '(org-fontify-drawers)
6321 ;; Properties
6322 (list org-property-re
6323 '(1 'org-special-keyword t)
6324 '(3 'org-property-value t))
6325 ;; Links
6326 (if (memq 'tag lk) '(org-activate-tags (1 'org-tag prepend)))
6327 (if (memq 'angle lk) '(org-activate-angle-links (0 'org-link t)))
6328 (if (memq 'plain lk) '(org-activate-plain-links (0 'org-link t)))
6329 (if (memq 'bracket lk) '(org-activate-bracket-links (0 'org-link t)))
6330 (if (memq 'radio lk) '(org-activate-target-links (1 'org-link t)))
6331 (if (memq 'date lk) '(org-activate-dates (0 'org-date t)))
6332 (if (memq 'footnote lk) '(org-activate-footnote-links))
6333 ;; Targets.
6334 (list org-any-target-regexp '(0 'org-target t))
6335 ;; Diary sexps.
6336 '("^&?%%(.*\\|<%%([^>\n]*?>" (0 'org-sexp-date t))
6337 ;; Macro
6338 '(org-fontify-macros)
6339 '(org-hide-wide-columns (0 nil append))
6340 ;; TODO keyword
6341 (list (format org-heading-keyword-regexp-format
6342 org-todo-regexp)
6343 '(2 (org-get-todo-face 2) t))
6344 ;; DONE
6345 (if org-fontify-done-headline
6346 (list (format org-heading-keyword-regexp-format
6347 (concat
6348 "\\(?:"
6349 (mapconcat 'regexp-quote org-done-keywords "\\|")
6350 "\\)"))
6351 '(2 'org-headline-done t))
6352 nil)
6353 ;; Priorities
6354 '(org-font-lock-add-priority-faces)
6355 ;; Tags
6356 '(org-font-lock-add-tag-faces)
6357 ;; Tags groups
6358 (if (and org-group-tags org-tag-groups-alist)
6359 (list (concat org-outline-regexp-bol ".+\\(:"
6360 (regexp-opt (mapcar 'car org-tag-groups-alist))
6361 ":\\).*$")
6362 '(1 'org-tag-group prepend)))
6363 ;; Special keywords
6364 (list (concat "\\<" org-comment-string) '(0 'org-special-keyword t))
6365 (list (concat "\\<" org-deadline-string) '(0 'org-special-keyword t))
6366 (list (concat "\\<" org-scheduled-string) '(0 'org-special-keyword t))
6367 (list (concat "\\<" org-closed-string) '(0 'org-special-keyword t))
6368 (list (concat "\\<" org-clock-string) '(0 'org-special-keyword t))
6369 ;; Emphasis
6370 (if em
6371 (if (featurep 'xemacs)
6372 '(org-do-emphasis-faces (0 nil append))
6373 '(org-do-emphasis-faces)))
6374 ;; Checkboxes
6375 '("^[ \t]*\\(?:[-+*]\\|[0-9]+[.)]\\)[ \t]+\\(?:\\[@\\(?:start:\\)?[0-9]+\\][ \t]*\\)?\\(\\[[- X]\\]\\)"
6376 1 'org-checkbox prepend)
6377 (if (cdr (assq 'checkbox org-list-automatic-rules))
6378 '("\\[\\([0-9]*%\\)\\]\\|\\[\\([0-9]*\\)/\\([0-9]*\\)\\]"
6379 (0 (org-get-checkbox-statistics-face) t)))
6380 ;; Description list items
6381 '("^[ \t]*[-+*][ \t]+\\(.*?[ \t]+::\\)\\([ \t]+\\|$\\)"
6382 1 'org-list-dt prepend)
6383 ;; ARCHIVEd headings
6384 (list (concat
6385 org-outline-regexp-bol
6386 "\\(.*:" org-archive-tag ":.*\\)")
6387 '(1 'org-archived prepend))
6388 ;; Specials
6389 '(org-do-latex-and-related)
6390 '(org-fontify-entities)
6391 '(org-raise-scripts)
6392 ;; Code
6393 '(org-activate-code (1 'org-code t))
6394 ;; COMMENT
6395 (list (format
6396 "^\\*\\(?: +%s\\)?\\(?: +\\[#[A-Z0-9]\\]\\)? +\\(?9:%s\\)\\(?: \\|$\\)"
6397 org-todo-regexp
6398 org-comment-string)
6399 '(9 'org-special-keyword t))
6400 ;; Blocks and meta lines
6401 '(org-fontify-meta-lines-and-blocks))))
6402 (setq org-font-lock-extra-keywords (delq nil org-font-lock-extra-keywords))
6403 (run-hooks 'org-font-lock-set-keywords-hook)
6404 ;; Now set the full font-lock-keywords
6405 (org-set-local 'org-font-lock-keywords org-font-lock-extra-keywords)
6406 (org-set-local 'font-lock-defaults
6407 '(org-font-lock-keywords t nil nil backward-paragraph))
6408 (kill-local-variable 'font-lock-keywords) nil))
6410 (defun org-toggle-pretty-entities ()
6411 "Toggle the composition display of entities as UTF8 characters."
6412 (interactive)
6413 (org-set-local 'org-pretty-entities (not org-pretty-entities))
6414 (org-restart-font-lock)
6415 (if org-pretty-entities
6416 (message "Entities are now displayed as UTF8 characters")
6417 (save-restriction
6418 (widen)
6419 (org-decompose-region (point-min) (point-max))
6420 (message "Entities are now displayed as plain text"))))
6422 (defvar org-custom-properties-overlays nil
6423 "List of overlays used for custom properties.")
6424 (make-variable-buffer-local 'org-custom-properties-overlays)
6426 (defun org-toggle-custom-properties-visibility ()
6427 "Display or hide properties in `org-custom-properties'."
6428 (interactive)
6429 (if org-custom-properties-overlays
6430 (progn (mapc #'delete-overlay org-custom-properties-overlays)
6431 (setq org-custom-properties-overlays nil))
6432 (when org-custom-properties
6433 (org-with-wide-buffer
6434 (goto-char (point-min))
6435 (let ((regexp (org-re-property (regexp-opt org-custom-properties) t t)))
6436 (while (re-search-forward regexp nil t)
6437 (let ((end (cdr (save-match-data (org-get-property-block)))))
6438 (when (and end (< (point) end))
6439 ;; Hide first custom property in current drawer.
6440 (let ((o (make-overlay (match-beginning 0) (1+ (match-end 0)))))
6441 (overlay-put o 'invisible t)
6442 (overlay-put o 'org-custom-property t)
6443 (push o org-custom-properties-overlays))
6444 ;; Hide additional custom properties in the same drawer.
6445 (while (re-search-forward regexp end t)
6446 (let ((o (make-overlay (match-beginning 0) (1+ (match-end 0)))))
6447 (overlay-put o 'invisible t)
6448 (overlay-put o 'org-custom-property t)
6449 (push o org-custom-properties-overlays)))))
6450 ;; Each entry is limited to a single property drawer.
6451 (outline-next-heading)))))))
6453 (defun org-fontify-entities (limit)
6454 "Find an entity to fontify."
6455 (let (ee)
6456 (when org-pretty-entities
6457 (catch 'match
6458 ;; "\_ "-family is left out on purpose. Only the first one,
6459 ;; i.e., "\_ ", could be fontified anyway, and it would be
6460 ;; confusing when adding a second white space character.
6461 (while (re-search-forward
6462 "\\\\\\(there4\\|sup[123]\\|frac[13][24]\\|[a-zA-Z]+\\)\\($\\|{}\\|[^[:alpha:]\n]\\)"
6463 limit t)
6464 (if (and (not (org-at-comment-p))
6465 (setq ee (org-entity-get (match-string 1)))
6466 (= (length (nth 6 ee)) 1))
6467 (let*
6468 ((end (if (equal (match-string 2) "{}")
6469 (match-end 2)
6470 (match-end 1))))
6471 (add-text-properties
6472 (match-beginning 0) end
6473 (list 'font-lock-fontified t))
6474 (compose-region (match-beginning 0) end
6475 (nth 6 ee) nil)
6476 (backward-char 1)
6477 (throw 'match t))))
6478 nil))))
6480 (defun org-fontify-like-in-org-mode (s &optional odd-levels)
6481 "Fontify string S like in Org-mode."
6482 (with-temp-buffer
6483 (insert s)
6484 (let ((org-odd-levels-only odd-levels))
6485 (org-mode)
6486 (font-lock-ensure)
6487 (buffer-string))))
6489 (defvar org-m nil)
6490 (defvar org-l nil)
6491 (defvar org-f nil)
6492 (defun org-get-level-face (n)
6493 "Get the right face for match N in font-lock matching of headlines."
6494 (setq org-l (- (match-end 2) (match-beginning 1) 1))
6495 (if org-odd-levels-only (setq org-l (1+ (/ org-l 2))))
6496 (if org-cycle-level-faces
6497 (setq org-f (nth (% (1- org-l) org-n-level-faces) org-level-faces))
6498 (setq org-f (nth (1- (min org-l org-n-level-faces)) org-level-faces)))
6499 (cond
6500 ((eq n 1) (if org-hide-leading-stars 'org-hide org-f))
6501 ((eq n 2) org-f)
6502 (t (if org-level-color-stars-only nil org-f))))
6504 (defun org-face-from-face-or-color (context inherit face-or-color)
6505 "Create a face list that inherits INHERIT, but sets the foreground color.
6506 When FACE-OR-COLOR is not a string, just return it."
6507 (if (stringp face-or-color)
6508 (list :inherit inherit
6509 (cdr (assoc context org-faces-easy-properties))
6510 face-or-color)
6511 face-or-color))
6513 (defun org-get-todo-face (kwd)
6514 "Get the right face for a TODO keyword KWD.
6515 If KWD is a number, get the corresponding match group."
6516 (if (numberp kwd) (setq kwd (match-string kwd)))
6517 (or (org-face-from-face-or-color
6518 'todo 'org-todo (cdr (assoc kwd org-todo-keyword-faces)))
6519 (and (member kwd org-done-keywords) 'org-done)
6520 'org-todo))
6522 (defun org-get-priority-face (priority)
6523 "Get the right face for PRIORITY.
6524 PRIORITY is a character."
6525 (or (org-face-from-face-or-color
6526 'priority 'org-priority (cdr (assq priority org-priority-faces)))
6527 'org-priority))
6529 (defun org-get-tag-face (tag)
6530 "Get the right face for TAG.
6531 If TAG is a number, get the corresponding match group."
6532 (let ((tag (if (wholenump tag) (match-string tag) tag)))
6533 (or (org-face-from-face-or-color
6534 'tag 'org-tag (cdr (assoc tag org-tag-faces)))
6535 'org-tag)))
6537 (defun org-font-lock-add-priority-faces (limit)
6538 "Add the special priority faces."
6539 (while (re-search-forward "^\\*+ .*?\\(\\[#\\(.\\)\\]\\)" limit t)
6540 (add-text-properties
6541 (match-beginning 1) (match-end 1)
6542 (list 'face (org-get-priority-face (string-to-char (match-string 2)))
6543 'font-lock-fontified t))))
6545 (defun org-font-lock-add-tag-faces (limit)
6546 "Add the special tag faces."
6547 (when (and org-tag-faces org-tags-special-faces-re)
6548 (while (re-search-forward org-tags-special-faces-re limit t)
6549 (add-text-properties (match-beginning 1) (match-end 1)
6550 (list 'face (org-get-tag-face 1)
6551 'font-lock-fontified t))
6552 (backward-char 1))))
6554 (defun org-unfontify-region (beg end &optional maybe_loudly)
6555 "Remove fontification and activation overlays from links."
6556 (font-lock-default-unfontify-region beg end)
6557 (let* ((buffer-undo-list t)
6558 (inhibit-read-only t) (inhibit-point-motion-hooks t)
6559 (inhibit-modification-hooks t)
6560 deactivate-mark buffer-file-name buffer-file-truename)
6561 (org-decompose-region beg end)
6562 (remove-text-properties beg end
6563 '(mouse-face t keymap t org-linked-text t
6564 invisible t intangible t
6565 org-emphasis t))
6566 (org-remove-font-lock-display-properties beg end)))
6568 (defconst org-script-display '(((raise -0.3) (height 0.7))
6569 ((raise 0.3) (height 0.7))
6570 ((raise -0.5))
6571 ((raise 0.5)))
6572 "Display properties for showing superscripts and subscripts.")
6574 (defun org-remove-font-lock-display-properties (beg end)
6575 "Remove specific display properties that have been added by font lock.
6576 The will remove the raise properties that are used to show superscripts
6577 and subscripts."
6578 (let (next prop)
6579 (while (< beg end)
6580 (setq next (next-single-property-change beg 'display nil end)
6581 prop (get-text-property beg 'display))
6582 (if (member prop org-script-display)
6583 (put-text-property beg next 'display nil))
6584 (setq beg next))))
6586 (defun org-raise-scripts (limit)
6587 "Add raise properties to sub/superscripts."
6588 (when (and org-pretty-entities org-pretty-entities-include-sub-superscripts)
6589 (if (re-search-forward
6590 (if (eq org-use-sub-superscripts t)
6591 org-match-substring-regexp
6592 org-match-substring-with-braces-regexp)
6593 limit t)
6594 (let* ((pos (point)) table-p comment-p
6595 (mpos (match-beginning 3))
6596 (emph-p (get-text-property mpos 'org-emphasis))
6597 (link-p (get-text-property mpos 'mouse-face))
6598 (keyw-p (eq 'org-special-keyword (get-text-property mpos 'face))))
6599 (goto-char (point-at-bol))
6600 (setq table-p (org-looking-at-p org-table-dataline-regexp)
6601 comment-p (org-looking-at-p "^[ \t]*#[ +]"))
6602 (goto-char pos)
6603 ;; Handle a_b^c
6604 (if (member (char-after) '(?_ ?^)) (goto-char (1- pos)))
6605 (if (or comment-p emph-p link-p keyw-p)
6607 (put-text-property (match-beginning 3) (match-end 0)
6608 'display
6609 (if (equal (char-after (match-beginning 2)) ?^)
6610 (nth (if table-p 3 1) org-script-display)
6611 (nth (if table-p 2 0) org-script-display)))
6612 (add-text-properties (match-beginning 2) (match-end 2)
6613 (list 'invisible t
6614 'org-dwidth t 'org-dwidth-n 1))
6615 (if (and (eq (char-after (match-beginning 3)) ?{)
6616 (eq (char-before (match-end 3)) ?}))
6617 (progn
6618 (add-text-properties
6619 (match-beginning 3) (1+ (match-beginning 3))
6620 (list 'invisible t 'org-dwidth t 'org-dwidth-n 1))
6621 (add-text-properties
6622 (1- (match-end 3)) (match-end 3)
6623 (list 'invisible t 'org-dwidth t 'org-dwidth-n 1))))
6624 t)))))
6626 ;;;; Visibility cycling, including org-goto and indirect buffer
6628 ;;; Cycling
6630 (defvar org-cycle-global-status nil)
6631 (make-variable-buffer-local 'org-cycle-global-status)
6632 (put 'org-cycle-global-status 'org-state t)
6633 (defvar org-cycle-subtree-status nil)
6634 (make-variable-buffer-local 'org-cycle-subtree-status)
6635 (put 'org-cycle-subtree-status 'org-state t)
6637 (defvar org-inlinetask-min-level)
6639 (defun org-unlogged-message (&rest args)
6640 "Display a message, but avoid logging it in the *Messages* buffer."
6641 (let ((message-log-max nil))
6642 (apply 'message args)))
6644 ;;;###autoload
6645 (defun org-cycle (&optional arg)
6646 "TAB-action and visibility cycling for Org-mode.
6648 This is the command invoked in Org-mode by the TAB key. Its main purpose
6649 is outline visibility cycling, but it also invokes other actions
6650 in special contexts.
6652 - When this function is called with a prefix argument, rotate the entire
6653 buffer through 3 states (global cycling)
6654 1. OVERVIEW: Show only top-level headlines.
6655 2. CONTENTS: Show all headlines of all levels, but no body text.
6656 3. SHOW ALL: Show everything.
6657 When called with two `C-u C-u' prefixes, switch to the startup visibility,
6658 determined by the variable `org-startup-folded', and by any VISIBILITY
6659 properties in the buffer.
6660 When called with three `C-u C-u C-u' prefixed, show the entire buffer,
6661 including any drawers.
6663 - When inside a table, re-align the table and move to the next field.
6665 - When point is at the beginning of a headline, rotate the subtree started
6666 by this line through 3 different states (local cycling)
6667 1. FOLDED: Only the main headline is shown.
6668 2. CHILDREN: The main headline and the direct children are shown.
6669 From this state, you can move to one of the children
6670 and zoom in further.
6671 3. SUBTREE: Show the entire subtree, including body text.
6672 If there is no subtree, switch directly from CHILDREN to FOLDED.
6674 - When point is at the beginning of an empty headline and the variable
6675 `org-cycle-level-after-item/entry-creation' is set, cycle the level
6676 of the headline by demoting and promoting it to likely levels. This
6677 speeds up creation document structure by pressing TAB once or several
6678 times right after creating a new headline.
6680 - When there is a numeric prefix, go up to a heading with level ARG, do
6681 a `show-subtree' and return to the previous cursor position. If ARG
6682 is negative, go up that many levels.
6684 - When point is not at the beginning of a headline, execute the global
6685 binding for TAB, which is re-indenting the line. See the option
6686 `org-cycle-emulate-tab' for details.
6688 - Special case: if point is at the beginning of the buffer and there is
6689 no headline in line 1, this function will act as if called with prefix arg
6690 (C-u TAB, same as S-TAB) also when called without prefix arg.
6691 But only if also the variable `org-cycle-global-at-bob' is t."
6692 (interactive "P")
6693 (org-load-modules-maybe)
6694 (unless (or (run-hook-with-args-until-success 'org-tab-first-hook)
6695 (and org-cycle-level-after-item/entry-creation
6696 (or (org-cycle-level)
6697 (org-cycle-item-indentation))))
6698 (let* ((limit-level
6699 (or org-cycle-max-level
6700 (and (boundp 'org-inlinetask-min-level)
6701 org-inlinetask-min-level
6702 (1- org-inlinetask-min-level))))
6703 (nstars (and limit-level
6704 (if org-odd-levels-only
6705 (and limit-level (1- (* limit-level 2)))
6706 limit-level)))
6707 (org-outline-regexp
6708 (if (not (derived-mode-p 'org-mode))
6709 outline-regexp
6710 (concat "\\*" (if nstars (format "\\{1,%d\\} " nstars) "+ "))))
6711 (bob-special (and org-cycle-global-at-bob (not arg) (bobp)
6712 (not (looking-at org-outline-regexp))))
6713 (org-cycle-hook
6714 (if bob-special
6715 (delq 'org-optimize-window-after-visibility-change
6716 (copy-sequence org-cycle-hook))
6717 org-cycle-hook))
6718 (pos (point)))
6720 (if (or bob-special (equal arg '(4)))
6721 ;; special case: use global cycling
6722 (setq arg t))
6724 (cond
6726 ((equal arg '(16))
6727 (setq last-command 'dummy)
6728 (org-set-startup-visibility)
6729 (org-unlogged-message "Startup visibility, plus VISIBILITY properties"))
6731 ((equal arg '(64))
6732 (show-all)
6733 (org-unlogged-message "Entire buffer visible, including drawers"))
6735 ;; Try cdlatex TAB completion
6736 ((org-try-cdlatex-tab))
6738 ;; Table: enter it or move to the next field.
6739 ((org-at-table-p 'any)
6740 (if (org-at-table.el-p)
6741 (message "Use C-c ' to edit table.el tables")
6742 (if arg (org-table-edit-field t)
6743 (org-table-justify-field-maybe)
6744 (call-interactively 'org-table-next-field))))
6746 ((run-hook-with-args-until-success
6747 'org-tab-after-check-for-table-hook))
6749 ;; Global cycling: delegate to `org-cycle-internal-global'.
6750 ((eq arg t) (org-cycle-internal-global))
6752 ;; Drawers: delegate to `org-flag-drawer'.
6753 ((save-excursion
6754 (beginning-of-line 1)
6755 (looking-at org-drawer-regexp))
6756 (org-flag-drawer ; toggle block visibility
6757 (not (get-char-property (match-end 0) 'invisible))))
6759 ;; Show-subtree, ARG levels up from here.
6760 ((integerp arg)
6761 (save-excursion
6762 (org-back-to-heading)
6763 (outline-up-heading (if (< arg 0) (- arg)
6764 (- (funcall outline-level) arg)))
6765 (org-show-subtree)))
6767 ;; Inline task: delegate to `org-inlinetask-toggle-visibility'.
6768 ((and (featurep 'org-inlinetask)
6769 (org-inlinetask-at-task-p)
6770 (or (bolp) (not (eq org-cycle-emulate-tab 'exc-hl-bol))))
6771 (org-inlinetask-toggle-visibility))
6773 ;; At an item/headline: delegate to `org-cycle-internal-local'.
6774 ((and (or (and org-cycle-include-plain-lists (org-at-item-p))
6775 (save-excursion (move-beginning-of-line 1)
6776 (looking-at org-outline-regexp)))
6777 (or (bolp) (not (eq org-cycle-emulate-tab 'exc-hl-bol))))
6778 (org-cycle-internal-local))
6780 ;; From there: TAB emulation and template completion.
6781 (buffer-read-only (org-back-to-heading))
6783 ((run-hook-with-args-until-success
6784 'org-tab-after-check-for-cycling-hook))
6786 ((org-try-structure-completion))
6788 ((run-hook-with-args-until-success
6789 'org-tab-before-tab-emulation-hook))
6791 ((and (eq org-cycle-emulate-tab 'exc-hl-bol)
6792 (or (not (bolp))
6793 (not (looking-at org-outline-regexp))))
6794 (call-interactively (global-key-binding "\t")))
6796 ((if (and (memq org-cycle-emulate-tab '(white whitestart))
6797 (save-excursion (beginning-of-line 1) (looking-at "[ \t]*"))
6798 (or (and (eq org-cycle-emulate-tab 'white)
6799 (= (match-end 0) (point-at-eol)))
6800 (and (eq org-cycle-emulate-tab 'whitestart)
6801 (>= (match-end 0) pos))))
6803 (eq org-cycle-emulate-tab t))
6804 (call-interactively (global-key-binding "\t")))
6806 (t (save-excursion
6807 (org-back-to-heading)
6808 (org-cycle)))))))
6810 (defun org-cycle-internal-global ()
6811 "Do the global cycling action."
6812 ;; Hack to avoid display of messages for .org attachments in Gnus
6813 (let ((ga (string-match "\\*fontification" (buffer-name))))
6814 (cond
6815 ((and (eq last-command this-command)
6816 (eq org-cycle-global-status 'overview))
6817 ;; We just created the overview - now do table of contents
6818 ;; This can be slow in very large buffers, so indicate action
6819 (run-hook-with-args 'org-pre-cycle-hook 'contents)
6820 (unless ga (org-unlogged-message "CONTENTS..."))
6821 (org-content)
6822 (unless ga (org-unlogged-message "CONTENTS...done"))
6823 (setq org-cycle-global-status 'contents)
6824 (run-hook-with-args 'org-cycle-hook 'contents))
6826 ((and (eq last-command this-command)
6827 (eq org-cycle-global-status 'contents))
6828 ;; We just showed the table of contents - now show everything
6829 (run-hook-with-args 'org-pre-cycle-hook 'all)
6830 (show-all)
6831 (unless ga (org-unlogged-message "SHOW ALL"))
6832 (setq org-cycle-global-status 'all)
6833 (run-hook-with-args 'org-cycle-hook 'all))
6836 ;; Default action: go to overview
6837 (run-hook-with-args 'org-pre-cycle-hook 'overview)
6838 (org-overview)
6839 (unless ga (org-unlogged-message "OVERVIEW"))
6840 (setq org-cycle-global-status 'overview)
6841 (run-hook-with-args 'org-cycle-hook 'overview)))))
6843 (defvar org-called-with-limited-levels nil
6844 "Non-nil when `org-with-limited-levels' is currently active.")
6846 (defun org-cycle-internal-local ()
6847 "Do the local cycling action."
6848 (let ((goal-column 0) eoh eol eos has-children children-skipped struct)
6849 ;; First, determine end of headline (EOH), end of subtree or item
6850 ;; (EOS), and if item or heading has children (HAS-CHILDREN).
6851 (save-excursion
6852 (if (org-at-item-p)
6853 (progn
6854 (beginning-of-line)
6855 (setq struct (org-list-struct))
6856 (setq eoh (point-at-eol))
6857 (setq eos (org-list-get-item-end-before-blank (point) struct))
6858 (setq has-children (org-list-has-child-p (point) struct)))
6859 (org-back-to-heading)
6860 (setq eoh (save-excursion (outline-end-of-heading) (point)))
6861 (setq eos (save-excursion (org-end-of-subtree t t)
6862 (when (bolp) (backward-char)) (point)))
6863 (setq has-children
6864 (or (save-excursion
6865 (let ((level (funcall outline-level)))
6866 (outline-next-heading)
6867 (and (org-at-heading-p t)
6868 (> (funcall outline-level) level))))
6869 (save-excursion
6870 (org-list-search-forward (org-item-beginning-re) eos t)))))
6871 ;; Determine end invisible part of buffer (EOL)
6872 (beginning-of-line 2)
6873 ;; XEmacs doesn't have `next-single-char-property-change'
6874 (if (featurep 'xemacs)
6875 (while (and (not (eobp)) ;; this is like `next-line'
6876 (get-char-property (1- (point)) 'invisible))
6877 (beginning-of-line 2))
6878 (while (and (not (eobp)) ;; this is like `next-line'
6879 (get-char-property (1- (point)) 'invisible))
6880 (goto-char (next-single-char-property-change (point) 'invisible))
6881 (and (eolp) (beginning-of-line 2))))
6882 (setq eol (point)))
6883 ;; Find out what to do next and set `this-command'
6884 (cond
6885 ((= eos eoh)
6886 ;; Nothing is hidden behind this heading
6887 (unless (org-before-first-heading-p)
6888 (run-hook-with-args 'org-pre-cycle-hook 'empty))
6889 (org-unlogged-message "EMPTY ENTRY")
6890 (setq org-cycle-subtree-status nil)
6891 (save-excursion
6892 (goto-char eos)
6893 (outline-next-heading)
6894 (if (outline-invisible-p) (org-flag-heading nil))))
6895 ((and (or (>= eol eos)
6896 (not (string-match "\\S-" (buffer-substring eol eos))))
6897 (or has-children
6898 (not (setq children-skipped
6899 org-cycle-skip-children-state-if-no-children))))
6900 ;; Entire subtree is hidden in one line: children view
6901 (unless (org-before-first-heading-p)
6902 (run-hook-with-args 'org-pre-cycle-hook 'children))
6903 (if (org-at-item-p)
6904 (org-list-set-item-visibility (point-at-bol) struct 'children)
6905 (org-show-entry)
6906 (org-with-limited-levels (show-children))
6907 ;; FIXME: This slows down the func way too much.
6908 ;; How keep drawers hidden in subtree anyway?
6909 ;; (when (memq 'org-cycle-hide-drawers org-cycle-hook)
6910 ;; (org-cycle-hide-drawers 'subtree))
6912 ;; Fold every list in subtree to top-level items.
6913 (when (eq org-cycle-include-plain-lists 'integrate)
6914 (save-excursion
6915 (org-back-to-heading)
6916 (while (org-list-search-forward (org-item-beginning-re) eos t)
6917 (beginning-of-line 1)
6918 (let* ((struct (org-list-struct))
6919 (prevs (org-list-prevs-alist struct))
6920 (end (org-list-get-bottom-point struct)))
6921 (mapc (lambda (e) (org-list-set-item-visibility e struct 'folded))
6922 (org-list-get-all-items (point) struct prevs))
6923 (goto-char (if (< end eos) end eos)))))))
6924 (org-unlogged-message "CHILDREN")
6925 (save-excursion
6926 (goto-char eos)
6927 (outline-next-heading)
6928 (if (outline-invisible-p) (org-flag-heading nil)))
6929 (setq org-cycle-subtree-status 'children)
6930 (unless (org-before-first-heading-p)
6931 (run-hook-with-args 'org-cycle-hook 'children)))
6932 ((or children-skipped
6933 (and (eq last-command this-command)
6934 (eq org-cycle-subtree-status 'children)))
6935 ;; We just showed the children, or no children are there,
6936 ;; now show everything.
6937 (unless (org-before-first-heading-p)
6938 (run-hook-with-args 'org-pre-cycle-hook 'subtree))
6939 (outline-flag-region eoh eos nil)
6940 (org-unlogged-message
6941 (if children-skipped "SUBTREE (NO CHILDREN)" "SUBTREE"))
6942 (setq org-cycle-subtree-status 'subtree)
6943 (unless (org-before-first-heading-p)
6944 (run-hook-with-args 'org-cycle-hook 'subtree)))
6946 ;; Default action: hide the subtree.
6947 (run-hook-with-args 'org-pre-cycle-hook 'folded)
6948 (outline-flag-region eoh eos t)
6949 (org-unlogged-message "FOLDED")
6950 (setq org-cycle-subtree-status 'folded)
6951 (unless (org-before-first-heading-p)
6952 (run-hook-with-args 'org-cycle-hook 'folded))))))
6954 ;;;###autoload
6955 (defun org-global-cycle (&optional arg)
6956 "Cycle the global visibility. For details see `org-cycle'.
6957 With \\[universal-argument] prefix arg, switch to startup visibility.
6958 With a numeric prefix, show all headlines up to that level."
6959 (interactive "P")
6960 (let ((org-cycle-include-plain-lists
6961 (if (derived-mode-p 'org-mode) org-cycle-include-plain-lists nil)))
6962 (cond
6963 ((integerp arg)
6964 (show-all)
6965 (hide-sublevels arg)
6966 (setq org-cycle-global-status 'contents))
6967 ((equal arg '(4))
6968 (org-set-startup-visibility)
6969 (org-unlogged-message "Startup visibility, plus VISIBILITY properties."))
6971 (org-cycle '(4))))))
6973 (defun org-set-startup-visibility ()
6974 "Set the visibility required by startup options and properties."
6975 (cond
6976 ((eq org-startup-folded t)
6977 (org-overview))
6978 ((eq org-startup-folded 'content)
6979 (org-content))
6980 ((or (eq org-startup-folded 'showeverything)
6981 (eq org-startup-folded nil))
6982 (show-all)))
6983 (unless (eq org-startup-folded 'showeverything)
6984 (if org-hide-block-startup (org-hide-block-all))
6985 (org-set-visibility-according-to-property 'no-cleanup)
6986 (org-cycle-hide-archived-subtrees 'all)
6987 (org-cycle-hide-drawers 'all)
6988 (org-cycle-show-empty-lines t)))
6990 (defun org-set-visibility-according-to-property (&optional no-cleanup)
6991 "Switch subtree visibilities according to :VISIBILITY: property."
6992 (interactive)
6993 (let (org-show-entry-below)
6994 (org-with-wide-buffer
6995 (goto-char (point-min))
6996 (while (re-search-forward "^[ \t]*:VISIBILITY:" nil t)
6997 (if (not (org-at-property-p)) (outline-next-heading)
6998 (let ((state (match-string 3)))
6999 (save-excursion
7000 (org-back-to-heading t)
7001 (hide-subtree)
7002 (org-reveal)
7003 (cond
7004 ((equal state "folded")
7005 (hide-subtree))
7006 ((equal state "children")
7007 (org-show-hidden-entry)
7008 (show-children))
7009 ((equal state "content")
7010 (save-excursion
7011 (save-restriction
7012 (org-narrow-to-subtree)
7013 (org-content))))
7014 ((member state '("all" "showall"))
7015 (show-subtree)))))))
7016 (unless no-cleanup
7017 (org-cycle-hide-archived-subtrees 'all)
7018 (org-cycle-hide-drawers 'all)
7019 (org-cycle-show-empty-lines 'all)))))
7021 ;; This function uses outline-regexp instead of the more fundamental
7022 ;; org-outline-regexp so that org-cycle-global works outside of Org
7023 ;; buffers, where outline-regexp is needed.
7024 (defun org-overview ()
7025 "Switch to overview mode, showing only top-level headlines.
7026 This shows all headlines with a level equal or greater than the level
7027 of the first headline in the buffer. This is important, because if the
7028 first headline is not level one, then (hide-sublevels 1) gives confusing
7029 results."
7030 (interactive)
7031 (save-excursion
7032 (let ((level
7033 (save-excursion
7034 (goto-char (point-min))
7035 (if (re-search-forward (concat "^" outline-regexp) nil t)
7036 (progn
7037 (goto-char (match-beginning 0))
7038 (funcall outline-level))))))
7039 (and level (hide-sublevels level)))))
7041 (defun org-content (&optional arg)
7042 "Show all headlines in the buffer, like a table of contents.
7043 With numerical argument N, show content up to level N."
7044 (interactive "P")
7045 (org-overview)
7046 (save-excursion
7047 ;; Visit all headings and show their offspring
7048 (and (integerp arg) (org-overview))
7049 (goto-char (point-max))
7050 (catch 'exit
7051 (while (and (progn (condition-case nil
7052 (outline-previous-visible-heading 1)
7053 (error (goto-char (point-min))))
7055 (looking-at org-outline-regexp))
7056 (if (integerp arg)
7057 (show-children (1- arg))
7058 (show-branches))
7059 (if (bobp) (throw 'exit nil))))))
7061 (defun org-optimize-window-after-visibility-change (state)
7062 "Adjust the window after a change in outline visibility.
7063 This function is the default value of the hook `org-cycle-hook'."
7064 (when (get-buffer-window (current-buffer))
7065 (cond
7066 ((eq state 'content) nil)
7067 ((eq state 'all) nil)
7068 ((eq state 'folded) nil)
7069 ((eq state 'children) (or (org-subtree-end-visible-p) (recenter 1)))
7070 ((eq state 'subtree) (or (org-subtree-end-visible-p) (recenter 1))))))
7072 (defun org-remove-empty-overlays-at (pos)
7073 "Remove outline overlays that do not contain non-white stuff."
7074 (mapc
7075 (lambda (o)
7076 (and (eq 'outline (overlay-get o 'invisible))
7077 (not (string-match "\\S-" (buffer-substring (overlay-start o)
7078 (overlay-end o))))
7079 (delete-overlay o)))
7080 (overlays-at pos)))
7082 (defun org-clean-visibility-after-subtree-move ()
7083 "Fix visibility issues after moving a subtree."
7084 ;; First, find a reasonable region to look at:
7085 ;; Start two siblings above, end three below
7086 (let* ((beg (save-excursion
7087 (and (org-get-last-sibling)
7088 (org-get-last-sibling))
7089 (point)))
7090 (end (save-excursion
7091 (and (org-get-next-sibling)
7092 (org-get-next-sibling)
7093 (org-get-next-sibling))
7094 (if (org-at-heading-p)
7095 (point-at-eol)
7096 (point))))
7097 (level (looking-at "\\*+"))
7098 (re (if level (concat "^" (regexp-quote (match-string 0)) " "))))
7099 (save-excursion
7100 (save-restriction
7101 (narrow-to-region beg end)
7102 (when re
7103 ;; Properly fold already folded siblings
7104 (goto-char (point-min))
7105 (while (re-search-forward re nil t)
7106 (if (and (not (outline-invisible-p))
7107 (save-excursion
7108 (goto-char (point-at-eol)) (outline-invisible-p)))
7109 (hide-entry))))
7110 (org-cycle-show-empty-lines 'overview)
7111 (org-cycle-hide-drawers 'overview)))))
7113 (defun org-cycle-show-empty-lines (state)
7114 "Show empty lines above all visible headlines.
7115 The region to be covered depends on STATE when called through
7116 `org-cycle-hook'. Lisp program can use t for STATE to get the
7117 entire buffer covered. Note that an empty line is only shown if there
7118 are at least `org-cycle-separator-lines' empty lines before the headline."
7119 (when (/= org-cycle-separator-lines 0)
7120 (save-excursion
7121 (let* ((n (abs org-cycle-separator-lines))
7122 (re (cond
7123 ((= n 1) "\\(\n[ \t]*\n\\*+\\) ")
7124 ((= n 2) "^[ \t]*\\(\n[ \t]*\n\\*+\\) ")
7125 (t (let ((ns (number-to-string (- n 2))))
7126 (concat "^\\(?:[ \t]*\n\\)\\{" ns "," ns "\\}"
7127 "[ \t]*\\(\n[ \t]*\n\\*+\\) ")))))
7128 beg end)
7129 (cond
7130 ((memq state '(overview contents t))
7131 (setq beg (point-min) end (point-max)))
7132 ((memq state '(children folded))
7133 (setq beg (point)
7134 end (progn (org-end-of-subtree t t)
7135 (line-beginning-position 2)))))
7136 (when beg
7137 (goto-char beg)
7138 (while (re-search-forward re end t)
7139 (unless (get-char-property (match-end 1) 'invisible)
7140 (let ((e (match-end 1))
7141 (b (if (>= org-cycle-separator-lines 0)
7142 (match-beginning 1)
7143 (save-excursion
7144 (goto-char (match-beginning 0))
7145 (skip-chars-backward " \t\n")
7146 (line-end-position)))))
7147 (outline-flag-region b e nil))))))))
7148 ;; Never hide empty lines at the end of the file.
7149 (save-excursion
7150 (goto-char (point-max))
7151 (outline-previous-heading)
7152 (outline-end-of-heading)
7153 (if (and (looking-at "[ \t\n]+")
7154 (= (match-end 0) (point-max)))
7155 (outline-flag-region (point) (match-end 0) nil))))
7157 (defun org-show-empty-lines-in-parent ()
7158 "Move to the parent and re-show empty lines before visible headlines."
7159 (save-excursion
7160 (let ((context (if (org-up-heading-safe) 'children 'overview)))
7161 (org-cycle-show-empty-lines context))))
7163 (defun org-files-list ()
7164 "Return `org-agenda-files' list, plus all open org-mode files.
7165 This is useful for operations that need to scan all of a user's
7166 open and agenda-wise Org files."
7167 (let ((files (mapcar 'expand-file-name (org-agenda-files))))
7168 (dolist (buf (buffer-list))
7169 (with-current-buffer buf
7170 (if (and (derived-mode-p 'org-mode) (buffer-file-name))
7171 (let ((file (expand-file-name (buffer-file-name))))
7172 (unless (member file files)
7173 (push file files))))))
7174 files))
7176 (defsubst org-entry-beginning-position ()
7177 "Return the beginning position of the current entry."
7178 (save-excursion (outline-back-to-heading t) (point)))
7180 (defsubst org-entry-end-position ()
7181 "Return the end position of the current entry."
7182 (save-excursion (outline-next-heading) (point)))
7184 (defun org-cycle-hide-drawers (state &optional exceptions)
7185 "Re-hide all drawers after a visibility state change.
7186 When non-nil, optional argument EXCEPTIONS is a list of strings
7187 specifying which drawers should not be hidden."
7188 (when (and (derived-mode-p 'org-mode)
7189 (not (memq state '(overview folded contents))))
7190 (save-excursion
7191 (let* ((globalp (memq state '(contents all)))
7192 (beg (if globalp (point-min) (point)))
7193 (end (if globalp (point-max)
7194 (if (eq state 'children)
7195 (save-excursion (outline-next-heading) (point))
7196 (org-end-of-subtree t)))))
7197 (goto-char beg)
7198 (while (re-search-forward org-drawer-regexp (max end (point)) t)
7199 (unless (member-ignore-case (match-string 1) exceptions)
7200 (let ((drawer (org-element-at-point)))
7201 (when (memq (org-element-type drawer) '(drawer property-drawer))
7202 (org-flag-drawer t drawer)
7203 ;; Make sure to skip drawer entirely or we might flag
7204 ;; it another time when matching its ending line with
7205 ;; `org-drawer-regexp'.
7206 (goto-char (org-element-property :end drawer))))))))))
7208 (defun org-flag-drawer (flag &optional element)
7209 "When FLAG is non-nil, hide the drawer we are at.
7210 Otherwise make it visible. When optional argument ELEMENT is
7211 a parsed drawer, as returned by `org-element-at-point', hide or
7212 show that drawer instead."
7213 (when (save-excursion
7214 (beginning-of-line)
7215 (org-looking-at-p org-drawer-regexp))
7216 (let ((drawer (or element (org-element-at-point))))
7217 (when (memq (org-element-type drawer) '(drawer property-drawer))
7218 (let ((post (org-element-property :post-affiliated drawer)))
7219 (save-excursion
7220 (outline-flag-region
7221 (progn (goto-char post) (line-end-position))
7222 (progn (goto-char (org-element-property :end drawer))
7223 (skip-chars-backward " \r\t\n")
7224 (line-end-position))
7225 flag))
7226 ;; When the drawer is hidden away, make sure point lies in
7227 ;; a visible part of the buffer.
7228 (when (and flag (> (line-beginning-position) post))
7229 (goto-char post)))))))
7231 (defun org-subtree-end-visible-p ()
7232 "Is the end of the current subtree visible?"
7233 (pos-visible-in-window-p
7234 (save-excursion (org-end-of-subtree t) (point))))
7236 (defun org-first-headline-recenter ()
7237 "Move cursor to the first headline and recenter the headline."
7238 (goto-char (point-min))
7239 (when (re-search-forward (concat "^\\(" org-outline-regexp "\\)") nil t)
7240 (set-window-start (selected-window) (point-at-bol))))
7242 ;;; Saving and restoring visibility
7244 (defun org-outline-overlay-data (&optional use-markers)
7245 "Return a list of the locations of all outline overlays.
7246 These are overlays with the `invisible' property value `outline'.
7247 The return value is a list of cons cells, with start and stop
7248 positions for each overlay.
7249 If USE-MARKERS is set, return the positions as markers."
7250 (let (beg end)
7251 (save-excursion
7252 (save-restriction
7253 (widen)
7254 (delq nil
7255 (mapcar (lambda (o)
7256 (when (eq (overlay-get o 'invisible) 'outline)
7257 (setq beg (overlay-start o)
7258 end (overlay-end o))
7259 (and beg end (> end beg)
7260 (if use-markers
7261 (cons (copy-marker beg)
7262 (copy-marker end t))
7263 (cons beg end)))))
7264 (overlays-in (point-min) (point-max))))))))
7266 (defun org-set-outline-overlay-data (data)
7267 "Create visibility overlays for all positions in DATA.
7268 DATA should have been made by `org-outline-overlay-data'."
7269 (let (o)
7270 (save-excursion
7271 (save-restriction
7272 (widen)
7273 (show-all)
7274 (mapc (lambda (c)
7275 (outline-flag-region (car c) (cdr c) t))
7276 data)))))
7278 ;;; Folding of blocks
7280 (defvar org-hide-block-overlays nil
7281 "Overlays hiding blocks.")
7282 (make-variable-buffer-local 'org-hide-block-overlays)
7284 (defun org-block-map (function &optional start end)
7285 "Call FUNCTION at the head of all source blocks in the current buffer.
7286 Optional arguments START and END can be used to limit the range."
7287 (let ((start (or start (point-min)))
7288 (end (or end (point-max))))
7289 (save-excursion
7290 (goto-char start)
7291 (while (and (< (point) end) (re-search-forward org-block-regexp end t))
7292 (save-excursion
7293 (save-match-data
7294 (goto-char (match-beginning 0))
7295 (funcall function)))))))
7297 (defun org-hide-block-toggle-all ()
7298 "Toggle the visibility of all blocks in the current buffer."
7299 (org-block-map 'org-hide-block-toggle))
7301 (defun org-hide-block-all ()
7302 "Fold all blocks in the current buffer."
7303 (interactive)
7304 (org-show-block-all)
7305 (org-block-map 'org-hide-block-toggle-maybe))
7307 (defun org-show-block-all ()
7308 "Unfold all blocks in the current buffer."
7309 (interactive)
7310 (mapc 'delete-overlay org-hide-block-overlays)
7311 (setq org-hide-block-overlays nil))
7313 (defun org-hide-block-toggle-maybe ()
7314 "Toggle visibility of block at point.
7315 Unlike to `org-hide-block-toggle', this function does not throw
7316 an error. Return a non-nil value when toggling is successful."
7317 (interactive)
7318 (ignore-errors (org-hide-block-toggle)))
7320 (defun org-hide-block-toggle (&optional force)
7321 "Toggle the visibility of the current block.
7322 When optional argument FORCE is `off', make block visible. If it
7323 is non-nil, hide it unconditionally. Throw an error when not at
7324 a block. Return a non-nil value when toggling is successful."
7325 (interactive)
7326 (let ((element (org-element-at-point)))
7327 (unless (memq (org-element-type element)
7328 '(center-block comment-block dynamic-block example-block
7329 export-block quote-block special-block
7330 src-block verse-block))
7331 (user-error "Not at a block"))
7332 (let* ((start (save-excursion
7333 (goto-char (org-element-property :post-affiliated element))
7334 (line-end-position)))
7335 (end (save-excursion
7336 (goto-char (org-element-property :end element))
7337 (skip-chars-backward " \r\t\n")
7338 (line-end-position)))
7339 (overlays (overlays-at start)))
7340 (cond
7341 ;; Do nothing when not before or at the block opening line or
7342 ;; at the block closing line.
7343 ((let ((eol (line-end-position))) (and (> eol start) (/= eol end))) nil)
7344 ((and (not (eq force 'off))
7345 (not (memq t (mapcar
7346 (lambda (o)
7347 (eq (overlay-get o 'invisible) 'org-hide-block))
7348 overlays))))
7349 (let ((ov (make-overlay start end)))
7350 (overlay-put ov 'invisible 'org-hide-block)
7351 ;; Make the block accessible to `isearch'.
7352 (overlay-put
7353 ov 'isearch-open-invisible
7354 (lambda (ov)
7355 (when (memq ov org-hide-block-overlays)
7356 (setq org-hide-block-overlays (delq ov org-hide-block-overlays)))
7357 (when (eq (overlay-get ov 'invisible) 'org-hide-block)
7358 (delete-overlay ov))))
7359 (push ov org-hide-block-overlays)
7360 ;; When the block is hidden away, make sure point is left in
7361 ;; a visible part of the buffer.
7362 (when (> (line-beginning-position) start)
7363 (goto-char start)
7364 (beginning-of-line))
7365 ;; Signal successful toggling.
7367 ((or (not force) (eq force 'off))
7368 (dolist (ov overlays t)
7369 (when (memq ov org-hide-block-overlays)
7370 (setq org-hide-block-overlays (delq ov org-hide-block-overlays)))
7371 (when (eq (overlay-get ov 'invisible) 'org-hide-block)
7372 (delete-overlay ov))))))))
7374 ;; org-tab-after-check-for-cycling-hook
7375 (add-hook 'org-tab-first-hook 'org-hide-block-toggle-maybe)
7376 ;; Remove overlays when changing major mode
7377 (add-hook 'org-mode-hook
7378 (lambda () (org-add-hook 'change-major-mode-hook
7379 'org-show-block-all 'append 'local)))
7381 ;;; Org-goto
7383 (defvar org-goto-window-configuration nil)
7384 (defvar org-goto-marker nil)
7385 (defvar org-goto-map)
7386 (defun org-goto-map ()
7387 "Set the keymap `org-goto'."
7388 (setq org-goto-map
7389 (let ((map (make-sparse-keymap)))
7390 (let ((cmds '(isearch-forward isearch-backward kill-ring-save set-mark-command
7391 mouse-drag-region universal-argument org-occur)))
7392 (dolist (cmd cmds)
7393 (substitute-key-definition cmd cmd map global-map)))
7394 (suppress-keymap map)
7395 (org-defkey map "\C-m" 'org-goto-ret)
7396 (org-defkey map [(return)] 'org-goto-ret)
7397 (org-defkey map [(left)] 'org-goto-left)
7398 (org-defkey map [(right)] 'org-goto-right)
7399 (org-defkey map [(control ?g)] 'org-goto-quit)
7400 (org-defkey map "\C-i" 'org-cycle)
7401 (org-defkey map [(tab)] 'org-cycle)
7402 (org-defkey map [(down)] 'outline-next-visible-heading)
7403 (org-defkey map [(up)] 'outline-previous-visible-heading)
7404 (if org-goto-auto-isearch
7405 (if (fboundp 'define-key-after)
7406 (define-key-after map [t] 'org-goto-local-auto-isearch)
7407 nil)
7408 (org-defkey map "q" 'org-goto-quit)
7409 (org-defkey map "n" 'outline-next-visible-heading)
7410 (org-defkey map "p" 'outline-previous-visible-heading)
7411 (org-defkey map "f" 'outline-forward-same-level)
7412 (org-defkey map "b" 'outline-backward-same-level)
7413 (org-defkey map "u" 'outline-up-heading))
7414 (org-defkey map "/" 'org-occur)
7415 (org-defkey map "\C-c\C-n" 'outline-next-visible-heading)
7416 (org-defkey map "\C-c\C-p" 'outline-previous-visible-heading)
7417 (org-defkey map "\C-c\C-f" 'outline-forward-same-level)
7418 (org-defkey map "\C-c\C-b" 'outline-backward-same-level)
7419 (org-defkey map "\C-c\C-u" 'outline-up-heading)
7420 map)))
7422 (defconst org-goto-help
7423 "Browse buffer copy, to find location or copy text.%s
7424 RET=jump to location C-g=quit and return to previous location
7425 \[Up]/[Down]=next/prev headline TAB=cycle visibility [/] org-occur")
7427 (defvar org-goto-start-pos) ; dynamically scoped parameter
7429 (defun org-goto (&optional alternative-interface)
7430 "Look up a different location in the current file, keeping current visibility.
7432 When you want look-up or go to a different location in a
7433 document, the fastest way is often to fold the entire buffer and
7434 then dive into the tree. This method has the disadvantage, that
7435 the previous location will be folded, which may not be what you
7436 want.
7438 This command works around this by showing a copy of the current
7439 buffer in an indirect buffer, in overview mode. You can dive
7440 into the tree in that copy, use org-occur and incremental search
7441 to find a location. When pressing RET or `Q', the command
7442 returns to the original buffer in which the visibility is still
7443 unchanged. After RET it will also jump to the location selected
7444 in the indirect buffer and expose the headline hierarchy above.
7446 With a prefix argument, use the alternative interface: e.g. if
7447 `org-goto-interface' is 'outline use 'outline-path-completion."
7448 (interactive "P")
7449 (org-goto-map)
7450 (let* ((org-refile-targets `((nil . (:maxlevel . ,org-goto-max-level))))
7451 (org-refile-use-outline-path t)
7452 (org-refile-target-verify-function nil)
7453 (interface
7454 (if (not alternative-interface)
7455 org-goto-interface
7456 (if (eq org-goto-interface 'outline)
7457 'outline-path-completion
7458 'outline)))
7459 (org-goto-start-pos (point))
7460 (selected-point
7461 (if (eq interface 'outline)
7462 (car (org-get-location (current-buffer) org-goto-help))
7463 (let ((pa (org-refile-get-location "Goto" nil nil t)))
7464 (org-refile-check-position pa)
7465 (nth 3 pa)))))
7466 (if selected-point
7467 (progn
7468 (org-mark-ring-push org-goto-start-pos)
7469 (goto-char selected-point)
7470 (if (or (outline-invisible-p) (org-invisible-p2))
7471 (org-show-context 'org-goto)))
7472 (message "Quit"))))
7474 (defvar org-goto-selected-point nil) ; dynamically scoped parameter
7475 (defvar org-goto-exit-command nil) ; dynamically scoped parameter
7476 (defvar org-goto-local-auto-isearch-map) ; defined below
7478 (defun org-get-location (buf help)
7479 "Let the user select a location in the Org-mode buffer BUF.
7480 This function uses a recursive edit. It returns the selected position
7481 or nil."
7482 (org-no-popups
7483 (let ((isearch-mode-map org-goto-local-auto-isearch-map)
7484 (isearch-hide-immediately nil)
7485 (isearch-search-fun-function
7486 (lambda () 'org-goto-local-search-headings))
7487 (org-goto-selected-point org-goto-exit-command))
7488 (save-excursion
7489 (save-window-excursion
7490 (delete-other-windows)
7491 (and (get-buffer "*org-goto*") (kill-buffer "*org-goto*"))
7492 (org-pop-to-buffer-same-window
7493 (condition-case nil
7494 (make-indirect-buffer (current-buffer) "*org-goto*")
7495 (error (make-indirect-buffer (current-buffer) "*org-goto*"))))
7496 (with-output-to-temp-buffer "*Org Help*"
7497 (princ (format help (if org-goto-auto-isearch
7498 " Just type for auto-isearch."
7499 " n/p/f/b/u to navigate, q to quit."))))
7500 (org-fit-window-to-buffer (get-buffer-window "*Org Help*"))
7501 (setq buffer-read-only nil)
7502 (let ((org-startup-truncated t)
7503 (org-startup-folded nil)
7504 (org-startup-align-all-tables nil))
7505 (org-mode)
7506 (org-overview))
7507 (setq buffer-read-only t)
7508 (if (and (boundp 'org-goto-start-pos)
7509 (integer-or-marker-p org-goto-start-pos))
7510 (progn (goto-char org-goto-start-pos)
7511 (when (outline-invisible-p)
7512 (org-show-set-visibility 'lineage)))
7513 (goto-char (point-min)))
7514 (let (org-special-ctrl-a/e) (org-beginning-of-line))
7515 (message "Select location and press RET")
7516 (use-local-map org-goto-map)
7517 (recursive-edit)))
7518 (kill-buffer "*org-goto*")
7519 (cons org-goto-selected-point org-goto-exit-command))))
7521 (defvar org-goto-local-auto-isearch-map (make-sparse-keymap))
7522 (set-keymap-parent org-goto-local-auto-isearch-map isearch-mode-map)
7523 ;; `isearch-other-control-char' was removed in Emacs 24.4.
7524 (if (fboundp 'isearch-other-control-char)
7525 (progn
7526 (define-key org-goto-local-auto-isearch-map "\C-i" 'isearch-other-control-char)
7527 (define-key org-goto-local-auto-isearch-map "\C-m" 'isearch-other-control-char))
7528 (define-key org-goto-local-auto-isearch-map "\C-i" nil)
7529 (define-key org-goto-local-auto-isearch-map "\C-m" nil)
7530 (define-key org-goto-local-auto-isearch-map [return] nil))
7532 (defun org-goto-local-search-headings (string bound noerror)
7533 "Search and make sure that any matches are in headlines."
7534 (catch 'return
7535 (while (if isearch-forward
7536 (search-forward string bound noerror)
7537 (search-backward string bound noerror))
7538 (when (save-match-data
7539 (and (save-excursion
7540 (beginning-of-line)
7541 (looking-at org-complex-heading-regexp))
7542 (or (not (match-beginning 5))
7543 (< (point) (match-beginning 5)))))
7544 (throw 'return (point))))))
7546 (defun org-goto-local-auto-isearch ()
7547 "Start isearch."
7548 (interactive)
7549 (goto-char (point-min))
7550 (let ((keys (this-command-keys)))
7551 (when (eq (lookup-key isearch-mode-map keys) 'isearch-printing-char)
7552 (isearch-mode t)
7553 (isearch-process-search-char (string-to-char keys)))))
7555 (defun org-goto-ret (&optional arg)
7556 "Finish `org-goto' by going to the new location."
7557 (interactive "P")
7558 (setq org-goto-selected-point (point)
7559 org-goto-exit-command 'return)
7560 (throw 'exit nil))
7562 (defun org-goto-left ()
7563 "Finish `org-goto' by going to the new location."
7564 (interactive)
7565 (if (org-at-heading-p)
7566 (progn
7567 (beginning-of-line 1)
7568 (setq org-goto-selected-point (point)
7569 org-goto-exit-command 'left)
7570 (throw 'exit nil))
7571 (user-error "Not on a heading")))
7573 (defun org-goto-right ()
7574 "Finish `org-goto' by going to the new location."
7575 (interactive)
7576 (if (org-at-heading-p)
7577 (progn
7578 (setq org-goto-selected-point (point)
7579 org-goto-exit-command 'right)
7580 (throw 'exit nil))
7581 (user-error "Not on a heading")))
7583 (defun org-goto-quit ()
7584 "Finish `org-goto' without cursor motion."
7585 (interactive)
7586 (setq org-goto-selected-point nil)
7587 (setq org-goto-exit-command 'quit)
7588 (throw 'exit nil))
7590 ;;; Indirect buffer display of subtrees
7592 (defvar org-indirect-dedicated-frame nil
7593 "This is the frame being used for indirect tree display.")
7594 (defvar org-last-indirect-buffer nil)
7596 (defun org-tree-to-indirect-buffer (&optional arg)
7597 "Create indirect buffer and narrow it to current subtree.
7598 With a numerical prefix ARG, go up to this level and then take that tree.
7599 If ARG is negative, go up that many levels.
7601 If `org-indirect-buffer-display' is not `new-frame', the command removes the
7602 indirect buffer previously made with this command, to avoid proliferation of
7603 indirect buffers. However, when you call the command with a \
7604 \\[universal-argument] prefix, or
7605 when `org-indirect-buffer-display' is `new-frame', the last buffer
7606 is kept so that you can work with several indirect buffers at the same time.
7607 If `org-indirect-buffer-display' is `dedicated-frame', the \
7608 \\[universal-argument] prefix also
7609 requests that a new frame be made for the new buffer, so that the dedicated
7610 frame is not changed."
7611 (interactive "P")
7612 (let ((cbuf (current-buffer))
7613 (cwin (selected-window))
7614 (pos (point))
7615 beg end level heading ibuf)
7616 (save-excursion
7617 (org-back-to-heading t)
7618 (when (numberp arg)
7619 (setq level (org-outline-level))
7620 (if (< arg 0) (setq arg (+ level arg)))
7621 (while (> (setq level (org-outline-level)) arg)
7622 (org-up-heading-safe)))
7623 (setq beg (point)
7624 heading (org-get-heading))
7625 (org-end-of-subtree t t)
7626 (if (org-at-heading-p) (backward-char 1))
7627 (setq end (point)))
7628 (if (and (buffer-live-p org-last-indirect-buffer)
7629 (not (eq org-indirect-buffer-display 'new-frame))
7630 (not arg))
7631 (kill-buffer org-last-indirect-buffer))
7632 (setq ibuf (org-get-indirect-buffer cbuf heading)
7633 org-last-indirect-buffer ibuf)
7634 (cond
7635 ((or (eq org-indirect-buffer-display 'new-frame)
7636 (and arg (eq org-indirect-buffer-display 'dedicated-frame)))
7637 (select-frame (make-frame))
7638 (delete-other-windows)
7639 (org-pop-to-buffer-same-window ibuf)
7640 (org-set-frame-title heading))
7641 ((eq org-indirect-buffer-display 'dedicated-frame)
7642 (raise-frame
7643 (select-frame (or (and org-indirect-dedicated-frame
7644 (frame-live-p org-indirect-dedicated-frame)
7645 org-indirect-dedicated-frame)
7646 (setq org-indirect-dedicated-frame (make-frame)))))
7647 (delete-other-windows)
7648 (org-pop-to-buffer-same-window ibuf)
7649 (org-set-frame-title (concat "Indirect: " heading)))
7650 ((eq org-indirect-buffer-display 'current-window)
7651 (org-pop-to-buffer-same-window ibuf))
7652 ((eq org-indirect-buffer-display 'other-window)
7653 (pop-to-buffer ibuf))
7654 (t (error "Invalid value")))
7655 (if (featurep 'xemacs)
7656 (save-excursion (org-mode) (turn-on-font-lock)))
7657 (narrow-to-region beg end)
7658 (show-all)
7659 (goto-char pos)
7660 (run-hook-with-args 'org-cycle-hook 'all)
7661 (and (window-live-p cwin) (select-window cwin))))
7663 (defun org-get-indirect-buffer (&optional buffer heading)
7664 (setq buffer (or buffer (current-buffer)))
7665 (let ((n 1) (base (buffer-name buffer)) bname)
7666 (while (buffer-live-p
7667 (get-buffer
7668 (setq bname
7669 (concat base "-"
7670 (if heading (concat heading "-" (number-to-string n))
7671 (number-to-string n))))))
7672 (setq n (1+ n)))
7673 (condition-case nil
7674 (make-indirect-buffer buffer bname 'clone)
7675 (error (make-indirect-buffer buffer bname)))))
7677 (defun org-set-frame-title (title)
7678 "Set the title of the current frame to the string TITLE."
7679 ;; FIXME: how to name a single frame in XEmacs???
7680 (unless (featurep 'xemacs)
7681 (modify-frame-parameters (selected-frame) (list (cons 'name title)))))
7683 ;;;; Structure editing
7685 ;;; Inserting headlines
7687 (defun org-previous-line-empty-p (&optional next)
7688 "Is the previous line a blank line?
7689 When NEXT is non-nil, check the next line instead."
7690 (save-excursion
7691 (and (not (bobp))
7692 (or (beginning-of-line (if next 2 0)) t)
7693 (save-match-data
7694 (looking-at "[ \t]*$")))))
7696 (defun org-insert-heading (&optional arg invisible-ok top-level)
7697 "Insert a new heading or an item with the same depth at point.
7699 If point is at the beginning of a heading or a list item, insert
7700 a new heading or a new item above the current one. If point is
7701 at the beginning of a normal line, turn the line into a heading.
7703 If point is in the middle of a headline or a list item, split the
7704 headline or the item and create a new headline/item with the text
7705 in the current line after point \(see `org-M-RET-may-split-line'
7706 on how to modify this behavior).
7708 With one universal prefix argument, set the user option
7709 `org-insert-heading-respect-content' to t for the duration of
7710 the command. This modifies the behavior described above in this
7711 ways: on list items and at the beginning of normal lines, force
7712 the insertion of a heading after the current subtree.
7714 With two universal prefix arguments, insert the heading at the
7715 end of the grandparent subtree. For example, if point is within
7716 a 2nd-level heading, then it will insert a 2nd-level heading at
7717 the end of the 1st-level parent heading.
7719 If point is at the beginning of a headline, insert a sibling
7720 before the current headline. If point is not at the beginning,
7721 split the line and create a new headline with the text in the
7722 current line after point \(see `org-M-RET-may-split-line' on how
7723 to modify this behavior).
7725 If point is at the beginning of a normal line, turn this line
7726 into a heading.
7728 When INVISIBLE-OK is set, stop at invisible headlines when going
7729 back. This is important for non-interactive uses of the
7730 command.
7732 When optional argument TOP-LEVEL is non-nil, insert a level 1
7733 heading, unconditionally."
7734 (interactive "P")
7735 (if (org-called-interactively-p 'any) (org-reveal))
7736 (let ((itemp (and (not top-level) (org-in-item-p)))
7737 (may-split (org-get-alist-option org-M-RET-may-split-line 'headline))
7738 (respect-content (or org-insert-heading-respect-content
7739 (equal arg '(4))))
7740 (initial-content ""))
7742 (cond
7744 ((or (= (buffer-size) 0)
7745 (and (not (save-excursion
7746 (and (ignore-errors (org-back-to-heading invisible-ok))
7747 (org-at-heading-p))))
7748 (or arg (not itemp))))
7749 ;; At beginning of buffer or so high up that only a heading
7750 ;; makes sense.
7751 (cond ((and (bolp) (not respect-content)) (insert "* "))
7752 ((not respect-content)
7753 (unless may-split (end-of-line))
7754 (insert "\n* "))
7755 ((re-search-forward org-outline-regexp-bol nil t)
7756 (beginning-of-line)
7757 (insert "* \n")
7758 (backward-char))
7759 (t (goto-char (point-max))
7760 (insert "\n* ")))
7761 (run-hooks 'org-insert-heading-hook))
7763 ((and itemp (not (member arg '((4) (16)))) (org-insert-item)))
7766 ;; Maybe move at the end of the subtree
7767 (when (equal arg '(16))
7768 (org-up-heading-safe)
7769 (org-end-of-subtree t))
7770 ;; Insert a heading
7771 (save-restriction
7772 (widen)
7773 (let* ((level nil)
7774 (on-heading (org-at-heading-p))
7775 (empty-line-p (if on-heading
7776 (org-previous-line-empty-p)
7777 ;; We will decide later
7778 nil))
7779 ;; Get a level string to fall back on.
7780 (fix-level
7781 (if (org-before-first-heading-p) "*"
7782 (save-excursion
7783 (org-back-to-heading t)
7784 (if (org-previous-line-empty-p) (setq empty-line-p t))
7785 (looking-at org-outline-regexp)
7786 (make-string (1- (length (match-string 0))) ?*))))
7787 (stars
7788 (save-excursion
7789 (condition-case nil
7790 (if top-level "* "
7791 (org-back-to-heading invisible-ok)
7792 (when (and (not on-heading)
7793 (featurep 'org-inlinetask)
7794 (integerp org-inlinetask-min-level)
7795 (>= (length (match-string 0))
7796 org-inlinetask-min-level))
7797 ;; Find a heading level before the inline
7798 ;; task.
7799 (while (and (setq level (org-up-heading-safe))
7800 (>= level org-inlinetask-min-level)))
7801 (if (org-at-heading-p)
7802 (org-back-to-heading invisible-ok)
7803 (error "This should not happen")))
7804 (unless (and (save-excursion
7805 (save-match-data
7806 (org-backward-heading-same-level
7807 1 invisible-ok))
7808 (= (point) (match-beginning 0)))
7809 (not (org-previous-line-empty-p t)))
7810 (setq empty-line-p (or empty-line-p
7811 (org-previous-line-empty-p))))
7812 (match-string 0))
7813 (error (or fix-level "* ")))))
7814 (blank-a (cdr (assq 'heading org-blank-before-new-entry)))
7815 (blank (if (eq blank-a 'auto) empty-line-p blank-a))
7816 pos hide-previous previous-pos)
7818 ;; If we insert after content, move there and clean up
7819 ;; whitespace.
7820 (when (and respect-content
7821 (not (org-looking-at-p org-outline-regexp-bol)))
7822 (if (not (org-before-first-heading-p))
7823 (org-end-of-subtree nil t)
7824 (re-search-forward org-outline-regexp-bol)
7825 (beginning-of-line 0))
7826 (skip-chars-backward " \r\t\n")
7827 (and (not (looking-back "^\\*+" (line-beginning-position)))
7828 (looking-at "[ \t]+") (replace-match ""))
7829 (unless (eobp) (forward-char 1))
7830 (when (looking-at "^\\*")
7831 (unless (bobp) (backward-char 1))
7832 (insert "\n")))
7834 ;; If we are splitting, grab the text that should be moved
7835 ;; to the new headline.
7836 (when may-split
7837 (if (org-on-heading-p)
7838 ;; This is a heading: split intelligently (keeping
7839 ;; tags).
7840 (let ((pos (point)))
7841 (beginning-of-line)
7842 (unless (looking-at org-complex-heading-regexp)
7843 (error "This should not happen"))
7844 (when (and (match-beginning 4)
7845 (> pos (match-beginning 4))
7846 (< pos (match-end 4)))
7847 (setq initial-content (buffer-substring pos (match-end 4)))
7848 (goto-char pos)
7849 (delete-region (point) (match-end 4))
7850 (if (looking-at "[ \t]*$")
7851 (replace-match "")
7852 (insert (make-string (length initial-content) ?\s)))
7853 (setq initial-content (org-trim initial-content)))
7854 (goto-char pos))
7855 ;; A normal line.
7856 (setq initial-content
7857 (org-trim
7858 (delete-and-extract-region (point) (line-end-position))))))
7860 ;; If we are at the beginning of the line, insert before it.
7861 ;; Otherwise, after it.
7862 (cond
7863 ((and (bolp) (looking-at "[ \t]*$")))
7864 ((bolp) (save-excursion (insert "\n")))
7865 (t (end-of-line)
7866 (insert "\n")))
7868 ;; Insert the new heading
7869 (insert stars)
7870 (just-one-space)
7871 (insert initial-content)
7872 (unless (and blank (org-previous-line-empty-p))
7873 (org-N-empty-lines-before-current (if blank 1 0)))
7874 ;; Adjust visibility, which may be messed up if we removed
7875 ;; blank lines while previous entry was hidden.
7876 (let ((bol (line-beginning-position)))
7877 (dolist (o (overlays-at (1- bol)))
7878 (when (and (eq (overlay-get o 'invisible) 'outline)
7879 (eq (overlay-end o) bol))
7880 (move-overlay o (overlay-start o) (1- bol)))))
7881 (run-hooks 'org-insert-heading-hook)))))))
7883 (defun org-N-empty-lines-before-current (N)
7884 "Make the number of empty lines before current exactly N.
7885 So this will delete or add empty lines."
7886 (save-excursion
7887 (beginning-of-line)
7888 (let ((p (point)))
7889 (skip-chars-backward " \r\t\n")
7890 (unless (bolp) (forward-line))
7891 (delete-region (point) p))
7892 (when (> N 0) (insert (make-string N ?\n)))))
7894 (defun org-get-heading (&optional no-tags no-todo)
7895 "Return the heading of the current entry, without the stars.
7896 When NO-TAGS is non-nil, don't include tags.
7897 When NO-TODO is non-nil, don't include TODO keywords."
7898 (save-excursion
7899 (org-back-to-heading t)
7900 (cond
7901 ((and no-tags no-todo)
7902 (looking-at org-complex-heading-regexp)
7903 (match-string 4))
7904 (no-tags
7905 (looking-at (concat org-outline-regexp
7906 "\\(.*?\\)"
7907 "\\(?:[ \t]+:[[:alnum:]:_@#%]+:\\)?[ \t]*$"))
7908 (match-string 1))
7909 (no-todo
7910 (looking-at org-todo-line-regexp)
7911 (match-string 3))
7912 (t (looking-at org-heading-regexp)
7913 (match-string 2)))))
7915 (defvar orgstruct-mode) ; defined below
7917 (defun org-heading-components ()
7918 "Return the components of the current heading.
7919 This is a list with the following elements:
7920 - the level as an integer
7921 - the reduced level, different if `org-odd-levels-only' is set.
7922 - the TODO keyword, or nil
7923 - the priority character, like ?A, or nil if no priority is given
7924 - the headline text itself, or the tags string if no headline text
7925 - the tags string, or nil."
7926 (save-excursion
7927 (org-back-to-heading t)
7928 (if (let (case-fold-search)
7929 (looking-at
7930 (if orgstruct-mode
7931 org-heading-regexp
7932 org-complex-heading-regexp)))
7933 (if orgstruct-mode
7934 (list (length (match-string 1))
7935 (org-reduced-level (length (match-string 1)))
7938 (match-string 2)
7939 nil)
7940 (list (length (match-string 1))
7941 (org-reduced-level (length (match-string 1)))
7942 (org-match-string-no-properties 2)
7943 (and (match-end 3) (aref (match-string 3) 2))
7944 (org-match-string-no-properties 4)
7945 (org-match-string-no-properties 5))))))
7947 (defun org-get-entry ()
7948 "Get the entry text, after heading, entire subtree."
7949 (save-excursion
7950 (org-back-to-heading t)
7951 (buffer-substring (point-at-bol 2) (org-end-of-subtree t))))
7953 (defun org-insert-heading-after-current ()
7954 "Insert a new heading with same level as current, after current subtree."
7955 (interactive)
7956 (org-back-to-heading)
7957 (org-insert-heading)
7958 (org-move-subtree-down)
7959 (end-of-line 1))
7961 (defun org-insert-heading-respect-content (&optional invisible-ok)
7962 "Insert heading with `org-insert-heading-respect-content' set to t."
7963 (interactive)
7964 (org-insert-heading '(4) invisible-ok))
7966 (defun org-insert-todo-heading-respect-content (&optional force-state)
7967 "Insert TODO heading with `org-insert-heading-respect-content' set to t."
7968 (interactive)
7969 (org-insert-todo-heading force-state '(4)))
7971 (defun org-insert-todo-heading (arg &optional force-heading)
7972 "Insert a new heading with the same level and TODO state as current heading.
7973 If the heading has no TODO state, or if the state is DONE, use the first
7974 state (TODO by default). Also with one prefix arg, force first state. With
7975 two prefix args, force inserting at the end of the parent subtree."
7976 (interactive "P")
7977 (when (or force-heading (not (org-insert-item 'checkbox)))
7978 (org-insert-heading (or (and (equal arg '(16)) '(16))
7979 force-heading))
7980 (save-excursion
7981 (org-back-to-heading)
7982 (outline-previous-heading)
7983 (looking-at org-todo-line-regexp))
7984 (let*
7985 ((new-mark-x
7986 (if (or (equal arg '(4))
7987 (not (match-beginning 2))
7988 (member (match-string 2) org-done-keywords))
7989 (car org-todo-keywords-1)
7990 (match-string 2)))
7991 (new-mark
7993 (run-hook-with-args-until-success
7994 'org-todo-get-default-hook new-mark-x nil)
7995 new-mark-x)))
7996 (beginning-of-line 1)
7997 (and (looking-at org-outline-regexp) (goto-char (match-end 0))
7998 (if org-treat-insert-todo-heading-as-state-change
7999 (org-todo new-mark)
8000 (insert new-mark " "))))
8001 (when org-provide-todo-statistics
8002 (org-update-parent-todo-statistics))))
8004 (defun org-insert-subheading (arg)
8005 "Insert a new subheading and demote it.
8006 Works for outline headings and for plain lists alike."
8007 (interactive "P")
8008 (org-insert-heading arg)
8009 (cond
8010 ((org-at-heading-p) (org-do-demote))
8011 ((org-at-item-p) (org-indent-item))))
8013 (defun org-insert-todo-subheading (arg)
8014 "Insert a new subheading with TODO keyword or checkbox and demote it.
8015 Works for outline headings and for plain lists alike."
8016 (interactive "P")
8017 (org-insert-todo-heading arg)
8018 (cond
8019 ((org-at-heading-p) (org-do-demote))
8020 ((org-at-item-p) (org-indent-item))))
8022 ;;; Promotion and Demotion
8024 (defvar org-after-demote-entry-hook nil
8025 "Hook run after an entry has been demoted.
8026 The cursor will be at the beginning of the entry.
8027 When a subtree is being demoted, the hook will be called for each node.")
8029 (defvar org-after-promote-entry-hook nil
8030 "Hook run after an entry has been promoted.
8031 The cursor will be at the beginning of the entry.
8032 When a subtree is being promoted, the hook will be called for each node.")
8034 (defun org-promote-subtree ()
8035 "Promote the entire subtree.
8036 See also `org-promote'."
8037 (interactive)
8038 (save-excursion
8039 (org-with-limited-levels (org-map-tree 'org-promote)))
8040 (org-fix-position-after-promote))
8042 (defun org-demote-subtree ()
8043 "Demote the entire subtree. See `org-demote'.
8044 See also `org-promote'."
8045 (interactive)
8046 (save-excursion
8047 (org-with-limited-levels (org-map-tree 'org-demote)))
8048 (org-fix-position-after-promote))
8051 (defun org-do-promote ()
8052 "Promote the current heading higher up the tree.
8053 If the region is active in `transient-mark-mode', promote all headings
8054 in the region."
8055 (interactive)
8056 (save-excursion
8057 (if (org-region-active-p)
8058 (org-map-region 'org-promote (region-beginning) (region-end))
8059 (org-promote)))
8060 (org-fix-position-after-promote))
8062 (defun org-do-demote ()
8063 "Demote the current heading lower down the tree.
8064 If the region is active in `transient-mark-mode', demote all headings
8065 in the region."
8066 (interactive)
8067 (save-excursion
8068 (if (org-region-active-p)
8069 (org-map-region 'org-demote (region-beginning) (region-end))
8070 (org-demote)))
8071 (org-fix-position-after-promote))
8073 (defun org-fix-position-after-promote ()
8074 "Make sure that after pro/demotion cursor position is right."
8075 (let ((pos (point)))
8076 (when (save-excursion
8077 (beginning-of-line 1)
8078 (looking-at org-todo-line-regexp)
8079 (or (equal pos (match-end 1)) (equal pos (match-end 2))))
8080 (cond ((eobp) (insert " "))
8081 ((eolp) (insert " "))
8082 ((equal (char-after) ?\ ) (forward-char 1))))))
8084 (defun org-current-level ()
8085 "Return the level of the current entry, or nil if before the first headline.
8086 The level is the number of stars at the beginning of the
8087 headline. Use `org-reduced-level' to remove the effect of
8088 `org-odd-levels'. Unlike to `org-outline-level', this function
8089 ignores inlinetasks."
8090 (let ((level (org-with-limited-levels (org-outline-level))))
8091 (and (> level 0) level)))
8093 (defun org-get-previous-line-level ()
8094 "Return the outline depth of the last headline before the current line.
8095 Returns 0 for the first headline in the buffer, and nil if before the
8096 first headline."
8097 (and (org-current-level)
8098 (or (and (/= (line-beginning-position) (point-min))
8099 (save-excursion (beginning-of-line 0) (org-current-level)))
8100 0)))
8102 (defun org-reduced-level (l)
8103 "Compute the effective level of a heading.
8104 This takes into account the setting of `org-odd-levels-only'."
8105 (cond
8106 ((zerop l) 0)
8107 (org-odd-levels-only (1+ (floor (/ l 2))))
8108 (t l)))
8110 (defun org-level-increment ()
8111 "Return the number of stars that will be added or removed at a
8112 time to headlines when structure editing, based on the value of
8113 `org-odd-levels-only'."
8114 (if org-odd-levels-only 2 1))
8116 (defun org-get-valid-level (level &optional change)
8117 "Rectify a level change under the influence of `org-odd-levels-only'
8118 LEVEL is a current level, CHANGE is by how much the level should be
8119 modified. Even if CHANGE is nil, LEVEL may be returned modified because
8120 even level numbers will become the next higher odd number."
8121 (if org-odd-levels-only
8122 (cond ((or (not change) (= 0 change)) (1+ (* 2 (/ level 2))))
8123 ((> change 0) (1+ (* 2 (/ (+ level (* 2 change)) 2))))
8124 ((< change 0) (max 1 (1+ (* 2 (/ (+ level (* 2 change)) 2))))))
8125 (max 1 (+ level (or change 0)))))
8127 (if (boundp 'define-obsolete-function-alias)
8128 (if (or (featurep 'xemacs) (< emacs-major-version 23))
8129 (define-obsolete-function-alias 'org-get-legal-level
8130 'org-get-valid-level)
8131 (define-obsolete-function-alias 'org-get-legal-level
8132 'org-get-valid-level "23.1")))
8134 (defun org-promote ()
8135 "Promote the current heading higher up the tree."
8136 (org-with-wide-buffer
8137 (org-back-to-heading t)
8138 (let* ((after-change-functions (remq 'flyspell-after-change-function
8139 after-change-functions))
8140 (level (save-match-data (funcall outline-level)))
8141 (up-head (concat (make-string (org-get-valid-level level -1) ?*) " "))
8142 (diff (abs (- level (length up-head) -1))))
8143 (cond
8144 ((and (= level 1) org-allow-promoting-top-level-subtree)
8145 (replace-match "# " nil t))
8146 ((= level 1)
8147 (user-error "Cannot promote to level 0. UNDO to recover if necessary"))
8148 (t (replace-match up-head nil t)))
8149 (unless (= level 1)
8150 (when org-auto-align-tags (org-set-tags nil 'ignore-column))
8151 (when org-adapt-indentation (org-fixup-indentation (- diff))))
8152 (run-hooks 'org-after-promote-entry-hook))))
8154 (defun org-demote ()
8155 "Demote the current heading lower down the tree."
8156 (org-with-wide-buffer
8157 (org-back-to-heading t)
8158 (let* ((after-change-functions (remq 'flyspell-after-change-function
8159 after-change-functions))
8160 (level (save-match-data (funcall outline-level)))
8161 (down-head (concat (make-string (org-get-valid-level level 1) ?*) " "))
8162 (diff (abs (- level (length down-head) -1))))
8163 (replace-match down-head nil t)
8164 (when org-auto-align-tags (org-set-tags nil 'ignore-column))
8165 (when org-adapt-indentation (org-fixup-indentation diff))
8166 (run-hooks 'org-after-demote-entry-hook))))
8168 (defun org-cycle-level ()
8169 "Cycle the level of an empty headline through possible states.
8170 This goes first to child, then to parent, level, then up the hierarchy.
8171 After top level, it switches back to sibling level."
8172 (interactive)
8173 (let ((org-adapt-indentation nil))
8174 (when (org-point-at-end-of-empty-headline)
8175 (setq this-command 'org-cycle-level) ; Only needed for caching
8176 (let ((cur-level (org-current-level))
8177 (prev-level (org-get-previous-line-level)))
8178 (cond
8179 ;; If first headline in file, promote to top-level.
8180 ((= prev-level 0)
8181 (loop repeat (/ (- cur-level 1) (org-level-increment))
8182 do (org-do-promote)))
8183 ;; If same level as prev, demote one.
8184 ((= prev-level cur-level)
8185 (org-do-demote))
8186 ;; If parent is top-level, promote to top level if not already.
8187 ((= prev-level 1)
8188 (loop repeat (/ (- cur-level 1) (org-level-increment))
8189 do (org-do-promote)))
8190 ;; If top-level, return to prev-level.
8191 ((= cur-level 1)
8192 (loop repeat (/ (- prev-level 1) (org-level-increment))
8193 do (org-do-demote)))
8194 ;; If less than prev-level, promote one.
8195 ((< cur-level prev-level)
8196 (org-do-promote))
8197 ;; If deeper than prev-level, promote until higher than
8198 ;; prev-level.
8199 ((> cur-level prev-level)
8200 (loop repeat (+ 1 (/ (- cur-level prev-level) (org-level-increment)))
8201 do (org-do-promote))))
8202 t))))
8204 (defun org-map-tree (fun)
8205 "Call FUN for every heading underneath the current one."
8206 (org-back-to-heading)
8207 (let ((level (funcall outline-level)))
8208 (save-excursion
8209 (funcall fun)
8210 (while (and (progn
8211 (outline-next-heading)
8212 (> (funcall outline-level) level))
8213 (not (eobp)))
8214 (funcall fun)))))
8216 (defun org-map-region (fun beg end)
8217 "Call FUN for every heading between BEG and END."
8218 (let ((org-ignore-region t))
8219 (save-excursion
8220 (setq end (copy-marker end))
8221 (goto-char beg)
8222 (if (and (re-search-forward org-outline-regexp-bol nil t)
8223 (< (point) end))
8224 (funcall fun))
8225 (while (and (progn
8226 (outline-next-heading)
8227 (< (point) end))
8228 (not (eobp)))
8229 (funcall fun)))))
8231 (defun org-fixup-indentation (diff)
8232 "Change the indentation in the current entry by DIFF.
8234 DIFF is an integer. Indentation is done according to the
8235 following rules:
8237 - Planning information and property drawers are always indented
8238 according to the new level of the headline;
8240 - Footnote definitions and their contents are ignored;
8242 - Inlinetasks' boundaries are not shifted;
8244 - Empty lines are ignored;
8246 - Other lines' indentation are shifted by DIFF columns, unless
8247 it would introduce a structural change in the document, in
8248 which case no shifting is done at all.
8250 Assume point is at a heading or an inlinetask beginning."
8251 (org-with-wide-buffer
8252 (narrow-to-region (line-beginning-position)
8253 (save-excursion
8254 (if (org-with-limited-levels (org-at-heading-p))
8255 (org-with-limited-levels (outline-next-heading))
8256 (org-inlinetask-goto-end))
8257 (point)))
8258 (forward-line)
8259 ;; Indent properly planning info and property drawer.
8260 (when (org-looking-at-p org-planning-line-re)
8261 (org-indent-line)
8262 (forward-line))
8263 (when (looking-at org-property-drawer-re)
8264 (goto-char (match-end 0))
8265 (forward-line)
8266 (save-excursion (org-indent-region (match-beginning 0) (match-end 0))))
8267 (catch 'no-shift
8268 (when (zerop diff) (throw 'no-shift nil))
8269 ;; If DIFF is negative, first check if a shift is possible at all
8270 ;; (e.g., it doesn't break structure). This can only happen if
8271 ;; some contents are not properly indented.
8272 (let ((case-fold-search t))
8273 (when (< diff 0)
8274 (let ((diff (- diff))
8275 (forbidden-re (concat org-outline-regexp
8276 "\\|"
8277 (substring org-footnote-definition-re 1))))
8278 (save-excursion
8279 (while (not (eobp))
8280 (cond
8281 ((org-looking-at-p "[ \t]*$") (forward-line))
8282 ((and (org-looking-at-p org-footnote-definition-re)
8283 (let ((e (org-element-at-point)))
8284 (and (eq (org-element-type e) 'footnote-definition)
8285 (goto-char (org-element-property :end e))))))
8286 ((org-looking-at-p org-outline-regexp) (forward-line))
8287 ;; Give up if shifting would move before column 0 or
8288 ;; if it would introduce a headline or a footnote
8289 ;; definition.
8291 (skip-chars-forward " \t")
8292 (let ((ind (current-column)))
8293 (when (or (< ind diff)
8294 (and (= ind diff) (org-looking-at-p forbidden-re)))
8295 (throw 'no-shift nil)))
8296 ;; Ignore contents of example blocks and source
8297 ;; blocks if their indentation is meant to be
8298 ;; preserved. Jump to block's closing line.
8299 (beginning-of-line)
8300 (or (and (org-looking-at-p "[ \t]*#\\+BEGIN_\\(EXAMPLE\\|SRC\\)")
8301 (let ((e (org-element-at-point)))
8302 (and (memq (org-element-type e)
8303 '(example-block src-block))
8304 (or org-src-preserve-indentation
8305 (org-element-property :preserve-indent e))
8306 (goto-char (org-element-property :end e))
8307 (progn (skip-chars-backward " \r\t\n")
8308 (beginning-of-line)
8309 t))))
8310 (forward-line))))))))
8311 ;; Shift lines but footnote definitions, inlinetasks boundaries
8312 ;; by DIFF. Also skip contents of source or example blocks
8313 ;; when indentation is meant to be preserved.
8314 (while (not (eobp))
8315 (cond
8316 ((and (org-looking-at-p org-footnote-definition-re)
8317 (let ((e (org-element-at-point)))
8318 (and (eq (org-element-type e) 'footnote-definition)
8319 (goto-char (org-element-property :end e))))))
8320 ((org-looking-at-p org-outline-regexp) (forward-line))
8321 ((org-looking-at-p "[ \t]*$") (forward-line))
8323 (org-indent-line-to (+ (org-get-indentation) diff))
8324 (beginning-of-line)
8325 (or (and (org-looking-at-p "[ \t]*#\\+BEGIN_\\(EXAMPLE\\|SRC\\)")
8326 (let ((e (org-element-at-point)))
8327 (and (memq (org-element-type e)
8328 '(example-block src-block))
8329 (or org-src-preserve-indentation
8330 (org-element-property :preserve-indent e))
8331 (goto-char (org-element-property :end e))
8332 (progn (skip-chars-backward " \r\t\n")
8333 (beginning-of-line)
8334 t))))
8335 (forward-line)))))))))
8337 (defun org-convert-to-odd-levels ()
8338 "Convert an org-mode file with all levels allowed to one with odd levels.
8339 This will leave level 1 alone, convert level 2 to level 3, level 3 to
8340 level 5 etc."
8341 (interactive)
8342 (when (yes-or-no-p "Are you sure you want to globally change levels to odd? ")
8343 (let ((outline-level 'org-outline-level)
8344 (org-odd-levels-only nil) n)
8345 (save-excursion
8346 (goto-char (point-min))
8347 (while (re-search-forward "^\\*\\*+ " nil t)
8348 (setq n (- (length (match-string 0)) 2))
8349 (while (>= (setq n (1- n)) 0)
8350 (org-demote))
8351 (end-of-line 1))))))
8353 (defun org-convert-to-oddeven-levels ()
8354 "Convert an org-mode file with only odd levels to one with odd/even levels.
8355 This promotes level 3 to level 2, level 5 to level 3 etc. If the
8356 file contains a section with an even level, conversion would
8357 destroy the structure of the file. An error is signaled in this
8358 case."
8359 (interactive)
8360 (goto-char (point-min))
8361 ;; First check if there are no even levels
8362 (when (re-search-forward "^\\(\\*\\*\\)+ " nil t)
8363 (org-show-set-visibility 'canonical)
8364 (error "Not all levels are odd in this file. Conversion not possible"))
8365 (when (yes-or-no-p "Are you sure you want to globally change levels to odd-even? ")
8366 (let ((outline-regexp org-outline-regexp)
8367 (outline-level 'org-outline-level)
8368 (org-odd-levels-only nil) n)
8369 (save-excursion
8370 (goto-char (point-min))
8371 (while (re-search-forward "^\\*\\*+ " nil t)
8372 (setq n (/ (1- (length (match-string 0))) 2))
8373 (while (>= (setq n (1- n)) 0)
8374 (org-promote))
8375 (end-of-line 1))))))
8377 (defun org-tr-level (n)
8378 "Make N odd if required."
8379 (if org-odd-levels-only (1+ (/ n 2)) n))
8381 ;;; Vertical tree motion, cutting and pasting of subtrees
8383 (defun org-move-subtree-up (&optional arg)
8384 "Move the current subtree up past ARG headlines of the same level."
8385 (interactive "p")
8386 (org-move-subtree-down (- (prefix-numeric-value arg))))
8388 (defun org-move-subtree-down (&optional arg)
8389 "Move the current subtree down past ARG headlines of the same level."
8390 (interactive "p")
8391 (setq arg (prefix-numeric-value arg))
8392 (let ((movfunc (if (> arg 0) 'org-get-next-sibling
8393 'org-get-last-sibling))
8394 (ins-point (make-marker))
8395 (cnt (abs arg))
8396 (col (current-column))
8397 beg beg0 end txt folded ne-beg ne-end ne-ins ins-end)
8398 ;; Select the tree
8399 (org-back-to-heading)
8400 (setq beg0 (point))
8401 (save-excursion
8402 (setq ne-beg (org-back-over-empty-lines))
8403 (setq beg (point)))
8404 (save-match-data
8405 (save-excursion (outline-end-of-heading)
8406 (setq folded (outline-invisible-p)))
8407 (progn (org-end-of-subtree nil t)
8408 (unless (eobp) (backward-char))))
8409 (outline-next-heading)
8410 (setq ne-end (org-back-over-empty-lines))
8411 (setq end (point))
8412 (goto-char beg0)
8413 (when (and (> arg 0) (org-first-sibling-p) (< ne-end ne-beg))
8414 ;; include less whitespace
8415 (save-excursion
8416 (goto-char beg)
8417 (forward-line (- ne-beg ne-end))
8418 (setq beg (point))))
8419 ;; Find insertion point, with error handling
8420 (while (> cnt 0)
8421 (or (and (funcall movfunc) (looking-at org-outline-regexp))
8422 (progn (goto-char beg0)
8423 (user-error "Cannot move past superior level or buffer limit")))
8424 (setq cnt (1- cnt)))
8425 (if (> arg 0)
8426 ;; Moving forward - still need to move over subtree
8427 (progn (org-end-of-subtree t t)
8428 (save-excursion
8429 (org-back-over-empty-lines)
8430 (or (bolp) (newline)))))
8431 (setq ne-ins (org-back-over-empty-lines))
8432 (move-marker ins-point (point))
8433 (setq txt (buffer-substring beg end))
8434 (org-save-markers-in-region beg end)
8435 (delete-region beg end)
8436 (org-remove-empty-overlays-at beg)
8437 (or (= beg (point-min)) (outline-flag-region (1- beg) beg nil))
8438 (or (bobp) (outline-flag-region (1- (point)) (point) nil))
8439 (and (not (bolp)) (looking-at "\n") (forward-char 1))
8440 (let ((bbb (point)))
8441 (insert-before-markers txt)
8442 (org-reinstall-markers-in-region bbb)
8443 (move-marker ins-point bbb))
8444 (or (bolp) (insert "\n"))
8445 (setq ins-end (point))
8446 (goto-char ins-point)
8447 (org-skip-whitespace)
8448 (when (and (< arg 0)
8449 (org-first-sibling-p)
8450 (> ne-ins ne-beg))
8451 ;; Move whitespace back to beginning
8452 (save-excursion
8453 (goto-char ins-end)
8454 (let ((kill-whole-line t))
8455 (kill-line (- ne-ins ne-beg)) (point)))
8456 (insert (make-string (- ne-ins ne-beg) ?\n)))
8457 (move-marker ins-point nil)
8458 (if folded
8459 (hide-subtree)
8460 (org-show-entry)
8461 (show-children)
8462 (org-cycle-hide-drawers 'children))
8463 (org-clean-visibility-after-subtree-move)
8464 ;; move back to the initial column we were at
8465 (move-to-column col)))
8467 (defvar org-subtree-clip ""
8468 "Clipboard for cut and paste of subtrees.
8469 This is actually only a copy of the kill, because we use the normal kill
8470 ring. We need it to check if the kill was created by `org-copy-subtree'.")
8472 (defvar org-subtree-clip-folded nil
8473 "Was the last copied subtree folded?
8474 This is used to fold the tree back after pasting.")
8476 (defun org-cut-subtree (&optional n)
8477 "Cut the current subtree into the clipboard.
8478 With prefix arg N, cut this many sequential subtrees.
8479 This is a short-hand for marking the subtree and then cutting it."
8480 (interactive "p")
8481 (org-copy-subtree n 'cut))
8483 (defun org-copy-subtree (&optional n cut force-store-markers nosubtrees)
8484 "Copy the current subtree it in the clipboard.
8485 With prefix arg N, copy this many sequential subtrees.
8486 This is a short-hand for marking the subtree and then copying it.
8487 If CUT is non-nil, actually cut the subtree.
8488 If FORCE-STORE-MARKERS is non-nil, store the relative locations
8489 of some markers in the region, even if CUT is non-nil. This is
8490 useful if the caller implements cut-and-paste as copy-then-paste-then-cut."
8491 (interactive "p")
8492 (let (beg end folded (beg0 (point)))
8493 (if (org-called-interactively-p 'any)
8494 (org-back-to-heading nil) ; take what looks like a subtree
8495 (org-back-to-heading t)) ; take what is really there
8496 (setq beg (point))
8497 (skip-chars-forward " \t\r\n")
8498 (save-match-data
8499 (if nosubtrees
8500 (outline-next-heading)
8501 (save-excursion (outline-end-of-heading)
8502 (setq folded (outline-invisible-p)))
8503 (ignore-errors (org-forward-heading-same-level (1- n) t))
8504 (org-end-of-subtree t t)))
8505 ;; Include the end of an inlinetask
8506 (when (and (featurep 'org-inlinetask)
8507 (looking-at-p (concat (org-inlinetask-outline-regexp)
8508 "END[ \t]*$")))
8509 (end-of-line))
8510 (setq end (point))
8511 (goto-char beg0)
8512 (when (> end beg)
8513 (setq org-subtree-clip-folded folded)
8514 (when (or cut force-store-markers)
8515 (org-save-markers-in-region beg end))
8516 (if cut (kill-region beg end) (copy-region-as-kill beg end))
8517 (setq org-subtree-clip (current-kill 0))
8518 (message "%s: Subtree(s) with %d characters"
8519 (if cut "Cut" "Copied")
8520 (length org-subtree-clip)))))
8522 (defun org-paste-subtree (&optional level tree for-yank remove)
8523 "Paste the clipboard as a subtree, with modification of headline level.
8524 The entire subtree is promoted or demoted in order to match a new headline
8525 level.
8527 If the cursor is at the beginning of a headline, the same level as
8528 that headline is used to paste the tree.
8530 If not, the new level is derived from the *visible* headings
8531 before and after the insertion point, and taken to be the inferior headline
8532 level of the two. So if the previous visible heading is level 3 and the
8533 next is level 4 (or vice versa), level 4 will be used for insertion.
8534 This makes sure that the subtree remains an independent subtree and does
8535 not swallow low level entries.
8537 You can also force a different level, either by using a numeric prefix
8538 argument, or by inserting the heading marker by hand. For example, if the
8539 cursor is after \"*****\", then the tree will be shifted to level 5.
8541 If optional TREE is given, use this text instead of the kill ring.
8543 When FOR-YANK is set, this is called by `org-yank'. In this case, do not
8544 move back over whitespace before inserting, and move point to the end of
8545 the inserted text when done.
8547 When REMOVE is non-nil, remove the subtree from the clipboard."
8548 (interactive "P")
8549 (setq tree (or tree (and kill-ring (current-kill 0))))
8550 (unless (org-kill-is-subtree-p tree)
8551 (user-error "%s"
8552 (substitute-command-keys
8553 "The kill is not a (set of) tree(s) - please use \\[yank] to yank anyway")))
8554 (org-with-limited-levels
8555 (let* ((visp (not (outline-invisible-p)))
8556 (txt tree)
8557 (^re_ "\\(\\*+\\)[ \t]*")
8558 (old-level (if (string-match org-outline-regexp-bol txt)
8559 (- (match-end 0) (match-beginning 0) 1)
8560 -1))
8561 (force-level (cond (level (prefix-numeric-value level))
8562 ((and (looking-at "[ \t]*$")
8563 (string-match
8564 "^\\*+$" (buffer-substring
8565 (point-at-bol) (point))))
8566 (- (match-end 0) (match-beginning 0)))
8567 ((and (bolp)
8568 (looking-at org-outline-regexp))
8569 (- (match-end 0) (point) 1))))
8570 (previous-level (save-excursion
8571 (condition-case nil
8572 (progn
8573 (outline-previous-visible-heading 1)
8574 (if (looking-at ^re_)
8575 (- (match-end 0) (match-beginning 0) 1)
8577 (error 1))))
8578 (next-level (save-excursion
8579 (condition-case nil
8580 (progn
8581 (or (looking-at org-outline-regexp)
8582 (outline-next-visible-heading 1))
8583 (if (looking-at ^re_)
8584 (- (match-end 0) (match-beginning 0) 1)
8586 (error 1))))
8587 (new-level (or force-level (max previous-level next-level)))
8588 (shift (if (or (= old-level -1)
8589 (= new-level -1)
8590 (= old-level new-level))
8592 (- new-level old-level)))
8593 (delta (if (> shift 0) -1 1))
8594 (func (if (> shift 0) 'org-demote 'org-promote))
8595 (org-odd-levels-only nil)
8596 beg end newend)
8597 ;; Remove the forced level indicator
8598 (if force-level
8599 (delete-region (point-at-bol) (point)))
8600 ;; Paste
8601 (beginning-of-line (if (bolp) 1 2))
8602 (setq beg (point))
8603 (and (fboundp 'org-id-paste-tracker) (org-id-paste-tracker txt))
8604 (insert-before-markers txt)
8605 (unless (string-match "\n\\'" txt) (insert "\n"))
8606 (setq newend (point))
8607 (org-reinstall-markers-in-region beg)
8608 (setq end (point))
8609 (goto-char beg)
8610 (skip-chars-forward " \t\n\r")
8611 (setq beg (point))
8612 (if (and (outline-invisible-p) visp)
8613 (save-excursion (outline-show-heading)))
8614 ;; Shift if necessary
8615 (unless (= shift 0)
8616 (save-restriction
8617 (narrow-to-region beg end)
8618 (while (not (= shift 0))
8619 (org-map-region func (point-min) (point-max))
8620 (setq shift (+ delta shift)))
8621 (goto-char (point-min))
8622 (setq newend (point-max))))
8623 (when (or (org-called-interactively-p 'interactive) for-yank)
8624 (message "Clipboard pasted as level %d subtree" new-level))
8625 (if (and (not for-yank) ; in this case, org-yank will decide about folding
8626 kill-ring
8627 (eq org-subtree-clip (current-kill 0))
8628 org-subtree-clip-folded)
8629 ;; The tree was folded before it was killed/copied
8630 (hide-subtree))
8631 (and for-yank (goto-char newend))
8632 (and remove (setq kill-ring (cdr kill-ring))))))
8634 (defun org-kill-is-subtree-p (&optional txt)
8635 "Check if the current kill is an outline subtree, or a set of trees.
8636 Returns nil if kill does not start with a headline, or if the first
8637 headline level is not the largest headline level in the tree.
8638 So this will actually accept several entries of equal levels as well,
8639 which is OK for `org-paste-subtree'.
8640 If optional TXT is given, check this string instead of the current kill."
8641 (let* ((kill (or txt (and kill-ring (current-kill 0)) ""))
8642 (re (org-get-limited-outline-regexp))
8643 (^re (concat "^" re))
8644 (start-level (and kill
8645 (string-match
8646 (concat "\\`\\([ \t\n\r]*?\n\\)?\\(" re "\\)")
8647 kill)
8648 (- (match-end 2) (match-beginning 2) 1)))
8649 (start (1+ (or (match-beginning 2) -1))))
8650 (if (not start-level)
8651 (progn
8652 nil) ;; does not even start with a heading
8653 (catch 'exit
8654 (while (setq start (string-match ^re kill (1+ start)))
8655 (when (< (- (match-end 0) (match-beginning 0) 1) start-level)
8656 (throw 'exit nil)))
8657 t))))
8659 (defvar org-markers-to-move nil
8660 "Markers that should be moved with a cut-and-paste operation.
8661 Those markers are stored together with their positions relative to
8662 the start of the region.")
8664 (defun org-save-markers-in-region (beg end)
8665 "Check markers in region.
8666 If these markers are between BEG and END, record their position relative
8667 to BEG, so that after moving the block of text, we can put the markers back
8668 into place.
8669 This function gets called just before an entry or tree gets cut from the
8670 buffer. After re-insertion, `org-reinstall-markers-in-region' must be
8671 called immediately, to move the markers with the entries."
8672 (setq org-markers-to-move nil)
8673 (when (featurep 'org-clock)
8674 (org-clock-save-markers-for-cut-and-paste beg end))
8675 (when (featurep 'org-agenda)
8676 (org-agenda-save-markers-for-cut-and-paste beg end)))
8678 (defun org-check-and-save-marker (marker beg end)
8679 "Check if MARKER is between BEG and END.
8680 If yes, remember the marker and the distance to BEG."
8681 (when (and (marker-buffer marker)
8682 (equal (marker-buffer marker) (current-buffer)))
8683 (if (and (>= marker beg) (< marker end))
8684 (push (cons marker (- marker beg)) org-markers-to-move))))
8686 (defun org-reinstall-markers-in-region (beg)
8687 "Move all remembered markers to their position relative to BEG."
8688 (mapc (lambda (x)
8689 (move-marker (car x) (+ beg (cdr x))))
8690 org-markers-to-move)
8691 (setq org-markers-to-move nil))
8693 (defun org-narrow-to-subtree ()
8694 "Narrow buffer to the current subtree."
8695 (interactive)
8696 (save-excursion
8697 (save-match-data
8698 (org-with-limited-levels
8699 (narrow-to-region
8700 (progn (org-back-to-heading t) (point))
8701 (progn (org-end-of-subtree t t)
8702 (if (and (org-at-heading-p) (not (eobp))) (backward-char 1))
8703 (point)))))))
8705 (defun org-narrow-to-block ()
8706 "Narrow buffer to the current block."
8707 (interactive)
8708 (let* ((case-fold-search t)
8709 (blockp (org-between-regexps-p "^[ \t]*#\\+begin_.*"
8710 "^[ \t]*#\\+end_.*")))
8711 (if blockp
8712 (narrow-to-region (car blockp) (cdr blockp))
8713 (user-error "Not in a block"))))
8715 (defun org-clone-subtree-with-time-shift (n &optional shift)
8716 "Clone the task (subtree) at point N times.
8717 The clones will be inserted as siblings.
8719 In interactive use, the user will be prompted for the number of
8720 clones to be produced. If the entry has a timestamp, the user
8721 will also be prompted for a time shift, which may be a repeater
8722 as used in time stamps, for example `+3d'. To disable this,
8723 you can call the function with a universal prefix argument.
8725 When a valid repeater is given and the entry contains any time
8726 stamps, the clones will become a sequence in time, with time
8727 stamps in the subtree shifted for each clone produced. If SHIFT
8728 is nil or the empty string, time stamps will be left alone. The
8729 ID property of the original subtree is removed.
8731 If the original subtree did contain time stamps with a repeater,
8732 the following will happen:
8733 - the repeater will be removed in each clone
8734 - an additional clone will be produced, with the current, unshifted
8735 date(s) in the entry.
8736 - the original entry will be placed *after* all the clones, with
8737 repeater intact.
8738 - the start days in the repeater in the original entry will be shifted
8739 to past the last clone.
8740 In this way you can spell out a number of instances of a repeating task,
8741 and still retain the repeater to cover future instances of the task.
8743 As described above, N+1 clones are produced when the original
8744 subtree has a repeater. Setting N to 0, then, can be used to
8745 remove the repeater from a subtree and create a shifted clone
8746 with the original repeater."
8747 (interactive "nNumber of clones to produce: ")
8748 (let ((shift
8749 (or shift
8750 (if (and (not (equal current-prefix-arg '(4)))
8751 (save-excursion
8752 (re-search-forward org-ts-regexp-both
8753 (save-excursion
8754 (org-end-of-subtree t)
8755 (point)) t)))
8756 (read-from-minibuffer
8757 "Date shift per clone (e.g. +1w, empty to copy unchanged): ")
8758 ""))) ;; No time shift
8759 (n-no-remove -1)
8760 (drawer-re org-drawer-regexp)
8761 (org-clock-re (format "^[ \t]*%s.*$" org-clock-string))
8762 beg end template task idprop
8763 shift-n shift-what doshift nmin nmax)
8764 (unless (wholenump n)
8765 (user-error "Invalid number of replications %s" n))
8766 (if (and (setq doshift (and (stringp shift) (string-match "\\S-" shift)))
8767 (not (string-match "\\`[ \t]*\\+?\\([0-9]+\\)\\([hdwmy]\\)[ \t]*\\'"
8768 shift)))
8769 (user-error "Invalid shift specification %s" shift))
8770 (when doshift
8771 (setq shift-n (string-to-number (match-string 1 shift))
8772 shift-what (cdr (assoc (match-string 2 shift)
8773 '(("d" . day) ("w" . week)
8774 ("m" . month) ("y" . year))))))
8775 (if (eq shift-what 'week) (setq shift-n (* 7 shift-n) shift-what 'day))
8776 (setq nmin 1 nmax n)
8777 (org-back-to-heading t)
8778 (setq beg (point))
8779 (setq idprop (org-entry-get nil "ID"))
8780 (org-end-of-subtree t t)
8781 (or (bolp) (insert "\n"))
8782 (setq end (point))
8783 (setq template (buffer-substring beg end))
8784 (when (and doshift
8785 (string-match "<[^<>\n]+ [.+]?\\+[0-9]+[hdwmy][^<>\n]*>" template))
8786 (delete-region beg end)
8787 (setq end beg)
8788 (setq nmin 0 nmax (1+ nmax) n-no-remove nmax))
8789 (goto-char end)
8790 (loop for n from nmin to nmax do
8791 ;; prepare clone
8792 (with-temp-buffer
8793 (insert template)
8794 (org-mode)
8795 (goto-char (point-min))
8796 (org-show-subtree)
8797 (and idprop (if org-clone-delete-id
8798 (org-entry-delete nil "ID")
8799 (org-id-get-create t)))
8800 (unless (= n 0)
8801 (while (re-search-forward org-clock-re nil t)
8802 (kill-whole-line))
8803 (goto-char (point-min))
8804 (while (re-search-forward drawer-re nil t)
8805 (org-remove-empty-drawer-at (point))))
8806 (goto-char (point-min))
8807 (when doshift
8808 (while (re-search-forward org-ts-regexp-both nil t)
8809 (org-timestamp-change (* n shift-n) shift-what))
8810 (unless (= n n-no-remove)
8811 (goto-char (point-min))
8812 (while (re-search-forward org-ts-regexp nil t)
8813 (save-excursion
8814 (goto-char (match-beginning 0))
8815 (if (looking-at "<[^<>\n]+\\( +[.+]?\\+[0-9]+[hdwmy]\\)")
8816 (delete-region (match-beginning 1) (match-end 1)))))))
8817 (setq task (buffer-string)))
8818 (insert task))
8819 (goto-char beg)))
8821 ;;; Outline Sorting
8823 (defun org-sort (with-case)
8824 "Call `org-sort-entries', `org-table-sort-lines' or `org-sort-list'.
8825 Optional argument WITH-CASE means sort case-sensitively."
8826 (interactive "P")
8827 (cond
8828 ((org-at-table-p) (org-call-with-arg 'org-table-sort-lines with-case))
8829 ((org-at-item-p) (org-call-with-arg 'org-sort-list with-case))
8831 (org-call-with-arg 'org-sort-entries with-case))))
8833 (defun org-sort-remove-invisible (s)
8834 "Remove invisible links from string S."
8835 (remove-text-properties 0 (length s) org-rm-props s)
8836 (while (string-match org-bracket-link-regexp s)
8837 (setq s (replace-match (if (match-end 2)
8838 (match-string 3 s)
8839 (match-string 1 s))
8840 t t s)))
8841 (let ((st (format " %s " s)))
8842 (while (string-match org-emph-re st)
8843 (setq st (replace-match (format " %s " (match-string 4 st)) t t st)))
8844 (setq s (substring st 1 -1)))
8847 (defvar org-priority-regexp) ; defined later in the file
8849 (defvar org-after-sorting-entries-or-items-hook nil
8850 "Hook that is run after a bunch of entries or items have been sorted.
8851 When children are sorted, the cursor is in the parent line when this
8852 hook gets called. When a region or a plain list is sorted, the cursor
8853 will be in the first entry of the sorted region/list.")
8855 (defun org-sort-entries
8856 (&optional with-case sorting-type getkey-func compare-func property)
8857 "Sort entries on a certain level of an outline tree.
8858 If there is an active region, the entries in the region are sorted.
8859 Else, if the cursor is before the first entry, sort the top-level items.
8860 Else, the children of the entry at point are sorted.
8862 Sorting can be alphabetically, numerically, by date/time as given by
8863 a time stamp, by a property, by priority order, or by a custom function.
8865 The command prompts for the sorting type unless it has been given to the
8866 function through the SORTING-TYPE argument, which needs to be a character,
8867 \(?n ?N ?a ?A ?t ?T ?s ?S ?d ?D ?p ?P ?o ?O ?r ?R ?f ?F ?k ?K). Here is
8868 the precise meaning of each character:
8870 a Alphabetically, ignoring the TODO keyword and the priority, if any.
8871 c By creation time, which is assumed to be the first inactive time stamp
8872 at the beginning of a line.
8873 d By deadline date/time.
8874 k By clocking time.
8875 n Numerically, by converting the beginning of the entry/item to a number.
8876 o By order of TODO keywords.
8877 p By priority according to the cookie.
8878 r By the value of a property.
8879 s By scheduled date/time.
8880 t By date/time, either the first active time stamp in the entry, or, if
8881 none exist, by the first inactive one.
8883 Capital letters will reverse the sort order.
8885 If the SORTING-TYPE is ?f or ?F, then GETKEY-FUNC specifies a function to be
8886 called with point at the beginning of the record. It must return either
8887 a string or a number that should serve as the sorting key for that record.
8889 Comparing entries ignores case by default. However, with an optional argument
8890 WITH-CASE, the sorting considers case as well.
8892 Sorting is done against the visible part of the headlines, it ignores hidden
8893 links.
8895 When sorting is done, call `org-after-sorting-entries-or-items-hook'."
8896 (interactive "P")
8897 (let ((case-func (if with-case 'identity 'downcase))
8898 (cmstr
8899 ;; The clock marker is lost when using `sort-subr', let's
8900 ;; store the clocking string.
8901 (when (equal (marker-buffer org-clock-marker) (current-buffer))
8902 (save-excursion
8903 (goto-char org-clock-marker)
8904 (buffer-substring-no-properties (line-beginning-position)
8905 (point)))))
8906 start beg end stars re re2
8907 txt what tmp)
8908 ;; Find beginning and end of region to sort
8909 (cond
8910 ((org-region-active-p)
8911 ;; we will sort the region
8912 (setq end (region-end)
8913 what "region")
8914 (goto-char (region-beginning))
8915 (if (not (org-at-heading-p)) (outline-next-heading))
8916 (setq start (point)))
8917 ((or (org-at-heading-p)
8918 (ignore-errors (progn (org-back-to-heading) t)))
8919 ;; we will sort the children of the current headline
8920 (org-back-to-heading)
8921 (setq start (point)
8922 end (progn (org-end-of-subtree t t)
8923 (or (bolp) (insert "\n"))
8924 (when (>= (org-back-over-empty-lines) 1)
8925 (forward-line 1))
8926 (point))
8927 what "children")
8928 (goto-char start)
8929 (show-subtree)
8930 (outline-next-heading))
8932 ;; we will sort the top-level entries in this file
8933 (goto-char (point-min))
8934 (or (org-at-heading-p) (outline-next-heading))
8935 (setq start (point))
8936 (goto-char (point-max))
8937 (beginning-of-line 1)
8938 (when (looking-at ".*?\\S-")
8939 ;; File ends in a non-white line
8940 (end-of-line 1)
8941 (insert "\n"))
8942 (setq end (point-max))
8943 (setq what "top-level")
8944 (goto-char start)
8945 (show-all)))
8947 (setq beg (point))
8948 (when (>= beg end) (goto-char start) (user-error "Nothing to sort"))
8950 (looking-at "\\(\\*+\\)")
8951 (setq stars (match-string 1)
8952 re (concat "^" (regexp-quote stars) " +")
8953 re2 (concat "^" (regexp-quote (substring stars 0 -1)) "[ \t\n]")
8954 txt (buffer-substring beg end))
8955 (if (not (equal (substring txt -1) "\n")) (setq txt (concat txt "\n")))
8956 (if (and (not (equal stars "*")) (string-match re2 txt))
8957 (user-error "Region to sort contains a level above the first entry"))
8959 (unless sorting-type
8960 (message
8961 "Sort %s: [a]lpha [n]umeric [p]riority p[r]operty todo[o]rder [f]unc
8962 [t]ime [s]cheduled [d]eadline [c]reated cloc[k]ing
8963 A/N/P/R/O/F/T/S/D/C/K means reversed:"
8964 what)
8965 (setq sorting-type (read-char-exclusive))
8967 (unless getkey-func
8968 (and (= (downcase sorting-type) ?f)
8969 (setq getkey-func
8970 (org-icompleting-read "Sort using function: "
8971 obarray 'fboundp t nil nil))
8972 (setq getkey-func (intern getkey-func))))
8974 (and (= (downcase sorting-type) ?r)
8975 (not property)
8976 (setq property
8977 (org-icompleting-read "Property: "
8978 (mapcar 'list (org-buffer-property-keys t))
8979 nil t))))
8981 (when (member sorting-type '(?k ?K)) (org-clock-sum))
8982 (message "Sorting entries...")
8984 (save-restriction
8985 (narrow-to-region start end)
8986 (let ((dcst (downcase sorting-type))
8987 (case-fold-search nil)
8988 (now (current-time)))
8989 (sort-subr
8990 (/= dcst sorting-type)
8991 ;; This function moves to the beginning character of the "record" to
8992 ;; be sorted.
8993 (lambda nil
8994 (if (re-search-forward re nil t)
8995 (goto-char (match-beginning 0))
8996 (goto-char (point-max))))
8997 ;; This function moves to the last character of the "record" being
8998 ;; sorted.
8999 (lambda nil
9000 (save-match-data
9001 (condition-case nil
9002 (outline-forward-same-level 1)
9003 (error
9004 (goto-char (point-max))))))
9005 ;; This function returns the value that gets sorted against.
9006 (lambda nil
9007 (cond
9008 ((= dcst ?n)
9009 (if (looking-at org-complex-heading-regexp)
9010 (string-to-number (org-sort-remove-invisible (match-string 4)))
9011 nil))
9012 ((= dcst ?a)
9013 (if (looking-at org-complex-heading-regexp)
9014 (funcall case-func (org-sort-remove-invisible (match-string 4)))
9015 nil))
9016 ((= dcst ?k)
9017 (or (get-text-property (point) :org-clock-minutes) 0))
9018 ((= dcst ?t)
9019 (let ((end (save-excursion (outline-next-heading) (point))))
9020 (if (or (re-search-forward org-ts-regexp end t)
9021 (re-search-forward org-ts-regexp-both end t))
9022 (org-time-string-to-seconds (match-string 0))
9023 (org-float-time now))))
9024 ((= dcst ?c)
9025 (let ((end (save-excursion (outline-next-heading) (point))))
9026 (if (re-search-forward
9027 (concat "^[ \t]*\\[" org-ts-regexp1 "\\]")
9028 end t)
9029 (org-time-string-to-seconds (match-string 0))
9030 (org-float-time now))))
9031 ((= dcst ?s)
9032 (let ((end (save-excursion (outline-next-heading) (point))))
9033 (if (re-search-forward org-scheduled-time-regexp end t)
9034 (org-time-string-to-seconds (match-string 1))
9035 (org-float-time now))))
9036 ((= dcst ?d)
9037 (let ((end (save-excursion (outline-next-heading) (point))))
9038 (if (re-search-forward org-deadline-time-regexp end t)
9039 (org-time-string-to-seconds (match-string 1))
9040 (org-float-time now))))
9041 ((= dcst ?p)
9042 (if (re-search-forward org-priority-regexp (point-at-eol) t)
9043 (string-to-char (match-string 2))
9044 org-default-priority))
9045 ((= dcst ?r)
9046 (or (org-entry-get nil property) ""))
9047 ((= dcst ?o)
9048 (if (looking-at org-complex-heading-regexp)
9049 (let* ((m (match-string 2))
9050 (s (if (member m org-done-keywords) '- '+)))
9051 (- 99 (funcall s (length (member m org-todo-keywords-1)))))))
9052 ((= dcst ?f)
9053 (if getkey-func
9054 (progn
9055 (setq tmp (funcall getkey-func))
9056 (if (stringp tmp) (setq tmp (funcall case-func tmp)))
9057 tmp)
9058 (error "Invalid key function `%s'" getkey-func)))
9059 (t (error "Invalid sorting type `%c'" sorting-type))))
9061 (cond
9062 ((= dcst ?a) 'string<)
9063 ((= dcst ?f) compare-func)
9064 ((member dcst '(?p ?t ?s ?d ?c ?k)) '<)))))
9065 (run-hooks 'org-after-sorting-entries-or-items-hook)
9066 ;; Reset the clock marker if needed
9067 (when cmstr
9068 (save-excursion
9069 (goto-char start)
9070 (search-forward cmstr nil t)
9071 (move-marker org-clock-marker (point))))
9072 (message "Sorting entries...done")))
9074 ;;; The orgstruct minor mode
9076 ;; Define a minor mode which can be used in other modes in order to
9077 ;; integrate the org-mode structure editing commands.
9079 ;; This is really a hack, because the org-mode structure commands use
9080 ;; keys which normally belong to the major mode. Here is how it
9081 ;; works: The minor mode defines all the keys necessary to operate the
9082 ;; structure commands, but wraps the commands into a function which
9083 ;; tests if the cursor is currently at a headline or a plain list
9084 ;; item. If that is the case, the structure command is used,
9085 ;; temporarily setting many Org-mode variables like regular
9086 ;; expressions for filling etc. However, when any of those keys is
9087 ;; used at a different location, function uses `key-binding' to look
9088 ;; up if the key has an associated command in another currently active
9089 ;; keymap (minor modes, major mode, global), and executes that
9090 ;; command. There might be problems if any of the keys is otherwise
9091 ;; used as a prefix key.
9093 (defcustom orgstruct-heading-prefix-regexp ""
9094 "Regexp that matches the custom prefix of Org headlines in
9095 orgstruct(++)-mode."
9096 :group 'org
9097 :version "24.4"
9098 :package-version '(Org . "8.3")
9099 :type 'regexp)
9100 ;;;###autoload(put 'orgstruct-heading-prefix-regexp 'safe-local-variable 'stringp)
9102 (defcustom orgstruct-setup-hook nil
9103 "Hook run after orgstruct-mode-map is filled."
9104 :group 'org
9105 :version "24.4"
9106 :package-version '(Org . "8.0")
9107 :type 'hook)
9109 (defvar orgstruct-initialized nil)
9111 (defvar org-local-vars nil
9112 "List of local variables, for use by `orgstruct-mode'.")
9114 ;;;###autoload
9115 (define-minor-mode orgstruct-mode
9116 "Toggle the minor mode `orgstruct-mode'.
9117 This mode is for using Org-mode structure commands in other
9118 modes. The following keys behave as if Org-mode were active, if
9119 the cursor is on a headline, or on a plain list item (both as
9120 defined by Org-mode)."
9121 nil " OrgStruct" (make-sparse-keymap)
9122 (funcall (if orgstruct-mode
9123 'add-to-invisibility-spec
9124 'remove-from-invisibility-spec)
9125 '(outline . t))
9126 (when orgstruct-mode
9127 (org-load-modules-maybe)
9128 (unless orgstruct-initialized
9129 (orgstruct-setup)
9130 (setq orgstruct-initialized t))))
9132 ;;;###autoload
9133 (defun turn-on-orgstruct ()
9134 "Unconditionally turn on `orgstruct-mode'."
9135 (orgstruct-mode 1))
9137 (defvar org-fb-vars nil)
9138 (make-variable-buffer-local 'org-fb-vars)
9139 (defun orgstruct++-mode (&optional arg)
9140 "Toggle `orgstruct-mode', the enhanced version of it.
9141 In addition to setting orgstruct-mode, this also exports all
9142 indentation and autofilling variables from org-mode into the
9143 buffer. It will also recognize item context in multiline items."
9144 (interactive "P")
9145 (setq arg (prefix-numeric-value (or arg (if orgstruct-mode -1 1))))
9146 (if (< arg 1)
9147 (progn (orgstruct-mode -1)
9148 (mapc (lambda(v)
9149 (org-set-local (car v)
9150 (if (eq (car-safe (cadr v)) 'quote) (cadadr v) (cadr v))))
9151 org-fb-vars))
9152 (orgstruct-mode 1)
9153 (setq org-fb-vars nil)
9154 (unless org-local-vars
9155 (setq org-local-vars (org-get-local-variables)))
9156 (let (var val)
9157 (mapc
9158 (lambda (x)
9159 (when (string-match
9160 "^\\(paragraph-\\|auto-fill\\|normal-auto-fill\\|fill-paragraph\\|fill-prefix\\|indent-\\)"
9161 (symbol-name (car x)))
9162 (setq var (car x) val (nth 1 x))
9163 (push (list var `(quote ,(eval var))) org-fb-vars)
9164 (org-set-local var (if (eq (car-safe val) 'quote) (nth 1 val) val))))
9165 org-local-vars)
9166 (org-set-local 'orgstruct-is-++ t))))
9168 (defvar orgstruct-is-++ nil
9169 "Is `orgstruct-mode' in ++ version in the current-buffer?")
9170 (make-variable-buffer-local 'orgstruct-is-++)
9172 ;;;###autoload
9173 (defun turn-on-orgstruct++ ()
9174 "Unconditionally turn on `orgstruct++-mode'."
9175 (orgstruct++-mode 1))
9177 (defun orgstruct-error ()
9178 "Error when there is no default binding for a structure key."
9179 (interactive)
9180 (funcall (if (fboundp 'user-error)
9181 'user-error
9182 'error)
9183 "This key has no function outside structure elements"))
9185 (defun orgstruct-setup ()
9186 "Setup orgstruct keymap."
9187 (dolist (cell '((org-demote . t)
9188 (org-metaleft . t)
9189 (org-metaright . t)
9190 (org-promote . t)
9191 (org-shiftmetaleft . t)
9192 (org-shiftmetaright . t)
9193 org-backward-element
9194 org-backward-heading-same-level
9195 org-ctrl-c-ret
9196 org-ctrl-c-minus
9197 org-ctrl-c-star
9198 org-cycle
9199 org-forward-heading-same-level
9200 org-insert-heading
9201 org-insert-heading-respect-content
9202 org-kill-note-or-show-branches
9203 org-mark-subtree
9204 org-meta-return
9205 org-metadown
9206 org-metaup
9207 org-narrow-to-subtree
9208 org-promote-subtree
9209 org-reveal
9210 org-shiftdown
9211 org-shiftleft
9212 org-shiftmetadown
9213 org-shiftmetaup
9214 org-shiftright
9215 org-shifttab
9216 org-shifttab
9217 org-shiftup
9218 org-show-subtree
9219 org-sort
9220 org-up-element
9221 outline-demote
9222 outline-next-visible-heading
9223 outline-previous-visible-heading
9224 outline-promote
9225 outline-up-heading
9226 show-children))
9227 (let ((f (or (car-safe cell) cell))
9228 (disable-when-heading-prefix (cdr-safe cell)))
9229 (when (fboundp f)
9230 (let ((new-bindings))
9231 (dolist (binding (nconc (where-is-internal f org-mode-map)
9232 (where-is-internal f outline-mode-map)))
9233 (push binding new-bindings)
9234 ;; TODO use local-function-key-map
9235 (dolist (rep '(("<tab>" . "TAB")
9236 ("<return>" . "RET")
9237 ("<escape>" . "ESC")
9238 ("<delete>" . "DEL")))
9239 (setq binding (read-kbd-macro
9240 (let ((case-fold-search))
9241 (replace-regexp-in-string
9242 (regexp-quote (cdr rep))
9243 (car rep)
9244 (key-description binding)))))
9245 (pushnew binding new-bindings :test 'equal)))
9246 (dolist (binding new-bindings)
9247 (let ((key (lookup-key orgstruct-mode-map binding)))
9248 (when (or (not key) (numberp key))
9249 (ignore-errors
9250 (org-defkey orgstruct-mode-map
9251 binding
9252 (orgstruct-make-binding
9253 f binding disable-when-heading-prefix))))))))))
9254 (run-hooks 'orgstruct-setup-hook))
9256 (defun orgstruct-make-binding (fun key disable-when-heading-prefix)
9257 "Create a function for binding in the structure minor mode.
9258 FUN is the command to call inside a table. KEY is the key that
9259 should be checked in for a command to execute outside of tables.
9260 Non-nil `disable-when-heading-prefix' means to disable the command
9261 if `orgstruct-heading-prefix-regexp' is not empty."
9262 (let ((name (concat "orgstruct-hijacker-" (symbol-name fun))))
9263 (let ((nname name)
9264 (i 0))
9265 (while (fboundp (intern nname))
9266 (setq nname (format "%s-%d" name (setq i (1+ i)))))
9267 (setq name (intern nname)))
9268 (eval
9269 (let ((bindings '((org-heading-regexp
9270 (concat "^"
9271 orgstruct-heading-prefix-regexp
9272 "\\(\\*+\\)\\(?: +\\(.*?\\)\\)?[ ]*$"))
9273 (org-outline-regexp
9274 (concat orgstruct-heading-prefix-regexp "\\*+ "))
9275 (org-outline-regexp-bol
9276 (concat "^" org-outline-regexp))
9277 (outline-regexp org-outline-regexp)
9278 (outline-heading-end-regexp "\n")
9279 (outline-level 'org-outline-level)
9280 (outline-heading-alist))))
9281 `(defun ,name (arg)
9282 ,(concat "In Structure, run `" (symbol-name fun) "'.\n"
9283 "Outside of structure, run the binding of `"
9284 (key-description key) "'."
9285 (when disable-when-heading-prefix
9286 (concat
9287 "\nIf `orgstruct-heading-prefix-regexp' is not empty, this command will always fall\n"
9288 "back to the default binding due to limitations of Org's implementation of\n"
9289 "`" (symbol-name fun) "'.")))
9290 (interactive "p")
9291 (let* ((disable
9292 ,(and disable-when-heading-prefix
9293 '(not (string= orgstruct-heading-prefix-regexp ""))))
9294 (fallback
9295 (or disable
9296 (not
9297 (let* ,bindings
9298 (org-context-p 'headline 'item
9299 ,(when (memq fun
9300 '(org-insert-heading
9301 org-insert-heading-respect-content
9302 org-meta-return))
9303 '(when orgstruct-is-++
9304 'item-body))))))))
9305 (if fallback
9306 (let* ((orgstruct-mode)
9307 (binding
9308 (let ((key ,key))
9309 (catch 'exit
9310 (dolist
9311 (rep
9312 '(nil
9313 ("<\\([^>]*\\)tab>" . "\\1TAB")
9314 ("<\\([^>]*\\)return>" . "\\1RET")
9315 ("<\\([^>]*\\)escape>" . "\\1ESC")
9316 ("<\\([^>]*\\)delete>" . "\\1DEL"))
9317 nil)
9318 (when rep
9319 (setq key (read-kbd-macro
9320 (let ((case-fold-search))
9321 (replace-regexp-in-string
9322 (car rep)
9323 (cdr rep)
9324 (key-description key))))))
9325 (when (key-binding key)
9326 (throw 'exit (key-binding key))))))))
9327 (if (keymapp binding)
9328 (org-set-transient-map binding)
9329 (let ((func (or binding
9330 (unless disable
9331 'orgstruct-error))))
9332 (when func
9333 (call-interactively func)))))
9334 (org-run-like-in-org-mode
9335 (lambda ()
9336 (interactive)
9337 (let* ,bindings
9338 (call-interactively ',fun)))))))))
9339 name))
9341 (defun org-contextualize-keys (alist contexts)
9342 "Return valid elements in ALIST depending on CONTEXTS.
9344 `org-agenda-custom-commands' or `org-capture-templates' are the
9345 values used for ALIST, and `org-agenda-custom-commands-contexts'
9346 or `org-capture-templates-contexts' are the associated contexts
9347 definitions."
9348 (let ((contexts
9349 ;; normalize contexts
9350 (mapcar
9351 (lambda(c) (cond ((listp (cadr c))
9352 (list (car c) (car c) (cadr c)))
9353 ((string= "" (cadr c))
9354 (list (car c) (car c) (caddr c)))
9355 (t c)))
9356 contexts))
9357 (a alist) r s)
9358 ;; loop over all commands or templates
9359 (dolist (c a)
9360 (let (vrules repl)
9361 (cond
9362 ((not (assoc (car c) contexts))
9363 (push c r))
9364 ((and (assoc (car c) contexts)
9365 (setq vrules (org-contextualize-validate-key
9366 (car c) contexts)))
9367 (mapc (lambda (vr)
9368 (when (not (equal (car vr) (cadr vr)))
9369 (setq repl vr)))
9370 vrules)
9371 (if (not repl) (push c r)
9372 (push (cadr repl) s)
9373 (push
9374 (cons (car c)
9375 (cdr (or (assoc (cadr repl) alist)
9376 (error "Undefined key `%s' as contextual replacement for `%s'"
9377 (cadr repl) (car c)))))
9378 r))))))
9379 ;; Return limited ALIST, possibly with keys modified, and deduplicated
9380 (delq
9382 (delete-dups
9383 (mapcar (lambda (x)
9384 (let ((tpl (car x)))
9385 (when (not (delq
9387 (mapcar (lambda (y)
9388 (equal y tpl))
9389 s)))
9390 x)))
9391 (reverse r))))))
9393 (defun org-contextualize-validate-key (key contexts)
9394 "Check CONTEXTS for agenda or capture KEY."
9395 (let (rr res)
9396 (dolist (r contexts)
9397 (mapc
9398 (lambda (rr)
9399 (when
9400 (and (equal key (car r))
9401 (if (functionp rr) (funcall rr)
9402 (or (and (eq (car rr) 'in-file)
9403 (buffer-file-name)
9404 (string-match (cdr rr) (buffer-file-name)))
9405 (and (eq (car rr) 'in-mode)
9406 (string-match (cdr rr) (symbol-name major-mode)))
9407 (and (eq (car rr) 'in-buffer)
9408 (string-match (cdr rr) (buffer-name)))
9409 (when (and (eq (car rr) 'not-in-file)
9410 (buffer-file-name))
9411 (not (string-match (cdr rr) (buffer-file-name))))
9412 (when (eq (car rr) 'not-in-mode)
9413 (not (string-match (cdr rr) (symbol-name major-mode))))
9414 (when (eq (car rr) 'not-in-buffer)
9415 (not (string-match (cdr rr) (buffer-name)))))))
9416 (push r res)))
9417 (car (last r))))
9418 (delete-dups (delq nil res))))
9420 (defun org-context-p (&rest contexts)
9421 "Check if local context is any of CONTEXTS.
9422 Possible values in the list of contexts are `table', `headline', and `item'."
9423 (let ((pos (point)))
9424 (goto-char (point-at-bol))
9425 (prog1 (or (and (memq 'table contexts)
9426 (looking-at "[ \t]*|"))
9427 (and (memq 'headline contexts)
9428 (looking-at org-outline-regexp))
9429 (and (memq 'item contexts)
9430 (looking-at "[ \t]*\\([-+*] \\|[0-9]+[.)] \\)"))
9431 (and (memq 'item-body contexts)
9432 (org-in-item-p)))
9433 (goto-char pos))))
9435 (defun org-get-local-variables ()
9436 "Return a list of all local variables in an Org mode buffer."
9437 (let (varlist)
9438 (with-current-buffer (get-buffer-create "*Org tmp*")
9439 (erase-buffer)
9440 (org-mode)
9441 (setq varlist (buffer-local-variables)))
9442 (kill-buffer "*Org tmp*")
9443 (delq nil
9444 (mapcar
9445 (lambda (x)
9446 (setq x
9447 (if (symbolp x)
9448 (list x)
9449 (list (car x) (cdr x))))
9450 (if (and (not (get (car x) 'org-state))
9451 (string-match
9452 "^\\(org-\\|orgtbl-\\|outline-\\|comment-\\|paragraph-\\|auto-fill\\|normal-auto-fill\\|fill-paragraph\\|indent-\\)"
9453 (symbol-name (car x))))
9454 x nil))
9455 varlist))))
9457 (defun org-clone-local-variables (from-buffer &optional regexp)
9458 "Clone local variables from FROM-BUFFER.
9459 Optional argument REGEXP selects variables to clone."
9460 (mapc
9461 (lambda (pair)
9462 (and (symbolp (car pair))
9463 (or (null regexp)
9464 (string-match regexp (symbol-name (car pair))))
9465 (set (make-local-variable (car pair))
9466 (cdr pair))))
9467 (buffer-local-variables from-buffer)))
9469 ;;;###autoload
9470 (defun org-run-like-in-org-mode (cmd)
9471 "Run a command, pretending that the current buffer is in Org-mode.
9472 This will temporarily bind local variables that are typically bound in
9473 Org-mode to the values they have in Org-mode, and then interactively
9474 call CMD."
9475 (org-load-modules-maybe)
9476 (unless org-local-vars
9477 (setq org-local-vars (org-get-local-variables)))
9478 (let (binds)
9479 (dolist (var org-local-vars)
9480 (when (or (not (boundp (car var)))
9481 (eq (symbol-value (car var))
9482 (default-value (car var))))
9483 (push (list (car var) `(quote ,(cadr var))) binds)))
9484 (eval `(let ,binds
9485 (call-interactively (quote ,cmd))))))
9487 (defun org-get-category (&optional pos force-refresh)
9488 "Get the category applying to position POS."
9489 (save-match-data
9490 (if force-refresh (org-refresh-category-properties))
9491 (let ((pos (or pos (point))))
9492 (or (get-text-property pos 'org-category)
9493 (progn (org-refresh-category-properties)
9494 (get-text-property pos 'org-category))))))
9496 ;;; Refresh properties
9498 (defun org-refresh-properties (dprop tprop)
9499 "Refresh buffer text properties.
9500 DPROP is the drawer property and TPROP is either the
9501 corresponding text property to set, or an alist with each element
9502 being a text property (as a symbol) and a function to apply to
9503 the value of the drawer property."
9504 (let ((case-fold-search t)
9505 (inhibit-read-only t))
9506 (org-with-silent-modifications
9507 (save-excursion
9508 (save-restriction
9509 (widen)
9510 (goto-char (point-min))
9511 (while (re-search-forward (concat "^[ \t]*:" dprop ": +\\(.*\\)[ \t]*$") nil t)
9512 (org-refresh-property tprop (org-match-string-no-properties 1))))))))
9514 (defun org-refresh-property (tprop p)
9515 "Refresh the buffer text property TPROP from the drawer property P.
9516 The refresh happens only for the current tree (not subtree)."
9517 (unless (org-before-first-heading-p)
9518 (save-excursion
9519 (org-back-to-heading t)
9520 (if (symbolp tprop)
9521 ;; TPROP is a text property symbol
9522 (put-text-property
9523 (point) (or (outline-next-heading) (point-max)) tprop p)
9524 ;; TPROP is an alist with (properties . function) elements
9525 (dolist (al tprop)
9526 (save-excursion
9527 (put-text-property
9528 (line-beginning-position) (or (outline-next-heading) (point-max))
9529 (car al)
9530 (funcall (cdr al) p))))))))
9532 (defun org-refresh-category-properties ()
9533 "Refresh category text properties in the buffer."
9534 (let ((case-fold-search t)
9535 (inhibit-read-only t)
9536 (default-category
9537 (cond ((null org-category)
9538 (if buffer-file-name
9539 (file-name-sans-extension
9540 (file-name-nondirectory buffer-file-name))
9541 "???"))
9542 ((symbolp org-category) (symbol-name org-category))
9543 (t org-category))))
9544 (org-with-silent-modifications
9545 (org-with-wide-buffer
9546 ;; Set buffer-wide category. Search last #+CATEGORY keyword.
9547 ;; This is the default category for the buffer. If none is
9548 ;; found, fall-back to `org-category' or buffer file name.
9549 (put-text-property
9550 (point-min) (point-max)
9551 'org-category
9552 (catch 'buffer-category
9553 (goto-char (point-max))
9554 (while (re-search-backward "^[ \t]*#\\+CATEGORY:" (point-min) t)
9555 (let ((element (org-element-at-point)))
9556 (when (eq (org-element-type element) 'keyword)
9557 (throw 'buffer-category
9558 (org-element-property :value element)))))
9559 default-category))
9560 ;; Set sub-tree specific categories.
9561 (goto-char (point-min))
9562 (let ((regexp (org-re-property "CATEGORY")))
9563 (while (re-search-forward regexp nil t)
9564 (let ((value (org-match-string-no-properties 3)))
9565 (when (org-at-property-p)
9566 (put-text-property
9567 (save-excursion (org-back-to-heading t) (point))
9568 (save-excursion (org-end-of-subtree t t) (point))
9569 'org-category
9570 value)))))))))
9572 (defun org-refresh-stats-properties ()
9573 "Refresh stats text properties in the buffer."
9574 (let (stats)
9575 (org-with-silent-modifications
9576 (save-excursion
9577 (save-restriction
9578 (widen)
9579 (goto-char (point-min))
9580 (while (re-search-forward
9581 (concat org-outline-regexp-bol ".*"
9582 "\\(?:\\[\\([0-9]+\\)%\\|\\([0-9]+\\)/\\([0-9]+\\)\\]\\)")
9583 nil t)
9584 (setq stats (cond ((equal (match-string 3) "0") 0)
9585 ((match-string 2)
9586 (/ (* (string-to-number (match-string 2)) 100)
9587 (string-to-number (match-string 3))))
9588 (t (string-to-number (match-string 1)))))
9589 (org-back-to-heading t)
9590 (put-text-property (point) (progn (org-end-of-subtree t t) (point))
9591 'org-stats stats)))))))
9593 (defun org-refresh-effort-properties ()
9594 "Refresh effort properties"
9595 (org-refresh-properties
9596 org-effort-property
9597 '((effort . identity)
9598 (effort-minutes . org-duration-string-to-minutes))))
9600 ;;;; Link Stuff
9602 ;;; Link abbreviations
9604 (defun org-link-expand-abbrev (link)
9605 "Apply replacements as defined in `org-link-abbrev-alist'."
9606 (if (string-match "^\\([^:]*\\)\\(::?\\(.*\\)\\)?$" link)
9607 (let* ((key (match-string 1 link))
9608 (as (or (assoc key org-link-abbrev-alist-local)
9609 (assoc key org-link-abbrev-alist)))
9610 (tag (and (match-end 2) (match-string 3 link)))
9611 rpl)
9612 (if (not as)
9613 link
9614 (setq rpl (cdr as))
9615 (cond
9616 ((symbolp rpl) (funcall rpl tag))
9617 ((string-match "%(\\([^)]+\\))" rpl)
9618 (replace-match
9619 (save-match-data
9620 (funcall (intern-soft (match-string 1 rpl)) tag)) t t rpl))
9621 ((string-match "%s" rpl) (replace-match (or tag "") t t rpl))
9622 ((string-match "%h" rpl)
9623 (replace-match (url-hexify-string (or tag "")) t t rpl))
9624 (t (concat rpl tag)))))
9625 link))
9627 ;;; Storing and inserting links
9629 (defvar org-insert-link-history nil
9630 "Minibuffer history for links inserted with `org-insert-link'.")
9632 (defvar org-stored-links nil
9633 "Contains the links stored with `org-store-link'.")
9635 (defvar org-store-link-plist nil
9636 "Plist with info about the most recently link created with `org-store-link'.")
9638 (defvar org-link-protocols nil
9639 "Link protocols added to Org-mode using `org-add-link-type'.")
9641 (defvar org-store-link-functions nil
9642 "List of functions that are called to create and store a link.
9643 Each function will be called in turn until one returns a non-nil
9644 value. Each function should check if it is responsible for creating
9645 this link (for example by looking at the major mode).
9646 If not, it must exit and return nil.
9647 If yes, it should return a non-nil value after a calling
9648 `org-store-link-props' with a list of properties and values.
9649 Special properties are:
9651 :type The link prefix, like \"http\". This must be given.
9652 :link The link, like \"http://www.astro.uva.nl/~dominik\".
9653 This is obligatory as well.
9654 :description Optional default description for the second pair
9655 of brackets in an Org-mode link. The user can still change
9656 this when inserting this link into an Org-mode buffer.
9658 In addition to these, any additional properties can be specified
9659 and then used in capture templates.")
9661 (defun org-add-link-type (type &optional follow export)
9662 "Add TYPE to the list of `org-link-types'.
9663 Re-compute all regular expressions depending on `org-link-types'
9665 FOLLOW and EXPORT are two functions.
9667 FOLLOW should take the link path as the single argument and do whatever
9668 is necessary to follow the link, for example find a file or display
9669 a mail message.
9671 EXPORT should format the link path for export to one of the export formats.
9672 It should be a function accepting three arguments:
9674 path the path of the link, the text after the prefix (like \"http:\")
9675 desc the description of the link, if any
9676 format the export format, a symbol like `html' or `latex' or `ascii'.
9678 The function may use the FORMAT information to return different values
9679 depending on the format. The return value will be put literally into
9680 the exported file. If the return value is nil, this means Org should
9681 do what it normally does with links which do not have EXPORT defined.
9683 Org mode has a built-in default for exporting links. If you are happy with
9684 this default, there is no need to define an export function for the link
9685 type. For a simple example of an export function, see `org-bbdb.el'."
9686 (add-to-list 'org-link-types type t)
9687 (org-make-link-regexps)
9688 (org-element-update-syntax)
9689 (if (assoc type org-link-protocols)
9690 (setcdr (assoc type org-link-protocols) (list follow export))
9691 (push (list type follow export) org-link-protocols)))
9693 (defvar org-agenda-buffer-name) ; Defined in org-agenda.el
9694 (defvar org-id-link-to-org-use-id) ; Defined in org-id.el
9696 ;;;###autoload
9697 (defun org-store-link (arg)
9698 "\\<org-mode-map>Store an org-link to the current location.
9699 This link is added to `org-stored-links' and can later be inserted
9700 into an Org buffer with \\[org-insert-link].
9702 For some link types, a prefix ARG is interpreted.
9703 For links to Usenet articles, ARG negates `org-gnus-prefer-web-links'.
9704 For file links, ARG negates `org-context-in-file-links'.
9706 A double prefix ARG force skipping storing functions that are not
9707 part of Org's core.
9709 A triple prefix ARG force storing a link for each line in the
9710 active region."
9711 (interactive "P")
9712 (org-load-modules-maybe)
9713 (if (and (equal arg '(64)) (org-region-active-p))
9714 (save-excursion
9715 (let ((end (region-end)))
9716 (goto-char (region-beginning))
9717 (set-mark (point))
9718 (while (< (point-at-eol) end)
9719 (move-end-of-line 1) (activate-mark)
9720 (let (current-prefix-arg)
9721 (call-interactively 'org-store-link))
9722 (move-beginning-of-line 2)
9723 (set-mark (point)))))
9724 (org-with-limited-levels
9725 (setq org-store-link-plist nil)
9726 (let (link cpltxt desc description search
9727 txt custom-id agenda-link sfuns sfunsn)
9728 (cond
9730 ;; Store a link using an external link type
9731 ((and (not (equal arg '(16)))
9732 (setq sfuns
9733 (delq
9734 nil (mapcar (lambda (f)
9735 (let (fs) (if (funcall f) (push f fs))))
9736 org-store-link-functions))
9737 sfunsn (mapcar (lambda (fu) (symbol-name (car fu))) sfuns))
9738 (or (and (cdr sfuns)
9739 (funcall (intern
9740 (completing-read
9741 "Which function for creating the link? "
9742 sfunsn nil t (car sfunsn)))))
9743 (funcall (caar sfuns)))
9744 (setq link (plist-get org-store-link-plist :link)
9745 desc (or (plist-get org-store-link-plist
9746 :description)
9747 link))))
9749 ;; Store a link from a source code buffer.
9750 ((org-src-edit-buffer-p)
9751 (cond
9752 ((save-excursion
9753 (beginning-of-line)
9754 (looking-at (concat (format org-coderef-label-format "\\(.*?\\)")
9755 "[ \t]*$")))
9756 (setq link (format "(%s)" (org-match-string-no-properties 1))))
9757 ((org-called-interactively-p 'any)
9758 (let (label)
9759 (while (or (not label)
9760 (org-with-wide-buffer
9761 (goto-char (point-min))
9762 (re-search-forward
9763 (regexp-quote (format org-coderef-label-format label))
9764 nil t)))
9765 (when label (message "Label exists already") (sit-for 2))
9766 (setq label (read-string "Code line label: " label)))
9767 (end-of-line)
9768 (setq link (format org-coderef-label-format label))
9769 (let ((gc (- 79 (length link))))
9770 (if (< (current-column) gc) (org-move-to-column gc t)
9771 (insert " ")))
9772 (insert link)
9773 (setq link (concat "(" label ")") desc nil)))
9774 (t (setq link nil))))
9776 ;; We are in the agenda, link to referenced location
9777 ((equal (org-bound-and-true-p org-agenda-buffer-name) (buffer-name))
9778 (let ((m (or (get-text-property (point) 'org-hd-marker)
9779 (get-text-property (point) 'org-marker))))
9780 (when m
9781 (org-with-point-at m
9782 (setq agenda-link
9783 (if (org-called-interactively-p 'any)
9784 (call-interactively 'org-store-link)
9785 (org-store-link nil)))))))
9787 ((eq major-mode 'calendar-mode)
9788 (let ((cd (calendar-cursor-to-date)))
9789 (setq link
9790 (format-time-string
9791 (car org-time-stamp-formats)
9792 (apply 'encode-time
9793 (list 0 0 0 (nth 1 cd) (nth 0 cd) (nth 2 cd)
9794 nil nil nil))))
9795 (org-store-link-props :type "calendar" :date cd)))
9797 ((eq major-mode 'help-mode)
9798 (setq link (concat "help:" (save-excursion
9799 (goto-char (point-min))
9800 (looking-at "^[^ ]+")
9801 (match-string 0))))
9802 (org-store-link-props :type "help"))
9804 ((eq major-mode 'w3-mode)
9805 (setq cpltxt (if (and (buffer-name)
9806 (not (string-match "Untitled" (buffer-name))))
9807 (buffer-name)
9808 (url-view-url t))
9809 link (url-view-url t))
9810 (org-store-link-props :type "w3" :url (url-view-url t)))
9812 ((eq major-mode 'image-mode)
9813 (setq cpltxt (concat "file:"
9814 (abbreviate-file-name buffer-file-name))
9815 link cpltxt)
9816 (org-store-link-props :type "image" :file buffer-file-name))
9818 ;; In dired, store a link to the file of the current line
9819 ((derived-mode-p 'dired-mode)
9820 (let ((file (dired-get-filename nil t)))
9821 (setq file (if file
9822 (abbreviate-file-name
9823 (expand-file-name (dired-get-filename nil t)))
9824 ;; otherwise, no file so use current directory.
9825 default-directory))
9826 (setq cpltxt (concat "file:" file)
9827 link cpltxt)))
9829 ((setq search (run-hook-with-args-until-success
9830 'org-create-file-search-functions))
9831 (setq link (concat "file:" (abbreviate-file-name buffer-file-name)
9832 "::" search))
9833 (setq cpltxt (or description link)))
9835 ((and (buffer-file-name (buffer-base-buffer)) (derived-mode-p 'org-mode))
9836 (setq custom-id (org-entry-get nil "CUSTOM_ID"))
9837 (cond
9838 ;; Store a link using the target at point
9839 ((org-in-regexp "[^<]<<\\([^<>]+\\)>>[^>]" 1)
9840 (setq cpltxt
9841 (concat "file:"
9842 (abbreviate-file-name
9843 (buffer-file-name (buffer-base-buffer)))
9844 "::" (match-string 1))
9845 link cpltxt))
9846 ((and (featurep 'org-id)
9847 (or (eq org-id-link-to-org-use-id t)
9848 (and (org-called-interactively-p 'any)
9849 (or (eq org-id-link-to-org-use-id 'create-if-interactive)
9850 (and (eq org-id-link-to-org-use-id
9851 'create-if-interactive-and-no-custom-id)
9852 (not custom-id))))
9853 (and org-id-link-to-org-use-id (org-entry-get nil "ID"))))
9854 ;; Store a link using the ID at point
9855 (setq link (condition-case nil
9856 (prog1 (org-id-store-link)
9857 (setq desc (or (plist-get org-store-link-plist
9858 :description)
9859 "")))
9860 (error
9861 ;; Probably before first headline, link only to file
9862 (concat "file:"
9863 (abbreviate-file-name
9864 (buffer-file-name (buffer-base-buffer))))))))
9866 ;; Just link to current headline
9867 (setq cpltxt (concat "file:"
9868 (abbreviate-file-name
9869 (buffer-file-name (buffer-base-buffer)))))
9870 ;; Add a context search string
9871 (when (org-xor org-context-in-file-links arg)
9872 (let* ((ee (org-element-at-point))
9873 (et (org-element-type ee))
9874 (ev (plist-get (cadr ee) :value))
9875 (ek (plist-get (cadr ee) :key))
9876 (eok (and (stringp ek) (string-match "name" ek))))
9877 (setq txt (cond
9878 ((org-at-heading-p) nil)
9879 ((and (eq et 'keyword) eok) ev)
9880 ((org-region-active-p)
9881 (buffer-substring (region-beginning) (region-end)))))
9882 (when (or (null txt) (string-match "\\S-" txt))
9883 (setq cpltxt
9884 (concat cpltxt "::"
9885 (condition-case nil
9886 (org-make-org-heading-search-string txt)
9887 (error "")))
9888 desc (or (and (eq et 'keyword) eok ev)
9889 (nth 4 (ignore-errors (org-heading-components)))
9890 "NONE")))))
9891 (if (string-match "::\\'" cpltxt)
9892 (setq cpltxt (substring cpltxt 0 -2)))
9893 (setq link cpltxt))))
9895 ((buffer-file-name (buffer-base-buffer))
9896 ;; Just link to this file here.
9897 (setq cpltxt (concat "file:"
9898 (abbreviate-file-name
9899 (buffer-file-name (buffer-base-buffer)))))
9900 ;; Add a context string.
9901 (when (org-xor org-context-in-file-links arg)
9902 (setq txt (if (org-region-active-p)
9903 (buffer-substring (region-beginning) (region-end))
9904 (buffer-substring (point-at-bol) (point-at-eol))))
9905 ;; Only use search option if there is some text.
9906 (when (string-match "\\S-" txt)
9907 (setq cpltxt
9908 (concat cpltxt "::" (org-make-org-heading-search-string txt))
9909 desc "NONE")))
9910 (setq link cpltxt))
9912 ((org-called-interactively-p 'interactive)
9913 (user-error "No method for storing a link from this buffer"))
9915 (t (setq link nil)))
9917 ;; We're done setting link and desc, clean up
9918 (if (consp link) (setq cpltxt (car link) link (cdr link)))
9919 (setq link (or link cpltxt)
9920 desc (or desc cpltxt))
9921 (cond ((equal desc "NONE") (setq desc nil))
9922 ((and desc (string-match org-bracket-link-analytic-regexp desc))
9923 (let ((d0 (match-string 3 desc))
9924 (p0 (match-string 5 desc)))
9925 (setq desc
9926 (replace-regexp-in-string
9927 org-bracket-link-regexp
9928 (concat (or p0 d0)
9929 (if (equal (length (match-string 0 desc))
9930 (length desc)) "*" "")) desc)))))
9932 ;; Return the link
9933 (if (not (and (or (org-called-interactively-p 'any)
9934 executing-kbd-macro)
9935 link))
9936 (or agenda-link (and link (org-make-link-string link desc)))
9937 (push (list link desc) org-stored-links)
9938 (message "Stored: %s" (or desc link))
9939 (when custom-id
9940 (setq link (concat "file:" (abbreviate-file-name
9941 (buffer-file-name)) "::#" custom-id))
9942 (push (list link desc) org-stored-links))
9943 (car org-stored-links))))))
9945 (defun org-store-link-props (&rest plist)
9946 "Store link properties, extract names and addresses."
9947 (let (x adr)
9948 (when (setq x (plist-get plist :from))
9949 (setq adr (mail-extract-address-components x))
9950 (setq plist (plist-put plist :fromname (car adr)))
9951 (setq plist (plist-put plist :fromaddress (nth 1 adr))))
9952 (when (setq x (plist-get plist :to))
9953 (setq adr (mail-extract-address-components x))
9954 (setq plist (plist-put plist :toname (car adr)))
9955 (setq plist (plist-put plist :toaddress (nth 1 adr)))))
9956 (let ((from (plist-get plist :from))
9957 (to (plist-get plist :to)))
9958 (when (and from to org-from-is-user-regexp)
9959 (setq plist
9960 (plist-put plist :fromto
9961 (if (string-match org-from-is-user-regexp from)
9962 (concat "to %t")
9963 (concat "from %f"))))))
9964 (setq org-store-link-plist plist))
9966 (defun org-add-link-props (&rest plist)
9967 "Add these properties to the link property list."
9968 (let (key value)
9969 (while plist
9970 (setq key (pop plist) value (pop plist))
9971 (setq org-store-link-plist
9972 (plist-put org-store-link-plist key value)))))
9974 (defun org-email-link-description (&optional fmt)
9975 "Return the description part of an email link.
9976 This takes information from `org-store-link-plist' and formats it
9977 according to FMT (default from `org-email-link-description-format')."
9978 (setq fmt (or fmt org-email-link-description-format))
9979 (let* ((p org-store-link-plist)
9980 (to (plist-get p :toaddress))
9981 (from (plist-get p :fromaddress))
9982 (table
9983 (list
9984 (cons "%c" (plist-get p :fromto))
9985 (cons "%F" (plist-get p :from))
9986 (cons "%f" (or (plist-get p :fromname) (plist-get p :fromaddress) "?"))
9987 (cons "%T" (plist-get p :to))
9988 (cons "%t" (or (plist-get p :toname) (plist-get p :toaddress) "?"))
9989 (cons "%s" (plist-get p :subject))
9990 (cons "%d" (plist-get p :date))
9991 (cons "%m" (plist-get p :message-id)))))
9992 (when (string-match "%c" fmt)
9993 ;; Check if the user wrote this message
9994 (if (and org-from-is-user-regexp from to
9995 (save-match-data (string-match org-from-is-user-regexp from)))
9996 (setq fmt (replace-match "to %t" t t fmt))
9997 (setq fmt (replace-match "from %f" t t fmt))))
9998 (org-replace-escapes fmt table)))
10000 (defun org-make-org-heading-search-string (&optional string)
10001 "Make search string for the current headline or STRING."
10002 (let ((s (or string
10003 (and (derived-mode-p 'org-mode)
10004 (save-excursion
10005 (org-back-to-heading t)
10006 (org-element-property :raw-value (org-element-at-point))))))
10007 (lines org-context-in-file-links))
10008 (or string (setq s (concat "*" s))) ; Add * for headlines
10009 (setq s (replace-regexp-in-string "\\[[0-9]+%\\]\\|\\[[0-9]+/[0-9]+\\]" "" s))
10010 (when (and string (integerp lines) (> lines 0))
10011 (let ((slines (org-split-string s "\n")))
10012 (when (< lines (length slines))
10013 (setq s (mapconcat
10014 'identity
10015 (reverse (nthcdr (- (length slines) lines)
10016 (reverse slines))) "\n")))))
10017 (mapconcat 'identity (org-split-string s "[ \t]+") " ")))
10019 (defun org-make-link-string (link &optional description)
10020 "Make a link with brackets, consisting of LINK and DESCRIPTION."
10021 (unless (org-string-nw-p link) (error "Empty link"))
10022 (let ((uri (cond ((string-match org-link-types-re link)
10023 (concat (match-string 1 link)
10024 (org-link-escape (substring link (match-end 1)))))
10025 ;; For readability, url-encode internal links only
10026 ;; when absolutely needed (i.e, when they contain
10027 ;; square brackets). File links however, are
10028 ;; encoded since, e.g., spaces are significant.
10029 ((or (file-name-absolute-p link)
10030 (org-string-match-p "\\`\\.\\.?/\\|[][]" link))
10031 (org-link-escape link))
10032 (t link)))
10033 (description
10034 (and (org-string-nw-p description)
10035 ;; Remove brackets from description, as they are fatal.
10036 (replace-regexp-in-string
10037 "[][]" (lambda (m) (if (equal "[" m) "{" "}"))
10038 (org-trim description)))))
10039 (format "[[%s]%s]"
10041 (if description (format "[%s]" description) ""))))
10043 (defconst org-link-escape-chars
10044 ;;%20 %5B %5D %25
10045 '(?\s ?\[ ?\] ?%)
10046 "List of characters that should be escaped in a link when stored to Org.
10047 This is the list that is used for internal purposes.")
10049 (defconst org-link-escape-chars-browser
10050 ;;%20 %22
10051 '(?\s ?\")
10052 "List of characters to be escaped before handing over to the browser.
10053 If you consider using this constant then you probably want to use
10054 the function `org-link-escape-browser' instead. See there why
10055 this constant is a candidate to be removed once Org drops support
10056 for Emacs 24.1 and 24.2.")
10058 (defun org-link-escape (text &optional table merge)
10059 "Return percent escaped representation of TEXT.
10060 TEXT is a string with the text to escape.
10061 Optional argument TABLE is a list with characters that should be
10062 escaped. When nil, `org-link-escape-chars' is used.
10063 If optional argument MERGE is set, merge TABLE into
10064 `org-link-escape-chars'."
10065 (let ((characters-to-encode
10066 (cond ((null table) org-link-escape-chars)
10067 (merge (append org-link-escape-chars table))
10068 (t table))))
10069 (mapconcat
10070 (lambda (c)
10071 (if (or (memq c characters-to-encode)
10072 (and org-url-hexify-p (or (< c 32) (> c 126))))
10073 (mapconcat (lambda (e) (format "%%%.2X" e))
10074 (or (encode-coding-char c 'utf-8)
10075 (error "Unable to percent escape character: %c" c))
10077 (char-to-string c)))
10078 text "")))
10080 (defun org-link-escape-browser (text)
10081 "Escape some characters before handing over to the browser.
10082 This function is a candidate to be removed together with the
10083 constant `org-link-escape-chars-browser' once Org drops support
10084 for Emacs 24.1 and 24.2. All calls to this function will have to
10085 be replaced with `url-encode-url' which is available since Emacs
10086 24.3.1."
10087 ;; Example with the Org link
10088 ;; [[http://lists.gnu.org/archive/cgi-bin/namazu.cgi?idxname=emacs-orgmode&query=%252Bsubject:"Release+8.2"]]
10089 ;; to open the browser with +subject:"Release 8.2" filled into the
10090 ;; query field: In this case the variable TEXT contains the
10091 ;; unescaped [...]=%2Bsubject:"Release+8.2". Then `url-encode-url'
10092 ;; converts correctly to [...]=%2Bsubject:%22Release+8.2%22 or
10093 ;; `org-link-escape' with `org-link-escape-chars-browser' converts
10094 ;; wrongly to [...]=%252Bsubject:%22Release+8.2%22.
10095 (if (fboundp 'url-encode-url)
10096 (url-encode-url text)
10097 (if (org-string-match-p
10098 (concat "[[:nonascii:]" org-link-escape-chars-browser "]")
10099 text)
10100 (org-link-escape text org-link-escape-chars-browser)
10101 text)))
10103 (defun org-link-unescape (str)
10104 "Unhex hexified Unicode parts in string STR.
10105 E.g. `%C3%B6' becomes the german o-Umlaut. This is the
10106 reciprocal of `org-link-escape', which see."
10107 (if (org-string-nw-p str)
10108 (replace-regexp-in-string
10109 "\\(%[0-9A-Za-z]\\{2\\}\\)+" #'org-link-unescape-compound str t t)
10110 str))
10112 (defun org-link-unescape-compound (hex)
10113 "Unhexify Unicode hex-chars. E.g. `%C3%B6' is the German o-Umlaut.
10114 Note: this function also decodes single byte encodings like
10115 `%E1' (a-acute) if not followed by another `%[A-F0-9]{2}' group."
10116 (save-match-data
10117 (let* ((bytes (cdr (split-string hex "%")))
10118 (ret "")
10119 (eat 0)
10120 (sum 0))
10121 (while bytes
10122 (let* ((val (string-to-number (pop bytes) 16))
10123 (shift-xor
10124 (if (= 0 eat)
10125 (cond
10126 ((>= val 252) (cons 6 252))
10127 ((>= val 248) (cons 5 248))
10128 ((>= val 240) (cons 4 240))
10129 ((>= val 224) (cons 3 224))
10130 ((>= val 192) (cons 2 192))
10131 (t (cons 0 0)))
10132 (cons 6 128))))
10133 (if (>= val 192) (setq eat (car shift-xor)))
10134 (setq val (logxor val (cdr shift-xor)))
10135 (setq sum (+ (lsh sum (car shift-xor)) val))
10136 (if (> eat 0) (setq eat (- eat 1)))
10137 (cond
10138 ((= 0 eat) ;multi byte
10139 (setq ret (concat ret (org-char-to-string sum)))
10140 (setq sum 0))
10141 ((not bytes) ; single byte(s)
10142 (setq ret (org-link-unescape-single-byte-sequence hex))))))
10143 ret)))
10145 (defun org-link-unescape-single-byte-sequence (hex)
10146 "Unhexify hex-encoded single byte character sequences."
10147 (mapconcat (lambda (byte)
10148 (char-to-string (string-to-number byte 16)))
10149 (cdr (split-string hex "%")) ""))
10151 (defun org-xor (a b)
10152 "Exclusive or."
10153 (if a (not b) b))
10155 (defun org-fixup-message-id-for-http (s)
10156 "Replace special characters in a message id, so it can be used in an http query."
10157 (when (string-match "%" s)
10158 (setq s (mapconcat (lambda (c)
10159 (if (eq c ?%)
10160 "%25"
10161 (char-to-string c)))
10162 s "")))
10163 (while (string-match "<" s)
10164 (setq s (replace-match "%3C" t t s)))
10165 (while (string-match ">" s)
10166 (setq s (replace-match "%3E" t t s)))
10167 (while (string-match "@" s)
10168 (setq s (replace-match "%40" t t s)))
10171 (defun org-link-prettify (link)
10172 "Return a human-readable representation of LINK.
10173 The car of LINK must be a raw link.
10174 The cdr of LINK must be either a link description or nil."
10175 (let ((desc (or (cadr link) "<no description>")))
10176 (concat (format "%-45s" (substring desc 0 (min (length desc) 40)))
10177 "<" (car link) ">")))
10179 ;;;###autoload
10180 (defun org-insert-link-global ()
10181 "Insert a link like Org-mode does.
10182 This command can be called in any mode to insert a link in Org-mode syntax."
10183 (interactive)
10184 (org-load-modules-maybe)
10185 (org-run-like-in-org-mode 'org-insert-link))
10187 (defun org-insert-all-links (arg &optional pre post)
10188 "Insert all links in `org-stored-links'.
10189 When a universal prefix, do not delete the links from `org-stored-links'.
10190 When `ARG' is a number, insert the last N link(s).
10191 `PRE' and `POST' are optional arguments to define a string to
10192 prepend or to append."
10193 (interactive "P")
10194 (let ((org-keep-stored-link-after-insertion (equal arg '(4)))
10195 (links (copy-seq org-stored-links))
10196 (pr (or pre "- "))
10197 (po (or post "\n"))
10198 (cnt 1) l)
10199 (if (null org-stored-links)
10200 (message "No link to insert")
10201 (while (and (or (listp arg) (>= arg cnt))
10202 (setq l (if (listp arg)
10203 (pop links)
10204 (pop org-stored-links))))
10205 (setq cnt (1+ cnt))
10206 (insert pr)
10207 (org-insert-link nil (car l) (or (cadr l) "<no description>"))
10208 (insert po)))))
10210 (defun org-insert-last-stored-link (arg)
10211 "Insert the last link stored in `org-stored-links'."
10212 (interactive "p")
10213 (org-insert-all-links arg "" "\n"))
10215 (defun org-link-fontify-links-to-this-file ()
10216 "Fontify links to the current file in `org-stored-links'."
10217 (let ((f (buffer-file-name)) a b)
10218 (setq a (mapcar (lambda(l)
10219 (let ((ll (car l)))
10220 (when (and (string-match "^file:\\(.+\\)::" ll)
10221 (equal f (expand-file-name (match-string 1 ll))))
10222 ll)))
10223 org-stored-links))
10224 (when (featurep 'org-id)
10225 (setq b (mapcar (lambda(l)
10226 (let ((ll (car l)))
10227 (when (and (string-match "^id:\\(.+\\)$" ll)
10228 (equal f (expand-file-name
10229 (or (org-id-find-id-file
10230 (match-string 1 ll)) ""))))
10231 ll)))
10232 org-stored-links)))
10233 (mapcar (lambda(l)
10234 (put-text-property 0 (length l) 'face 'font-lock-comment-face l))
10235 (delq nil (append a b)))))
10237 (defvar org-link-links-in-this-file nil)
10238 (defun org-insert-link (&optional complete-file link-location default-description)
10239 "Insert a link. At the prompt, enter the link.
10241 Completion can be used to insert any of the link protocol prefixes like
10242 http or ftp in use.
10244 The history can be used to select a link previously stored with
10245 `org-store-link'. When the empty string is entered (i.e. if you just
10246 press RET at the prompt), the link defaults to the most recently
10247 stored link. As SPC triggers completion in the minibuffer, you need to
10248 use M-SPC or C-q SPC to force the insertion of a space character.
10250 You will also be prompted for a description, and if one is given, it will
10251 be displayed in the buffer instead of the link.
10253 If there is already a link at point, this command will allow you to edit link
10254 and description parts.
10256 With a \\[universal-argument] prefix, prompts for a file to link to. The file name can
10257 be selected using completion. The path to the file will be relative to the
10258 current directory if the file is in the current directory or a subdirectory.
10259 Otherwise, the link will be the absolute path as completed in the minibuffer
10260 \(i.e. normally ~/path/to/file). You can configure this behavior using the
10261 option `org-link-file-path-type'.
10263 With two \\[universal-argument] prefixes, enforce an absolute path even if the file is in
10264 the current directory or below.
10266 With three \\[universal-argument] prefixes, negate the meaning of
10267 `org-keep-stored-link-after-insertion'.
10269 If `org-make-link-description-function' is non-nil, this function will be
10270 called with the link target, and the result will be the default
10271 link description.
10273 If the LINK-LOCATION parameter is non-nil, this value will be
10274 used as the link location instead of reading one interactively.
10276 If the DEFAULT-DESCRIPTION parameter is non-nil, this value will
10277 be used as the default description."
10278 (interactive "P")
10279 (let* ((wcf (current-window-configuration))
10280 (origbuf (current-buffer))
10281 (region (if (org-region-active-p)
10282 (buffer-substring (region-beginning) (region-end))))
10283 (remove (and region (list (region-beginning) (region-end))))
10284 (desc region)
10285 tmphist ; byte-compile incorrectly complains about this
10286 (link link-location)
10287 (abbrevs org-link-abbrev-alist-local)
10288 entry file all-prefixes auto-desc)
10289 (cond
10290 (link-location) ; specified by arg, just use it.
10291 ((org-in-regexp org-bracket-link-regexp 1)
10292 ;; We do have a link at point, and we are going to edit it.
10293 (setq remove (list (match-beginning 0) (match-end 0)))
10294 (setq desc (if (match-end 3) (org-match-string-no-properties 3)))
10295 (setq link (read-string "Link: "
10296 (org-link-unescape
10297 (org-match-string-no-properties 1)))))
10298 ((or (org-in-regexp org-angle-link-re)
10299 (org-in-regexp org-plain-link-re))
10300 ;; Convert to bracket link
10301 (setq remove (list (match-beginning 0) (match-end 0))
10302 link (read-string "Link: "
10303 (org-remove-angle-brackets (match-string 0)))))
10304 ((member complete-file '((4) (16)))
10305 ;; Completing read for file names.
10306 (setq link (org-file-complete-link complete-file)))
10308 ;; Read link, with completion for stored links.
10309 (org-link-fontify-links-to-this-file)
10310 (org-switch-to-buffer-other-window "*Org Links*")
10311 (with-current-buffer "*Org Links*"
10312 (erase-buffer)
10313 (insert "Insert a link.
10314 Use TAB to complete link prefixes, then RET for type-specific completion support\n")
10315 (when org-stored-links
10316 (insert "\nStored links are available with <up>/<down> or M-p/n (most recent with RET):\n\n")
10317 (insert (mapconcat 'org-link-prettify
10318 (reverse org-stored-links) "\n")))
10319 (goto-char (point-min)))
10320 (let ((cw (selected-window)))
10321 (select-window (get-buffer-window "*Org Links*" 'visible))
10322 (with-current-buffer "*Org Links*" (setq truncate-lines t))
10323 (unless (pos-visible-in-window-p (point-max))
10324 (org-fit-window-to-buffer))
10325 (and (window-live-p cw) (select-window cw)))
10326 ;; Fake a link history, containing the stored links.
10327 (setq tmphist (append (mapcar 'car org-stored-links)
10328 org-insert-link-history))
10329 (setq all-prefixes (append (mapcar 'car abbrevs)
10330 (mapcar 'car org-link-abbrev-alist)
10331 org-link-types))
10332 (unwind-protect
10333 (progn
10334 (setq link
10335 (org-completing-read
10336 "Link: "
10337 (append
10338 (mapcar (lambda (x) (concat x ":"))
10339 all-prefixes)
10340 (mapcar 'car org-stored-links))
10341 nil nil nil
10342 'tmphist
10343 (caar org-stored-links)))
10344 (if (not (string-match "\\S-" link))
10345 (user-error "No link selected"))
10346 (mapc (lambda(l)
10347 (when (equal link (cadr l)) (setq link (car l) auto-desc t)))
10348 org-stored-links)
10349 (if (or (member link all-prefixes)
10350 (and (equal ":" (substring link -1))
10351 (member (substring link 0 -1) all-prefixes)
10352 (setq link (substring link 0 -1))))
10353 (setq link (with-current-buffer origbuf
10354 (org-link-try-special-completion link)))))
10355 (set-window-configuration wcf)
10356 (kill-buffer "*Org Links*"))
10357 (setq entry (assoc link org-stored-links))
10358 (or entry (push link org-insert-link-history))
10359 (setq desc (or desc (nth 1 entry)))))
10361 (if (funcall (if (equal complete-file '(64)) 'not 'identity)
10362 (not org-keep-stored-link-after-insertion))
10363 (setq org-stored-links (delq (assoc link org-stored-links)
10364 org-stored-links)))
10366 (if (and (string-match org-plain-link-re link)
10367 (not (string-match org-ts-regexp link)))
10368 ;; URL-like link, normalize the use of angular brackets.
10369 (setq link (org-remove-angle-brackets link)))
10371 ;; Check if we are linking to the current file with a search
10372 ;; option If yes, simplify the link by using only the search
10373 ;; option.
10374 (when (and buffer-file-name
10375 (string-match "^file:\\(.+?\\)::\\(.+\\)" link))
10376 (let* ((path (match-string 1 link))
10377 (case-fold-search nil)
10378 (search (match-string 2 link)))
10379 (save-match-data
10380 (if (equal (file-truename buffer-file-name) (file-truename path))
10381 ;; We are linking to this same file, with a search option
10382 (setq link search)))))
10384 ;; Check if we can/should use a relative path. If yes, simplify the link
10385 (when (string-match "^\\(file:\\|docview:\\)\\(.*\\)" link)
10386 (let* ((type (match-string 1 link))
10387 (path (match-string 2 link))
10388 (origpath path)
10389 (case-fold-search nil))
10390 (cond
10391 ((or (eq org-link-file-path-type 'absolute)
10392 (equal complete-file '(16)))
10393 (setq path (abbreviate-file-name (expand-file-name path))))
10394 ((eq org-link-file-path-type 'noabbrev)
10395 (setq path (expand-file-name path)))
10396 ((eq org-link-file-path-type 'relative)
10397 (setq path (file-relative-name path)))
10399 (save-match-data
10400 (if (string-match (concat "^" (regexp-quote
10401 (expand-file-name
10402 (file-name-as-directory
10403 default-directory))))
10404 (expand-file-name path))
10405 ;; We are linking a file with relative path name.
10406 (setq path (substring (expand-file-name path)
10407 (match-end 0)))
10408 (setq path (abbreviate-file-name (expand-file-name path)))))))
10409 (setq link (concat type path))
10410 (if (equal desc origpath)
10411 (setq desc path))))
10413 (if org-make-link-description-function
10414 (setq desc
10415 (or (condition-case nil
10416 (funcall org-make-link-description-function link desc)
10417 (error (progn (message "Can't get link description from `%s'"
10418 (symbol-name org-make-link-description-function))
10419 (sit-for 2) nil)))
10420 (read-string "Description: " default-description)))
10421 (if default-description (setq desc default-description)
10422 (setq desc (or (and auto-desc desc)
10423 (read-string "Description: " desc)))))
10425 (unless (string-match "\\S-" desc) (setq desc nil))
10426 (if remove (apply 'delete-region remove))
10427 (insert (org-make-link-string link desc))))
10429 (defun org-link-try-special-completion (type)
10430 "If there is completion support for link type TYPE, offer it."
10431 (let ((fun (intern (concat "org-" type "-complete-link"))))
10432 (if (functionp fun)
10433 (funcall fun)
10434 (read-string "Link (no completion support): " (concat type ":")))))
10436 (defun org-file-complete-link (&optional arg)
10437 "Create a file link using completion."
10438 (let ((file (org-iread-file-name "File: "))
10439 (pwd (file-name-as-directory (expand-file-name ".")))
10440 (pwd1 (file-name-as-directory (abbreviate-file-name
10441 (expand-file-name ".")))))
10442 (cond ((equal arg '(16))
10443 (concat "file:"
10444 (abbreviate-file-name (expand-file-name file))))
10445 ((string-match
10446 (concat "^" (regexp-quote pwd1) "\\(.+\\)") file)
10447 (concat "file:" (match-string 1 file)))
10448 ((string-match
10449 (concat "^" (regexp-quote pwd) "\\(.+\\)")
10450 (expand-file-name file))
10451 (concat "file:"
10452 (match-string 1 (expand-file-name file))))
10453 (t (concat "file:" file)))))
10455 (defun org-iread-file-name (&rest args)
10456 "Read-file-name using `ido-mode' speedup if available.
10457 ARGS are arguments that may be passed to `ido-read-file-name' or `read-file-name'.
10458 See `read-file-name' for a description of parameters."
10459 (org-without-partial-completion
10460 (if (and org-completion-use-ido
10461 (fboundp 'ido-read-file-name)
10462 (org-bound-and-true-p ido-mode)
10463 (listp (nth 1 args)))
10464 (let ((ido-enter-matching-directory nil))
10465 (apply #'ido-read-file-name args))
10466 (apply #'read-file-name args))))
10468 (defun org-completing-read (&rest args)
10469 "Completing-read with SPACE being a normal character."
10470 (let ((enable-recursive-minibuffers t)
10471 (minibuffer-local-completion-map
10472 (copy-keymap minibuffer-local-completion-map)))
10473 (org-defkey minibuffer-local-completion-map " " 'self-insert-command)
10474 (org-defkey minibuffer-local-completion-map "?" 'self-insert-command)
10475 (org-defkey minibuffer-local-completion-map (kbd "C-c !") 'org-time-stamp-inactive)
10476 (apply 'org-icompleting-read args)))
10478 (defun org-completing-read-no-i (&rest args)
10479 (let (org-completion-use-ido org-completion-use-iswitchb)
10480 (apply 'org-completing-read args)))
10482 (defun org-iswitchb-completing-read (prompt choices &rest args)
10483 "Use iswitch as a completing-read replacement to choose from choices.
10484 PROMPT is a string to prompt with. CHOICES is a list of strings to choose
10485 from."
10486 (let* ((iswitchb-use-virtual-buffers nil)
10487 (iswitchb-make-buflist-hook
10488 (lambda ()
10489 (setq iswitchb-temp-buflist choices))))
10490 (iswitchb-read-buffer prompt)))
10492 (defun org-icompleting-read (&rest args)
10493 "Completing-read using `ido-mode' or `iswitchb' speedups if available.
10494 Should be called like `completing-read'."
10495 (org-without-partial-completion
10496 (if (not (listp (nth 1 args)))
10497 ;; Ido only supports lists as the COLLECTION argument. Use
10498 ;; default completion function when second argument is not
10499 ;; a list.
10500 (apply #'completing-read args)
10501 (let ((ido-enter-matching-directory nil))
10502 (apply (cond ((and org-completion-use-ido
10503 (fboundp 'ido-completing-read)
10504 (org-bound-and-true-p ido-mode))
10505 #'ido-completing-read)
10506 ((and org-completion-use-iswitchb
10507 (org-bound-and-true-p iswitchb-mode))
10508 #'org-iswitchb-completing-read)
10509 (t #'completing-read))
10510 args)))))
10512 ;;; Opening/following a link
10514 (defvar org-link-search-failed nil)
10516 (defvar org-open-link-functions nil
10517 "Hook for functions finding a plain text link.
10518 These functions must take a single argument, the link content.
10519 They will be called for links that look like [[link text][description]]
10520 when LINK TEXT does not have a protocol like \"http:\" and does not look
10521 like a filename (e.g. \"./blue.png\").
10523 These functions will be called *before* Org attempts to resolve the
10524 link by doing text searches in the current buffer - so if you want a
10525 link \"[[target]]\" to still find \"<<target>>\", your function should
10526 handle this as a special case.
10528 When the function does handle the link, it must return a non-nil value.
10529 If it decides that it is not responsible for this link, it must return
10530 nil to indicate that that Org-mode can continue with other options
10531 like exact and fuzzy text search.")
10533 (defun org-next-link (&optional search-backward)
10534 "Move forward to the next link.
10535 If the link is in hidden text, expose it."
10536 (interactive "P")
10537 (when (and org-link-search-failed (eq this-command last-command))
10538 (goto-char (point-min))
10539 (message "Link search wrapped back to beginning of buffer"))
10540 (setq org-link-search-failed nil)
10541 (let* ((pos (point))
10542 (ct (org-context))
10543 (a (assoc :link ct))
10544 (srch-fun (if search-backward 're-search-backward 're-search-forward)))
10545 (cond (a (goto-char (nth (if search-backward 1 2) a)))
10546 ((looking-at org-any-link-re)
10547 ;; Don't stay stuck at link without an org-link face
10548 (forward-char (if search-backward -1 1))))
10549 (if (funcall srch-fun org-any-link-re nil t)
10550 (progn
10551 (goto-char (match-beginning 0))
10552 (if (outline-invisible-p) (org-show-context)))
10553 (goto-char pos)
10554 (setq org-link-search-failed t)
10555 (message "No further link found"))))
10557 (defun org-previous-link ()
10558 "Move backward to the previous link.
10559 If the link is in hidden text, expose it."
10560 (interactive)
10561 (funcall 'org-next-link t))
10563 (defun org-translate-link (s)
10564 "Translate a link string if a translation function has been defined."
10565 (if (and org-link-translation-function
10566 (fboundp org-link-translation-function)
10567 (string-match "\\([a-zA-Z0-9]+\\):\\(.*\\)" s))
10568 (progn
10569 (setq s (funcall org-link-translation-function
10570 (match-string 1 s) (match-string 2 s)))
10571 (concat (car s) ":" (cdr s)))
10574 (defun org-translate-link-from-planner (type path)
10575 "Translate a link from Emacs Planner syntax so that Org can follow it.
10576 This is still an experimental function, your mileage may vary."
10577 (cond
10578 ((member type '("http" "https" "news" "ftp"))
10579 ;; standard Internet links are the same.
10580 nil)
10581 ((and (equal type "irc") (string-match "^//" path))
10582 ;; Planner has two / at the beginning of an irc link, we have 1.
10583 ;; We should have zero, actually....
10584 (setq path (substring path 1)))
10585 ((and (equal type "lisp") (string-match "^/" path))
10586 ;; Planner has a slash, we do not.
10587 (setq type "elisp" path (substring path 1)))
10588 ((string-match "^//\\(.?*\\)/\\(<.*>\\)$" path)
10589 ;; A typical message link. Planner has the id after the final slash,
10590 ;; we separate it with a hash mark
10591 (setq path (concat (match-string 1 path) "#"
10592 (org-remove-angle-brackets (match-string 2 path))))))
10593 (cons type path))
10595 (defun org-find-file-at-mouse (ev)
10596 "Open file link or URL at mouse."
10597 (interactive "e")
10598 (mouse-set-point ev)
10599 (org-open-at-point 'in-emacs))
10601 (defun org-open-at-mouse (ev)
10602 "Open file link or URL at mouse.
10603 See the docstring of `org-open-file' for details."
10604 (interactive "e")
10605 (mouse-set-point ev)
10606 (if (eq major-mode 'org-agenda-mode)
10607 (org-agenda-copy-local-variable 'org-link-abbrev-alist-local))
10608 (org-open-at-point))
10610 (defvar org-window-config-before-follow-link nil
10611 "The window configuration before following a link.
10612 This is saved in case the need arises to restore it.")
10614 ;;;###autoload
10615 (defun org-open-at-point-global ()
10616 "Follow a link like Org-mode does.
10617 This command can be called in any mode to follow a link that has
10618 Org-mode syntax."
10619 (interactive)
10620 (org-run-like-in-org-mode 'org-open-at-point))
10622 ;;;###autoload
10623 (defun org-open-link-from-string (s &optional arg reference-buffer)
10624 "Open a link in the string S, as if it was in Org-mode."
10625 (interactive "sLink: \nP")
10626 (let ((reference-buffer (or reference-buffer (current-buffer))))
10627 (with-temp-buffer
10628 (let ((org-inhibit-startup (not reference-buffer)))
10629 (org-mode)
10630 (insert s)
10631 (goto-char (point-min))
10632 (when reference-buffer
10633 (setq org-link-abbrev-alist-local
10634 (with-current-buffer reference-buffer
10635 org-link-abbrev-alist-local)))
10636 (org-open-at-point arg reference-buffer)))))
10638 (defvar org-open-at-point-functions nil
10639 "Hook that is run when following a link at point.
10641 Functions in this hook must return t if they identify and follow
10642 a link at point. If they don't find anything interesting at point,
10643 they must return nil.")
10645 (defvar org-link-search-inhibit-query nil) ;; dynamically scoped
10646 (defvar clean-buffer-list-kill-buffer-names) ; Defined in midnight.el
10647 (defun org-open-at-point (&optional arg reference-buffer)
10648 "Open link, timestamp, footnote or tags at point.
10650 When point is on a link, follow it. Normally, files will be
10651 opened by an appropriate application. If the optional prefix
10652 argument ARG is non-nil, Emacs will visit the file. With
10653 a double prefix argument, try to open outside of Emacs, in the
10654 application the system uses for this file type.
10656 When point is on a timestamp, open the agenda at the day
10657 specified.
10659 When point is a footnote definition, move to the first reference
10660 found. If it is on a reference, move to the associated
10661 definition.
10663 When point is on a headline, display a list of every link in the
10664 entry, so it is possible to pick one, or all, of them. If point
10665 is on a tag, call `org-tags-view' instead.
10667 When optional argument REFERENCE-BUFFER is non-nil, it should
10668 specify a buffer from where the link search should happen. This
10669 is used internally by `org-open-link-from-string'.
10671 On top of syntactically correct links, this function will open
10672 the link at point in comments or comment blocks and the first
10673 link in a property drawer line."
10674 (interactive "P")
10675 ;; On a code block, open block's results.
10676 (unless (call-interactively 'org-babel-open-src-block-result)
10677 (org-load-modules-maybe)
10678 (setq org-window-config-before-follow-link (current-window-configuration))
10679 (org-remove-occur-highlights nil nil t)
10680 (unless (run-hook-with-args-until-success 'org-open-at-point-functions)
10681 (let* ((context
10682 ;; Only consider supported types, even if they are not
10683 ;; the closest one.
10684 (org-element-lineage
10685 (org-element-context)
10686 '(clock comment comment-block footnote-definition
10687 footnote-reference headline inlinetask keyword link
10688 node-property timestamp)
10690 (type (org-element-type context))
10691 (value (org-element-property :value context)))
10692 (cond
10693 ((not context) (user-error "No link found"))
10694 ;; Exception: open timestamps and links in properties
10695 ;; drawers, keywords and comments.
10696 ((memq type '(comment comment-block keyword node-property))
10697 (cond ((org-in-regexp org-any-link-re)
10698 (org-open-link-from-string (match-string-no-properties 0)))
10699 ((or (org-at-timestamp-p t) (org-at-date-range-p t))
10700 (org-follow-timestamp-link))
10701 (t (user-error "No link found"))))
10702 ;; On a headline or an inlinetask, but not on a timestamp,
10703 ;; a link, a footnote reference or on tags.
10704 ((and (memq type '(headline inlinetask))
10705 ;; Not on tags.
10706 (progn (save-excursion (beginning-of-line)
10707 (looking-at org-complex-heading-regexp))
10708 (or (not (match-beginning 5))
10709 (< (point) (match-beginning 5)))))
10710 (let* ((data (org-offer-links-in-entry (current-buffer) (point) arg))
10711 (links (car data))
10712 (links-end (cdr data)))
10713 (if links
10714 (dolist (link (if (stringp links) (list links) links))
10715 (search-forward link nil links-end)
10716 (goto-char (match-beginning 0))
10717 (org-open-at-point))
10718 (require 'org-attach)
10719 (org-attach-reveal 'if-exists))))
10720 ;; On a clock line, make sure point is on the timestamp
10721 ;; before opening it.
10722 ((and (eq type 'clock)
10723 value
10724 (>= (point) (org-element-property :begin value))
10725 (<= (point) (org-element-property :end value)))
10726 (org-follow-timestamp-link))
10727 ;; Do nothing on white spaces after an object, unless point
10728 ;; is right after it.
10729 ((> (point)
10730 (save-excursion
10731 (goto-char (org-element-property :end context))
10732 (skip-chars-backward " \t")
10733 (point)))
10734 (user-error "No link found"))
10735 ((eq type 'timestamp) (org-follow-timestamp-link))
10736 ;; On tags within a headline or an inlinetask.
10737 ((and (memq type '(headline inlinetask))
10738 (progn (save-excursion (beginning-of-line)
10739 (looking-at org-complex-heading-regexp))
10740 (and (match-beginning 5)
10741 (>= (point) (match-beginning 5)))))
10742 (org-tags-view arg (substring (match-string 5) 0 -1)))
10743 ((eq type 'link)
10744 ;; When link is located within the description of another
10745 ;; link (e.g., an inline image), always open the parent
10746 ;; link.
10747 (let*((link (let ((up (org-element-property :parent context)))
10748 (if (eq (org-element-type up) 'link) up context)))
10749 (type (org-element-property :type link))
10750 (path (org-link-unescape (org-element-property :path link))))
10751 ;; Switch back to REFERENCE-BUFFER needed when called in
10752 ;; a temporary buffer through `org-open-link-from-string'.
10753 (with-current-buffer (or reference-buffer (current-buffer))
10754 (cond
10755 ((equal type "file")
10756 (if (string-match "[*?{]" (file-name-nondirectory path))
10757 (dired path)
10758 ;; Look into `org-link-protocols' in order to find
10759 ;; a DEDICATED-FUNCTION to open file. The function
10760 ;; will be applied on raw link instead of parsed
10761 ;; link due to the limitation in `org-add-link-type'
10762 ;; ("open" function called with a single argument).
10763 ;; If no such function is found, fallback to
10764 ;; `org-open-file'.
10766 ;; Note : "file+emacs" and "file+sys" types are
10767 ;; hard-coded in order to escape the previous
10768 ;; limitation.
10769 (let* ((option (org-element-property :search-option link))
10770 (app (org-element-property :application link))
10771 (dedicated-function
10772 (nth 1 (assoc app org-link-protocols))))
10773 (if dedicated-function
10774 (funcall dedicated-function
10775 (concat path
10776 (and option (concat "::" option))))
10777 (apply #'org-open-file
10778 path
10779 (cond (arg)
10780 ((equal app "emacs") 'emacs)
10781 ((equal app "sys") 'system))
10782 (cond ((not option) nil)
10783 ((org-string-match-p "\\`[0-9]+\\'" option)
10784 (list (string-to-number option)))
10785 (t (list nil
10786 (org-link-unescape option)))))))))
10787 ((assoc type org-link-protocols)
10788 (funcall (nth 1 (assoc type org-link-protocols)) path))
10789 ((equal type "help")
10790 (let ((f-or-v (intern path)))
10791 (cond ((fboundp f-or-v) (describe-function f-or-v))
10792 ((boundp f-or-v) (describe-variable f-or-v))
10793 (t (error "Not a known function or variable")))))
10794 ((member type '("http" "https" "ftp" "mailto" "news"))
10795 (browse-url (org-link-escape-browser (concat type ":" path))))
10796 ((equal type "doi")
10797 (browse-url
10798 (org-link-escape-browser (concat org-doi-server-url path))))
10799 ((equal type "message") (browse-url (concat type ":" path)))
10800 ((equal type "shell")
10801 (let ((buf (generate-new-buffer "*Org Shell Output*"))
10802 (cmd path))
10803 (if (or (and (org-string-nw-p
10804 org-confirm-shell-link-not-regexp)
10805 (string-match
10806 org-confirm-shell-link-not-regexp cmd))
10807 (not org-confirm-shell-link-function)
10808 (funcall org-confirm-shell-link-function
10809 (format "Execute \"%s\" in shell? "
10810 (org-add-props cmd nil
10811 'face 'org-warning))))
10812 (progn
10813 (message "Executing %s" cmd)
10814 (shell-command cmd buf)
10815 (when (featurep 'midnight)
10816 (setq clean-buffer-list-kill-buffer-names
10817 (cons (buffer-name buf)
10818 clean-buffer-list-kill-buffer-names))))
10819 (user-error "Abort"))))
10820 ((equal type "elisp")
10821 (let ((cmd path))
10822 (if (or (and (org-string-nw-p
10823 org-confirm-elisp-link-not-regexp)
10824 (org-string-match-p
10825 org-confirm-elisp-link-not-regexp cmd))
10826 (not org-confirm-elisp-link-function)
10827 (funcall org-confirm-elisp-link-function
10828 (format "Execute \"%s\" as elisp? "
10829 (org-add-props cmd nil
10830 'face 'org-warning))))
10831 (message "%s => %s" cmd
10832 (if (eq (string-to-char cmd) ?\()
10833 (eval (read cmd))
10834 (call-interactively (read cmd))))
10835 (user-error "Abort"))))
10836 ((equal type "id")
10837 (require 'ord-id)
10838 (funcall (nth 1 (assoc "id" org-link-protocols)) path))
10839 ((member type '("coderef" "custom-id" "fuzzy" "radio"))
10840 (unless (run-hook-with-args-until-success
10841 'org-open-link-functions path)
10842 (if (not arg) (org-mark-ring-push)
10843 (switch-to-buffer-other-window
10844 (org-get-buffer-for-internal-link (current-buffer))))
10845 (let ((destination
10846 (org-with-wide-buffer
10847 (if (equal type "radio")
10848 (org-search-radio-target
10849 (org-element-property :path link))
10850 (org-link-search
10851 (if (member type '("custom-id" "coderef"))
10852 (org-element-property :raw-link link)
10853 path)
10854 ;; Prevent fuzzy links from matching
10855 ;; themselves.
10856 (and (equal type "fuzzy")
10857 (+ 2 (org-element-property :begin link)))))
10858 (point))))
10859 (unless (and (<= (point-min) destination)
10860 (>= (point-max) destination))
10861 (widen))
10862 (goto-char destination))))
10863 (t (browse-url-at-point))))))
10864 ;; On a footnote reference or at a footnote definition's label.
10865 ((or (eq type 'footnote-reference)
10866 (and (eq type 'footnote-definition)
10867 (save-excursion
10868 ;; Do not validate action when point is on the
10869 ;; spaces right after the footnote label, in
10870 ;; order to be on par with behaviour on links.
10871 (skip-chars-forward " \t")
10872 (let ((begin
10873 (org-element-property :contents-begin context)))
10874 (if begin (< (point) begin)
10875 (= (org-element-property :post-affiliated context)
10876 (line-beginning-position)))))))
10877 (org-footnote-action))
10878 (t (user-error "No link found")))))
10879 (run-hook-with-args 'org-follow-link-hook)))
10881 (defun org-offer-links-in-entry (buffer marker &optional nth zero)
10882 "Offer links in the current entry and return the selected link.
10883 If there is only one link, return it.
10884 If NTH is an integer, return the NTH link found.
10885 If ZERO is a string, check also this string for a link, and if
10886 there is one, return it."
10887 (with-current-buffer buffer
10888 (save-excursion
10889 (save-restriction
10890 (widen)
10891 (goto-char marker)
10892 (let ((cnt ?0)
10893 (in-emacs (if (integerp nth) nil nth))
10894 have-zero end links link c)
10895 (when (and (stringp zero) (string-match org-bracket-link-regexp zero))
10896 (push (match-string 0 zero) links)
10897 (setq cnt (1- cnt) have-zero t))
10898 (save-excursion
10899 (org-back-to-heading t)
10900 (setq end (save-excursion (outline-next-heading) (point)))
10901 (while (re-search-forward org-any-link-re end t)
10902 (push (match-string 0) links))
10903 (setq links (org-uniquify (reverse links))))
10904 (cond
10905 ((null links)
10906 (message "No links"))
10907 ((equal (length links) 1)
10908 (setq link (car links)))
10909 ((and (integerp nth) (>= (length links) (if have-zero (1+ nth) nth)))
10910 (setq link (nth (if have-zero nth (1- nth)) links)))
10911 (t ; we have to select a link
10912 (save-excursion
10913 (save-window-excursion
10914 (delete-other-windows)
10915 (with-output-to-temp-buffer "*Select Link*"
10916 (mapc (lambda (l)
10917 (if (not (string-match org-bracket-link-regexp l))
10918 (princ (format "[%c] %s\n" (incf cnt)
10919 (org-remove-angle-brackets l)))
10920 (if (match-end 3)
10921 (princ (format "[%c] %s (%s)\n" (incf cnt)
10922 (match-string 3 l) (match-string 1 l)))
10923 (princ (format "[%c] %s\n" (incf cnt)
10924 (match-string 1 l))))))
10925 links))
10926 (org-fit-window-to-buffer (get-buffer-window "*Select Link*"))
10927 (message "Select link to open, RET to open all:")
10928 (setq c (read-char-exclusive))
10929 (and (get-buffer "*Select Link*") (kill-buffer "*Select Link*"))))
10930 (when (equal c ?q) (user-error "Abort"))
10931 (if (equal c ?\C-m)
10932 (setq link links)
10933 (setq nth (- c ?0))
10934 (if have-zero (setq nth (1+ nth)))
10935 (unless (and (integerp nth) (>= (length links) nth))
10936 (user-error "Invalid link selection"))
10937 (setq link (nth (1- nth) links)))))
10938 (cons link end))))))
10940 ;; TODO: These functions are deprecated since `org-open-at-point'
10941 ;; hard-codes behaviour for "file+emacs" and "file+sys" types.
10942 (defun org-open-file-with-system (path)
10943 "Open file at PATH using the system way of opening it."
10944 (org-open-file path 'system))
10945 (defun org-open-file-with-emacs (path)
10946 "Open file at PATH in Emacs."
10947 (org-open-file path 'emacs))
10950 ;;; File search
10952 (defvar org-create-file-search-functions nil
10953 "List of functions to construct the right search string for a file link.
10954 These functions are called in turn with point at the location to
10955 which the link should point.
10957 A function in the hook should first test if it would like to
10958 handle this file type, for example by checking the `major-mode'
10959 or the file extension. If it decides not to handle this file, it
10960 should just return nil to give other functions a chance. If it
10961 does handle the file, it must return the search string to be used
10962 when following the link. The search string will be part of the
10963 file link, given after a double colon, and `org-open-at-point'
10964 will automatically search for it. If special measures must be
10965 taken to make the search successful, another function should be
10966 added to the companion hook `org-execute-file-search-functions',
10967 which see.
10969 A function in this hook may also use `setq' to set the variable
10970 `description' to provide a suggestion for the descriptive text to
10971 be used for this link when it gets inserted into an Org-mode
10972 buffer with \\[org-insert-link].")
10974 (defvar org-execute-file-search-functions nil
10975 "List of functions to execute a file search triggered by a link.
10977 Functions added to this hook must accept a single argument, the
10978 search string that was part of the file link, the part after the
10979 double colon. The function must first check if it would like to
10980 handle this search, for example by checking the `major-mode' or
10981 the file extension. If it decides not to handle this search, it
10982 should just return nil to give other functions a chance. If it
10983 does handle the search, it must return a non-nil value to keep
10984 other functions from trying.
10986 Each function can access the current prefix argument through the
10987 variable `current-prefix-arg'. Note that a single prefix is used
10988 to force opening a link in Emacs, so it may be good to only use a
10989 numeric or double prefix to guide the search function.
10991 In case this is needed, a function in this hook can also restore
10992 the window configuration before `org-open-at-point' was called using:
10994 (set-window-configuration org-window-config-before-follow-link)")
10996 (defun org-search-radio-target (target)
10997 "Search a radio target matching TARGET in current buffer.
10998 White spaces are not significant."
10999 (let ((re (format "<<<%s>>>"
11000 (mapconcat #'regexp-quote
11001 (org-split-string target "[ \t\n]+")
11002 "[ \t]+\\(?:\n[ \t]*\\)?")))
11003 (origin (point)))
11004 (goto-char (point-min))
11005 (catch :radio-match
11006 (while (re-search-forward re nil t)
11007 (backward-char)
11008 (let ((object (org-element-context)))
11009 (when (eq (org-element-type object) 'radio-target)
11010 (goto-char (org-element-property :begin object))
11011 (org-show-context 'link-search)
11012 (throw :radio-match nil))))
11013 (goto-char origin)
11014 (user-error "No match for radio target: %s" target))))
11016 (defun org-link-search (s &optional avoid-pos stealth)
11017 "Search for a search string S.
11019 If S starts with \"#\", it triggers a custom ID search.
11021 If S is enclosed within parenthesis, it initiates a coderef
11022 search.
11024 If S is surrounded by forward slashes, it is interpreted as
11025 a regular expression. In Org mode files, this will create an
11026 `org-occur' sparse tree. In ordinary files, `occur' will be used
11027 to list matches. If the current buffer is in `dired-mode', grep
11028 will be used to search in all files.
11030 When AVOID-POS is given, ignore matches near that position.
11032 When optional argument STEALTH is non-nil, do not modify
11033 visibility around point, thus ignoring `org-show-context-detail'
11034 variable.
11036 Search is case-insensitive and ignores white spaces. Return type
11037 of matched result, with is either `dedicated' or `fuzzy'."
11038 (unless (org-string-nw-p s) (error "Invalid search string \"%s\"" s))
11039 (let* ((case-fold-search t)
11040 (origin (point))
11041 (normalized (replace-regexp-in-string "\n[ \t]*" " " s))
11042 (words (org-split-string s "[ \t\n]+"))
11043 (s-multi-re (mapconcat #'regexp-quote words "[ \t]+\\(?:\n[ \t]*\\)?"))
11044 (s-single-re (mapconcat #'regexp-quote words "[ \t]+"))
11045 type)
11046 (cond
11047 ;; Check if there are any special search functions.
11048 ((run-hook-with-args-until-success 'org-execute-file-search-functions s))
11049 ((eq (string-to-char s) ?#)
11050 ;; Look for a custom ID S if S starts with "#".
11051 (let* ((id (substring normalized 1))
11052 (match (org-find-property "CUSTOM_ID" id)))
11053 (if match (progn (goto-char match) (setf type 'dedicated))
11054 (error "No match for custom ID: %s" id))))
11055 ((string-match "\\`(\\(.*\\))\\'" normalized)
11056 ;; Look for coderef targets if S is enclosed within parenthesis.
11057 (let ((coderef (match-string-no-properties 1 normalized))
11058 (re (substring s-single-re 1 -1)))
11059 (goto-char (point-min))
11060 (catch :coderef-match
11061 (while (re-search-forward re nil t)
11062 (let ((element (org-element-at-point)))
11063 (when (and (memq (org-element-type element)
11064 '(example-block src-block))
11065 ;; Build proper regexp according to current
11066 ;; block's label format.
11067 (let ((label-fmt
11068 (regexp-quote
11069 (or (org-element-property :label-fmt element)
11070 org-coderef-label-format))))
11071 (save-excursion
11072 (beginning-of-line)
11073 (looking-at (format ".*?\\(%s\\)[ \t]*$"
11074 (format label-fmt coderef))))))
11075 (setq type 'dedicated)
11076 (goto-char (match-beginning 1))
11077 (throw :coderef-match nil))))
11078 (goto-char origin)
11079 (error "No match for coderef: %s" coderef))))
11080 ((string-match "\\`/\\(.*\\)/\\'" normalized)
11081 ;; Look for a regular expression.
11082 (funcall (if (derived-mode-p 'org-mode) #'org-occur #'org-do-occur)
11083 (match-string 1 s)))
11084 ;; Fuzzy links.
11086 (let* ((starred (eq (string-to-char normalized) ?*))
11087 (headline-search (and (derived-mode-p 'org-mode)
11088 (or org-link-search-must-match-exact-headline
11089 starred))))
11090 (cond
11091 ;; Look for targets, only if not in a headline search.
11092 ((and (not starred)
11093 (let ((target (format "<<%s>>" s-multi-re)))
11094 (catch :target-match
11095 (goto-char (point-min))
11096 (while (re-search-forward target nil t)
11097 (backward-char)
11098 (let ((context (org-element-context)))
11099 (when (eq (org-element-type context) 'target)
11100 (setq type 'dedicated)
11101 (goto-char (org-element-property :begin context))
11102 (throw :target-match t))))
11103 nil))))
11104 ;; Look for elements named after S, only if not in a headline
11105 ;; search.
11106 ((and (not starred)
11107 (let ((name (format "^[ \t]*#\\+NAME: +%s[ \t]*$" s-single-re)))
11108 (catch :name-match
11109 (goto-char (point-min))
11110 (while (re-search-forward name nil t)
11111 (let ((element (org-element-at-point)))
11112 (when (equal (org-split-string
11113 (org-element-property :name element)
11114 "[ \t]+")
11115 words)
11116 (setq type 'dedicated)
11117 (beginning-of-line)
11118 (throw :name-match t))))
11119 nil))))
11120 ;; Regular text search. Prefer headlines in Org mode
11121 ;; buffers.
11122 ((and (derived-mode-p 'org-mode)
11123 (let* ((wspace "[ \t]")
11124 (wspaceopt (concat wspace "*"))
11125 (cookie (concat "\\(?:"
11126 wspaceopt
11127 "\\[[0-9]*\\(?:%\\|/[0-9]*\\)\\]"
11128 wspaceopt
11129 "\\)"))
11130 (sep (concat "\\(?:" wspace "+\\|" cookie "+\\)"))
11131 (re (concat
11132 org-outline-regexp-bol
11133 "\\(?:" org-todo-regexp "[ \t]+\\)?"
11134 "\\(?:\\[#.\\][ \t]+\\)?"
11135 "\\(?:" org-comment-string "[ \t]+\\)?"
11136 sep "*"
11137 (let ((title (mapconcat #'regexp-quote
11138 words
11139 (concat sep "+"))))
11140 (if starred (substring title 1) title))
11141 sep "*"
11142 (org-re "\\(?:[ \t]+:[[:alnum:]_@#%%:]+:\\)?")
11143 "[ \t]*$")))
11144 (goto-char (point-min))
11145 (re-search-forward re nil t)))
11146 (goto-char (match-beginning 0))
11147 (setq type 'dedicated))
11148 ;; Offer to create non-existent headline depending on
11149 ;; `org-link-search-must-match-exact-headline'.
11150 ((and (derived-mode-p 'org-mode)
11151 (not org-link-search-inhibit-query)
11152 (eq org-link-search-must-match-exact-headline 'query-to-create)
11153 (yes-or-no-p "No match - create this as a new heading? "))
11154 (goto-char (point-max))
11155 (unless (bolp) (newline))
11156 (org-insert-heading nil t t)
11157 (insert s "\n")
11158 (beginning-of-line 0))
11159 ;; Only headlines are looked after. No need to process
11160 ;; further: throw an error.
11161 ((and (derived-mode-p 'org-mode)
11162 (or starred org-link-search-must-match-exact-headline))
11163 (goto-char origin)
11164 (error "No match for fuzzy expression: %s" normalized))
11165 ;; Regular text search.
11166 ((catch :fuzzy-match
11167 (goto-char (point-min))
11168 (while (re-search-forward s-multi-re nil t)
11169 ;; Skip match if it contains AVOID-POS or it is included
11170 ;; in a link with a description but outside the
11171 ;; description.
11172 (unless (or (and avoid-pos
11173 (<= (match-beginning 0) avoid-pos)
11174 (> (match-end 0) avoid-pos))
11175 (and (save-match-data
11176 (org-in-regexp org-bracket-link-regexp))
11177 (match-beginning 3)
11178 (or (> (match-beginning 3) (point))
11179 (<= (match-end 3) (point)))
11180 (org-element-lineage
11181 (save-match-data (org-element-context))
11182 '(link) t)))
11183 (goto-char (match-beginning 0))
11184 (setq type 'fuzzy)
11185 (throw :fuzzy-match t)))
11186 nil))
11187 ;; All failed. Throw an error.
11188 (t (goto-char origin)
11189 (error "No match for fuzzy expression: %s" normalized))))))
11190 ;; Disclose surroundings of match, if appropriate.
11191 (when (and (derived-mode-p 'org-mode) (not stealth))
11192 (org-show-context 'link-search))
11193 type))
11195 (defun org-get-buffer-for-internal-link (buffer)
11196 "Return a buffer to be used for displaying the link target of internal links."
11197 (cond
11198 ((not org-display-internal-link-with-indirect-buffer)
11199 buffer)
11200 ((string-match "(Clone)$" (buffer-name buffer))
11201 (message "Buffer is already a clone, not making another one")
11202 ;; we also do not modify visibility in this case
11203 buffer)
11204 (t ; make a new indirect buffer for displaying the link
11205 (let* ((bn (buffer-name buffer))
11206 (ibn (concat bn "(Clone)"))
11207 (ib (or (get-buffer ibn) (make-indirect-buffer buffer ibn 'clone))))
11208 (with-current-buffer ib (org-overview))
11209 ib))))
11211 (defun org-do-occur (regexp &optional cleanup)
11212 "Call the Emacs command `occur'.
11213 If CLEANUP is non-nil, remove the printout of the regular expression
11214 in the *Occur* buffer. This is useful if the regex is long and not useful
11215 to read."
11216 (occur regexp)
11217 (when cleanup
11218 (let ((cwin (selected-window)) win beg end)
11219 (when (setq win (get-buffer-window "*Occur*"))
11220 (select-window win))
11221 (goto-char (point-min))
11222 (when (re-search-forward "match[a-z]+" nil t)
11223 (setq beg (match-end 0))
11224 (if (re-search-forward "^[ \t]*[0-9]+" nil t)
11225 (setq end (1- (match-beginning 0)))))
11226 (and beg end (let ((inhibit-read-only t)) (delete-region beg end)))
11227 (goto-char (point-min))
11228 (select-window cwin))))
11230 ;;; The mark ring for links jumps
11232 (defvar org-mark-ring nil
11233 "Mark ring for positions before jumps in Org-mode.")
11234 (defvar org-mark-ring-last-goto nil
11235 "Last position in the mark ring used to go back.")
11236 ;; Fill and close the ring
11237 (setq org-mark-ring nil org-mark-ring-last-goto nil) ;; in case file is reloaded
11238 (loop for i from 1 to org-mark-ring-length do
11239 (push (make-marker) org-mark-ring))
11240 (setcdr (nthcdr (1- org-mark-ring-length) org-mark-ring)
11241 org-mark-ring)
11243 (defun org-mark-ring-push (&optional pos buffer)
11244 "Put the current position or POS into the mark ring and rotate it."
11245 (interactive)
11246 (setq pos (or pos (point)))
11247 (setq org-mark-ring (nthcdr (1- org-mark-ring-length) org-mark-ring))
11248 (move-marker (car org-mark-ring)
11249 (or pos (point))
11250 (or buffer (current-buffer)))
11251 (message "%s"
11252 (substitute-command-keys
11253 "Position saved to mark ring, go back with \\[org-mark-ring-goto].")))
11255 (defun org-mark-ring-goto (&optional n)
11256 "Jump to the previous position in the mark ring.
11257 With prefix arg N, jump back that many stored positions. When
11258 called several times in succession, walk through the entire ring.
11259 Org-mode commands jumping to a different position in the current file,
11260 or to another Org-mode file, automatically push the old position
11261 onto the ring."
11262 (interactive "p")
11263 (let (p m)
11264 (if (eq last-command this-command)
11265 (setq p (nthcdr n (or org-mark-ring-last-goto org-mark-ring)))
11266 (setq p org-mark-ring))
11267 (setq org-mark-ring-last-goto p)
11268 (setq m (car p))
11269 (org-pop-to-buffer-same-window (marker-buffer m))
11270 (goto-char m)
11271 (if (or (outline-invisible-p) (org-invisible-p2)) (org-show-context 'mark-goto))))
11273 (defun org-remove-angle-brackets (s)
11274 (if (equal (substring s 0 1) "<") (setq s (substring s 1)))
11275 (if (equal (substring s -1) ">") (setq s (substring s 0 -1)))
11277 (defun org-add-angle-brackets (s)
11278 (if (equal (substring s 0 1) "<") nil (setq s (concat "<" s)))
11279 (if (equal (substring s -1) ">") nil (setq s (concat s ">")))
11281 (defun org-remove-double-quotes (s)
11282 (if (equal (substring s 0 1) "\"") (setq s (substring s 1)))
11283 (if (equal (substring s -1) "\"") (setq s (substring s 0 -1)))
11286 ;;; Following specific links
11288 (defun org-follow-timestamp-link ()
11289 "Open an agenda view for the time-stamp date/range at point."
11290 (cond
11291 ((org-at-date-range-p t)
11292 (let ((org-agenda-start-on-weekday)
11293 (t1 (match-string 1))
11294 (t2 (match-string 2)) tt1 tt2)
11295 (setq tt1 (time-to-days (org-time-string-to-time t1))
11296 tt2 (time-to-days (org-time-string-to-time t2)))
11297 (let ((org-agenda-buffer-tmp-name
11298 (format "*Org Agenda(a:%s)"
11299 (concat (substring t1 0 10) "--" (substring t2 0 10)))))
11300 (org-agenda-list nil tt1 (1+ (- tt2 tt1))))))
11301 ((org-at-timestamp-p t)
11302 (let ((org-agenda-buffer-tmp-name
11303 (format "*Org Agenda(a:%s)" (substring (match-string 1) 0 10))))
11304 (org-agenda-list nil (time-to-days (org-time-string-to-time
11305 (substring (match-string 1) 0 10)))
11306 1)))
11307 (t (error "This should not happen"))))
11310 ;;; Following file links
11311 (declare-function mailcap-parse-mailcaps "mailcap" (&optional path force))
11312 (declare-function mailcap-extension-to-mime "mailcap" (extn))
11313 (declare-function mailcap-mime-info
11314 "mailcap" (string &optional request no-decode))
11315 (defvar org-wait nil)
11316 (defun org-open-file (path &optional in-emacs line search)
11317 "Open the file at PATH.
11318 First, this expands any special file name abbreviations. Then the
11319 configuration variable `org-file-apps' is checked if it contains an
11320 entry for this file type, and if yes, the corresponding command is launched.
11322 If no application is found, Emacs simply visits the file.
11324 With optional prefix argument IN-EMACS, Emacs will visit the file.
11325 With a double \\[universal-argument] \\[universal-argument] \
11326 prefix arg, Org tries to avoid opening in Emacs
11327 and to use an external application to visit the file.
11329 Optional LINE specifies a line to go to, optional SEARCH a string
11330 to search for. If LINE or SEARCH is given, the file will be
11331 opened in Emacs, unless an entry from org-file-apps that makes
11332 use of groups in a regexp matches.
11334 If you want to change the way frames are used when following a
11335 link, please customize `org-link-frame-setup'.
11337 If the file does not exist, an error is thrown."
11338 (let* ((file (if (equal path "")
11339 buffer-file-name
11340 (substitute-in-file-name (expand-file-name path))))
11341 (file-apps (append org-file-apps (org-default-apps)))
11342 (apps (org-remove-if
11343 'org-file-apps-entry-match-against-dlink-p file-apps))
11344 (apps-dlink (org-remove-if-not
11345 'org-file-apps-entry-match-against-dlink-p file-apps))
11346 (remp (and (assq 'remote apps) (org-file-remote-p file)))
11347 (dirp (if remp nil (file-directory-p file)))
11348 (file (if (and dirp org-open-directory-means-index-dot-org)
11349 (concat (file-name-as-directory file) "index.org")
11350 file))
11351 (a-m-a-p (assq 'auto-mode apps))
11352 (dfile (downcase file))
11353 ;; reconstruct the original file: link from the PATH, LINE and SEARCH args
11354 (link (cond ((and (eq line nil)
11355 (eq search nil))
11356 file)
11357 (line
11358 (concat file "::" (number-to-string line)))
11359 (search
11360 (concat file "::" search))))
11361 (dlink (downcase link))
11362 (old-buffer (current-buffer))
11363 (old-pos (point))
11364 (old-mode major-mode)
11365 ext cmd link-match-data)
11366 (if (string-match "^.*\\.\\([a-zA-Z0-9]+\\.gz\\)$" dfile)
11367 (setq ext (match-string 1 dfile))
11368 (if (string-match "^.*\\.\\([a-zA-Z0-9]+\\)$" dfile)
11369 (setq ext (match-string 1 dfile))))
11370 (cond
11371 ((member in-emacs '((16) system))
11372 (setq cmd (cdr (assoc 'system apps))))
11373 (in-emacs (setq cmd 'emacs))
11375 (setq cmd (or (and remp (cdr (assoc 'remote apps)))
11376 (and dirp (cdr (assoc 'directory apps)))
11377 ; first, try matching against apps-dlink
11378 ; if we get a match here, store the match data for later
11379 (let ((match (assoc-default dlink apps-dlink
11380 'string-match)))
11381 (if match
11382 (progn (setq link-match-data (match-data))
11383 match)
11384 (progn (setq in-emacs (or in-emacs line search))
11385 nil))) ; if we have no match in apps-dlink,
11386 ; always open the file in emacs if line or search
11387 ; is given (for backwards compatibility)
11388 (assoc-default dfile (org-apps-regexp-alist apps a-m-a-p)
11389 'string-match)
11390 (cdr (assoc ext apps))
11391 (cdr (assoc t apps))))))
11392 (when (eq cmd 'system)
11393 (setq cmd (cdr (assoc 'system apps))))
11394 (when (eq cmd 'default)
11395 (setq cmd (cdr (assoc t apps))))
11396 (when (eq cmd 'mailcap)
11397 (require 'mailcap)
11398 (mailcap-parse-mailcaps)
11399 (let* ((mime-type (mailcap-extension-to-mime (or ext "")))
11400 (command (mailcap-mime-info mime-type)))
11401 (if (stringp command)
11402 (setq cmd command)
11403 (setq cmd 'emacs))))
11404 (if (and (not (eq cmd 'emacs)) ; Emacs has no problems with non-ex files
11405 (not (file-exists-p file))
11406 (not org-open-non-existing-files))
11407 (user-error "No such file: %s" file))
11408 (cond
11409 ((and (stringp cmd) (not (string-match "^\\s-*$" cmd)))
11410 ;; Remove quotes around the file name - we'll use shell-quote-argument.
11411 (while (string-match "['\"]%s['\"]" cmd)
11412 (setq cmd (replace-match "%s" t t cmd)))
11413 (while (string-match "%s" cmd)
11414 (setq cmd (replace-match
11415 (save-match-data
11416 (shell-quote-argument
11417 (convert-standard-filename file)))
11418 t t cmd)))
11420 ;; Replace "%1", "%2" etc. in command with group matches from regex
11421 (save-match-data
11422 (let ((match-index 1)
11423 (number-of-groups (- (/ (length link-match-data) 2) 1)))
11424 (set-match-data link-match-data)
11425 (while (<= match-index number-of-groups)
11426 (let ((regex (concat "%" (number-to-string match-index)))
11427 (replace-with (match-string match-index dlink)))
11428 (while (string-match regex cmd)
11429 (setq cmd (replace-match replace-with t t cmd))))
11430 (setq match-index (+ match-index 1)))))
11432 (save-window-excursion
11433 (message "Running %s...done" cmd)
11434 (start-process-shell-command cmd nil cmd)
11435 (and (boundp 'org-wait) (numberp org-wait) (sit-for org-wait))))
11436 ((or (stringp cmd)
11437 (eq cmd 'emacs))
11438 (funcall (cdr (assq 'file org-link-frame-setup)) file)
11439 (widen)
11440 (if line (progn (org-goto-line line)
11441 (if (derived-mode-p 'org-mode)
11442 (org-reveal)))
11443 (if search (org-link-search search))))
11444 ((consp cmd)
11445 (let ((file (convert-standard-filename file)))
11446 (save-match-data
11447 (set-match-data link-match-data)
11448 (eval cmd))))
11449 (t (funcall (cdr (assq 'file org-link-frame-setup)) file)))
11450 (and (derived-mode-p 'org-mode) (eq old-mode 'org-mode)
11451 (or (not (equal old-buffer (current-buffer)))
11452 (not (equal old-pos (point))))
11453 (org-mark-ring-push old-pos old-buffer))))
11455 (defun org-file-apps-entry-match-against-dlink-p (entry)
11456 "This function returns non-nil if `entry' uses a regular
11457 expression which should be matched against the whole link by
11458 org-open-file.
11460 It assumes that is the case when the entry uses a regular
11461 expression which has at least one grouping construct and the
11462 action is either a lisp form or a command string containing
11463 '%1', i.e. using at least one subexpression match as a
11464 parameter."
11465 (let ((selector (car entry))
11466 (action (cdr entry)))
11467 (if (stringp selector)
11468 (and (> (regexp-opt-depth selector) 0)
11469 (or (and (stringp action)
11470 (string-match "%[0-9]" action))
11471 (consp action)))
11472 nil)))
11474 (defun org-default-apps ()
11475 "Return the default applications for this operating system."
11476 (cond
11477 ((eq system-type 'darwin)
11478 org-file-apps-defaults-macosx)
11479 ((eq system-type 'windows-nt)
11480 org-file-apps-defaults-windowsnt)
11481 (t org-file-apps-defaults-gnu)))
11483 (defun org-apps-regexp-alist (list &optional add-auto-mode)
11484 "Convert extensions to regular expressions in the cars of LIST.
11485 Also, weed out any non-string entries, because the return value is used
11486 only for regexp matching.
11487 When ADD-AUTO-MODE is set, make all matches in `auto-mode-alist'
11488 point to the symbol `emacs', indicating that the file should
11489 be opened in Emacs."
11490 (append
11491 (delq nil
11492 (mapcar (lambda (x)
11493 (if (not (stringp (car x)))
11495 (if (string-match "\\W" (car x))
11497 (cons (concat "\\." (car x) "\\'") (cdr x)))))
11498 list))
11499 (if add-auto-mode
11500 (mapcar (lambda (x) (cons (car x) 'emacs)) auto-mode-alist))))
11502 (defvar ange-ftp-name-format) ; to silence the XEmacs compiler.
11503 (defun org-file-remote-p (file)
11504 "Test whether FILE specifies a location on a remote system.
11505 Return non-nil if the location is indeed remote.
11507 For example, the filename \"/user@host:/foo\" specifies a location
11508 on the system \"/user@host:\"."
11509 (cond ((fboundp 'file-remote-p)
11510 (file-remote-p file))
11511 ((fboundp 'tramp-handle-file-remote-p)
11512 (tramp-handle-file-remote-p file))
11513 ((and (boundp 'ange-ftp-name-format)
11514 (string-match (car ange-ftp-name-format) file))
11515 t)))
11518 ;;;; Refiling
11520 (defun org-get-org-file ()
11521 "Read a filename, with default directory `org-directory'."
11522 (let ((default (or org-default-notes-file remember-data-file)))
11523 (read-file-name (format "File name [%s]: " default)
11524 (file-name-as-directory org-directory)
11525 default)))
11527 (defun org-notes-order-reversed-p ()
11528 "Check if the current file should receive notes in reversed order."
11529 (cond
11530 ((not org-reverse-note-order) nil)
11531 ((eq t org-reverse-note-order) t)
11532 ((not (listp org-reverse-note-order)) nil)
11533 (t (catch 'exit
11534 (dolist (entry org-reverse-note-order)
11535 (if (string-match (car entry) buffer-file-name)
11536 (throw 'exit (cdr entry))))))))
11538 (defvar org-refile-target-table nil
11539 "The list of refile targets, created by `org-refile'.")
11541 (defvar org-agenda-new-buffers nil
11542 "Buffers created to visit agenda files.")
11544 (defvar org-refile-cache nil
11545 "Cache for refile targets.")
11547 (defvar org-refile-markers nil
11548 "All the markers used for caching refile locations.")
11550 (defun org-refile-marker (pos)
11551 "Get a new refile marker, but only if caching is in use."
11552 (if (not org-refile-use-cache)
11554 (let ((m (make-marker)))
11555 (move-marker m pos)
11556 (push m org-refile-markers)
11557 m)))
11559 (defun org-refile-cache-clear ()
11560 "Clear the refile cache and disable all the markers."
11561 (mapc (lambda (m) (move-marker m nil)) org-refile-markers)
11562 (setq org-refile-markers nil)
11563 (setq org-refile-cache nil)
11564 (message "Refile cache has been cleared"))
11566 (defun org-refile-cache-check-set (set)
11567 "Check if all the markers in the cache still have live buffers."
11568 (let (marker)
11569 (catch 'exit
11570 (while (and set (setq marker (nth 3 (pop set))))
11571 ;; If `org-refile-use-outline-path' is 'file, marker may be nil
11572 (when (and marker (null (marker-buffer marker)))
11573 (message "Please regenerate the refile cache with `C-0 C-c C-w'")
11574 (sit-for 3)
11575 (throw 'exit nil)))
11576 t)))
11578 (defun org-refile-cache-put (set &rest identifiers)
11579 "Push the refile targets SET into the cache, under IDENTIFIERS."
11580 (let* ((key (sha1 (prin1-to-string identifiers)))
11581 (entry (assoc key org-refile-cache)))
11582 (if entry
11583 (setcdr entry set)
11584 (push (cons key set) org-refile-cache))))
11586 (defun org-refile-cache-get (&rest identifiers)
11587 "Retrieve the cached value for refile targets given by IDENTIFIERS."
11588 (cond
11589 ((not org-refile-cache) nil)
11590 ((not org-refile-use-cache) (org-refile-cache-clear) nil)
11592 (let ((set (cdr (assoc (sha1 (prin1-to-string identifiers))
11593 org-refile-cache))))
11594 (and set (org-refile-cache-check-set set) set)))))
11596 (defun org-refile-get-targets (&optional default-buffer excluded-entries)
11597 "Produce a table with refile targets."
11598 (let ((case-fold-search nil)
11599 ;; otherwise org confuses "TODO" as a kw and "Todo" as a word
11600 (entries (or org-refile-targets '((nil . (:level . 1)))))
11601 targets tgs txt re files desc descre fast-path-p level pos0)
11602 (message "Getting targets...")
11603 (with-current-buffer (or default-buffer (current-buffer))
11604 (dolist (entry entries)
11605 (setq files (car entry) desc (cdr entry))
11606 (setq fast-path-p nil)
11607 (cond
11608 ((null files) (setq files (list (current-buffer))))
11609 ((eq files 'org-agenda-files)
11610 (setq files (org-agenda-files 'unrestricted)))
11611 ((and (symbolp files) (fboundp files))
11612 (setq files (funcall files)))
11613 ((and (symbolp files) (boundp files))
11614 (setq files (symbol-value files))))
11615 (if (stringp files) (setq files (list files)))
11616 (cond
11617 ((eq (car desc) :tag)
11618 (setq descre (concat "^\\*+[ \t]+.*?:" (regexp-quote (cdr desc)) ":")))
11619 ((eq (car desc) :todo)
11620 (setq descre (concat "^\\*+[ \t]+" (regexp-quote (cdr desc)) "[ \t]")))
11621 ((eq (car desc) :regexp)
11622 (setq descre (cdr desc)))
11623 ((eq (car desc) :level)
11624 (setq descre (concat "^\\*\\{" (number-to-string
11625 (if org-odd-levels-only
11626 (1- (* 2 (cdr desc)))
11627 (cdr desc)))
11628 "\\}[ \t]")))
11629 ((eq (car desc) :maxlevel)
11630 (setq fast-path-p t)
11631 (setq descre (concat "^\\*\\{1," (number-to-string
11632 (if org-odd-levels-only
11633 (1- (* 2 (cdr desc)))
11634 (cdr desc)))
11635 "\\}[ \t]")))
11636 (t (error "Bad refiling target description %s" desc)))
11637 (dolist (f files)
11638 (with-current-buffer
11639 (if (bufferp f) f (org-get-agenda-file-buffer f))
11641 (setq tgs (org-refile-cache-get (buffer-file-name) descre))
11642 (progn
11643 (if (bufferp f) (setq f (buffer-file-name
11644 (buffer-base-buffer f))))
11645 (setq f (and f (expand-file-name f)))
11646 (if (eq org-refile-use-outline-path 'file)
11647 (push (list (file-name-nondirectory f) f nil nil) tgs))
11648 (save-excursion
11649 (save-restriction
11650 (widen)
11651 (goto-char (point-min))
11652 (while (re-search-forward descre nil t)
11653 (goto-char (setq pos0 (point-at-bol)))
11654 (catch 'next
11655 (when org-refile-target-verify-function
11656 (save-match-data
11657 (or (funcall org-refile-target-verify-function)
11658 (throw 'next t))))
11659 (when (and (looking-at org-complex-heading-regexp)
11660 (not (member (match-string 4) excluded-entries))
11661 (match-string 4))
11662 (setq level (org-reduced-level
11663 (- (match-end 1) (match-beginning 1)))
11664 txt (org-link-display-format (match-string 4))
11665 txt (replace-regexp-in-string "\\( *\[[0-9]+/?[0-9]*%?\]\\)+$" "" txt)
11666 re (format org-complex-heading-regexp-format
11667 (regexp-quote (match-string 4))))
11668 (when org-refile-use-outline-path
11669 (setq txt (mapconcat
11670 'org-protect-slash
11671 (append
11672 (if (eq org-refile-use-outline-path
11673 'file)
11674 (list (file-name-nondirectory
11675 (buffer-file-name
11676 (buffer-base-buffer))))
11677 (if (eq org-refile-use-outline-path
11678 'full-file-path)
11679 (list (buffer-file-name
11680 (buffer-base-buffer)))))
11681 (org-get-outline-path fast-path-p
11682 level txt)
11683 (list txt))
11684 "/")))
11685 (push (list txt f re (org-refile-marker (point)))
11686 tgs)))
11687 (when (= (point) pos0)
11688 ;; verification function has not moved point
11689 (goto-char (point-at-eol))))))))
11690 (when org-refile-use-cache
11691 (org-refile-cache-put tgs (buffer-file-name) descre))
11692 (setq targets (append tgs targets))))))
11693 (message "Getting targets...done")
11694 (nreverse targets)))
11696 (defun org-protect-slash (s)
11697 (while (string-match "/" s)
11698 (setq s (replace-match "\\" t t s)))
11701 (defvar org-olpa (make-vector 20 nil))
11703 (defun org-get-outline-path (&optional fastp level heading)
11704 "Return the outline path to the current entry, as a list.
11706 The parameters FASTP, LEVEL, and HEADING are for use by a scanner
11707 routine which makes outline path derivations for an entire file,
11708 avoiding backtracing. Refile target collection makes use of that."
11709 (if fastp
11710 (progn
11711 (if (> level 19)
11712 (error "Outline path failure, more than 19 levels"))
11713 (loop for i from level upto 19 do
11714 (aset org-olpa i nil))
11715 (prog1
11716 (delq nil (append org-olpa nil))
11717 (aset org-olpa level heading)))
11718 (let (rtn case-fold-search)
11719 (save-excursion
11720 (save-restriction
11721 (widen)
11722 (while (org-up-heading-safe)
11723 (when (looking-at org-complex-heading-regexp)
11724 (push (org-trim
11725 (replace-regexp-in-string
11726 ;; Remove statistical/checkboxes cookies
11727 "\\[[0-9]+%\\]\\|\\[[0-9]+/[0-9]+\\]" ""
11728 (org-match-string-no-properties 4)))
11729 rtn)))
11730 rtn)))))
11732 (defun org-format-outline-path (path &optional width prefix separator)
11733 "Format the outline path PATH for display.
11734 WIDTH is the maximum number of characters that is available.
11735 PREFIX is a prefix to be included in the returned string,
11736 such as the file name.
11737 SEPARATOR is inserted between the different parts of the path,
11738 the default is \"/\"."
11739 (setq width (or width 79))
11740 (if prefix (setq width (- width (length prefix))))
11741 (if (not path)
11742 (or prefix "")
11743 (let* ((nsteps (length path))
11744 (total-width (+ nsteps (apply '+ (mapcar 'length path))))
11745 (maxwidth (if (<= total-width width)
11746 10000 ;; everything fits
11747 ;; we need to shorten the level headings
11748 (/ (- width nsteps) nsteps)))
11749 (org-odd-levels-only nil)
11750 (n 0)
11751 (total (1+ (length prefix))))
11752 (setq maxwidth (max maxwidth 10))
11753 (concat prefix
11754 (if prefix (or separator "/"))
11755 (mapconcat
11756 (lambda (h)
11757 (setq n (1+ n))
11758 (if (and (= n nsteps) (< maxwidth 10000))
11759 (setq maxwidth (- total-width total)))
11760 (if (< (length h) maxwidth)
11761 (progn (setq total (+ total (length h) 1)) h)
11762 (setq h (substring h 0 (- maxwidth 2))
11763 total (+ total maxwidth 1))
11764 (if (string-match "[ \t]+\\'" h)
11765 (setq h (substring h 0 (match-beginning 0))))
11766 (setq h (concat h "..")))
11767 (org-add-props h nil 'face
11768 (nth (% (1- n) org-n-level-faces)
11769 org-level-faces))
11771 path (or separator "/"))))))
11773 (defun org-display-outline-path (&optional file current separator just-return-string)
11774 "Display the current outline path in the echo area.
11776 If FILE is non-nil, prepend the output with the file name.
11777 If CURRENT is non-nil, append the current heading to the output.
11778 SEPARATOR is passed through to `org-format-outline-path'. It separates
11779 the different parts of the path and defaults to \"/\".
11780 If JUST-RETURN-STRING is non-nil, return a string, don't display a message."
11781 (interactive "P")
11782 (let* (case-fold-search
11783 (bfn (buffer-file-name (buffer-base-buffer)))
11784 (path (and (derived-mode-p 'org-mode) (org-get-outline-path)))
11785 res)
11786 (if current (setq path (append path
11787 (save-excursion
11788 (org-back-to-heading t)
11789 (if (looking-at org-complex-heading-regexp)
11790 (list (match-string 4)))))))
11791 (setq res
11792 (org-format-outline-path
11793 path
11794 (1- (frame-width))
11795 (and file bfn (concat (file-name-nondirectory bfn) separator))
11796 separator))
11797 (if just-return-string
11798 (org-no-properties res)
11799 (org-unlogged-message "%s" res))))
11801 (defvar org-refile-history nil
11802 "History for refiling operations.")
11804 (defvar org-after-refile-insert-hook nil
11805 "Hook run after `org-refile' has inserted its stuff at the new location.
11806 Note that this is still *before* the stuff will be removed from
11807 the *old* location.")
11809 (defvar org-capture-last-stored-marker)
11810 (defvar org-refile-keep nil
11811 "Non-nil means `org-refile' will copy instead of refile.")
11813 (defun org-copy ()
11814 "Like `org-refile', but copy."
11815 (interactive)
11816 (let ((org-refile-keep t))
11817 (funcall 'org-refile nil nil nil "Copy")))
11819 (defun org-refile (&optional arg default-buffer rfloc msg)
11820 "Move the entry or entries at point to another heading.
11821 The list of target headings is compiled using the information in
11822 `org-refile-targets', which see.
11824 At the target location, the entry is filed as a subitem of the
11825 target heading. Depending on `org-reverse-note-order', the new
11826 subitem will either be the first or the last subitem.
11828 If there is an active region, all entries in that region will be
11829 refiled. However, the region must fulfill the requirement that
11830 the first heading sets the top-level of the moved text.
11832 With prefix arg ARG, the command will only visit the target
11833 location and not actually move anything.
11835 With a double prefix arg \\[universal-argument] \\[universal-argument], go to the location where the last
11836 refiling operation has put the subtree.
11838 With a numeric prefix argument of `2', refile to the running clock.
11840 With a numeric prefix argument of `3', emulate `org-refile-keep'
11841 being set to t and copy to the target location, don't move it.
11842 Beware that keeping refiled entries may result in duplicated ID
11843 properties.
11845 RFLOC can be a refile location obtained in a different way.
11847 MSG is a string to replace \"Refile\" in the default prompt with
11848 another verb. E.g. `org-copy' sets this parameter to \"Copy\".
11850 See also `org-refile-use-outline-path' and `org-completion-use-ido'.
11852 If you are using target caching (see `org-refile-use-cache'), you
11853 have to clear the target cache in order to find new targets.
11854 This can be done with a 0 prefix (`C-0 C-c C-w') or a triple
11855 prefix argument (`C-u C-u C-u C-c C-w')."
11856 (interactive "P")
11857 (if (member arg '(0 (64)))
11858 (org-refile-cache-clear)
11859 (let* ((actionmsg (cond (msg msg)
11860 ((equal arg 3) "Refile (and keep)")
11861 (t "Refile")))
11862 (cbuf (current-buffer))
11863 (regionp (org-region-active-p))
11864 (region-start (and regionp (region-beginning)))
11865 (region-end (and regionp (region-end)))
11866 (filename (buffer-file-name (buffer-base-buffer cbuf)))
11867 (org-refile-keep (if (equal arg 3) t org-refile-keep))
11868 pos it nbuf file re level reversed)
11869 (setq last-command nil)
11870 (when regionp
11871 (goto-char region-start)
11872 (or (bolp) (goto-char (point-at-bol)))
11873 (setq region-start (point))
11874 (unless (or (org-kill-is-subtree-p
11875 (buffer-substring region-start region-end))
11876 (prog1 org-refile-active-region-within-subtree
11877 (let ((s (point-at-eol)))
11878 (org-toggle-heading)
11879 (setq region-end (+ (- (point-at-eol) s) region-end)))))
11880 (user-error "The region is not a (sequence of) subtree(s)")))
11881 (if (equal arg '(16))
11882 (org-refile-goto-last-stored)
11883 (when (or
11884 (and (equal arg 2)
11885 org-clock-hd-marker (marker-buffer org-clock-hd-marker)
11886 (prog1
11887 (setq it (list (or org-clock-heading "running clock")
11888 (buffer-file-name
11889 (marker-buffer org-clock-hd-marker))
11891 (marker-position org-clock-hd-marker)))
11892 (setq arg nil)))
11893 (setq it (or rfloc
11894 (let (heading-text)
11895 (save-excursion
11896 (unless (and arg (listp arg))
11897 (org-back-to-heading t)
11898 (setq heading-text
11899 (replace-regexp-in-string
11900 org-bracket-link-regexp
11901 "\\3"
11902 (nth 4 (org-heading-components)))))
11903 (org-refile-get-location
11904 (cond ((and arg (listp arg)) "Goto")
11905 (regionp (concat actionmsg " region to"))
11906 (t (concat actionmsg " subtree \""
11907 heading-text "\" to")))
11908 default-buffer
11909 (and (not (equal '(4) arg))
11910 org-refile-allow-creating-parent-nodes)
11911 arg))))))
11912 (setq file (nth 1 it)
11913 re (nth 2 it)
11914 pos (nth 3 it))
11915 (if (and (not arg)
11917 (equal (buffer-file-name) file)
11918 (if regionp
11919 (and (>= pos region-start)
11920 (<= pos region-end))
11921 (and (>= pos (point))
11922 (< pos (save-excursion
11923 (org-end-of-subtree t t))))))
11924 (error "Cannot refile to position inside the tree or region"))
11925 (setq nbuf (or (find-buffer-visiting file)
11926 (find-file-noselect file)))
11927 (if (and arg (not (equal arg 3)))
11928 (progn
11929 (org-pop-to-buffer-same-window nbuf)
11930 (goto-char pos)
11931 (org-show-context 'org-goto))
11932 (if regionp
11933 (progn
11934 (org-kill-new (buffer-substring region-start region-end))
11935 (org-save-markers-in-region region-start region-end))
11936 (org-copy-subtree 1 nil t))
11937 (with-current-buffer (setq nbuf (or (find-buffer-visiting file)
11938 (find-file-noselect file)))
11939 (setq reversed (org-notes-order-reversed-p))
11940 (save-excursion
11941 (save-restriction
11942 (widen)
11943 (if pos
11944 (progn
11945 (goto-char pos)
11946 (looking-at org-outline-regexp)
11947 (setq level (org-get-valid-level (funcall outline-level) 1))
11948 (goto-char
11949 (if reversed
11950 (or (outline-next-heading) (point-max))
11951 (or (save-excursion (org-get-next-sibling))
11952 (org-end-of-subtree t t)
11953 (point-max)))))
11954 (setq level 1)
11955 (if (not reversed)
11956 (goto-char (point-max))
11957 (goto-char (point-min))
11958 (or (outline-next-heading) (goto-char (point-max)))))
11959 (if (not (bolp)) (newline))
11960 (org-paste-subtree level nil nil t)
11961 (when org-log-refile
11962 (org-add-log-setup 'refile nil nil 'findpos org-log-refile)
11963 (unless (eq org-log-refile 'note)
11964 (save-excursion (org-add-log-note))))
11965 (and org-auto-align-tags
11966 (let ((org-loop-over-headlines-in-active-region nil))
11967 (org-set-tags nil t)))
11968 (let ((bookmark-name (plist-get org-bookmark-names-plist
11969 :last-refile)))
11970 (when bookmark-name
11971 (with-demoted-errors
11972 (bookmark-set bookmark-name))))
11973 ;; If we are refiling for capture, make sure that the
11974 ;; last-capture pointers point here
11975 (when (org-bound-and-true-p org-refile-for-capture)
11976 (let ((bookmark-name (plist-get org-bookmark-names-plist
11977 :last-capture-marker)))
11978 (when bookmark-name
11979 (with-demoted-errors
11980 (bookmark-set bookmark-name))))
11981 (move-marker org-capture-last-stored-marker (point)))
11982 (if (fboundp 'deactivate-mark) (deactivate-mark))
11983 (run-hooks 'org-after-refile-insert-hook))))
11984 (unless org-refile-keep
11985 (if regionp
11986 (delete-region (point) (+ (point) (- region-end region-start)))
11987 (delete-region
11988 (and (org-back-to-heading t) (point))
11989 (min (1+ (buffer-size)) (org-end-of-subtree t t) (point)))))
11990 (when (featurep 'org-inlinetask)
11991 (org-inlinetask-remove-END-maybe))
11992 (setq org-markers-to-move nil)
11993 (message (concat actionmsg " to \"%s\" in file %s: done") (car it) file)))))))
11995 (defun org-refile-goto-last-stored ()
11996 "Go to the location where the last refile was stored."
11997 (interactive)
11998 (bookmark-jump (plist-get org-bookmark-names-plist :last-refile))
11999 (message "This is the location of the last refile"))
12001 (defun org-refile--get-location (refloc tbl)
12002 "When user refile to REFLOC, find the associated target in TBL.
12003 Also check `org-refile-target-table'."
12004 (car (delq
12006 (mapcar
12007 (lambda (r) (or (assoc r tbl)
12008 (assoc r org-refile-target-table)))
12009 (list (replace-regexp-in-string "/$" "" refloc)
12010 (replace-regexp-in-string "\\([^/]\\)$" "\\1/" refloc))))))
12012 (defun org-refile-get-location (&optional prompt default-buffer new-nodes
12013 no-exclude)
12014 "Prompt the user for a refile location, using PROMPT.
12015 PROMPT should not be suffixed with a colon and a space, because
12016 this function appends the default value from
12017 `org-refile-history' automatically, if that is not empty.
12018 When NO-EXCLUDE is set, do not exclude headlines in the current subtree,
12019 this is used for the GOTO interface."
12020 (let ((org-refile-targets org-refile-targets)
12021 (org-refile-use-outline-path org-refile-use-outline-path)
12022 excluded-entries)
12023 (when (and (derived-mode-p 'org-mode)
12024 (not org-refile-use-cache)
12025 (not no-exclude))
12026 (org-map-tree
12027 (lambda()
12028 (setq excluded-entries
12029 (append excluded-entries (list (org-get-heading t t)))))))
12030 (setq org-refile-target-table
12031 (org-refile-get-targets default-buffer excluded-entries)))
12032 (unless org-refile-target-table
12033 (user-error "No refile targets"))
12034 (let* ((cbuf (current-buffer))
12035 (partial-completion-mode nil)
12036 (cfn (buffer-file-name (buffer-base-buffer cbuf)))
12037 (cfunc (if (and org-refile-use-outline-path
12038 org-outline-path-complete-in-steps)
12039 'org-olpath-completing-read
12040 'org-icompleting-read))
12041 (extra (if org-refile-use-outline-path "/" ""))
12042 (cbnex (concat (buffer-name) extra))
12043 (filename (and cfn (expand-file-name cfn)))
12044 (tbl (mapcar
12045 (lambda (x)
12046 (if (and (not (member org-refile-use-outline-path
12047 '(file full-file-path)))
12048 (not (equal filename (nth 1 x))))
12049 (cons (concat (car x) extra " ("
12050 (file-name-nondirectory (nth 1 x)) ")")
12051 (cdr x))
12052 (cons (concat (car x) extra) (cdr x))))
12053 org-refile-target-table))
12054 (completion-ignore-case t)
12055 cdef
12056 (prompt (concat prompt
12057 (or (and (car org-refile-history)
12058 (concat " (default " (car org-refile-history) ")"))
12059 (and (assoc cbnex tbl) (setq cdef cbnex)
12060 (concat " (default " cbnex ")"))) ": "))
12061 pa answ parent-target child parent old-hist)
12062 (setq old-hist org-refile-history)
12063 (setq answ (funcall cfunc prompt tbl nil (not new-nodes)
12064 nil 'org-refile-history (or cdef (car org-refile-history))))
12065 (if (setq pa (org-refile--get-location answ tbl))
12066 (progn
12067 (org-refile-check-position pa)
12068 (when (or (not org-refile-history)
12069 (not (eq old-hist org-refile-history))
12070 (not (equal (car pa) (car org-refile-history))))
12071 (setq org-refile-history
12072 (cons (car pa) (if (assoc (car org-refile-history) tbl)
12073 org-refile-history
12074 (cdr org-refile-history))))
12075 (if (equal (car org-refile-history) (nth 1 org-refile-history))
12076 (pop org-refile-history)))
12078 (if (string-match "\\`\\(.*\\)/\\([^/]+\\)\\'" answ)
12079 (progn
12080 (setq parent (match-string 1 answ)
12081 child (match-string 2 answ))
12082 (setq parent-target (org-refile--get-location parent tbl))
12083 (when (and parent-target
12084 (or (eq new-nodes t)
12085 (and (eq new-nodes 'confirm)
12086 (y-or-n-p (format "Create new node \"%s\"? "
12087 child)))))
12088 (org-refile-new-child parent-target child)))
12089 (user-error "Invalid target location")))))
12091 (declare-function org-string-nw-p "org-macs" (s))
12092 (defun org-refile-check-position (refile-pointer)
12093 "Check if the refile pointer matches the headline to which it points."
12094 (let* ((file (nth 1 refile-pointer))
12095 (re (nth 2 refile-pointer))
12096 (pos (nth 3 refile-pointer))
12097 buffer)
12098 (if (and (not (markerp pos)) (not file))
12099 (user-error "Please indicate a target file in the refile path")
12100 (when (org-string-nw-p re)
12101 (setq buffer (if (markerp pos)
12102 (marker-buffer pos)
12103 (or (find-buffer-visiting file)
12104 (find-file-noselect file))))
12105 (with-current-buffer buffer
12106 (save-excursion
12107 (save-restriction
12108 (widen)
12109 (goto-char pos)
12110 (beginning-of-line 1)
12111 (unless (org-looking-at-p re)
12112 (user-error "Invalid refile position, please clear the cache with `C-0 C-c C-w' before refiling")))))))))
12114 (defun org-refile-new-child (parent-target child)
12115 "Use refile target PARENT-TARGET to add new CHILD below it."
12116 (unless parent-target
12117 (error "Cannot find parent for new node"))
12118 (let ((file (nth 1 parent-target))
12119 (pos (nth 3 parent-target))
12120 level)
12121 (with-current-buffer (or (find-buffer-visiting file)
12122 (find-file-noselect file))
12123 (save-excursion
12124 (save-restriction
12125 (widen)
12126 (if pos
12127 (goto-char pos)
12128 (goto-char (point-max))
12129 (if (not (bolp)) (newline)))
12130 (when (looking-at org-outline-regexp)
12131 (setq level (funcall outline-level))
12132 (org-end-of-subtree t t))
12133 (org-back-over-empty-lines)
12134 (insert "\n" (make-string
12135 (if pos (org-get-valid-level level 1) 1) ?*)
12136 " " child "\n")
12137 (beginning-of-line 0)
12138 (list (concat (car parent-target) "/" child) file "" (point)))))))
12140 (defun org-olpath-completing-read (prompt collection &rest args)
12141 "Read an outline path like a file name."
12142 (let ((thetable collection)
12143 (org-completion-use-ido nil) ; does not work with ido.
12144 (org-completion-use-iswitchb nil)) ; or iswitchb
12145 (apply #'org-icompleting-read
12146 prompt
12147 (lambda (string predicate &optional flag)
12148 (cond
12149 ((eq flag nil) (try-completion string thetable))
12150 ((eq flag t)
12151 (let ((l (length string)))
12152 (mapcar (lambda (x)
12153 (let ((r (substring x l))
12154 (f (if (string-match " ([^)]*)$" x)
12155 (match-string 0 x)
12156 "")))
12157 (if (string-match "/" r)
12158 (concat string (substring r 0 (match-end 0)) f)
12159 x)))
12160 (all-completions string thetable predicate))))
12161 ;; Exact match?
12162 ((eq flag 'lambda) (assoc string thetable))))
12163 args)))
12165 ;;;; Dynamic blocks
12167 (defun org-find-dblock (name)
12168 "Find the first dynamic block with name NAME in the buffer.
12169 If not found, stay at current position and return nil."
12170 (let ((case-fold-search t) pos)
12171 (save-excursion
12172 (goto-char (point-min))
12173 (setq pos (and (re-search-forward
12174 (concat "^[ \t]*#\\+\\(?:BEGIN\\|begin\\):[ \t]+" name "\\>") nil t)
12175 (match-beginning 0))))
12176 (if pos (goto-char pos))
12177 pos))
12179 (defun org-create-dblock (plist)
12180 "Create a dynamic block section, with parameters taken from PLIST.
12181 PLIST must contain a :name entry which is used as the name of the block."
12182 (when (string-match "\\S-" (buffer-substring (point-at-bol) (point-at-eol)))
12183 (end-of-line 1)
12184 (newline))
12185 (let ((col (current-column))
12186 (name (plist-get plist :name)))
12187 (insert "#+BEGIN: " name)
12188 (while plist
12189 (if (eq (car plist) :name)
12190 (setq plist (cddr plist))
12191 (insert " " (prin1-to-string (pop plist)))))
12192 (insert "\n\n" (make-string col ?\ ) "#+END:\n")
12193 (beginning-of-line -2)))
12195 (defun org-prepare-dblock ()
12196 "Prepare dynamic block for refresh.
12197 This empties the block, puts the cursor at the insert position and returns
12198 the property list including an extra property :name with the block name."
12199 (unless (looking-at org-dblock-start-re)
12200 (user-error "Not at a dynamic block"))
12201 (let* ((begdel (1+ (match-end 0)))
12202 (name (org-no-properties (match-string 1)))
12203 (params (append (list :name name)
12204 (read (concat "(" (match-string 3) ")")))))
12205 (save-excursion
12206 (beginning-of-line 1)
12207 (skip-chars-forward " \t")
12208 (setq params (plist-put params :indentation-column (current-column))))
12209 (unless (re-search-forward org-dblock-end-re nil t)
12210 (error "Dynamic block not terminated"))
12211 (setq params
12212 (append params
12213 (list :content (buffer-substring
12214 begdel (match-beginning 0)))))
12215 (delete-region begdel (match-beginning 0))
12216 (goto-char begdel)
12217 (open-line 1)
12218 params))
12220 (defun org-map-dblocks (&optional command)
12221 "Apply COMMAND to all dynamic blocks in the current buffer.
12222 If COMMAND is not given, use `org-update-dblock'."
12223 (let ((cmd (or command 'org-update-dblock)))
12224 (save-excursion
12225 (goto-char (point-min))
12226 (while (re-search-forward org-dblock-start-re nil t)
12227 (goto-char (match-beginning 0))
12228 (save-excursion
12229 (condition-case nil
12230 (funcall cmd)
12231 (error (message "Error during update of dynamic block"))))
12232 (unless (re-search-forward org-dblock-end-re nil t)
12233 (error "Dynamic block not terminated"))))))
12235 (defun org-dblock-update (&optional arg)
12236 "User command for updating dynamic blocks.
12237 Update the dynamic block at point. With prefix ARG, update all dynamic
12238 blocks in the buffer."
12239 (interactive "P")
12240 (if arg
12241 (org-update-all-dblocks)
12242 (or (looking-at org-dblock-start-re)
12243 (org-beginning-of-dblock))
12244 (org-update-dblock)))
12246 (defun org-update-dblock ()
12247 "Update the dynamic block at point.
12248 This means to empty the block, parse for parameters and then call
12249 the correct writing function."
12250 (interactive)
12251 (save-excursion
12252 (let* ((win (selected-window))
12253 (pos (point))
12254 (line (org-current-line))
12255 (params (org-prepare-dblock))
12256 (name (plist-get params :name))
12257 (indent (plist-get params :indentation-column))
12258 (cmd (intern (concat "org-dblock-write:" name))))
12259 (message "Updating dynamic block `%s' at line %d..." name line)
12260 (funcall cmd params)
12261 (message "Updating dynamic block `%s' at line %d...done" name line)
12262 (goto-char pos)
12263 (when (and indent (> indent 0))
12264 (setq indent (make-string indent ?\ ))
12265 (save-excursion
12266 (select-window win)
12267 (org-beginning-of-dblock)
12268 (forward-line 1)
12269 (while (not (looking-at org-dblock-end-re))
12270 (insert indent)
12271 (beginning-of-line 2))
12272 (when (looking-at org-dblock-end-re)
12273 (and (looking-at "[ \t]+")
12274 (replace-match ""))
12275 (insert indent)))))))
12277 (defun org-beginning-of-dblock ()
12278 "Find the beginning of the dynamic block at point.
12279 Error if there is no such block at point."
12280 (let ((pos (point))
12281 beg)
12282 (end-of-line 1)
12283 (if (and (re-search-backward org-dblock-start-re nil t)
12284 (setq beg (match-beginning 0))
12285 (re-search-forward org-dblock-end-re nil t)
12286 (> (match-end 0) pos))
12287 (goto-char beg)
12288 (goto-char pos)
12289 (error "Not in a dynamic block"))))
12291 (defun org-update-all-dblocks ()
12292 "Update all dynamic blocks in the buffer.
12293 This function can be used in a hook."
12294 (interactive)
12295 (when (derived-mode-p 'org-mode)
12296 (org-map-dblocks 'org-update-dblock)))
12299 ;;;; Completion
12301 (declare-function org-export-backend-name "org-export" (cl-x))
12302 (declare-function org-export-backend-options "org-export" (cl-x))
12303 (defun org-get-export-keywords ()
12304 "Return a list of all currently understood export keywords.
12305 Export keywords include options, block names, attributes and
12306 keywords relative to each registered export back-end."
12307 (let (keywords)
12308 (dolist (backend
12309 (org-bound-and-true-p org-export-registered-backends)
12310 (delq nil keywords))
12311 ;; Back-end name (for keywords, like #+LATEX:)
12312 (push (upcase (symbol-name (org-export-backend-name backend))) keywords)
12313 (dolist (option-entry (org-export-backend-options backend))
12314 ;; Back-end options.
12315 (push (nth 1 option-entry) keywords)))))
12317 (defconst org-options-keywords
12318 '("ARCHIVE:" "AUTHOR:" "BIND:" "CATEGORY:" "COLUMNS:" "CREATOR:" "DATE:"
12319 "DESCRIPTION:" "DRAWERS:" "EMAIL:" "EXCLUDE_TAGS:" "FILETAGS:" "INCLUDE:"
12320 "INDEX:" "KEYWORDS:" "LANGUAGE:" "MACRO:" "OPTIONS:" "PROPERTY:"
12321 "PRIORITIES:" "SELECT_TAGS:" "SEQ_TODO:" "SETUPFILE:" "STARTUP:" "TAGS:"
12322 "TITLE:" "TODO:" "TYP_TODO:" "SELECT_TAGS:" "EXCLUDE_TAGS:"))
12324 (defcustom org-structure-template-alist
12325 '(("s" "#+BEGIN_SRC ?\n\n#+END_SRC")
12326 ("e" "#+BEGIN_EXAMPLE\n?\n#+END_EXAMPLE")
12327 ("q" "#+BEGIN_QUOTE\n?\n#+END_QUOTE")
12328 ("v" "#+BEGIN_VERSE\n?\n#+END_VERSE")
12329 ("V" "#+BEGIN_VERBATIM\n?\n#+END_VERBATIM")
12330 ("c" "#+BEGIN_CENTER\n?\n#+END_CENTER")
12331 ("l" "#+BEGIN_LaTeX\n?\n#+END_LaTeX")
12332 ("L" "#+LaTeX: ")
12333 ("h" "#+BEGIN_HTML\n?\n#+END_HTML")
12334 ("H" "#+HTML: ")
12335 ("a" "#+BEGIN_ASCII\n?\n#+END_ASCII")
12336 ("A" "#+ASCII: ")
12337 ("i" "#+INDEX: ?")
12338 ("I" "#+INCLUDE: %file ?"))
12339 "Structure completion elements.
12340 This is a list of abbreviation keys and values. The value gets inserted
12341 if you type `<' followed by the key and then press the completion key,
12342 usually `TAB'. %file will be replaced by a file name after prompting
12343 for the file using completion. The cursor will be placed at the position
12344 of the `?' in the template.
12345 There are two templates for each key, the first uses the original Org syntax,
12346 the second uses Emacs Muse-like syntax tags. These Muse-like tags become
12347 the default when the /org-mtags.el/ module has been loaded. See also the
12348 variable `org-mtags-prefer-muse-templates'."
12349 :group 'org-completion
12350 :type '(repeat
12351 (list
12352 (string :tag "Key")
12353 (string :tag "Template")))
12354 :version "25.1"
12355 :package-version '(Org . "8.3"))
12357 (defun org-try-structure-completion ()
12358 "Try to complete a structure template before point.
12359 This looks for strings like \"<e\" on an otherwise empty line and
12360 expands them."
12361 (let ((l (buffer-substring (point-at-bol) (point)))
12363 (when (and (looking-at "[ \t]*$")
12364 (string-match "^[ \t]*<\\([a-zA-Z]+\\)$" l)
12365 (setq a (assoc (match-string 1 l) org-structure-template-alist)))
12366 (org-complete-expand-structure-template (+ -1 (point-at-bol)
12367 (match-beginning 1)) a)
12368 t)))
12370 (defun org-complete-expand-structure-template (start cell)
12371 "Expand a structure template."
12372 (let ((rpl (nth 1 cell))
12373 (ind ""))
12374 (delete-region start (point))
12375 (when (string-match "\\`[ \t]*#\\+" rpl)
12376 (cond
12377 ((bolp))
12378 ((not (string-match "\\S-" (buffer-substring (point-at-bol) (point))))
12379 (setq ind (buffer-substring (point-at-bol) (point))))
12380 (t (newline))))
12381 (setq start (point))
12382 (if (string-match "%file" rpl)
12383 (setq rpl (replace-match
12384 (concat
12385 "\""
12386 (save-match-data
12387 (abbreviate-file-name (read-file-name "Include file: ")))
12388 "\"")
12389 t t rpl)))
12390 (setq rpl (mapconcat 'identity (split-string rpl "\n")
12391 (concat "\n" ind)))
12392 (insert rpl)
12393 (if (re-search-backward "\\?" start t) (delete-char 1))))
12395 ;;;; TODO, DEADLINE, Comments
12397 (defun org-toggle-comment ()
12398 "Change the COMMENT state of an entry."
12399 (interactive)
12400 (save-excursion
12401 (org-back-to-heading)
12402 (looking-at org-complex-heading-regexp)
12403 (goto-char (or (match-end 3) (match-end 2) (match-end 1)))
12404 (skip-chars-forward " \t")
12405 (unless (memq (char-before) '(?\s ?\t)) (insert " "))
12406 (if (org-in-commented-heading-p t)
12407 (delete-region (point)
12408 (progn (search-forward " " (line-end-position) 'move)
12409 (skip-chars-forward " \t")
12410 (point)))
12411 (insert org-comment-string)
12412 (unless (eolp) (insert " ")))))
12414 (defvar org-last-todo-state-is-todo nil
12415 "This is non-nil when the last TODO state change led to a TODO state.
12416 If the last change removed the TODO tag or switched to DONE, then
12417 this is nil.")
12419 (defvar org-setting-tags nil) ; dynamically skipped
12421 (defvar org-todo-setup-filter-hook nil
12422 "Hook for functions that pre-filter todo specs.
12423 Each function takes a todo spec and returns either nil or the spec
12424 transformed into canonical form." )
12426 (defvar org-todo-get-default-hook nil
12427 "Hook for functions that get a default item for todo.
12428 Each function takes arguments (NEW-MARK OLD-MARK) and returns either
12429 nil or a string to be used for the todo mark." )
12431 (defvar org-agenda-headline-snapshot-before-repeat)
12433 (defun org-current-effective-time ()
12434 "Return current time adjusted for `org-extend-today-until' variable."
12435 (let* ((ct (org-current-time))
12436 (dct (decode-time ct))
12437 (ct1
12438 (cond
12439 (org-use-last-clock-out-time-as-effective-time
12440 (or (org-clock-get-last-clock-out-time) ct))
12441 ((and org-use-effective-time (< (nth 2 dct) org-extend-today-until))
12442 (encode-time 0 59 23 (1- (nth 3 dct)) (nth 4 dct) (nth 5 dct)))
12443 (t ct))))
12444 ct1))
12446 (defun org-todo-yesterday (&optional arg)
12447 "Like `org-todo' but the time of change will be 23:59 of yesterday."
12448 (interactive "P")
12449 (if (eq major-mode 'org-agenda-mode)
12450 (apply 'org-agenda-todo-yesterday arg)
12451 (let* ((org-use-effective-time t)
12452 (hour (third (decode-time
12453 (org-current-time))))
12454 (org-extend-today-until (1+ hour)))
12455 (org-todo arg))))
12457 (defvar org-block-entry-blocking ""
12458 "First entry preventing the TODO state change.")
12460 (defun org-cancel-repeater ()
12461 "Cancel a repeater by setting its numeric value to zero."
12462 (interactive)
12463 (save-excursion
12464 (org-back-to-heading t)
12465 (let ((bound1 (point))
12466 (bound0 (save-excursion (outline-next-heading) (point))))
12467 (when (re-search-forward
12468 (concat "\\(" org-scheduled-time-regexp "\\)\\|\\("
12469 org-deadline-time-regexp "\\)\\|\\("
12470 org-ts-regexp "\\)")
12471 bound0 t)
12472 (if (re-search-backward "[ \t]+\\(?:[.+]\\)?\\+\\([0-9]+\\)[hdwmy]" bound1 t)
12473 (replace-match "0" t nil nil 1))))))
12475 (defun org-todo (&optional arg)
12476 "Change the TODO state of an item.
12477 The state of an item is given by a keyword at the start of the heading,
12478 like
12479 *** TODO Write paper
12480 *** DONE Call mom
12482 The different keywords are specified in the variable `org-todo-keywords'.
12483 By default the available states are \"TODO\" and \"DONE\".
12484 So for this example: when the item starts with TODO, it is changed to DONE.
12485 When it starts with DONE, the DONE is removed. And when neither TODO nor
12486 DONE are present, add TODO at the beginning of the heading.
12488 With \\[universal-argument] prefix arg, use completion to determine the new \
12489 state.
12490 With numeric prefix arg, switch to that state.
12491 With a double \\[universal-argument] prefix, switch to the next set of TODO \
12492 keywords (nextset).
12493 With a triple \\[universal-argument] prefix, circumvent any state blocking.
12494 With a numeric prefix arg of 0, inhibit note taking for the change.
12495 With a numeric prefix arg of -1, cancel repeater to allow marking as DONE.
12497 When called through ELisp, arg is also interpreted in the following way:
12498 'none -> empty state
12499 \"\"(empty string) -> switch to empty state
12500 'done -> switch to DONE
12501 'nextset -> switch to the next set of keywords
12502 'previousset -> switch to the previous set of keywords
12503 \"WAITING\" -> switch to the specified keyword, but only if it
12504 really is a member of `org-todo-keywords'."
12505 (interactive "P")
12506 (if (and (org-region-active-p) org-loop-over-headlines-in-active-region)
12507 (let ((cl (if (eq org-loop-over-headlines-in-active-region 'start-level)
12508 'region-start-level 'region))
12509 org-loop-over-headlines-in-active-region)
12510 (org-map-entries
12511 `(org-todo ,arg)
12512 org-loop-over-headlines-in-active-region
12513 cl (if (outline-invisible-p) (org-end-of-subtree nil t))))
12514 (if (equal arg '(16)) (setq arg 'nextset))
12515 (when (equal arg -1) (org-cancel-repeater) (setq arg nil))
12516 (let ((org-blocker-hook org-blocker-hook)
12517 commentp
12518 case-fold-search)
12519 (when (equal arg '(64))
12520 (setq arg nil org-blocker-hook nil))
12521 (when (and org-blocker-hook
12522 (or org-inhibit-blocking
12523 (org-entry-get nil "NOBLOCKING")))
12524 (setq org-blocker-hook nil))
12525 (save-excursion
12526 (catch 'exit
12527 (org-back-to-heading t)
12528 (when (org-in-commented-heading-p t)
12529 (org-toggle-comment)
12530 (setq commentp t))
12531 (if (looking-at org-outline-regexp) (goto-char (1- (match-end 0))))
12532 (or (looking-at (concat " +" org-todo-regexp "\\( +\\|[ \t]*$\\)"))
12533 (looking-at "\\(?: *\\|[ \t]*$\\)"))
12534 (let* ((match-data (match-data))
12535 (startpos (point-at-bol))
12536 (logging (save-match-data (org-entry-get nil "LOGGING" t t)))
12537 (org-log-done org-log-done)
12538 (org-log-repeat org-log-repeat)
12539 (org-todo-log-states org-todo-log-states)
12540 (org-inhibit-logging
12541 (if (equal arg 0)
12542 (progn (setq arg nil) 'note) org-inhibit-logging))
12543 (this (match-string 1))
12544 (hl-pos (match-beginning 0))
12545 (head (org-get-todo-sequence-head this))
12546 (ass (assoc head org-todo-kwd-alist))
12547 (interpret (nth 1 ass))
12548 (done-word (nth 3 ass))
12549 (final-done-word (nth 4 ass))
12550 (org-last-state (or this ""))
12551 (completion-ignore-case t)
12552 (member (member this org-todo-keywords-1))
12553 (tail (cdr member))
12554 (org-state (cond
12555 ((and org-todo-key-trigger
12556 (or (and (equal arg '(4))
12557 (eq org-use-fast-todo-selection 'prefix))
12558 (and (not arg) org-use-fast-todo-selection
12559 (not (eq org-use-fast-todo-selection
12560 'prefix)))))
12561 ;; Use fast selection
12562 (org-fast-todo-selection))
12563 ((and (equal arg '(4))
12564 (or (not org-use-fast-todo-selection)
12565 (not org-todo-key-trigger)))
12566 ;; Read a state with completion
12567 (org-icompleting-read
12568 "State: " (mapcar 'list org-todo-keywords-1)
12569 nil t))
12570 ((eq arg 'right)
12571 (if this
12572 (if tail (car tail) nil)
12573 (car org-todo-keywords-1)))
12574 ((eq arg 'left)
12575 (if (equal member org-todo-keywords-1)
12577 (if this
12578 (nth (- (length org-todo-keywords-1)
12579 (length tail) 2)
12580 org-todo-keywords-1)
12581 (org-last org-todo-keywords-1))))
12582 ((and (eq org-use-fast-todo-selection t) (equal arg '(4))
12583 (setq arg nil))) ; hack to fall back to cycling
12584 (arg
12585 ;; user or caller requests a specific state
12586 (cond
12587 ((equal arg "") nil)
12588 ((eq arg 'none) nil)
12589 ((eq arg 'done) (or done-word (car org-done-keywords)))
12590 ((eq arg 'nextset)
12591 (or (car (cdr (member head org-todo-heads)))
12592 (car org-todo-heads)))
12593 ((eq arg 'previousset)
12594 (let ((org-todo-heads (reverse org-todo-heads)))
12595 (or (car (cdr (member head org-todo-heads)))
12596 (car org-todo-heads))))
12597 ((car (member arg org-todo-keywords-1)))
12598 ((stringp arg)
12599 (user-error "State `%s' not valid in this file" arg))
12600 ((nth (1- (prefix-numeric-value arg))
12601 org-todo-keywords-1))))
12602 ((null member) (or head (car org-todo-keywords-1)))
12603 ((equal this final-done-word) nil) ;; -> make empty
12604 ((null tail) nil) ;; -> first entry
12605 ((memq interpret '(type priority))
12606 (if (eq this-command last-command)
12607 (car tail)
12608 (if (> (length tail) 0)
12609 (or done-word (car org-done-keywords))
12610 nil)))
12612 (car tail))))
12613 (org-state (or
12614 (run-hook-with-args-until-success
12615 'org-todo-get-default-hook org-state org-last-state)
12616 org-state))
12617 (next (if org-state (concat " " org-state " ") " "))
12618 (change-plist (list :type 'todo-state-change :from this :to org-state
12619 :position startpos))
12620 dolog now-done-p)
12621 (when org-blocker-hook
12622 (setq org-last-todo-state-is-todo
12623 (not (member this org-done-keywords)))
12624 (unless (save-excursion
12625 (save-match-data
12626 (org-with-wide-buffer
12627 (run-hook-with-args-until-failure
12628 'org-blocker-hook change-plist))))
12629 (if (org-called-interactively-p 'interactive)
12630 (user-error "TODO state change from %s to %s blocked (by \"%s\")"
12631 this org-state org-block-entry-blocking)
12632 ;; fail silently
12633 (message "TODO state change from %s to %s blocked (by \"%s\")"
12634 this org-state org-block-entry-blocking)
12635 (throw 'exit nil))))
12636 (store-match-data match-data)
12637 (replace-match next t t)
12638 (cond ((equal this org-state)
12639 (message "TODO state was already %s" (org-trim next)))
12640 ((pos-visible-in-window-p hl-pos)
12641 (message "TODO state changed to %s" (org-trim next))))
12642 (unless head
12643 (setq head (org-get-todo-sequence-head org-state)
12644 ass (assoc head org-todo-kwd-alist)
12645 interpret (nth 1 ass)
12646 done-word (nth 3 ass)
12647 final-done-word (nth 4 ass)))
12648 (when (memq arg '(nextset previousset))
12649 (message "Keyword-Set %d/%d: %s"
12650 (- (length org-todo-sets) -1
12651 (length (memq (assoc org-state org-todo-sets) org-todo-sets)))
12652 (length org-todo-sets)
12653 (mapconcat 'identity (assoc org-state org-todo-sets) " ")))
12654 (setq org-last-todo-state-is-todo
12655 (not (member org-state org-done-keywords)))
12656 (setq now-done-p (and (member org-state org-done-keywords)
12657 (not (member this org-done-keywords))))
12658 (and logging (org-local-logging logging))
12659 (when (and (or org-todo-log-states org-log-done)
12660 (not (eq org-inhibit-logging t))
12661 (not (memq arg '(nextset previousset))))
12662 ;; we need to look at recording a time and note
12663 (setq dolog (or (nth 1 (assoc org-state org-todo-log-states))
12664 (nth 2 (assoc this org-todo-log-states))))
12665 (if (and (eq dolog 'note) (eq org-inhibit-logging 'note))
12666 (setq dolog 'time))
12667 (when (or (and (not org-state) (not org-closed-keep-when-no-todo))
12668 (and org-state
12669 (member org-state org-not-done-keywords)
12670 (not (member this org-not-done-keywords))))
12671 ;; This is now a todo state and was not one before
12672 ;; If there was a CLOSED time stamp, get rid of it.
12673 (org-add-planning-info nil nil 'closed))
12674 (when (and now-done-p org-log-done)
12675 ;; It is now done, and it was not done before
12676 (org-add-planning-info 'closed (org-current-effective-time))
12677 (if (and (not dolog) (eq 'note org-log-done))
12678 (org-add-log-setup 'done org-state this 'findpos 'note)))
12679 (when (and org-state dolog)
12680 ;; This is a non-nil state, and we need to log it
12681 (org-add-log-setup 'state org-state this 'findpos dolog)))
12682 ;; Fixup tag positioning
12683 (org-todo-trigger-tag-changes org-state)
12684 (and org-auto-align-tags (not org-setting-tags) (org-set-tags nil t))
12685 (when org-provide-todo-statistics
12686 (org-update-parent-todo-statistics))
12687 (run-hooks 'org-after-todo-state-change-hook)
12688 (if (and arg (not (member org-state org-done-keywords)))
12689 (setq head (org-get-todo-sequence-head org-state)))
12690 (put-text-property (point-at-bol) (point-at-eol) 'org-todo-head head)
12691 ;; Do we need to trigger a repeat?
12692 (when now-done-p
12693 (when (boundp 'org-agenda-headline-snapshot-before-repeat)
12694 ;; This is for the agenda, take a snapshot of the headline.
12695 (save-match-data
12696 (setq org-agenda-headline-snapshot-before-repeat
12697 (org-get-heading))))
12698 (org-auto-repeat-maybe org-state))
12699 ;; Fixup cursor location if close to the keyword
12700 (if (and (outline-on-heading-p)
12701 (not (bolp))
12702 (save-excursion (beginning-of-line 1)
12703 (looking-at org-todo-line-regexp))
12704 (< (point) (+ 2 (or (match-end 2) (match-end 1)))))
12705 (progn
12706 (goto-char (or (match-end 2) (match-end 1)))
12707 (and (looking-at " ") (just-one-space))))
12708 (when org-trigger-hook
12709 (save-excursion
12710 (run-hook-with-args 'org-trigger-hook change-plist)))
12711 (when commentp (org-toggle-comment))))))))
12713 (defun org-block-todo-from-children-or-siblings-or-parent (change-plist)
12714 "Block turning an entry into a TODO, using the hierarchy.
12715 This checks whether the current task should be blocked from state
12716 changes. Such blocking occurs when:
12718 1. The task has children which are not all in a completed state.
12720 2. A task has a parent with the property :ORDERED:, and there
12721 are siblings prior to the current task with incomplete
12722 status.
12724 3. The parent of the task is blocked because it has siblings that should
12725 be done first, or is child of a block grandparent TODO entry."
12727 (if (not org-enforce-todo-dependencies)
12728 t ; if locally turned off don't block
12729 (catch 'dont-block
12730 ;; If this is not a todo state change, or if this entry is already DONE,
12731 ;; do not block
12732 (when (or (not (eq (plist-get change-plist :type) 'todo-state-change))
12733 (member (plist-get change-plist :from)
12734 (cons 'done org-done-keywords))
12735 (member (plist-get change-plist :to)
12736 (cons 'todo org-not-done-keywords))
12737 (not (plist-get change-plist :to)))
12738 (throw 'dont-block t))
12739 ;; If this task has children, and any are undone, it's blocked
12740 (save-excursion
12741 (org-back-to-heading t)
12742 (let ((this-level (funcall outline-level)))
12743 (outline-next-heading)
12744 (let ((child-level (funcall outline-level)))
12745 (while (and (not (eobp))
12746 (> child-level this-level))
12747 ;; this todo has children, check whether they are all
12748 ;; completed
12749 (if (and (not (org-entry-is-done-p))
12750 (org-entry-is-todo-p))
12751 (progn (setq org-block-entry-blocking (org-get-heading))
12752 (throw 'dont-block nil)))
12753 (outline-next-heading)
12754 (setq child-level (funcall outline-level))))))
12755 ;; Otherwise, if the task's parent has the :ORDERED: property, and
12756 ;; any previous siblings are undone, it's blocked
12757 (save-excursion
12758 (org-back-to-heading t)
12759 (let* ((pos (point))
12760 (parent-pos (and (org-up-heading-safe) (point))))
12761 (if (not parent-pos) (throw 'dont-block t)) ; no parent
12762 (when (and (org-not-nil (org-entry-get (point) "ORDERED"))
12763 (forward-line 1)
12764 (re-search-forward org-not-done-heading-regexp pos t))
12765 (setq org-block-entry-blocking (match-string 0))
12766 (throw 'dont-block nil)) ; block, there is an older sibling not done.
12767 ;; Search further up the hierarchy, to see if an ancestor is blocked
12768 (while t
12769 (goto-char parent-pos)
12770 (if (not (looking-at org-not-done-heading-regexp))
12771 (throw 'dont-block t)) ; do not block, parent is not a TODO
12772 (setq pos (point))
12773 (setq parent-pos (and (org-up-heading-safe) (point)))
12774 (if (not parent-pos) (throw 'dont-block t)) ; no parent
12775 (when (and (org-not-nil (org-entry-get (point) "ORDERED"))
12776 (forward-line 1)
12777 (re-search-forward org-not-done-heading-regexp pos t)
12778 (setq org-block-entry-blocking (org-get-heading)))
12779 (throw 'dont-block nil)))))))) ; block, older sibling not done.
12781 (defcustom org-track-ordered-property-with-tag nil
12782 "Should the ORDERED property also be shown as a tag?
12783 The ORDERED property decides if an entry should require subtasks to be
12784 completed in sequence. Since a property is not very visible, setting
12785 this option means that toggling the ORDERED property with the command
12786 `org-toggle-ordered-property' will also toggle a tag ORDERED. That tag is
12787 not relevant for the behavior, but it makes things more visible.
12789 Note that toggling the tag with tags commands will not change the property
12790 and therefore not influence behavior!
12792 This can be t, meaning the tag ORDERED should be used, It can also be a
12793 string to select a different tag for this task."
12794 :group 'org-todo
12795 :type '(choice
12796 (const :tag "No tracking" nil)
12797 (const :tag "Track with ORDERED tag" t)
12798 (string :tag "Use other tag")))
12800 (defun org-toggle-ordered-property ()
12801 "Toggle the ORDERED property of the current entry.
12802 For better visibility, you can track the value of this property with a tag.
12803 See variable `org-track-ordered-property-with-tag'."
12804 (interactive)
12805 (let* ((t1 org-track-ordered-property-with-tag)
12806 (tag (and t1 (if (stringp t1) t1 "ORDERED"))))
12807 (save-excursion
12808 (org-back-to-heading)
12809 (if (org-entry-get nil "ORDERED")
12810 (progn
12811 (org-delete-property "ORDERED")
12812 (and tag (org-toggle-tag tag 'off))
12813 (message "Subtasks can be completed in arbitrary order"))
12814 (org-entry-put nil "ORDERED" "t")
12815 (and tag (org-toggle-tag tag 'on))
12816 (message "Subtasks must be completed in sequence")))))
12818 (defvar org-blocked-by-checkboxes) ; dynamically scoped
12819 (defun org-block-todo-from-checkboxes (change-plist)
12820 "Block turning an entry into a TODO, using checkboxes.
12821 This checks whether the current task should be blocked from state
12822 changes because there are unchecked boxes in this entry."
12823 (if (not org-enforce-todo-checkbox-dependencies)
12824 t ; if locally turned off don't block
12825 (catch 'dont-block
12826 ;; If this is not a todo state change, or if this entry is already DONE,
12827 ;; do not block
12828 (when (or (not (eq (plist-get change-plist :type) 'todo-state-change))
12829 (member (plist-get change-plist :from)
12830 (cons 'done org-done-keywords))
12831 (member (plist-get change-plist :to)
12832 (cons 'todo org-not-done-keywords))
12833 (not (plist-get change-plist :to)))
12834 (throw 'dont-block t))
12835 ;; If this task has checkboxes that are not checked, it's blocked
12836 (save-excursion
12837 (org-back-to-heading t)
12838 (let ((beg (point)) end)
12839 (outline-next-heading)
12840 (setq end (point))
12841 (goto-char beg)
12842 (if (org-list-search-forward
12843 (concat (org-item-beginning-re)
12844 "\\(?:\\[@\\(?:start:\\)?\\([0-9]+\\|[A-Za-z]\\)\\][ \t]*\\)?"
12845 "\\[[- ]\\]")
12846 end t)
12847 (progn
12848 (if (boundp 'org-blocked-by-checkboxes)
12849 (setq org-blocked-by-checkboxes t))
12850 (throw 'dont-block nil)))))
12851 t))) ; do not block
12853 (defun org-entry-blocked-p ()
12854 "Non-nil if entry at point is blocked."
12855 (and (not (org-entry-get nil "NOBLOCKING"))
12856 (member (org-entry-get nil "TODO") org-not-done-keywords)
12857 (not (run-hook-with-args-until-failure
12858 'org-blocker-hook
12859 (list :type 'todo-state-change
12860 :position (point)
12861 :from 'todo
12862 :to 'done)))))
12864 (defun org-update-statistics-cookies (all)
12865 "Update the statistics cookie, either from TODO or from checkboxes.
12866 This should be called with the cursor in a line with a statistics cookie."
12867 (interactive "P")
12868 (if all
12869 (progn
12870 (org-update-checkbox-count 'all)
12871 (org-map-entries 'org-update-parent-todo-statistics))
12872 (if (not (org-at-heading-p))
12873 (org-update-checkbox-count)
12874 (let ((pos (point-marker))
12875 end l1 l2)
12876 (ignore-errors (org-back-to-heading t))
12877 (if (not (org-at-heading-p))
12878 (org-update-checkbox-count)
12879 (setq l1 (org-outline-level))
12880 (setq end (save-excursion
12881 (outline-next-heading)
12882 (if (org-at-heading-p) (setq l2 (org-outline-level)))
12883 (point)))
12884 (if (and (save-excursion
12885 (re-search-forward
12886 "^[ \t]*\\([-+*]\\|[0-9]+[.)]\\) \\[[- X]\\]" end t))
12887 (not (save-excursion (re-search-forward
12888 ":COOKIE_DATA:.*\\<todo\\>" end t))))
12889 (org-update-checkbox-count)
12890 (if (and l2 (> l2 l1))
12891 (progn
12892 (goto-char end)
12893 (org-update-parent-todo-statistics))
12894 (goto-char pos)
12895 (beginning-of-line 1)
12896 (while (re-search-forward
12897 "\\(\\(\\[[0-9]*%\\]\\)\\|\\(\\[[0-9]*/[0-9]*\\]\\)\\)"
12898 (point-at-eol) t)
12899 (replace-match (if (match-end 2) "[100%]" "[0/0]") t t)))))
12900 (goto-char pos)
12901 (move-marker pos nil)))))
12903 (defvar org-entry-property-inherited-from) ;; defined below
12904 (defun org-update-parent-todo-statistics ()
12905 "Update any statistics cookie in the parent of the current headline.
12906 When `org-hierarchical-todo-statistics' is nil, statistics will cover
12907 the entire subtree and this will travel up the hierarchy and update
12908 statistics everywhere."
12909 (let* ((prop (save-excursion (org-up-heading-safe)
12910 (org-entry-get nil "COOKIE_DATA" 'inherit)))
12911 (recursive (or (not org-hierarchical-todo-statistics)
12912 (and prop (string-match "\\<recursive\\>" prop))))
12913 (lim (or (and prop (marker-position org-entry-property-inherited-from))
12915 (first t)
12916 (box-re "\\(\\(\\[[0-9]*%\\]\\)\\|\\(\\[[0-9]*/[0-9]*\\]\\)\\)")
12917 level ltoggle l1 new ndel
12918 (cnt-all 0) (cnt-done 0) is-percent kwd
12919 checkbox-beg ov ovs ove cookie-present)
12920 (catch 'exit
12921 (save-excursion
12922 (beginning-of-line 1)
12923 (setq ltoggle (funcall outline-level))
12924 ;; Three situations are to consider:
12926 ;; 1. if `org-hierarchical-todo-statistics' is nil, repeat up
12927 ;; to the top-level ancestor on the headline;
12929 ;; 2. If parent has "recursive" property, repeat up to the
12930 ;; headline setting that property, taking inheritance into
12931 ;; account;
12933 ;; 3. Else, move up to direct parent and proceed only once.
12934 (while (and (setq level (org-up-heading-safe))
12935 (or recursive first)
12936 (>= (point) lim))
12937 (setq first nil cookie-present nil)
12938 (unless (and level
12939 (not (string-match
12940 "\\<checkbox\\>"
12941 (downcase (or (org-entry-get nil "COOKIE_DATA")
12942 "")))))
12943 (throw 'exit nil))
12944 (while (re-search-forward box-re (point-at-eol) t)
12945 (setq cnt-all 0 cnt-done 0 cookie-present t)
12946 (setq is-percent (match-end 2) checkbox-beg (match-beginning 0))
12947 (save-match-data
12948 (unless (outline-next-heading) (throw 'exit nil))
12949 (while (and (looking-at org-complex-heading-regexp)
12950 (> (setq l1 (length (match-string 1))) level))
12951 (setq kwd (and (or recursive (= l1 ltoggle))
12952 (match-string 2)))
12953 (if (or (eq org-provide-todo-statistics 'all-headlines)
12954 (and (eq org-provide-todo-statistics t)
12955 (or (member kwd org-done-keywords)))
12956 (and (listp org-provide-todo-statistics)
12957 (stringp (car org-provide-todo-statistics))
12958 (or (member kwd org-provide-todo-statistics)
12959 (member kwd org-done-keywords)))
12960 (and (listp org-provide-todo-statistics)
12961 (listp (car org-provide-todo-statistics))
12962 (or (member kwd (car org-provide-todo-statistics))
12963 (and (member kwd org-done-keywords)
12964 (member kwd (cadr org-provide-todo-statistics))))))
12965 (setq cnt-all (1+ cnt-all))
12966 (if (eq org-provide-todo-statistics t)
12967 (and kwd (setq cnt-all (1+ cnt-all)))))
12968 (when (or (and (member org-provide-todo-statistics '(t all-headlines))
12969 (member kwd org-done-keywords))
12970 (and (listp org-provide-todo-statistics)
12971 (listp (car org-provide-todo-statistics))
12972 (member kwd org-done-keywords)
12973 (member kwd (cadr org-provide-todo-statistics)))
12974 (and (listp org-provide-todo-statistics)
12975 (stringp (car org-provide-todo-statistics))
12976 (member kwd org-done-keywords)))
12977 (setq cnt-done (1+ cnt-done)))
12978 (outline-next-heading)))
12979 (setq new
12980 (if is-percent
12981 (format "[%d%%]" (floor (* 100.0 cnt-done)
12982 (max 1 cnt-all)))
12983 (format "[%d/%d]" cnt-done cnt-all))
12984 ndel (- (match-end 0) checkbox-beg))
12985 ;; handle overlays when updating cookie from column view
12986 (when (setq ov (car (overlays-at checkbox-beg)))
12987 (setq ovs (overlay-start ov) ove (overlay-end ov))
12988 (delete-overlay ov))
12989 (goto-char checkbox-beg)
12990 (insert new)
12991 (delete-region (point) (+ (point) ndel))
12992 (when org-auto-align-tags (org-fix-tags-on-the-fly))
12993 (when ov (move-overlay ov ovs ove)))
12994 (when cookie-present
12995 (run-hook-with-args 'org-after-todo-statistics-hook
12996 cnt-done (- cnt-all cnt-done))))))
12997 (run-hooks 'org-todo-statistics-hook)))
12999 (defvar org-after-todo-statistics-hook nil
13000 "Hook that is called after a TODO statistics cookie has been updated.
13001 Each function is called with two arguments: the number of not-done entries
13002 and the number of done entries.
13004 For example, the following function, when added to this hook, will switch
13005 an entry to DONE when all children are done, and back to TODO when new
13006 entries are set to a TODO status. Note that this hook is only called
13007 when there is a statistics cookie in the headline!
13009 (defun org-summary-todo (n-done n-not-done)
13010 \"Switch entry to DONE when all subentries are done, to TODO otherwise.\"
13011 (let (org-log-done org-log-states) ; turn off logging
13012 (org-todo (if (= n-not-done 0) \"DONE\" \"TODO\"))))
13015 (defvar org-todo-statistics-hook nil
13016 "Hook that is run whenever Org thinks TODO statistics should be updated.
13017 This hook runs even if there is no statistics cookie present, in which case
13018 `org-after-todo-statistics-hook' would not run.")
13020 (defun org-todo-trigger-tag-changes (state)
13021 "Apply the changes defined in `org-todo-state-tags-triggers'."
13022 (let ((l org-todo-state-tags-triggers)
13023 changes)
13024 (when (or (not state) (equal state ""))
13025 (setq changes (append changes (cdr (assoc "" l)))))
13026 (when (and (stringp state) (> (length state) 0))
13027 (setq changes (append changes (cdr (assoc state l)))))
13028 (when (member state org-not-done-keywords)
13029 (setq changes (append changes (cdr (assoc 'todo l)))))
13030 (when (member state org-done-keywords)
13031 (setq changes (append changes (cdr (assoc 'done l)))))
13032 (dolist (c changes)
13033 (org-toggle-tag (car c) (if (cdr c) 'on 'off)))))
13035 (defun org-local-logging (value)
13036 "Get logging settings from a property VALUE."
13037 ;; Directly set the variables, they are already local.
13038 (setq org-log-done nil
13039 org-log-repeat nil
13040 org-todo-log-states nil)
13041 (dolist (w (org-split-string value))
13042 (let* (a)
13043 (cond
13044 ((setq a (assoc w org-startup-options))
13045 (and (member (nth 1 a) '(org-log-done org-log-repeat))
13046 (set (nth 1 a) (nth 2 a))))
13047 ((setq a (org-extract-log-state-settings w))
13048 (and (member (car a) org-todo-keywords-1)
13049 (push a org-todo-log-states)))))))
13051 (defun org-get-todo-sequence-head (kwd)
13052 "Return the head of the TODO sequence to which KWD belongs.
13053 If KWD is not set, check if there is a text property remembering the
13054 right sequence."
13055 (let (p)
13056 (cond
13057 ((not kwd)
13058 (or (get-text-property (point-at-bol) 'org-todo-head)
13059 (progn
13060 (setq p (next-single-property-change (point-at-bol) 'org-todo-head
13061 nil (point-at-eol)))
13062 (get-text-property p 'org-todo-head))))
13063 ((not (member kwd org-todo-keywords-1))
13064 (car org-todo-keywords-1))
13065 (t (nth 2 (assoc kwd org-todo-kwd-alist))))))
13067 (defun org-fast-todo-selection ()
13068 "Fast TODO keyword selection with single keys.
13069 Returns the new TODO keyword, or nil if no state change should occur."
13070 (let* ((fulltable org-todo-key-alist)
13071 (done-keywords org-done-keywords) ;; needed for the faces.
13072 (maxlen (apply 'max (mapcar
13073 (lambda (x)
13074 (if (stringp (car x)) (string-width (car x)) 0))
13075 fulltable)))
13076 (expert nil)
13077 (fwidth (+ maxlen 3 1 3))
13078 (ncol (/ (- (window-width) 4) fwidth))
13079 tg cnt e c tbl
13080 groups ingroup)
13081 (save-excursion
13082 (save-window-excursion
13083 (if expert
13084 (set-buffer (get-buffer-create " *Org todo*"))
13085 (org-switch-to-buffer-other-window (get-buffer-create " *Org todo*")))
13086 (erase-buffer)
13087 (org-set-local 'org-done-keywords done-keywords)
13088 (setq tbl fulltable cnt 0)
13089 (while (setq e (pop tbl))
13090 (cond
13091 ((equal e '(:startgroup))
13092 (push '() groups) (setq ingroup t)
13093 (when (not (= cnt 0))
13094 (setq cnt 0)
13095 (insert "\n"))
13096 (insert "{ "))
13097 ((equal e '(:endgroup))
13098 (setq ingroup nil cnt 0)
13099 (insert "}\n"))
13100 ((equal e '(:newline))
13101 (when (not (= cnt 0))
13102 (setq cnt 0)
13103 (insert "\n")
13104 (setq e (car tbl))
13105 (while (equal (car tbl) '(:newline))
13106 (insert "\n")
13107 (setq tbl (cdr tbl)))))
13109 (setq tg (car e) c (cdr e))
13110 (if ingroup (push tg (car groups)))
13111 (setq tg (org-add-props tg nil 'face
13112 (org-get-todo-face tg)))
13113 (if (and (= cnt 0) (not ingroup)) (insert " "))
13114 (insert "[" c "] " tg (make-string
13115 (- fwidth 4 (length tg)) ?\ ))
13116 (when (= (setq cnt (1+ cnt)) ncol)
13117 (insert "\n")
13118 (if ingroup (insert " "))
13119 (setq cnt 0)))))
13120 (insert "\n")
13121 (goto-char (point-min))
13122 (if (not expert) (org-fit-window-to-buffer))
13123 (message "[a-z..]:Set [SPC]:clear")
13124 (setq c (let ((inhibit-quit t)) (read-char-exclusive)))
13125 (cond
13126 ((or (= c ?\C-g)
13127 (and (= c ?q) (not (rassoc c fulltable))))
13128 (setq quit-flag t))
13129 ((= c ?\ ) nil)
13130 ((setq e (rassoc c fulltable) tg (car e))
13132 (t (setq quit-flag t)))))))
13134 (defun org-entry-is-todo-p ()
13135 (member (org-get-todo-state) org-not-done-keywords))
13137 (defun org-entry-is-done-p ()
13138 (member (org-get-todo-state) org-done-keywords))
13140 (defun org-get-todo-state ()
13141 "Return the TODO keyword of the current subtree."
13142 (save-excursion
13143 (org-back-to-heading t)
13144 (and (looking-at org-todo-line-regexp)
13145 (match-end 2)
13146 (match-string 2))))
13148 (defun org-at-date-range-p (&optional inactive-ok)
13149 "Is the cursor inside a date range?"
13150 (interactive)
13151 (save-excursion
13152 (catch 'exit
13153 (let ((pos (point)))
13154 (skip-chars-backward "^[<\r\n")
13155 (skip-chars-backward "<[")
13156 (and (looking-at (if inactive-ok org-tr-regexp-both org-tr-regexp))
13157 (>= (match-end 0) pos)
13158 (throw 'exit t))
13159 (skip-chars-backward "^<[\r\n")
13160 (skip-chars-backward "<[")
13161 (and (looking-at (if inactive-ok org-tr-regexp-both org-tr-regexp))
13162 (>= (match-end 0) pos)
13163 (throw 'exit t)))
13164 nil)))
13166 (defun org-get-repeat (&optional tagline)
13167 "Check if there is a deadline/schedule with repeater in this entry."
13168 (save-match-data
13169 (save-excursion
13170 (org-back-to-heading t)
13171 (and (re-search-forward (if tagline
13172 (concat tagline "\\s-*" org-repeat-re)
13173 org-repeat-re)
13174 (org-entry-end-position) t)
13175 (match-string-no-properties 1)))))
13177 (defvar org-last-changed-timestamp)
13178 (defvar org-last-inserted-timestamp)
13179 (defvar org-log-post-message)
13180 (defvar org-log-note-purpose)
13181 (defvar org-log-note-how nil)
13182 (defvar org-log-note-extra)
13183 (defun org-auto-repeat-maybe (done-word)
13184 "Check if the current headline contains a repeated deadline/schedule.
13185 If yes, set TODO state back to what it was and change the base date
13186 of repeating deadline/scheduled time stamps to new date.
13187 This function is run automatically after each state change to a DONE state."
13188 ;; last-state is dynamically scoped into this function
13189 (let* ((repeat (org-get-repeat))
13190 (aa (assoc org-last-state org-todo-kwd-alist))
13191 (interpret (nth 1 aa))
13192 (head (nth 2 aa))
13193 (whata '(("h" . hour) ("d" . day) ("m" . month) ("y" . year)))
13194 (msg "Entry repeats: ")
13195 (org-log-done nil)
13196 (org-todo-log-states nil)
13197 re type n what ts time to-state)
13198 (when (and repeat (not (zerop (string-to-number (substring repeat 1)))))
13199 (if (eq org-log-repeat t) (setq org-log-repeat 'state))
13200 (setq to-state (or (org-entry-get nil "REPEAT_TO_STATE")
13201 org-todo-repeat-to-state))
13202 (unless (and to-state (member to-state org-todo-keywords-1))
13203 (setq to-state (if (eq interpret 'type) org-last-state head)))
13204 (org-todo to-state)
13205 (when (or org-log-repeat (org-entry-get nil "CLOCK"))
13206 (org-entry-put nil "LAST_REPEAT" (format-time-string
13207 (org-time-stamp-format t t))))
13208 (when org-log-repeat
13209 (if (or (memq 'org-add-log-note (default-value 'post-command-hook))
13210 (memq 'org-add-log-note post-command-hook))
13211 ;; OK, we are already setup for some record
13212 (if (eq org-log-repeat 'note)
13213 ;; make sure we take a note, not only a time stamp
13214 (setq org-log-note-how 'note))
13215 ;; Set up for taking a record
13216 (org-add-log-setup 'state (or done-word (car org-done-keywords))
13217 org-last-state
13218 'findpos org-log-repeat)))
13219 (org-back-to-heading t)
13220 (org-add-planning-info nil nil 'closed)
13221 (setq re (concat "\\(" org-scheduled-time-regexp "\\)\\|\\("
13222 org-deadline-time-regexp "\\)\\|\\("
13223 org-ts-regexp "\\)"))
13224 (while (re-search-forward
13225 re (save-excursion (outline-next-heading) (point)) t)
13226 (setq type (if (match-end 1) org-scheduled-string
13227 (if (match-end 3) org-deadline-string "Plain:"))
13228 ts (match-string (if (match-end 2) 2 (if (match-end 4) 4 0))))
13229 (when (string-match "\\([.+]\\)?\\(\\+[0-9]+\\)\\([hdwmy]\\)" ts)
13230 (setq n (string-to-number (match-string 2 ts))
13231 what (match-string 3 ts))
13232 (if (equal what "w") (setq n (* n 7) what "d"))
13233 (if (and (equal what "h") (not (string-match "[0-9]\\{1,2\\}:[0-9]\\{2\\}" ts)))
13234 (user-error "Cannot repeat in Repeat in %d hour(s) because no hour has been set" n))
13235 ;; Preparation, see if we need to modify the start date for the change
13236 (when (match-end 1)
13237 (setq time (save-match-data (org-time-string-to-time ts)))
13238 (cond
13239 ((equal (match-string 1 ts) ".")
13240 ;; Shift starting date to today
13241 (org-timestamp-change
13242 (- (org-today) (time-to-days time))
13243 'day))
13244 ((equal (match-string 1 ts) "+")
13245 (let ((nshiftmax 10) (nshift 0))
13246 (while (or (= nshift 0)
13247 (<= (time-to-days time)
13248 (time-to-days (current-time))))
13249 (when (= (incf nshift) nshiftmax)
13250 (or (y-or-n-p (message "%d repeater intervals were not enough to shift date past today. Continue? " nshift))
13251 (user-error "Abort")))
13252 (org-timestamp-change n (cdr (assoc what whata)))
13253 (org-at-timestamp-p t)
13254 (setq ts (match-string 1))
13255 (setq time (save-match-data (org-time-string-to-time ts)))))
13256 (org-timestamp-change (- n) (cdr (assoc what whata)))
13257 ;; rematch, so that we have everything in place for the real shift
13258 (org-at-timestamp-p t)
13259 (setq ts (match-string 1))
13260 (string-match "\\([.+]\\)?\\(\\+[0-9]+\\)\\([hdwmy]\\)" ts))))
13261 (save-excursion (org-timestamp-change n (cdr (assoc what whata)) nil t))
13262 (setq msg (concat msg type " " org-last-changed-timestamp " "))))
13263 (setq org-log-post-message msg)
13264 (message "%s" msg))))
13266 (defun org-show-todo-tree (arg)
13267 "Make a compact tree which shows all headlines marked with TODO.
13268 The tree will show the lines where the regexp matches, and all higher
13269 headlines above the match.
13270 With a \\[universal-argument] prefix, prompt for a regexp to match.
13271 With a numeric prefix N, construct a sparse tree for the Nth element
13272 of `org-todo-keywords-1'."
13273 (interactive "P")
13274 (let ((case-fold-search nil)
13275 (kwd-re
13276 (cond ((null arg) org-not-done-regexp)
13277 ((equal arg '(4))
13278 (let ((kwd (org-icompleting-read "Keyword (or KWD1|KWD2|...): "
13279 (mapcar 'list org-todo-keywords-1))))
13280 (concat "\\("
13281 (mapconcat 'identity (org-split-string kwd "|") "\\|")
13282 "\\)\\>")))
13283 ((<= (prefix-numeric-value arg) (length org-todo-keywords-1))
13284 (regexp-quote (nth (1- (prefix-numeric-value arg))
13285 org-todo-keywords-1)))
13286 (t (user-error "Invalid prefix argument: %s" arg)))))
13287 (message "%d TODO entries found"
13288 (org-occur (concat "^" org-outline-regexp " *" kwd-re )))))
13290 (defun org-deadline (arg &optional time)
13291 "Insert the \"DEADLINE:\" string with a timestamp to make a deadline.
13292 With one universal prefix argument, remove any deadline from the item.
13293 With two universal prefix arguments, prompt for a warning delay.
13294 With argument TIME, set the deadline at the corresponding date. TIME
13295 can either be an Org date like \"2011-07-24\" or a delta like \"+2d\"."
13296 (interactive "P")
13297 (if (and (org-region-active-p) org-loop-over-headlines-in-active-region)
13298 (let ((cl (if (eq org-loop-over-headlines-in-active-region 'start-level)
13299 'region-start-level 'region))
13300 org-loop-over-headlines-in-active-region)
13301 (org-map-entries
13302 `(org-deadline ',arg ,time)
13303 org-loop-over-headlines-in-active-region
13304 cl (if (outline-invisible-p) (org-end-of-subtree nil t))))
13305 (let* ((old-date (org-entry-get nil "DEADLINE"))
13306 (old-date-time (if old-date (org-time-string-to-time old-date)))
13307 (repeater (and old-date
13308 (string-match
13309 "\\([.+-]+[0-9]+[hdwmy]\\(?:[/ ][-+]?[0-9]+[hdwmy]\\)?\\) ?"
13310 old-date)
13311 (match-string 1 old-date))))
13312 (cond
13313 ((equal arg '(4))
13314 (when (and old-date org-log-redeadline)
13315 (org-add-log-setup 'deldeadline nil old-date 'findpos
13316 org-log-redeadline))
13317 (org-remove-timestamp-with-keyword org-deadline-string)
13318 (message "Item no longer has a deadline."))
13319 ((equal arg '(16))
13320 (save-excursion
13321 (org-back-to-heading t)
13322 (if (re-search-forward
13323 org-deadline-time-regexp
13324 (save-excursion (outline-next-heading) (point)) t)
13325 (let* ((rpl0 (match-string 1))
13326 (rpl (replace-regexp-in-string " -[0-9]+[hdwmy]" "" rpl0)))
13327 (replace-match
13328 (concat org-deadline-string
13329 " <" rpl
13330 (format " -%dd"
13331 (abs
13332 (- (time-to-days
13333 (save-match-data
13334 (org-read-date nil t nil "Warn starting from" old-date-time)))
13335 (time-to-days old-date-time))))
13336 ">") t t))
13337 (user-error "No deadline information to update"))))
13339 (org-add-planning-info 'deadline time 'closed)
13340 (when (and old-date org-log-redeadline
13341 (not (equal old-date
13342 (substring org-last-inserted-timestamp 1 -1))))
13343 (org-add-log-setup 'redeadline nil old-date 'findpos
13344 org-log-redeadline))
13345 (when repeater
13346 (save-excursion
13347 (org-back-to-heading t)
13348 (when (re-search-forward (concat org-deadline-string " "
13349 org-last-inserted-timestamp)
13350 (save-excursion
13351 (outline-next-heading) (point)) t)
13352 (goto-char (1- (match-end 0)))
13353 (insert " " repeater)
13354 (setq org-last-inserted-timestamp
13355 (concat (substring org-last-inserted-timestamp 0 -1)
13356 " " repeater
13357 (substring org-last-inserted-timestamp -1))))))
13358 (message "Deadline on %s" org-last-inserted-timestamp))))))
13360 (defun org-schedule (arg &optional time)
13361 "Insert the SCHEDULED: string with a timestamp to schedule a TODO item.
13362 With one universal prefix argument, remove any scheduling date from the item.
13363 With two universal prefix arguments, prompt for a delay cookie.
13364 With argument TIME, scheduled at the corresponding date. TIME can
13365 either be an Org date like \"2011-07-24\" or a delta like \"+2d\"."
13366 (interactive "P")
13367 (if (and (org-region-active-p) org-loop-over-headlines-in-active-region)
13368 (let ((cl (if (eq org-loop-over-headlines-in-active-region 'start-level)
13369 'region-start-level 'region))
13370 org-loop-over-headlines-in-active-region)
13371 (org-map-entries
13372 `(org-schedule ',arg ,time)
13373 org-loop-over-headlines-in-active-region
13374 cl (if (outline-invisible-p) (org-end-of-subtree nil t))))
13375 (let* ((old-date (org-entry-get nil "SCHEDULED"))
13376 (old-date-time (if old-date (org-time-string-to-time old-date)))
13377 (repeater (and old-date
13378 (string-match
13379 "\\([.+-]+[0-9]+[hdwmy]\\(?:[/ ][-+]?[0-9]+[hdwmy]\\)?\\) ?"
13380 old-date)
13381 (match-string 1 old-date))))
13382 (cond
13383 ((equal arg '(4))
13384 (progn
13385 (when (and old-date org-log-reschedule)
13386 (org-add-log-setup 'delschedule nil old-date 'findpos
13387 org-log-reschedule))
13388 (org-remove-timestamp-with-keyword org-scheduled-string)
13389 (message "Item is no longer scheduled.")))
13390 ((equal arg '(16))
13391 (save-excursion
13392 (org-back-to-heading t)
13393 (if (re-search-forward
13394 org-scheduled-time-regexp
13395 (save-excursion (outline-next-heading) (point)) t)
13396 (let* ((rpl0 (match-string 1))
13397 (rpl (replace-regexp-in-string " -[0-9]+[hdwmy]" "" rpl0)))
13398 (replace-match
13399 (concat org-scheduled-string
13400 " <" rpl
13401 (format " -%dd"
13402 (abs
13403 (- (time-to-days
13404 (save-match-data
13405 (org-read-date nil t nil "Delay until" old-date-time)))
13406 (time-to-days old-date-time))))
13407 ">") t t))
13408 (user-error "No scheduled information to update"))))
13410 (org-add-planning-info 'scheduled time 'closed)
13411 (when (and old-date org-log-reschedule
13412 (not (equal old-date
13413 (substring org-last-inserted-timestamp 1 -1))))
13414 (org-add-log-setup 'reschedule nil old-date 'findpos
13415 org-log-reschedule))
13416 (when repeater
13417 (save-excursion
13418 (org-back-to-heading t)
13419 (when (re-search-forward (concat org-scheduled-string " "
13420 org-last-inserted-timestamp)
13421 (save-excursion
13422 (outline-next-heading) (point)) t)
13423 (goto-char (1- (match-end 0)))
13424 (insert " " repeater)
13425 (setq org-last-inserted-timestamp
13426 (concat (substring org-last-inserted-timestamp 0 -1)
13427 " " repeater
13428 (substring org-last-inserted-timestamp -1))))))
13429 (message "Scheduled to %s" org-last-inserted-timestamp))))))
13431 (defun org-get-scheduled-time (pom &optional inherit)
13432 "Get the scheduled time as a time tuple, of a format suitable
13433 for calling org-schedule with, or if there is no scheduling,
13434 returns nil."
13435 (let ((time (org-entry-get pom "SCHEDULED" inherit)))
13436 (when time
13437 (apply 'encode-time (org-parse-time-string time)))))
13439 (defun org-get-deadline-time (pom &optional inherit)
13440 "Get the deadline as a time tuple, of a format suitable for
13441 calling org-deadline with, or if there is no scheduling, returns
13442 nil."
13443 (let ((time (org-entry-get pom "DEADLINE" inherit)))
13444 (when time
13445 (apply 'encode-time (org-parse-time-string time)))))
13447 (defun org-remove-timestamp-with-keyword (keyword)
13448 "Remove all time stamps with KEYWORD in the current entry."
13449 (let ((re (concat "\\<" (regexp-quote keyword) " +<[^>\n]+>[ \t]*"))
13450 beg)
13451 (save-excursion
13452 (org-back-to-heading t)
13453 (setq beg (point))
13454 (outline-next-heading)
13455 (while (re-search-backward re beg t)
13456 (replace-match "")
13457 (if (and (string-match "\\S-" (buffer-substring (point-at-bol) (point)))
13458 (equal (char-before) ?\ ))
13459 (backward-delete-char 1)
13460 (if (string-match "^[ \t]*$" (buffer-substring
13461 (point-at-bol) (point-at-eol)))
13462 (delete-region (point-at-bol)
13463 (min (point-max) (1+ (point-at-eol))))))))))
13465 (defvar org-time-was-given) ; dynamically scoped parameter
13466 (defvar org-end-time-was-given) ; dynamically scoped parameter
13468 (defun org-at-planning-p ()
13469 "Non-nil when point is on a planning info line."
13470 ;; This is as accurate and faster than `org-element-at-point' since
13471 ;; planning info location is fixed in the section.
13472 (org-with-wide-buffer
13473 (beginning-of-line)
13474 (and (org-looking-at-p org-planning-line-re)
13475 (eq (point)
13476 (ignore-errors
13477 (if (and (featurep 'org-inlinetask) (org-inlinetask-in-task-p))
13478 (org-back-to-heading t)
13479 (org-with-limited-levels (org-back-to-heading t)))
13480 (line-beginning-position 2))))))
13482 (defun org-add-planning-info (what &optional time &rest remove)
13483 "Insert new timestamp with keyword in the planning line.
13484 WHAT indicates what kind of time stamp to add. It is a symbol
13485 among `closed', `deadline', `scheduled' and nil. TIME indicates
13486 the time to use. If none is given, the user is prompted for
13487 a date. REMOVE indicates what kind of entries to remove. An old
13488 WHAT entry will also be removed."
13489 (let (org-time-was-given org-end-time-was-given default-time default-input)
13490 (catch 'exit
13491 (when (and (memq what '(scheduled deadline))
13492 (or (not time)
13493 (and (stringp time)
13494 (string-match "^[-+]+[0-9]" time))))
13495 ;; Try to get a default date/time from existing timestamp
13496 (save-excursion
13497 (org-back-to-heading t)
13498 (let ((end (save-excursion (outline-next-heading) (point))) ts)
13499 (when (re-search-forward (if (eq what 'scheduled)
13500 org-scheduled-time-regexp
13501 org-deadline-time-regexp)
13502 end t)
13503 (setq ts (match-string 1)
13504 default-time (apply 'encode-time (org-parse-time-string ts))
13505 default-input (and ts (org-get-compact-tod ts)))))))
13506 (when what
13507 (setq time
13508 (if (stringp time)
13509 ;; This is a string (relative or absolute), set
13510 ;; proper date.
13511 (apply #'encode-time
13512 (org-read-date-analyze
13513 time default-time (decode-time default-time)))
13514 ;; If necessary, get the time from the user
13515 (or time (org-read-date nil 'to-time nil nil
13516 default-time default-input)))))
13518 (org-with-wide-buffer
13519 (org-back-to-heading t)
13520 (forward-line)
13521 (unless (bolp) (insert "\n"))
13522 (cond ((org-looking-at-p org-planning-line-re)
13523 ;; Move to current indentation.
13524 (skip-chars-forward " \t")
13525 ;; Check if we have to remove something.
13526 (dolist (type (if what (cons what remove) remove))
13527 (save-excursion
13528 (when (re-search-forward
13529 (concat
13530 " *"
13531 (case type
13532 (closed org-closed-time-regexp)
13533 (deadline org-deadline-time-regexp)
13534 (scheduled org-scheduled-time-regexp)
13535 (otherwise
13536 (error "Invalid planning type: %s" type))))
13537 (line-end-position) t)
13538 (replace-match "")
13539 (when (looking-at "--+<[^>]+>") (replace-match ""))
13540 (when (and (not what) (eq type 'closed))
13541 (save-excursion
13542 (beginning-of-line)
13543 (when (looking-at "[ \t]*$")
13544 (delete-region (point)
13545 (line-beginning-position 2)))))))
13546 ;; Remove leading white spaces.
13547 (when (looking-at "[ \t]+") (replace-match ""))))
13548 ((not what) (throw 'exit nil)) ; Nothing to do.
13549 (t (insert-before-markers "\n")
13550 (backward-char 1)
13551 (when org-adapt-indentation
13552 (org-indent-to-column (1+ (org-outline-level))))))
13553 (when what
13554 ;; Insert planning keyword.
13555 (insert (case what
13556 (closed org-closed-string)
13557 (deadline org-deadline-string)
13558 (scheduled org-scheduled-string)
13559 (otherwise (error "Invalid planning type: %s" what)))
13560 " ")
13561 ;; Insert associated timestamp.
13562 (let ((ts (org-insert-time-stamp
13563 time
13564 (or org-time-was-given
13565 (and (eq what 'closed) org-log-done-with-time))
13566 (eq what 'closed)
13567 nil nil (list org-end-time-was-given))))
13568 (unless (eolp) (insert " "))
13569 ts))))))
13571 (defvar org-log-note-marker (make-marker))
13572 (defvar org-log-note-purpose nil)
13573 (defvar org-log-note-state nil)
13574 (defvar org-log-note-previous-state nil)
13575 (defvar org-log-note-extra nil)
13576 (defvar org-log-note-window-configuration nil)
13577 (defvar org-log-note-return-to (make-marker))
13578 (defvar org-log-note-effective-time nil
13579 "Remembered current time so that dynamically scoped
13580 `org-extend-today-until' affects tha timestamps in state change
13581 log")
13583 (defvar org-log-post-message nil
13584 "Message to be displayed after a log note has been stored.
13585 The auto-repeater uses this.")
13587 (defun org-add-note ()
13588 "Add a note to the current entry.
13589 This is done in the same way as adding a state change note."
13590 (interactive)
13591 (org-add-log-setup 'note nil nil 'findpos nil))
13593 (defun org-log-beginning (&optional create)
13594 "Return expected start of log notes in current entry.
13595 When optional argument CREATE is non-nil, the function creates
13596 a drawer to store notes, if necessary. Returned position ignores
13597 narrowing."
13598 (org-with-wide-buffer
13599 (org-end-of-meta-data)
13600 (let ((end (if (org-at-heading-p) (point)
13601 (save-excursion (outline-next-heading) (point))))
13602 (drawer (org-log-into-drawer)))
13603 (cond
13604 (drawer
13605 (let ((regexp (concat "^[ \t]*:" (regexp-quote drawer) ":[ \t]*$"))
13606 (case-fold-search t))
13607 (catch 'exit
13608 ;; Try to find existing drawer.
13609 (while (re-search-forward regexp end t)
13610 (let ((element (org-element-at-point)))
13611 (when (eq (org-element-type element) 'drawer)
13612 (let ((cend (org-element-property :contents-end element)))
13613 (when (and (not org-log-states-order-reversed) cend)
13614 (goto-char cend)))
13615 (throw 'exit nil))))
13616 ;; No drawer found. Create one, if permitted.
13617 (when create
13618 (unless (bolp) (insert "\n"))
13619 (let ((beg (point)))
13620 (insert ":" drawer ":\n:END:\n")
13621 (org-indent-region beg (point)))
13622 (end-of-line -1)))))
13623 (org-log-state-notes-insert-after-drawers
13624 (while (and (looking-at org-drawer-regexp)
13625 (progn (goto-char (match-end 0))
13626 (re-search-forward org-property-end-re end t)))
13627 (forward-line)))))
13628 (if (bolp) (point) (line-beginning-position 2))))
13630 (defun org-add-log-setup (&optional purpose state prev-state findpos how extra)
13631 "Set up the post command hook to take a note.
13632 If this is about to TODO state change, the new state is expected in STATE.
13633 When FINDPOS is non-nil, find the correct position for the note in
13634 the current entry. If not, assume that it can be inserted at point.
13635 HOW is an indicator what kind of note should be created.
13636 EXTRA is additional text that will be inserted into the notes buffer."
13637 (org-with-wide-buffer
13638 (when findpos
13639 (goto-char (org-log-beginning t))
13640 (unless org-log-states-order-reversed
13641 (org-skip-over-state-notes)
13642 (skip-chars-backward " \t\n\r")
13643 (forward-line)))
13644 (move-marker org-log-note-marker (point))
13645 ;; Preserve position even if a property drawer is inserted in the
13646 ;; process.
13647 (set-marker-insertion-type org-log-note-marker t)
13648 (setq org-log-note-purpose purpose
13649 org-log-note-state state
13650 org-log-note-previous-state prev-state
13651 org-log-note-how how
13652 org-log-note-extra extra
13653 org-log-note-effective-time (org-current-effective-time))
13654 (add-hook 'post-command-hook 'org-add-log-note 'append)))
13656 (defun org-skip-over-state-notes ()
13657 "Skip past the list of State notes in an entry."
13658 (when (ignore-errors (goto-char (org-in-item-p)))
13659 (let* ((struct (org-list-struct))
13660 (prevs (org-list-prevs-alist struct))
13661 (regexp
13662 (concat "[ \t]*- +"
13663 (replace-regexp-in-string
13664 " +" " +"
13665 (org-replace-escapes
13666 (regexp-quote (cdr (assq 'state org-log-note-headings)))
13667 `(("%d" . ,org-ts-regexp-inactive)
13668 ("%D" . ,org-ts-regexp)
13669 ("%s" . "\"\\S-+\"")
13670 ("%S" . "\"\\S-+\"")
13671 ("%t" . ,org-ts-regexp-inactive)
13672 ("%T" . ,org-ts-regexp)
13673 ("%u" . ".*?")
13674 ("%U" . ".*?")))))))
13675 (while (org-looking-at-p regexp)
13676 (goto-char (or (org-list-get-next-item (point) struct prevs)
13677 (org-list-get-item-end (point) struct)))))))
13679 (defun org-add-log-note (&optional purpose)
13680 "Pop up a window for taking a note, and add this note later at point."
13681 (remove-hook 'post-command-hook 'org-add-log-note)
13682 (setq org-log-note-window-configuration (current-window-configuration))
13683 (delete-other-windows)
13684 (move-marker org-log-note-return-to (point))
13685 (org-pop-to-buffer-same-window (marker-buffer org-log-note-marker))
13686 (goto-char org-log-note-marker)
13687 (org-switch-to-buffer-other-window "*Org Note*")
13688 (erase-buffer)
13689 (if (memq org-log-note-how '(time state))
13690 (let (current-prefix-arg) (org-store-log-note))
13691 (let ((org-inhibit-startup t)) (org-mode))
13692 (insert (format "# Insert note for %s.
13693 # Finish with C-c C-c, or cancel with C-c C-k.\n\n"
13694 (cond
13695 ((eq org-log-note-purpose 'clock-out) "stopped clock")
13696 ((eq org-log-note-purpose 'done) "closed todo item")
13697 ((eq org-log-note-purpose 'state)
13698 (format "state change from \"%s\" to \"%s\""
13699 (or org-log-note-previous-state "")
13700 (or org-log-note-state "")))
13701 ((eq org-log-note-purpose 'reschedule)
13702 "rescheduling")
13703 ((eq org-log-note-purpose 'delschedule)
13704 "no longer scheduled")
13705 ((eq org-log-note-purpose 'redeadline)
13706 "changing deadline")
13707 ((eq org-log-note-purpose 'deldeadline)
13708 "removing deadline")
13709 ((eq org-log-note-purpose 'refile)
13710 "refiling")
13711 ((eq org-log-note-purpose 'note)
13712 "this entry")
13713 (t (error "This should not happen")))))
13714 (if org-log-note-extra (insert org-log-note-extra))
13715 (org-set-local 'org-finish-function 'org-store-log-note)
13716 (run-hooks 'org-log-buffer-setup-hook)))
13718 (defvar org-note-abort nil) ; dynamically scoped
13719 (defun org-store-log-note ()
13720 "Finish taking a log note, and insert it to where it belongs."
13721 (let ((txt (buffer-string)))
13722 (kill-buffer (current-buffer))
13723 (let ((note (cdr (assq org-log-note-purpose org-log-note-headings))) lines)
13724 (while (string-match "\\`# .*\n[ \t\n]*" txt)
13725 (setq txt (replace-match "" t t txt)))
13726 (if (string-match "\\s-+\\'" txt)
13727 (setq txt (replace-match "" t t txt)))
13728 (setq lines (org-split-string txt "\n"))
13729 (when (and note (string-match "\\S-" note))
13730 (setq note
13731 (org-replace-escapes
13732 note
13733 (list (cons "%u" (user-login-name))
13734 (cons "%U" user-full-name)
13735 (cons "%t" (format-time-string
13736 (org-time-stamp-format 'long 'inactive)
13737 org-log-note-effective-time))
13738 (cons "%T" (format-time-string
13739 (org-time-stamp-format 'long nil)
13740 org-log-note-effective-time))
13741 (cons "%d" (format-time-string
13742 (org-time-stamp-format nil 'inactive)
13743 org-log-note-effective-time))
13744 (cons "%D" (format-time-string
13745 (org-time-stamp-format nil nil)
13746 org-log-note-effective-time))
13747 (cons "%s" (cond
13748 ((not org-log-note-state) "")
13749 ((org-string-match-p org-ts-regexp
13750 org-log-note-state)
13751 (format "\"[%s]\""
13752 (substring org-log-note-state 1 -1)))
13753 (t (format "\"%s\"" org-log-note-state))))
13754 (cons "%S"
13755 (cond
13756 ((not org-log-note-previous-state) "")
13757 ((org-string-match-p org-ts-regexp
13758 org-log-note-previous-state)
13759 (format "\"[%s]\""
13760 (substring
13761 org-log-note-previous-state 1 -1)))
13762 (t (format "\"%s\""
13763 org-log-note-previous-state)))))))
13764 (when lines (setq note (concat note " \\\\")))
13765 (push note lines))
13766 (when (or current-prefix-arg org-note-abort)
13767 (when (org-log-into-drawer)
13768 (org-remove-empty-drawer-at org-log-note-marker))
13769 (setq lines nil))
13770 (when lines
13771 (with-current-buffer (marker-buffer org-log-note-marker)
13772 (org-with-wide-buffer
13773 (goto-char org-log-note-marker)
13774 (move-marker org-log-note-marker nil)
13775 ;; Make sure point is at the beginning of an empty line.
13776 (cond ((not (bolp)) (let ((inhibit-read-only t)) (insert "\n")))
13777 ((looking-at "[ \t]*\\S-") (save-excursion (insert "\n"))))
13778 ;; In an existing list, add a new item at the top level.
13779 ;; Otherwise, indent line like a regular one.
13780 (let ((itemp (org-in-item-p)))
13781 (if itemp
13782 (org-indent-line-to
13783 (let ((struct (save-excursion
13784 (goto-char itemp) (org-list-struct))))
13785 (org-list-get-ind (org-list-get-top-point struct) struct)))
13786 (org-indent-line)))
13787 (insert (org-list-bullet-string "-") (pop lines))
13788 (let ((ind (org-list-item-body-column (line-beginning-position))))
13789 (dolist (line lines)
13790 (insert "\n")
13791 (org-indent-line-to ind)
13792 (insert line)))
13793 (message "Note stored")
13794 (org-back-to-heading t)
13795 (org-cycle-hide-drawers 'children))
13796 ;; Fix `buffer-undo-list' when `org-store-log-note' is called
13797 ;; from within `org-add-log-note' because `buffer-undo-list'
13798 ;; is then modified outside of `org-with-remote-undo'.
13799 (when (eq this-command 'org-agenda-todo)
13800 (setcdr buffer-undo-list (cddr buffer-undo-list)))))))
13801 ;; Don't add undo information when called from `org-agenda-todo'
13802 (let ((buffer-undo-list (eq this-command 'org-agenda-todo)))
13803 (set-window-configuration org-log-note-window-configuration)
13804 (with-current-buffer (marker-buffer org-log-note-return-to)
13805 (goto-char org-log-note-return-to))
13806 (move-marker org-log-note-return-to nil)
13807 (and org-log-post-message (message "%s" org-log-post-message))))
13809 (defun org-remove-empty-drawer-at (pos)
13810 "Remove an empty drawer at position POS.
13811 POS may also be a marker."
13812 (with-current-buffer (if (markerp pos) (marker-buffer pos) (current-buffer))
13813 (org-with-wide-buffer
13814 (goto-char pos)
13815 (let ((drawer (org-element-at-point)))
13816 (when (and (memq (org-element-type drawer) '(drawer property-drawer))
13817 (not (org-element-property :contents-begin drawer)))
13818 (delete-region (org-element-property :begin drawer)
13819 (progn (goto-char (org-element-property :end drawer))
13820 (skip-chars-backward " \r\t\n")
13821 (forward-line)
13822 (point))))))))
13824 (defvar org-ts-type nil)
13825 (defun org-sparse-tree (&optional arg type)
13826 "Create a sparse tree, prompt for the details.
13827 This command can create sparse trees. You first need to select the type
13828 of match used to create the tree:
13830 t Show all TODO entries.
13831 T Show entries with a specific TODO keyword.
13832 m Show entries selected by a tags/property match.
13833 p Enter a property name and its value (both with completion on existing
13834 names/values) and show entries with that property.
13835 r Show entries matching a regular expression (`/' can be used as well).
13836 b Show deadlines and scheduled items before a date.
13837 a Show deadlines and scheduled items after a date.
13838 d Show deadlines due within `org-deadline-warning-days'.
13839 D Show deadlines and scheduled items between a date range."
13840 (interactive "P")
13841 (setq type (or type org-sparse-tree-default-date-type))
13842 (setq org-ts-type type)
13843 (message "Sparse tree: [/]regexp [t]odo [T]odo-kwd [m]atch [p]roperty
13844 [d]eadlines [b]efore-date [a]fter-date [D]ates range
13845 [c]ycle through date types: %s"
13846 (case type
13847 (all "all timestamps")
13848 (scheduled "only scheduled")
13849 (deadline "only deadline")
13850 (active "only active timestamps")
13851 (inactive "only inactive timestamps")
13852 (closed "with a closed time-stamp")
13853 (otherwise "scheduled/deadline")))
13854 (let ((answer (read-char-exclusive)))
13855 (case answer
13857 (org-sparse-tree
13859 (cadr
13860 (memq type '(nil all scheduled deadline active inactive closed)))))
13861 (?d (call-interactively 'org-check-deadlines))
13862 (?b (call-interactively 'org-check-before-date))
13863 (?a (call-interactively 'org-check-after-date))
13864 (?D (call-interactively 'org-check-dates-range))
13865 (?t (call-interactively 'org-show-todo-tree))
13866 (?T (org-show-todo-tree '(4)))
13867 (?m (call-interactively 'org-match-sparse-tree))
13868 ((?p ?P)
13869 (let* ((kwd (org-icompleting-read
13870 "Property: " (mapcar 'list (org-buffer-property-keys))))
13871 (value (org-icompleting-read
13872 "Value: " (mapcar 'list (org-property-values kwd)))))
13873 (unless (string-match "\\`{.*}\\'" value)
13874 (setq value (concat "\"" value "\"")))
13875 (org-match-sparse-tree arg (concat kwd "=" value))))
13876 ((?r ?R ?/) (call-interactively 'org-occur))
13877 (otherwise (user-error "No such sparse tree command \"%c\"" answer)))))
13879 (defvar org-occur-highlights nil
13880 "List of overlays used for occur matches.")
13881 (make-variable-buffer-local 'org-occur-highlights)
13882 (defvar org-occur-parameters nil
13883 "Parameters of the active org-occur calls.
13884 This is a list, each call to org-occur pushes as cons cell,
13885 containing the regular expression and the callback, onto the list.
13886 The list can contain several entries if `org-occur' has been called
13887 several time with the KEEP-PREVIOUS argument. Otherwise, this list
13888 will only contain one set of parameters. When the highlights are
13889 removed (for example with `C-c C-c', or with the next edit (depending
13890 on `org-remove-highlights-with-change'), this variable is emptied
13891 as well.")
13892 (make-variable-buffer-local 'org-occur-parameters)
13894 (defun org-occur (regexp &optional keep-previous callback)
13895 "Make a compact tree which shows all matches of REGEXP.
13896 The tree will show the lines where the regexp matches, and all higher
13897 headlines above the match. It will also show the heading after the match,
13898 to make sure editing the matching entry is easy.
13899 If KEEP-PREVIOUS is non-nil, highlighting and exposing done by a previous
13900 call to `org-occur' will be kept, to allow stacking of calls to this
13901 command.
13902 If CALLBACK is non-nil, it is a function which is called to confirm
13903 that the match should indeed be shown."
13904 (interactive "sRegexp: \nP")
13905 (when (equal regexp "")
13906 (user-error "Regexp cannot be empty"))
13907 (unless keep-previous
13908 (org-remove-occur-highlights nil nil t))
13909 (push (cons regexp callback) org-occur-parameters)
13910 (let ((cnt 0))
13911 (save-excursion
13912 (goto-char (point-min))
13913 (if (or (not keep-previous) ; do not want to keep
13914 (not org-occur-highlights)) ; no previous matches
13915 ;; hide everything
13916 (org-overview))
13917 (while (re-search-forward regexp nil t)
13918 (when (or (not callback)
13919 (save-match-data (funcall callback)))
13920 (setq cnt (1+ cnt))
13921 (when org-highlight-sparse-tree-matches
13922 (org-highlight-new-match (match-beginning 0) (match-end 0)))
13923 (org-show-context 'occur-tree))))
13924 (when org-remove-highlights-with-change
13925 (org-add-hook 'before-change-functions 'org-remove-occur-highlights
13926 nil 'local))
13927 (unless org-sparse-tree-open-archived-trees
13928 (org-hide-archived-subtrees (point-min) (point-max)))
13929 (run-hooks 'org-occur-hook)
13930 (if (org-called-interactively-p 'interactive)
13931 (message "%d match(es) for regexp %s" cnt regexp))
13932 cnt))
13934 (defun org-occur-next-match (&optional n reset)
13935 "Function for `next-error-function' to find sparse tree matches.
13936 N is the number of matches to move, when negative move backwards.
13937 RESET is entirely ignored - this function always goes back to the
13938 starting point when no match is found."
13939 (let* ((limit (if (< n 0) (point-min) (point-max)))
13940 (search-func (if (< n 0)
13941 'previous-single-char-property-change
13942 'next-single-char-property-change))
13943 (n (abs n))
13944 (pos (point))
13946 (catch 'exit
13947 (while (setq p1 (funcall search-func (point) 'org-type))
13948 (when (equal p1 limit)
13949 (goto-char pos)
13950 (user-error "No more matches"))
13951 (when (equal (get-char-property p1 'org-type) 'org-occur)
13952 (setq n (1- n))
13953 (when (= n 0)
13954 (goto-char p1)
13955 (throw 'exit (point))))
13956 (goto-char p1))
13957 (goto-char p1)
13958 (user-error "No more matches"))))
13960 (defun org-show-context (&optional key)
13961 "Make sure point and context are visible.
13962 Optional argument KEY, when non-nil, is a symbol. See
13963 `org-show-context-detail' for allowed values and how much is to
13964 be shown."
13965 (org-show-set-visibility
13966 (cond ((symbolp org-show-context-detail) org-show-context-detail)
13967 ((cdr (assq key org-show-context-detail)))
13968 (t (cdr (assq 'default org-show-context-detail))))))
13970 (defun org-show-set-visibility (detail)
13971 "Set visibility around point according to DETAIL.
13972 DETAIL is either nil, `minimal', `local', `ancestors', `lineage',
13973 `tree', `canonical' or t. See `org-show-context-detail' for more
13974 information."
13975 (unless (org-before-first-heading-p)
13976 ;; Show current heading and possibly its entry, following headline
13977 ;; or all children.
13978 (if (and (org-at-heading-p) (not (eq detail 'local)))
13979 (org-flag-heading nil)
13980 (org-show-entry)
13981 (org-with-limited-levels
13982 (case detail
13983 ((tree canonical t) (show-children))
13984 ((nil minimal ancestors))
13985 (t (save-excursion
13986 (outline-next-heading)
13987 (org-flag-heading nil))))))
13988 ;; Show all siblings.
13989 (when (eq detail 'lineage) (org-show-siblings))
13990 ;; Show ancestors, possibly with their children.
13991 (when (memq detail '(ancestors lineage tree canonical t))
13992 (save-excursion
13993 (while (org-up-heading-safe)
13994 (org-flag-heading nil)
13995 (when (memq detail '(canonical t)) (org-show-entry))
13996 (when (memq detail '(tree canonical t)) (show-children)))))))
13998 (defvar org-reveal-start-hook nil
13999 "Hook run before revealing a location.")
14001 (defun org-reveal (&optional siblings)
14002 "Show current entry, hierarchy above it, and the following headline.
14004 This can be used to show a consistent set of context around
14005 locations exposed with `org-show-context'.
14007 With optional argument SIBLINGS, on each level of the hierarchy all
14008 siblings are shown. This repairs the tree structure to what it would
14009 look like when opened with hierarchical calls to `org-cycle'.
14011 With double optional argument \\[universal-argument] \\[universal-argument], \
14012 go to the parent and show the
14013 entire tree."
14014 (interactive "P")
14015 (run-hooks 'org-reveal-start-hook)
14016 (cond ((equal siblings '(4)) (org-show-set-visibility 'canonical))
14017 ((equal siblings '(16))
14018 (save-excursion
14019 (when (org-up-heading-safe)
14020 (org-show-subtree)
14021 (run-hook-with-args 'org-cycle-hook 'subtree))))
14022 (t (org-show-set-visibility 'lineage))))
14024 (defun org-highlight-new-match (beg end)
14025 "Highlight from BEG to END and mark the highlight is an occur headline."
14026 (let ((ov (make-overlay beg end)))
14027 (overlay-put ov 'face 'secondary-selection)
14028 (overlay-put ov 'org-type 'org-occur)
14029 (push ov org-occur-highlights)))
14031 (defun org-remove-occur-highlights (&optional beg end noremove)
14032 "Remove the occur highlights from the buffer.
14033 BEG and END are ignored. If NOREMOVE is nil, remove this function
14034 from the `before-change-functions' in the current buffer."
14035 (interactive)
14036 (unless org-inhibit-highlight-removal
14037 (mapc 'delete-overlay org-occur-highlights)
14038 (setq org-occur-highlights nil)
14039 (setq org-occur-parameters nil)
14040 (unless noremove
14041 (remove-hook 'before-change-functions
14042 'org-remove-occur-highlights 'local))))
14044 ;;;; Priorities
14046 (defvar org-priority-regexp ".*?\\(\\[#\\([A-Z0-9]\\)\\] ?\\)"
14047 "Regular expression matching the priority indicator.")
14049 (defvar org-remove-priority-next-time nil)
14051 (defun org-priority-up ()
14052 "Increase the priority of the current item."
14053 (interactive)
14054 (org-priority 'up))
14056 (defun org-priority-down ()
14057 "Decrease the priority of the current item."
14058 (interactive)
14059 (org-priority 'down))
14061 (defun org-priority (&optional action show)
14062 "Change the priority of an item.
14063 ACTION can be `set', `up', `down', or a character."
14064 (interactive "P")
14065 (if (equal action '(4))
14066 (org-show-priority)
14067 (unless org-enable-priority-commands
14068 (user-error "Priority commands are disabled"))
14069 (setq action (or action 'set))
14070 (let (current new news have remove)
14071 (save-excursion
14072 (org-back-to-heading t)
14073 (if (looking-at org-priority-regexp)
14074 (setq current (string-to-char (match-string 2))
14075 have t))
14076 (cond
14077 ((eq action 'remove)
14078 (setq remove t new ?\ ))
14079 ((or (eq action 'set)
14080 (if (featurep 'xemacs) (characterp action) (integerp action)))
14081 (if (not (eq action 'set))
14082 (setq new action)
14083 (message "Priority %c-%c, SPC to remove: "
14084 org-highest-priority org-lowest-priority)
14085 (save-match-data
14086 (setq new (read-char-exclusive))))
14087 (if (and (= (upcase org-highest-priority) org-highest-priority)
14088 (= (upcase org-lowest-priority) org-lowest-priority))
14089 (setq new (upcase new)))
14090 (cond ((equal new ?\ ) (setq remove t))
14091 ((or (< (upcase new) org-highest-priority) (> (upcase new) org-lowest-priority))
14092 (user-error "Priority must be between `%c' and `%c'"
14093 org-highest-priority org-lowest-priority))))
14094 ((eq action 'up)
14095 (setq new (if have
14096 (1- current) ; normal cycling
14097 ;; last priority was empty
14098 (if (eq last-command this-command)
14099 org-lowest-priority ; wrap around empty to lowest
14100 ;; default
14101 (if org-priority-start-cycle-with-default
14102 org-default-priority
14103 (1- org-default-priority))))))
14104 ((eq action 'down)
14105 (setq new (if have
14106 (1+ current) ; normal cycling
14107 ;; last priority was empty
14108 (if (eq last-command this-command)
14109 org-highest-priority ; wrap around empty to highest
14110 ;; default
14111 (if org-priority-start-cycle-with-default
14112 org-default-priority
14113 (1+ org-default-priority))))))
14114 (t (user-error "Invalid action")))
14115 (if (or (< (upcase new) org-highest-priority)
14116 (> (upcase new) org-lowest-priority))
14117 (if (and (memq action '(up down))
14118 (not have) (not (eq last-command this-command)))
14119 ;; `new' is from default priority
14120 (error
14121 "The default can not be set, see `org-default-priority' why")
14122 ;; normal cycling: `new' is beyond highest/lowest priority
14123 ;; and is wrapped around to the empty priority
14124 (setq remove t)))
14125 (setq news (format "%c" new))
14126 (if have
14127 (if remove
14128 (replace-match "" t t nil 1)
14129 (replace-match news t t nil 2))
14130 (if remove
14131 (user-error "No priority cookie found in line")
14132 (let ((case-fold-search nil))
14133 (looking-at org-todo-line-regexp))
14134 (if (match-end 2)
14135 (progn
14136 (goto-char (match-end 2))
14137 (insert " [#" news "]"))
14138 (goto-char (match-beginning 3))
14139 (insert "[#" news "] "))))
14140 (org-set-tags nil 'align))
14141 (if remove
14142 (message "Priority removed")
14143 (message "Priority of current item set to %s" news)))))
14145 (defun org-show-priority ()
14146 "Show the priority of the current item.
14147 This priority is composed of the main priority given with the [#A] cookies,
14148 and by additional input from the age of a schedules or deadline entry."
14149 (interactive)
14150 (let ((pri (if (eq major-mode 'org-agenda-mode)
14151 (org-get-at-bol 'priority)
14152 (save-excursion
14153 (save-match-data
14154 (beginning-of-line)
14155 (and (looking-at org-heading-regexp)
14156 (org-get-priority (match-string 0))))))))
14157 (message "Priority is %d" (if pri pri -1000))))
14159 (defun org-get-priority (s)
14160 "Find priority cookie and return priority."
14161 (save-match-data
14162 (if (functionp org-get-priority-function)
14163 (funcall org-get-priority-function)
14164 (if (not (string-match org-priority-regexp s))
14165 (* 1000 (- org-lowest-priority org-default-priority))
14166 (* 1000 (- org-lowest-priority
14167 (string-to-char (match-string 2 s))))))))
14169 ;;;; Tags
14171 (defvar org-agenda-archives-mode)
14172 (defvar org-map-continue-from nil
14173 "Position from where mapping should continue.
14174 Can be set by the action argument to `org-scan-tags' and `org-map-entries'.")
14176 (defvar org-scanner-tags nil
14177 "The current tag list while the tags scanner is running.")
14178 (defvar org-trust-scanner-tags nil
14179 "Should `org-get-tags-at' use the tags for the scanner.
14180 This is for internal dynamical scoping only.
14181 When this is non-nil, the function `org-get-tags-at' will return the value
14182 of `org-scanner-tags' instead of building the list by itself. This
14183 can lead to large speed-ups when the tags scanner is used in a file with
14184 many entries, and when the list of tags is retrieved, for example to
14185 obtain a list of properties. Building the tags list for each entry in such
14186 a file becomes an N^2 operation - but with this variable set, it scales
14187 as N.")
14189 (defun org-scan-tags (action matcher todo-only &optional start-level)
14190 "Scan headline tags with inheritance and produce output ACTION.
14192 ACTION can be `sparse-tree' to produce a sparse tree in the current buffer,
14193 or `agenda' to produce an entry list for an agenda view. It can also be
14194 a Lisp form or a function that should be called at each matched headline, in
14195 this case the return value is a list of all return values from these calls.
14197 MATCHER is a Lisp form to be evaluated, testing if a given set of tags
14198 qualifies a headline for inclusion. When TODO-ONLY is non-nil,
14199 only lines with a not-done TODO keyword are included in the output.
14200 This should be the same variable that was scoped into
14201 and set by `org-make-tags-matcher' when it constructed MATCHER.
14203 START-LEVEL can be a string with asterisks, reducing the scope to
14204 headlines matching this string."
14205 (require 'org-agenda)
14206 (let* ((re (concat "^"
14207 (if start-level
14208 ;; Get the correct level to match
14209 (concat "\\*\\{" (number-to-string start-level) "\\} ")
14210 org-outline-regexp)
14211 " *\\(\\<\\("
14212 (mapconcat 'regexp-quote org-todo-keywords-1 "\\|")
14213 (org-re "\\)\\>\\)? *\\(.*?\\)\\(:[[:alnum:]_@#%:]+:\\)?[ \t]*$")))
14214 (props (list 'face 'default
14215 'done-face 'org-agenda-done
14216 'undone-face 'default
14217 'mouse-face 'highlight
14218 'org-not-done-regexp org-not-done-regexp
14219 'org-todo-regexp org-todo-regexp
14220 'org-complex-heading-regexp org-complex-heading-regexp
14221 'help-echo
14222 (format "mouse-2 or RET jump to org file %s"
14223 (abbreviate-file-name
14224 (or (buffer-file-name (buffer-base-buffer))
14225 (buffer-name (buffer-base-buffer)))))))
14226 (org-map-continue-from nil)
14227 lspos tags tags-list
14228 (tags-alist (list (cons 0 org-file-tags)))
14229 (llast 0) rtn rtn1 level category i txt
14230 todo marker entry priority
14231 ts-date ts-date-type ts-date-pair)
14232 (when (not (or (member action '(agenda sparse-tree)) (functionp action)))
14233 (setq action (list 'lambda nil action)))
14234 (save-excursion
14235 (goto-char (point-min))
14236 (when (eq action 'sparse-tree)
14237 (org-overview)
14238 (org-remove-occur-highlights))
14239 (while (let (case-fold-search)
14240 (re-search-forward re nil t))
14241 (setq org-map-continue-from nil)
14242 (catch :skip
14243 (setq todo (if (match-end 1) (org-match-string-no-properties 2))
14244 tags (if (match-end 4) (org-match-string-no-properties 4)))
14245 (goto-char (setq lspos (match-beginning 0)))
14246 (setq level (org-reduced-level (org-outline-level))
14247 category (org-get-category))
14248 (when (eq action 'agenda)
14249 (setq ts-date-pair (org-agenda-entry-get-agenda-timestamp (point))
14250 ts-date (car ts-date-pair)
14251 ts-date-type (cdr ts-date-pair)))
14252 (setq i llast llast level)
14253 ;; remove tag lists from same and sublevels
14254 (while (>= i level)
14255 (when (setq entry (assoc i tags-alist))
14256 (setq tags-alist (delete entry tags-alist)))
14257 (setq i (1- i)))
14258 ;; add the next tags
14259 (when tags
14260 (setq tags (org-split-string tags ":")
14261 tags-alist
14262 (cons (cons level tags) tags-alist)))
14263 ;; compile tags for current headline
14264 (setq tags-list
14265 (if org-use-tag-inheritance
14266 (apply 'append (mapcar 'cdr (reverse tags-alist)))
14267 tags)
14268 org-scanner-tags tags-list)
14269 (when org-use-tag-inheritance
14270 (setcdr (car tags-alist)
14271 (mapcar (lambda (x)
14272 (setq x (copy-sequence x))
14273 (org-add-prop-inherited x))
14274 (cdar tags-alist))))
14275 (when (and tags org-use-tag-inheritance
14276 (or (not (eq t org-use-tag-inheritance))
14277 org-tags-exclude-from-inheritance))
14278 ;; selective inheritance, remove uninherited ones
14279 (setcdr (car tags-alist)
14280 (org-remove-uninherited-tags (cdar tags-alist))))
14281 (when (and
14283 ;; eval matcher only when the todo condition is OK
14284 (and (or (not todo-only) (member todo org-not-done-keywords))
14285 (let ((case-fold-search t) (org-trust-scanner-tags t))
14286 (eval matcher)))
14288 ;; Call the skipper, but return t if it does not skip,
14289 ;; so that the `and' form continues evaluating
14290 (progn
14291 (unless (eq action 'sparse-tree) (org-agenda-skip))
14294 ;; Check if timestamps are deselecting this entry
14295 (or (not todo-only)
14296 (and (member todo org-not-done-keywords)
14297 (or (not org-agenda-tags-todo-honor-ignore-options)
14298 (not (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item))))))
14300 ;; select this headline
14301 (cond
14302 ((eq action 'sparse-tree)
14303 (and org-highlight-sparse-tree-matches
14304 (org-get-heading) (match-end 0)
14305 (org-highlight-new-match
14306 (match-beginning 1) (match-end 1)))
14307 (org-show-context 'tags-tree))
14308 ((eq action 'agenda)
14309 (setq txt (org-agenda-format-item
14311 (concat
14312 (if (eq org-tags-match-list-sublevels 'indented)
14313 (make-string (1- level) ?.) "")
14314 (org-get-heading))
14315 (make-string level ?\s)
14316 category
14317 tags-list)
14318 priority (org-get-priority txt))
14319 (goto-char lspos)
14320 (setq marker (org-agenda-new-marker))
14321 (org-add-props txt props
14322 'org-marker marker 'org-hd-marker marker 'org-category category
14323 'todo-state todo
14324 'ts-date ts-date
14325 'priority priority
14326 'type (concat "tagsmatch" ts-date-type))
14327 (push txt rtn))
14328 ((functionp action)
14329 (setq org-map-continue-from nil)
14330 (save-excursion
14331 (setq rtn1 (funcall action))
14332 (push rtn1 rtn)))
14333 (t (user-error "Invalid action")))
14335 ;; if we are to skip sublevels, jump to end of subtree
14336 (unless org-tags-match-list-sublevels
14337 (org-end-of-subtree t)
14338 (backward-char 1))))
14339 ;; Get the correct position from where to continue
14340 (if org-map-continue-from
14341 (goto-char org-map-continue-from)
14342 (and (= (point) lspos) (end-of-line 1)))))
14343 (when (and (eq action 'sparse-tree)
14344 (not org-sparse-tree-open-archived-trees))
14345 (org-hide-archived-subtrees (point-min) (point-max)))
14346 (nreverse rtn)))
14348 (defun org-remove-uninherited-tags (tags)
14349 "Remove all tags that are not inherited from the list TAGS."
14350 (cond
14351 ((eq org-use-tag-inheritance t)
14352 (if org-tags-exclude-from-inheritance
14353 (org-delete-all org-tags-exclude-from-inheritance tags)
14354 tags))
14355 ((not org-use-tag-inheritance) nil)
14356 ((stringp org-use-tag-inheritance)
14357 (delq nil (mapcar
14358 (lambda (x)
14359 (if (and (string-match org-use-tag-inheritance x)
14360 (not (member x org-tags-exclude-from-inheritance)))
14361 x nil))
14362 tags)))
14363 ((listp org-use-tag-inheritance)
14364 (delq nil (mapcar
14365 (lambda (x)
14366 (if (member x org-use-tag-inheritance) x nil))
14367 tags)))))
14369 (defun org-match-sparse-tree (&optional todo-only match)
14370 "Create a sparse tree according to tags string MATCH.
14371 MATCH can contain positive and negative selection of tags, like
14372 \"+WORK+URGENT-WITHBOSS\".
14373 If optional argument TODO-ONLY is non-nil, only select lines that are
14374 also TODO lines."
14375 (interactive "P")
14376 (org-agenda-prepare-buffers (list (current-buffer)))
14377 (org-scan-tags 'sparse-tree (cdr (org-make-tags-matcher match)) todo-only))
14379 (defalias 'org-tags-sparse-tree 'org-match-sparse-tree)
14381 (defvar org-cached-props nil)
14382 (defun org-cached-entry-get (pom property)
14383 (if (or (eq t org-use-property-inheritance)
14384 (and (stringp org-use-property-inheritance)
14385 (let ((case-fold-search t))
14386 (org-string-match-p org-use-property-inheritance property)))
14387 (and (listp org-use-property-inheritance)
14388 (member-ignore-case property org-use-property-inheritance)))
14389 ;; Caching is not possible, check it directly.
14390 (org-entry-get pom property 'inherit)
14391 ;; Get all properties, so we can do complicated checks easily.
14392 (cdr (assoc-string property
14393 (or org-cached-props
14394 (setq org-cached-props (org-entry-properties pom)))
14395 t))))
14397 (defun org-global-tags-completion-table (&optional files)
14398 "Return the list of all tags in all agenda buffer/files.
14399 Optional FILES argument is a list of files which can be used
14400 instead of the agenda files."
14401 (save-excursion
14402 (org-uniquify
14403 (delq nil
14404 (apply 'append
14405 (mapcar
14406 (lambda (file)
14407 (set-buffer (find-file-noselect file))
14408 (append (org-get-buffer-tags)
14409 (mapcar (lambda (x) (if (stringp (car-safe x))
14410 (list (car-safe x)) nil))
14411 org-tag-alist)))
14412 (if (and files (car files))
14413 files
14414 (org-agenda-files))))))))
14416 (defun org-make-tags-matcher (match)
14417 "Create the TAGS/TODO matcher form for the selection string MATCH.
14419 The variable `todo-only' is scoped dynamically into this function.
14420 It will be set to t if the matcher restricts matching to TODO entries,
14421 otherwise will not be touched.
14423 Returns a cons of the selection string MATCH and the constructed
14424 lisp form implementing the matcher. The matcher is to be evaluated
14425 at an Org entry, with point on the headline, and returns t if the
14426 entry matches the selection string MATCH. The returned lisp form
14427 references two variables with information about the entry, which
14428 must be bound around the form's evaluation: todo, the TODO keyword
14429 at the entry (or nil of none); and tags-list, the list of all tags
14430 at the entry including inherited ones. Additionally, the category
14431 of the entry (if any) must be specified as the text property
14432 'org-category on the headline.
14434 See also `org-scan-tags'.
14436 (declare (special todo-only))
14437 (unless (boundp 'todo-only)
14438 (error "`org-make-tags-matcher' expects todo-only to be scoped in"))
14439 (unless match
14440 ;; Get a new match request, with completion against the global
14441 ;; tags table and the local tags in current buffer
14442 (let ((org-last-tags-completion-table
14443 (org-uniquify
14444 (delq nil (append (org-get-buffer-tags)
14445 (org-global-tags-completion-table))))))
14446 (setq match (org-completing-read-no-i
14447 "Match: " 'org-tags-completion-function nil nil nil
14448 'org-tags-history))))
14450 ;; Parse the string and create a lisp form
14451 (let ((match0 match)
14452 (re (org-re "^&?\\([-+:]\\)?\\({[^}]+}\\|LEVEL\\([<=>]\\{1,2\\}\\)\\([0-9]+\\)\\|\\(\\(?:[[:alnum:]_]+\\(?:\\\\-\\)*\\)+\\)\\([<>=]\\{1,2\\}\\)\\({[^}]+}\\|\"[^\"]*\"\\|-?[.0-9]+\\(?:[eE][-+]?[0-9]+\\)?\\)\\|[[:alnum:]_@#%]+\\)"))
14453 minus tag mm
14454 tagsmatch todomatch tagsmatcher todomatcher kwd matcher
14455 orterms term orlist re-p str-p level-p level-op time-p
14456 prop-p pn pv po gv rest (start 0) (ss 0))
14457 ;; Expand group tags
14458 (setq match (org-tags-expand match))
14460 ;; Check if there is a TODO part of this match, which would be the
14461 ;; part after a "/". TO make sure that this slash is not part of
14462 ;; a property value to be matched against, we also check that there
14463 ;; is no " after that slash.
14464 ;; First, find the last slash
14465 (while (string-match "/+" match ss)
14466 (setq start (match-beginning 0) ss (match-end 0)))
14467 (if (and (string-match "/+" match start)
14468 (not (save-match-data (string-match "\"" match start))))
14469 ;; match contains also a todo-matching request
14470 (progn
14471 (setq tagsmatch (substring match 0 (match-beginning 0))
14472 todomatch (substring match (match-end 0)))
14473 (if (string-match "^!" todomatch)
14474 (setq todo-only t todomatch (substring todomatch 1)))
14475 (if (string-match "^\\s-*$" todomatch)
14476 (setq todomatch nil)))
14477 ;; only matching tags
14478 (setq tagsmatch match todomatch nil))
14480 ;; Make the tags matcher
14481 (if (or (not tagsmatch) (not (string-match "\\S-" tagsmatch)))
14482 (setq tagsmatcher t)
14483 (setq orterms (org-split-string tagsmatch "|") orlist nil)
14484 (while (setq term (pop orterms))
14485 (while (and (equal (substring term -1) "\\") orterms)
14486 (setq term (concat term "|" (pop orterms)))) ; repair bad split
14487 (while (string-match re term)
14488 (setq rest (substring term (match-end 0))
14489 minus (and (match-end 1)
14490 (equal (match-string 1 term) "-"))
14491 tag (save-match-data (replace-regexp-in-string
14492 "\\\\-" "-"
14493 (match-string 2 term)))
14494 re-p (equal (string-to-char tag) ?{)
14495 level-p (match-end 4)
14496 prop-p (match-end 5)
14497 mm (cond
14498 (re-p `(org-match-any-p ,(substring tag 1 -1) tags-list))
14499 (level-p
14500 (setq level-op (org-op-to-function (match-string 3 term)))
14501 `(,level-op level ,(string-to-number
14502 (match-string 4 term))))
14503 (prop-p
14504 (setq pn (match-string 5 term)
14505 po (match-string 6 term)
14506 pv (match-string 7 term)
14507 re-p (equal (string-to-char pv) ?{)
14508 str-p (equal (string-to-char pv) ?\")
14509 time-p (save-match-data
14510 (string-match "^\"[[<].*[]>]\"$" pv))
14511 pv (if (or re-p str-p) (substring pv 1 -1) pv))
14512 (if time-p (setq pv (org-matcher-time pv)))
14513 (setq po (org-op-to-function po (if time-p 'time str-p)))
14514 (cond
14515 ((equal pn "CATEGORY")
14516 (setq gv '(get-text-property (point) 'org-category)))
14517 ((equal pn "TODO")
14518 (setq gv 'todo))
14520 (setq gv `(org-cached-entry-get nil ,pn))))
14521 (if re-p
14522 (if (eq po 'org<>)
14523 `(not (string-match ,pv (or ,gv "")))
14524 `(string-match ,pv (or ,gv "")))
14525 (if str-p
14526 `(,po (or ,gv "") ,pv)
14527 `(,po (string-to-number (or ,gv ""))
14528 ,(string-to-number pv) ))))
14529 (t `(member ,tag tags-list)))
14530 mm (if minus (list 'not mm) mm)
14531 term rest)
14532 (push mm tagsmatcher))
14533 (push (if (> (length tagsmatcher) 1)
14534 (cons 'and tagsmatcher)
14535 (car tagsmatcher))
14536 orlist)
14537 (setq tagsmatcher nil))
14538 (setq tagsmatcher (if (> (length orlist) 1) (cons 'or orlist) (car orlist)))
14539 (setq tagsmatcher
14540 (list 'progn '(setq org-cached-props nil) tagsmatcher)))
14541 ;; Make the todo matcher
14542 (if (or (not todomatch) (not (string-match "\\S-" todomatch)))
14543 (setq todomatcher t)
14544 (setq orterms (org-split-string todomatch "|") orlist nil)
14545 (dolist (term orterms)
14546 (while (string-match re term)
14547 (setq minus (and (match-end 1)
14548 (equal (match-string 1 term) "-"))
14549 kwd (match-string 2 term)
14550 re-p (equal (string-to-char kwd) ?{)
14551 term (substring term (match-end 0))
14552 mm (if re-p
14553 `(string-match ,(substring kwd 1 -1) todo)
14554 (list 'equal 'todo kwd))
14555 mm (if minus (list 'not mm) mm))
14556 (push mm todomatcher))
14557 (push (if (> (length todomatcher) 1)
14558 (cons 'and todomatcher)
14559 (car todomatcher))
14560 orlist)
14561 (setq todomatcher nil))
14562 (setq todomatcher (if (> (length orlist) 1)
14563 (cons 'or orlist) (car orlist))))
14565 ;; Return the string and lisp forms of the matcher
14566 (setq matcher (if todomatcher
14567 (list 'and tagsmatcher todomatcher)
14568 tagsmatcher))
14569 (when todo-only
14570 (setq matcher (list 'and '(member todo org-not-done-keywords)
14571 matcher)))
14572 (cons match0 matcher)))
14574 (defun org-tags-expand (match &optional single-as-list downcased tags-already-expanded)
14575 "Expand group tags in MATCH.
14577 This replaces every group tag in MATCH with a regexp tag search.
14578 For example, a group tag \"Work\" defined as { Work : Lab Conf }
14579 will be replaced like this:
14581 Work => {\\<\\(?:Work\\|Lab\\|Conf\\)\\>}
14582 +Work => +{\\<\\(?:Work\\|Lab\\|Conf\\)\\>}
14583 -Work => -{\\<\\(?:Work\\|Lab\\|Conf\\)\\>}
14585 Replacing by a regexp preserves the structure of the match.
14586 E.g., this expansion
14588 Work|Home => {\\(?:Work\\|Lab\\|Conf\\}|Home
14590 will match anything tagged with \"Lab\" and \"Home\", or tagged
14591 with \"Conf\" and \"Home\" or tagged with \"Work\" and \"home\".
14593 A group tag in MATCH can contain regular expressions of its own.
14594 For example, a group tag \"Proj\" defined as { Proj : {P@.+} }
14595 will be replaced like this:
14597 Proj => {\\<\\(?:Proj\\)\\>\\|P@.+}
14599 When the optional argument SINGLE-AS-LIST is non-nil, MATCH is
14600 assumed to be a single group tag, and the function will return
14601 the list of tags in this group.
14603 When DOWNCASE is non-nil, expand downcased TAGS."
14604 (if org-group-tags
14605 (let* ((case-fold-search t)
14606 (stable org-mode-syntax-table)
14607 (taggroups (or org-tag-groups-alist-for-agenda org-tag-groups-alist))
14608 (taggroups (if downcased
14609 (mapcar (lambda (tg) (mapcar #'downcase tg))
14610 taggroups)
14611 taggroups))
14612 (taggroups-keys (mapcar #'car taggroups))
14613 (return-match (if downcased (downcase match) match))
14614 (count 0)
14615 (work-already-expanded tags-already-expanded)
14616 regexps-in-match tags-in-group regexp-in-group regexp-in-group-escaped)
14617 ;; @ and _ are allowed as word-components in tags.
14618 (modify-syntax-entry ?@ "w" stable)
14619 (modify-syntax-entry ?_ "w" stable)
14620 ;; Temporarily replace regexp-expressions in the match-expression.
14621 (while (string-match "{.+?}" return-match)
14622 (incf count)
14623 (push (match-string 0 return-match) regexps-in-match)
14624 (setq return-match (replace-match (format "<%d>" count) t nil return-match)))
14625 (while (and taggroups-keys
14626 (with-syntax-table stable
14627 (string-match
14628 (concat "\\(?1:[+-]?\\)\\(?2:\\<"
14629 (regexp-opt taggroups-keys) "\\>\\)")
14630 return-match)))
14631 (let* ((dir (match-string 1 return-match))
14632 (tag (match-string 2 return-match))
14633 (tag (if downcased (downcase tag) tag)))
14634 (unless (or (get-text-property 0 'grouptag (match-string 2 return-match))
14635 (member tag work-already-expanded))
14636 (setq tags-in-group (assoc tag taggroups))
14637 (push tag work-already-expanded)
14638 ;; Recursively expand each tag in the group, if the tag hasn't
14639 ;; already been expanded. Restore the match-data after all recursive calls.
14640 (save-match-data
14641 (let (tags-expanded)
14642 (dolist (x (cdr tags-in-group))
14643 (if (and (member x taggroups-keys)
14644 (not (member x work-already-expanded)))
14645 (setq tags-expanded
14646 (delete-dups
14647 (append
14648 (org-tags-expand x t downcased
14649 work-already-expanded)
14650 tags-expanded)))
14651 (setq tags-expanded
14652 (append (list x) tags-expanded)))
14653 (setq work-already-expanded
14654 (delete-dups
14655 (append tags-expanded
14656 work-already-expanded))))
14657 (setq tags-in-group
14658 (delete-dups (cons (car tags-in-group)
14659 tags-expanded)))))
14660 ;; Filter tag-regexps from tags.
14661 (setq regexp-in-group-escaped
14662 (delq nil (mapcar (lambda (x)
14663 (if (stringp x)
14664 (and (equal "{" (substring x 0 1))
14665 (equal "}" (substring x -1))
14668 tags-in-group))
14669 regexp-in-group
14670 (mapcar (lambda (x)
14671 (substring x 1 -1))
14672 regexp-in-group-escaped)
14673 tags-in-group
14674 (delq nil (mapcar (lambda (x)
14675 (if (stringp x)
14676 (and (not (equal "{" (substring x 0 1)))
14677 (not (equal "}" (substring x -1)))
14680 tags-in-group)))
14681 ;; If single-as-list, do no more in the while-loop.
14682 (if (not single-as-list)
14683 (progn
14684 (when regexp-in-group
14685 (setq regexp-in-group
14686 (concat "\\|"
14687 (mapconcat 'identity regexp-in-group
14688 "\\|"))))
14689 (setq tags-in-group
14690 (concat dir
14691 "{\\<"
14692 (regexp-opt tags-in-group)
14693 "\\>"
14694 regexp-in-group
14695 "}"))
14696 (when (stringp tags-in-group)
14697 (org-add-props tags-in-group '(grouptag t)))
14698 (setq return-match
14699 (replace-match tags-in-group t t return-match)))
14700 (setq tags-in-group
14701 (append regexp-in-group-escaped tags-in-group))))
14702 (setq taggroups-keys (delete tag taggroups-keys))))
14703 ;; Add the regular expressions back into the match-expression again.
14704 (while regexps-in-match
14705 (setq return-match (replace-regexp-in-string (format "<%d>" count)
14706 (pop regexps-in-match)
14707 return-match t t))
14708 (decf count))
14709 (if single-as-list
14710 (if tags-in-group tags-in-group (list return-match))
14711 return-match))
14712 (if single-as-list
14713 (list (if downcased (downcase match) match))
14714 match)))
14716 (defun org-op-to-function (op &optional stringp)
14717 "Turn an operator into the appropriate function."
14718 (setq op
14719 (cond
14720 ((equal op "<" ) '(< string< org-time<))
14721 ((equal op ">" ) '(> org-string> org-time>))
14722 ((member op '("<=" "=<")) '(<= org-string<= org-time<=))
14723 ((member op '(">=" "=>")) '(>= org-string>= org-time>=))
14724 ((member op '("=" "==")) '(= string= org-time=))
14725 ((member op '("<>" "!=")) '(org<> org-string<> org-time<>))))
14726 (nth (if (eq stringp 'time) 2 (if stringp 1 0)) op))
14728 (defun org<> (a b) (not (= a b)))
14729 (defun org-string<= (a b) (or (string= a b) (string< a b)))
14730 (defun org-string>= (a b) (not (string< a b)))
14731 (defun org-string> (a b) (and (not (string= a b)) (not (string< a b))))
14732 (defun org-string<> (a b) (not (string= a b)))
14733 (defun org-time= (a b) (setq a (org-2ft a) b (org-2ft b)) (and (> a 0) (> b 0) (= a b)))
14734 (defun org-time< (a b) (setq a (org-2ft a) b (org-2ft b)) (and (> a 0) (> b 0) (< a b)))
14735 (defun org-time<= (a b) (setq a (org-2ft a) b (org-2ft b)) (and (> a 0) (> b 0) (<= a b)))
14736 (defun org-time> (a b) (setq a (org-2ft a) b (org-2ft b)) (and (> a 0) (> b 0) (> a b)))
14737 (defun org-time>= (a b) (setq a (org-2ft a) b (org-2ft b)) (and (> a 0) (> b 0) (>= a b)))
14738 (defun org-time<> (a b) (setq a (org-2ft a) b (org-2ft b)) (and (> a 0) (> b 0) (org<> a b)))
14739 (defun org-2ft (s)
14740 "Convert S to a floating point time.
14741 If S is already a number, just return it. If it is a string, parse
14742 it as a time string and apply `float-time' to it. If S is nil, just return 0."
14743 (cond
14744 ((numberp s) s)
14745 ((stringp s)
14746 (condition-case nil
14747 (float-time (apply 'encode-time (org-parse-time-string s)))
14748 (error 0.)))
14749 (t 0.)))
14751 (defun org-time-today ()
14752 "Time in seconds today at 0:00.
14753 Returns the float number of seconds since the beginning of the
14754 epoch to the beginning of today (00:00)."
14755 (float-time (apply 'encode-time
14756 (append '(0 0 0) (nthcdr 3 (decode-time))))))
14758 (defun org-matcher-time (s)
14759 "Interpret a time comparison value."
14760 (save-match-data
14761 (cond
14762 ((string= s "<now>") (float-time))
14763 ((string= s "<today>") (org-time-today))
14764 ((string= s "<tomorrow>") (+ 86400.0 (org-time-today)))
14765 ((string= s "<yesterday>") (- (org-time-today) 86400.0))
14766 ((string-match "^<\\([-+][0-9]+\\)\\([hdwmy]\\)>$" s)
14767 (+ (org-time-today)
14768 (* (string-to-number (match-string 1 s))
14769 (cdr (assoc (match-string 2 s)
14770 '(("d" . 86400.0) ("w" . 604800.0)
14771 ("m" . 2678400.0) ("y" . 31557600.0)))))))
14772 (t (org-2ft s)))))
14774 (defun org-match-any-p (re list)
14775 "Does re match any element of list?"
14776 (setq list (mapcar (lambda (x) (string-match re x)) list))
14777 (delq nil list))
14779 (defvar org-add-colon-after-tag-completion nil) ;; dynamically scoped param
14780 (defvar org-tags-overlay (make-overlay 1 1))
14781 (org-detach-overlay org-tags-overlay)
14783 (defun org-get-local-tags-at (&optional pos)
14784 "Get a list of tags defined in the current headline."
14785 (org-get-tags-at pos 'local))
14787 (defun org-get-local-tags ()
14788 "Get a list of tags defined in the current headline."
14789 (org-get-tags-at nil 'local))
14791 (defun org-get-tags-at (&optional pos local)
14792 "Get a list of all headline tags applicable at POS.
14793 POS defaults to point. If tags are inherited, the list contains
14794 the targets in the same sequence as the headlines appear, i.e.
14795 the tags of the current headline come last.
14796 When LOCAL is non-nil, only return tags from the current headline,
14797 ignore inherited ones."
14798 (interactive)
14799 (if (and org-trust-scanner-tags
14800 (or (not pos) (equal pos (point)))
14801 (not local))
14802 org-scanner-tags
14803 (let (tags ltags lastpos parent)
14804 (save-excursion
14805 (save-restriction
14806 (widen)
14807 (goto-char (or pos (point)))
14808 (save-match-data
14809 (catch 'done
14810 (condition-case nil
14811 (progn
14812 (org-back-to-heading t)
14813 (while (not (equal lastpos (point)))
14814 (setq lastpos (point))
14815 (when (looking-at
14816 (org-re "[^\r\n]+?:\\([[:alnum:]_@#%:]+\\):[ \t]*$"))
14817 (setq ltags (org-split-string
14818 (org-match-string-no-properties 1) ":"))
14819 (when parent
14820 (setq ltags (mapcar 'org-add-prop-inherited ltags)))
14821 (setq tags (append
14822 (if parent
14823 (org-remove-uninherited-tags ltags)
14824 ltags)
14825 tags)))
14826 (or org-use-tag-inheritance (throw 'done t))
14827 (if local (throw 'done t))
14828 (or (org-up-heading-safe) (error nil))
14829 (setq parent t)))
14830 (error nil)))))
14831 (if local
14832 tags
14833 (reverse (delete-dups
14834 (reverse (append
14835 (org-remove-uninherited-tags
14836 org-file-tags)
14837 tags)))))))))
14839 (defun org-add-prop-inherited (s)
14840 (add-text-properties 0 (length s) '(inherited t) s)
14843 (defun org-toggle-tag (tag &optional onoff)
14844 "Toggle the tag TAG for the current line.
14845 If ONOFF is `on' or `off', don't toggle but set to this state."
14846 (let (res current)
14847 (save-excursion
14848 (org-back-to-heading t)
14849 (if (re-search-forward (org-re "[ \t]:\\([[:alnum:]_@#%:]+\\):[ \t]*$")
14850 (point-at-eol) t)
14851 (progn
14852 (setq current (match-string 1))
14853 (replace-match ""))
14854 (setq current ""))
14855 (setq current (nreverse (org-split-string current ":")))
14856 (cond
14857 ((eq onoff 'on)
14858 (setq res t)
14859 (or (member tag current) (push tag current)))
14860 ((eq onoff 'off)
14861 (or (not (member tag current)) (setq current (delete tag current))))
14862 (t (if (member tag current)
14863 (setq current (delete tag current))
14864 (setq res t)
14865 (push tag current))))
14866 (end-of-line 1)
14867 (if current
14868 (progn
14869 (insert " :" (mapconcat 'identity (nreverse current) ":") ":")
14870 (org-set-tags nil t))
14871 (delete-horizontal-space))
14872 (run-hooks 'org-after-tags-change-hook))
14873 res))
14875 (defun org-align-tags-here (to-col)
14876 ;; Assumes that this is a headline
14877 "Align tags on the current headline to TO-COL."
14878 (let ((pos (point)) (col (current-column)) ncol tags-l p)
14879 (beginning-of-line 1)
14880 (if (and (looking-at (org-re ".*?\\([ \t]+\\)\\(:[[:alnum:]_@#%:]+:\\)[ \t]*$"))
14881 (< pos (match-beginning 2)))
14882 (progn
14883 (setq tags-l (- (match-end 2) (match-beginning 2)))
14884 (goto-char (match-beginning 1))
14885 (insert " ")
14886 (delete-region (point) (1+ (match-beginning 2)))
14887 (setq ncol (max (current-column)
14888 (1+ col)
14889 (if (> to-col 0)
14890 to-col
14891 (- (abs to-col) tags-l))))
14892 (setq p (point))
14893 (insert (make-string (- ncol (current-column)) ?\ ))
14894 (setq ncol (current-column))
14895 (when indent-tabs-mode (tabify p (point-at-eol)))
14896 (org-move-to-column (min ncol col)))
14897 (goto-char pos))))
14899 (defun org-set-tags-command (&optional arg just-align)
14900 "Call the set-tags command for the current entry."
14901 (interactive "P")
14902 (if (or (org-at-heading-p) (and arg (org-before-first-heading-p)))
14903 (org-set-tags arg just-align)
14904 (save-excursion
14905 (unless (and (org-region-active-p)
14906 org-loop-over-headlines-in-active-region)
14907 (org-back-to-heading t))
14908 (org-set-tags arg just-align))))
14910 (defun org-set-tags-to (data)
14911 "Set the tags of the current entry to DATA, replacing the current tags.
14912 DATA may be a tags string like :aa:bb:cc:, or a list of tags.
14913 If DATA is nil or the empty string, any tags will be removed."
14914 (interactive "sTags: ")
14915 (setq data
14916 (cond
14917 ((eq data nil) "")
14918 ((equal data "") "")
14919 ((stringp data)
14920 (concat ":" (mapconcat 'identity (org-split-string data ":+") ":")
14921 ":"))
14922 ((listp data)
14923 (concat ":" (mapconcat 'identity data ":") ":"))))
14924 (when data
14925 (save-excursion
14926 (org-back-to-heading t)
14927 (when (looking-at org-complex-heading-regexp)
14928 (if (match-end 5)
14929 (progn
14930 (goto-char (match-beginning 5))
14931 (insert data)
14932 (delete-region (point) (point-at-eol))
14933 (org-set-tags nil 'align))
14934 (goto-char (point-at-eol))
14935 (insert " " data)
14936 (org-set-tags nil 'align)))
14937 (beginning-of-line 1)
14938 (if (looking-at ".*?\\([ \t]+\\)$")
14939 (delete-region (match-beginning 1) (match-end 1))))))
14941 (defun org-align-all-tags ()
14942 "Align the tags i all headings."
14943 (interactive)
14944 (save-excursion
14945 (or (ignore-errors (org-back-to-heading t))
14946 (outline-next-heading))
14947 (if (org-at-heading-p)
14948 (org-set-tags t)
14949 (message "No headings"))))
14951 (defvar org-indent-indentation-per-level)
14952 (defun org-set-tags (&optional arg just-align)
14953 "Set the tags for the current headline.
14954 With prefix ARG, realign all tags in headings in the current buffer.
14955 When JUST-ALIGN is non-nil, only align tags."
14956 (interactive "P")
14957 (if (and (org-region-active-p) org-loop-over-headlines-in-active-region)
14958 (let ((cl (if (eq org-loop-over-headlines-in-active-region 'start-level)
14959 'region-start-level
14960 'region))
14961 org-loop-over-headlines-in-active-region)
14962 (org-map-entries
14963 ;; We don't use ARG and JUST-ALIGN here because these args
14964 ;; are not useful when looping over headlines.
14965 #'org-set-tags
14966 org-loop-over-headlines-in-active-region
14968 '(when (outline-invisible-p) (org-end-of-subtree nil t))))
14969 (let ((org-setting-tags t))
14970 (if arg
14971 (save-excursion
14972 (goto-char (point-min))
14973 (let ((buffer-invisibility-spec (org-inhibit-invisibility)))
14974 (while (re-search-forward org-outline-regexp-bol nil t)
14975 (org-set-tags nil t)
14976 (end-of-line)))
14977 (message "All tags realigned to column %d" org-tags-column))
14978 (let* ((current (org-get-tags-string))
14979 (col (current-column))
14980 (tags
14981 (if just-align current
14982 ;; Get a new set of tags from the user.
14983 (save-excursion
14984 (let* ((table
14985 (setq
14986 org-last-tags-completion-table
14987 (append
14988 org-tag-persistent-alist
14989 (or org-tag-alist (org-get-buffer-tags))
14990 (and
14991 org-complete-tags-always-offer-all-agenda-tags
14992 (org-global-tags-completion-table
14993 (org-agenda-files))))))
14994 (current-tags (org-split-string current ":"))
14995 (inherited-tags
14996 (nreverse (nthcdr (length current-tags)
14997 (nreverse (org-get-tags-at))))))
14998 (replace-regexp-in-string
14999 "\\([-+&]+\\|,\\)"
15001 (if (or (eq t org-use-fast-tag-selection)
15002 (and org-use-fast-tag-selection
15003 (delq nil (mapcar #'cdr table))))
15004 (org-fast-tag-selection
15005 current-tags inherited-tags table
15006 (and org-fast-tag-selection-include-todo
15007 org-todo-key-alist))
15008 (let ((org-add-colon-after-tag-completion
15009 (< 1 (length table))))
15010 (org-trim
15011 (completing-read
15012 "Tags: "
15013 #'org-tags-completion-function
15014 nil nil current 'org-tags-history))))))))))
15016 (when org-tags-sort-function
15017 (setq tags
15018 (mapconcat
15019 #'identity
15020 (sort (org-split-string tags (org-re "[^[:alnum:]_@#%]+"))
15021 org-tags-sort-function)
15022 ":")))
15024 (if (not (org-string-nw-p tags)) (setq tags "")
15025 (unless (string-match ":\\'" tags) (setq tags (concat tags ":")))
15026 (unless (string-match "\\`:" tags) (setq tags (concat ":" tags))))
15028 ;; Insert new tags at the correct column
15029 (beginning-of-line)
15030 (let ((level (if (looking-at org-outline-regexp)
15031 (- (match-end 0) (point) 1)
15032 1)))
15033 (cond
15034 ((and (equal current "") (equal tags "")))
15035 ((re-search-forward
15036 (concat "\\([ \t]*" (regexp-quote current) "\\)[ \t]*$")
15037 (line-end-position)
15039 (if (equal tags "") (replace-match "" t t)
15040 (goto-char (match-beginning 0))
15041 (let* ((c0 (current-column))
15042 ;; Compute offset for the case of org-indent-mode
15043 ;; active.
15044 (di (if (org-bound-and-true-p org-indent-mode)
15045 (* (1- org-indent-indentation-per-level)
15046 (1- level))
15048 (p0 (if (eq (char-before) ?*) (1+ (point)) (point)))
15049 (tc (+ org-tags-column
15050 (if (> org-tags-column 0) (- di) di)))
15051 (c1 (max (1+ c0)
15052 (if (> tc 0) tc
15053 (- (- tc) (string-width tags)))))
15054 (rpl (concat (make-string (max 0 (- c1 c0)) ?\s) tags)))
15055 (replace-match rpl t t)
15056 (when (and (not (featurep 'xemacs)) indent-tabs-mode)
15057 (tabify p0 (point))))))
15058 (t (error "Tags alignment failed"))))
15059 (org-move-to-column col))
15060 (unless just-align (run-hooks 'org-after-tags-change-hook))))))
15062 (defun org-change-tag-in-region (beg end tag off)
15063 "Add or remove TAG for each entry in the region.
15064 This works in the agenda, and also in an org-mode buffer."
15065 (interactive
15066 (list (region-beginning) (region-end)
15067 (let ((org-last-tags-completion-table
15068 (if (derived-mode-p 'org-mode)
15069 (org-uniquify
15070 (delq nil (append (org-get-buffer-tags)
15071 (org-global-tags-completion-table))))
15072 (org-global-tags-completion-table))))
15073 (org-icompleting-read
15074 "Tag: " 'org-tags-completion-function nil nil nil
15075 'org-tags-history))
15076 (progn
15077 (message "[s]et or [r]emove? ")
15078 (equal (read-char-exclusive) ?r))))
15079 (if (fboundp 'deactivate-mark) (deactivate-mark))
15080 (let ((agendap (equal major-mode 'org-agenda-mode))
15081 l1 l2 m buf pos newhead (cnt 0))
15082 (goto-char end)
15083 (setq l2 (1- (org-current-line)))
15084 (goto-char beg)
15085 (setq l1 (org-current-line))
15086 (loop for l from l1 to l2 do
15087 (org-goto-line l)
15088 (setq m (get-text-property (point) 'org-hd-marker))
15089 (when (or (and (derived-mode-p 'org-mode) (org-at-heading-p))
15090 (and agendap m))
15091 (setq buf (if agendap (marker-buffer m) (current-buffer))
15092 pos (if agendap m (point)))
15093 (with-current-buffer buf
15094 (save-excursion
15095 (save-restriction
15096 (goto-char pos)
15097 (setq cnt (1+ cnt))
15098 (org-toggle-tag tag (if off 'off 'on))
15099 (setq newhead (org-get-heading)))))
15100 (and agendap (org-agenda-change-all-lines newhead m))))
15101 (message "Tag :%s: %s in %d headings" tag (if off "removed" "set") cnt)))
15103 (defun org-tags-completion-function (string predicate &optional flag)
15104 (let (s1 s2 rtn (ctable org-last-tags-completion-table)
15105 (confirm (lambda (x) (stringp (car x)))))
15106 (if (string-match "^\\(.*[-+:&,|]\\)\\([^-+:&,|]*\\)$" string)
15107 (setq s1 (match-string 1 string)
15108 s2 (match-string 2 string))
15109 (setq s1 "" s2 string))
15110 (cond
15111 ((eq flag nil)
15112 ;; try completion
15113 (setq rtn (try-completion s2 ctable confirm))
15114 (if (stringp rtn)
15115 (setq rtn
15116 (concat s1 s2 (substring rtn (length s2))
15117 (if (and org-add-colon-after-tag-completion
15118 (assoc rtn ctable))
15119 ":" ""))))
15120 rtn)
15121 ((eq flag t)
15122 ;; all-completions
15123 (all-completions s2 ctable confirm))
15124 ((eq flag 'lambda)
15125 ;; exact match?
15126 (assoc s2 ctable)))))
15128 (defun org-fast-tag-insert (kwd tags face &optional end)
15129 "Insert KDW, and the TAGS, the latter with face FACE.
15130 Also insert END."
15131 (insert (format "%-12s" (concat kwd ":"))
15132 (org-add-props (mapconcat 'identity tags " ") nil 'face face)
15133 (or end "")))
15135 (defun org-fast-tag-show-exit (flag)
15136 (save-excursion
15137 (org-goto-line 3)
15138 (if (re-search-forward "[ \t]+Next change exits" (point-at-eol) t)
15139 (replace-match ""))
15140 (when flag
15141 (end-of-line 1)
15142 (org-move-to-column (- (window-width) 19) t)
15143 (insert (org-add-props " Next change exits" nil 'face 'org-warning)))))
15145 (defun org-set-current-tags-overlay (current prefix)
15146 "Add an overlay to CURRENT tag with PREFIX."
15147 (let ((s (concat ":" (mapconcat 'identity current ":") ":")))
15148 (if (featurep 'xemacs)
15149 (org-overlay-display org-tags-overlay (concat prefix s)
15150 'secondary-selection)
15151 (put-text-property 0 (length s) 'face '(secondary-selection org-tag) s)
15152 (org-overlay-display org-tags-overlay (concat prefix s)))))
15154 (defvar org-last-tag-selection-key nil)
15155 (defun org-fast-tag-selection (current inherited table &optional todo-table)
15156 "Fast tag selection with single keys.
15157 CURRENT is the current list of tags in the headline, INHERITED is the
15158 list of inherited tags, and TABLE is an alist of tags and corresponding keys,
15159 possibly with grouping information. TODO-TABLE is a similar table with
15160 TODO keywords, should these have keys assigned to them.
15161 If the keys are nil, a-z are automatically assigned.
15162 Returns the new tags string, or nil to not change the current settings."
15163 (let* ((fulltable (append table todo-table))
15164 (maxlen (apply 'max (mapcar
15165 (lambda (x)
15166 (if (stringp (car x)) (string-width (car x)) 0))
15167 fulltable)))
15168 (buf (current-buffer))
15169 (expert (eq org-fast-tag-selection-single-key 'expert))
15170 (buffer-tags nil)
15171 (fwidth (+ maxlen 3 1 3))
15172 (ncol (/ (- (window-width) 4) fwidth))
15173 (i-face 'org-done)
15174 (c-face 'org-todo)
15175 tg cnt e c char c1 c2 ntable tbl rtn
15176 ov-start ov-end ov-prefix
15177 (exit-after-next org-fast-tag-selection-single-key)
15178 (done-keywords org-done-keywords)
15179 groups ingroup intaggroup)
15180 (save-excursion
15181 (beginning-of-line 1)
15182 (if (looking-at
15183 (org-re ".*[ \t]\\(:[[:alnum:]_@#%:]+:\\)[ \t]*$"))
15184 (setq ov-start (match-beginning 1)
15185 ov-end (match-end 1)
15186 ov-prefix "")
15187 (setq ov-start (1- (point-at-eol))
15188 ov-end (1+ ov-start))
15189 (skip-chars-forward "^\n\r")
15190 (setq ov-prefix
15191 (concat
15192 (buffer-substring (1- (point)) (point))
15193 (if (> (current-column) org-tags-column)
15195 (make-string (- org-tags-column (current-column)) ?\ ))))))
15196 (move-overlay org-tags-overlay ov-start ov-end)
15197 (save-window-excursion
15198 (if expert
15199 (set-buffer (get-buffer-create " *Org tags*"))
15200 (delete-other-windows)
15201 (set-window-buffer (split-window-vertically) (get-buffer-create " *Org tags*"))
15202 (org-switch-to-buffer-other-window " *Org tags*"))
15203 (erase-buffer)
15204 (org-set-local 'org-done-keywords done-keywords)
15205 (org-fast-tag-insert "Inherited" inherited i-face "\n")
15206 (org-fast-tag-insert "Current" current c-face "\n\n")
15207 (org-fast-tag-show-exit exit-after-next)
15208 (org-set-current-tags-overlay current ov-prefix)
15209 (setq tbl fulltable char ?a cnt 0)
15210 (while (setq e (pop tbl))
15211 (cond
15212 ((eq (car e) :startgroup)
15213 (push '() groups) (setq ingroup t)
15214 (unless (zerop cnt)
15215 (setq cnt 0)
15216 (insert "\n"))
15217 (insert (if (cdr e) (format "%s: " (cdr e)) "") "{ "))
15218 ((eq (car e) :endgroup)
15219 (setq ingroup nil cnt 0)
15220 (insert "}" (if (cdr e) (format " (%s) " (cdr e)) "") "\n"))
15221 ((eq (car e) :startgrouptag)
15222 (setq intaggroup t)
15223 (unless (zerop cnt)
15224 (setq cnt 0)
15225 (insert "\n"))
15226 (insert "[ "))
15227 ((eq (car e) :endgrouptag)
15228 (setq intaggroup nil cnt 0)
15229 (insert "]\n"))
15230 ((equal e '(:newline))
15231 (unless (zerop cnt)
15232 (setq cnt 0)
15233 (insert "\n")
15234 (setq e (car tbl))
15235 (while (equal (car tbl) '(:newline))
15236 (insert "\n")
15237 (setq tbl (cdr tbl)))))
15238 ((equal e '(:grouptags)) (insert " : "))
15240 (setq tg (copy-sequence (car e)) c2 nil)
15241 (if (cdr e)
15242 (setq c (cdr e))
15243 ;; automatically assign a character.
15244 (setq c1 (string-to-char
15245 (downcase (substring
15246 tg (if (= (string-to-char tg) ?@) 1 0)))))
15247 (if (or (rassoc c1 ntable) (rassoc c1 table))
15248 (while (or (rassoc char ntable) (rassoc char table))
15249 (setq char (1+ char)))
15250 (setq c2 c1))
15251 (setq c (or c2 char)))
15252 (when ingroup (push tg (car groups)))
15253 (setq tg (org-add-props tg nil 'face
15254 (cond
15255 ((not (assoc tg table))
15256 (org-get-todo-face tg))
15257 ((member tg current) c-face)
15258 ((member tg inherited) i-face))))
15259 (when (equal (caar tbl) :grouptags)
15260 (org-add-props tg nil 'face 'org-tag-group))
15261 (when (and (zerop cnt) (not ingroup) (not intaggroup)) (insert " "))
15262 (insert "[" c "] " tg (make-string
15263 (- fwidth 4 (length tg)) ?\ ))
15264 (push (cons tg c) ntable)
15265 (when (= (incf cnt) ncol)
15266 (insert "\n")
15267 (when (or ingroup intaggroup) (insert " "))
15268 (setq cnt 0)))))
15269 (setq ntable (nreverse ntable))
15270 (insert "\n")
15271 (goto-char (point-min))
15272 (unless expert (org-fit-window-to-buffer))
15273 (setq rtn
15274 (catch 'exit
15275 (while t
15276 (message "[a-z..]:Toggle [SPC]:clear [RET]:accept [TAB]:free [!] %sgroups%s"
15277 (if (not groups) "no " "")
15278 (if expert " [C-c]:window" (if exit-after-next " [C-c]:single" " [C-c]:multi")))
15279 (setq c (let ((inhibit-quit t)) (read-char-exclusive)))
15280 (setq org-last-tag-selection-key c)
15281 (cond
15282 ((= c ?\r) (throw 'exit t))
15283 ((= c ?!)
15284 (setq groups (not groups))
15285 (goto-char (point-min))
15286 (while (re-search-forward "[{}]" nil t) (replace-match " ")))
15287 ((= c ?\C-c)
15288 (if (not expert)
15289 (org-fast-tag-show-exit
15290 (setq exit-after-next (not exit-after-next)))
15291 (setq expert nil)
15292 (delete-other-windows)
15293 (set-window-buffer (split-window-vertically) " *Org tags*")
15294 (org-switch-to-buffer-other-window " *Org tags*")
15295 (org-fit-window-to-buffer)))
15296 ((or (= c ?\C-g)
15297 (and (= c ?q) (not (rassoc c ntable))))
15298 (org-detach-overlay org-tags-overlay)
15299 (setq quit-flag t))
15300 ((= c ?\ )
15301 (setq current nil)
15302 (when exit-after-next (setq exit-after-next 'now)))
15303 ((= c ?\t)
15304 (condition-case nil
15305 (setq tg (org-icompleting-read
15306 "Tag: "
15307 (or buffer-tags
15308 (with-current-buffer buf
15309 (org-get-buffer-tags)))))
15310 (quit (setq tg "")))
15311 (when (string-match "\\S-" tg)
15312 (add-to-list 'buffer-tags (list tg))
15313 (if (member tg current)
15314 (setq current (delete tg current))
15315 (push tg current)))
15316 (when exit-after-next (setq exit-after-next 'now)))
15317 ((setq e (rassoc c todo-table) tg (car e))
15318 (with-current-buffer buf
15319 (save-excursion (org-todo tg)))
15320 (when exit-after-next (setq exit-after-next 'now)))
15321 ((setq e (rassoc c ntable) tg (car e))
15322 (if (member tg current)
15323 (setq current (delete tg current))
15324 (loop for g in groups do
15325 (when (member tg g)
15326 (dolist (x g) (setq current (delete x current)))))
15327 (push tg current))
15328 (when exit-after-next (setq exit-after-next 'now))))
15330 ;; Create a sorted list
15331 (setq current
15332 (sort current
15333 (lambda (a b)
15334 (assoc b (cdr (memq (assoc a ntable) ntable))))))
15335 (when (eq exit-after-next 'now) (throw 'exit t))
15336 (goto-char (point-min))
15337 (beginning-of-line 2)
15338 (delete-region (point) (point-at-eol))
15339 (org-fast-tag-insert "Current" current c-face)
15340 (org-set-current-tags-overlay current ov-prefix)
15341 (while (re-search-forward
15342 (org-re "\\[.\\] \\([[:alnum:]_@#%]+\\)") nil t)
15343 (setq tg (match-string 1))
15344 (add-text-properties
15345 (match-beginning 1) (match-end 1)
15346 (list 'face
15347 (cond
15348 ((member tg current) c-face)
15349 ((member tg inherited) i-face)
15350 (t (get-text-property (match-beginning 1) 'face))))))
15351 (goto-char (point-min)))))
15352 (org-detach-overlay org-tags-overlay)
15353 (if rtn
15354 (mapconcat 'identity current ":")
15355 nil))))
15357 (defun org-get-tags-string ()
15358 "Get the TAGS string in the current headline."
15359 (unless (org-at-heading-p t)
15360 (user-error "Not on a heading"))
15361 (save-excursion
15362 (beginning-of-line 1)
15363 (if (looking-at (org-re ".*[ \t]\\(:[[:alnum:]_@#%:]+:\\)[ \t]*$"))
15364 (org-match-string-no-properties 1)
15365 "")))
15367 (defun org-get-tags ()
15368 "Get the list of tags specified in the current headline."
15369 (org-split-string (org-get-tags-string) ":"))
15371 (defun org-get-buffer-tags ()
15372 "Get a table of all tags used in the buffer, for completion."
15373 (org-with-wide-buffer
15374 (goto-char (point-min))
15375 (let ((tag-re (concat org-outline-regexp-bol
15376 "\\(?:.*?[ \t]\\)?"
15377 (org-re ":\\([[:alnum:]_@#%:]+\\):[ \t]*$")))
15378 tags)
15379 (while (re-search-forward tag-re nil t)
15380 (dolist (tag (org-split-string (org-match-string-no-properties 1) ":"))
15381 (push tag tags)))
15382 (mapcar #'list (append org-file-tags (org-uniquify tags))))))
15384 ;;;; The mapping API
15386 (defun org-map-entries (func &optional match scope &rest skip)
15387 "Call FUNC at each headline selected by MATCH in SCOPE.
15389 FUNC is a function or a lisp form. The function will be called without
15390 arguments, with the cursor positioned at the beginning of the headline.
15391 The return values of all calls to the function will be collected and
15392 returned as a list.
15394 The call to FUNC will be wrapped into a save-excursion form, so FUNC
15395 does not need to preserve point. After evaluation, the cursor will be
15396 moved to the end of the line (presumably of the headline of the
15397 processed entry) and search continues from there. Under some
15398 circumstances, this may not produce the wanted results. For example,
15399 if you have removed (e.g. archived) the current (sub)tree it could
15400 mean that the next entry will be skipped entirely. In such cases, you
15401 can specify the position from where search should continue by making
15402 FUNC set the variable `org-map-continue-from' to the desired buffer
15403 position.
15405 MATCH is a tags/property/todo match as it is used in the agenda tags view.
15406 Only headlines that are matched by this query will be considered during
15407 the iteration. When MATCH is nil or t, all headlines will be
15408 visited by the iteration.
15410 SCOPE determines the scope of this command. It can be any of:
15412 nil The current buffer, respecting the restriction if any
15413 tree The subtree started with the entry at point
15414 region The entries within the active region, if any
15415 region-start-level
15416 The entries within the active region, but only those at
15417 the same level than the first one.
15418 file The current buffer, without restriction
15419 file-with-archives
15420 The current buffer, and any archives associated with it
15421 agenda All agenda files
15422 agenda-with-archives
15423 All agenda files with any archive files associated with them
15424 \(file1 file2 ...)
15425 If this is a list, all files in the list will be scanned
15427 The remaining args are treated as settings for the skipping facilities of
15428 the scanner. The following items can be given here:
15430 archive skip trees with the archive tag
15431 comment skip trees with the COMMENT keyword
15432 function or Emacs Lisp form:
15433 will be used as value for `org-agenda-skip-function', so
15434 whenever the function returns a position, FUNC will not be
15435 called for that entry and search will continue from the
15436 position returned
15438 If your function needs to retrieve the tags including inherited tags
15439 at the *current* entry, you can use the value of the variable
15440 `org-scanner-tags' which will be much faster than getting the value
15441 with `org-get-tags-at'. If your function gets properties with
15442 `org-entry-properties' at the *current* entry, bind `org-trust-scanner-tags'
15443 to t around the call to `org-entry-properties' to get the same speedup.
15444 Note that if your function moves around to retrieve tags and properties at
15445 a *different* entry, you cannot use these techniques."
15446 (unless (and (or (eq scope 'region) (eq scope 'region-start-level))
15447 (not (org-region-active-p)))
15448 (let* ((org-agenda-archives-mode nil) ; just to make sure
15449 (org-agenda-skip-archived-trees (memq 'archive skip))
15450 (org-agenda-skip-comment-trees (memq 'comment skip))
15451 (org-agenda-skip-function
15452 (car (org-delete-all '(comment archive) skip)))
15453 (org-tags-match-list-sublevels t)
15454 (start-level (eq scope 'region-start-level))
15455 matcher file res
15456 org-todo-keywords-for-agenda
15457 org-done-keywords-for-agenda
15458 org-todo-keyword-alist-for-agenda
15459 org-tag-alist-for-agenda
15460 todo-only)
15462 (cond
15463 ((eq match t) (setq matcher t))
15464 ((eq match nil) (setq matcher t))
15465 (t (setq matcher (if match (cdr (org-make-tags-matcher match)) t))))
15467 (save-excursion
15468 (save-restriction
15469 (cond ((eq scope 'tree)
15470 (org-back-to-heading t)
15471 (org-narrow-to-subtree)
15472 (setq scope nil))
15473 ((and (or (eq scope 'region) (eq scope 'region-start-level))
15474 (org-region-active-p))
15475 ;; If needed, set start-level to a string like "2"
15476 (when start-level
15477 (save-excursion
15478 (goto-char (region-beginning))
15479 (unless (org-at-heading-p) (outline-next-heading))
15480 (setq start-level (org-current-level))))
15481 (narrow-to-region (region-beginning)
15482 (save-excursion
15483 (goto-char (region-end))
15484 (unless (and (bolp) (org-at-heading-p))
15485 (outline-next-heading))
15486 (point)))
15487 (setq scope nil)))
15489 (if (not scope)
15490 (progn
15491 (org-agenda-prepare-buffers
15492 (list (buffer-file-name (current-buffer))))
15493 (setq res (org-scan-tags func matcher todo-only start-level)))
15494 ;; Get the right scope
15495 (cond
15496 ((and scope (listp scope) (symbolp (car scope)))
15497 (setq scope (eval scope)))
15498 ((eq scope 'agenda)
15499 (setq scope (org-agenda-files t)))
15500 ((eq scope 'agenda-with-archives)
15501 (setq scope (org-agenda-files t))
15502 (setq scope (org-add-archive-files scope)))
15503 ((eq scope 'file)
15504 (setq scope (list (buffer-file-name))))
15505 ((eq scope 'file-with-archives)
15506 (setq scope (org-add-archive-files (list (buffer-file-name))))))
15507 (org-agenda-prepare-buffers scope)
15508 (dolist (file scope)
15509 (with-current-buffer (org-find-base-buffer-visiting file)
15510 (save-excursion
15511 (save-restriction
15512 (widen)
15513 (goto-char (point-min))
15514 (setq res (append res (org-scan-tags func matcher todo-only))))))))))
15515 res)))
15517 ;;; Properties API
15519 (defconst org-special-properties
15520 '("ALLTAGS" "BLOCKED" "CLOCKSUM" "CLOCKSUM_T" "CLOSED" "DEADLINE" "FILE"
15521 "ITEM" "PRIORITY" "SCHEDULED" "TAGS" "TIMESTAMP" "TIMESTAMP_IA" "TODO")
15522 "The special properties valid in Org mode.
15523 These are properties that are not defined in the property drawer,
15524 but in some other way.")
15526 (defconst org-default-properties
15527 '("ARCHIVE" "CATEGORY" "SUMMARY" "DESCRIPTION" "CUSTOM_ID"
15528 "LOCATION" "LOGGING" "COLUMNS" "VISIBILITY"
15529 "TABLE_EXPORT_FORMAT" "TABLE_EXPORT_FILE"
15530 "EXPORT_OPTIONS" "EXPORT_TEXT" "EXPORT_FILE_NAME"
15531 "EXPORT_TITLE" "EXPORT_AUTHOR" "EXPORT_DATE" "UNNUMBERED"
15532 "ORDERED" "NOBLOCKING" "COOKIE_DATA" "LOG_INTO_DRAWER" "REPEAT_TO_STATE"
15533 "CLOCK_MODELINE_TOTAL" "STYLE" "HTML_CONTAINER_CLASS")
15534 "Some properties that are used by Org mode for various purposes.
15535 Being in this list makes sure that they are offered for completion.")
15537 (defun org--update-property-plist (key val props)
15538 "Associate KEY to VAL in alist PROPS.
15539 Modifications are made by side-effect. Return new alist."
15540 (let* ((appending (string= (substring key -1) "+"))
15541 (key (if appending (substring key 0 -1) key))
15542 (old (assoc-string key props t)))
15543 (if (not old) (cons (cons key val) props)
15544 (setcdr old (if appending (concat (cdr old) " " val) val))
15545 props)))
15547 (defun org-get-property-block (&optional beg force)
15548 "Return the (beg . end) range of the body of the property drawer.
15549 BEG is the beginning of the current subtree, or of the part
15550 before the first headline. If it is not given, it will be found.
15551 If the drawer does not exist, create it if FORCE is non-nil, or
15552 return nil."
15553 (org-with-wide-buffer
15554 (when beg (goto-char beg))
15555 (unless (org-before-first-heading-p)
15556 (let ((beg (cond (beg)
15557 ((or (not (featurep 'org-inlinetask))
15558 (org-inlinetask-in-task-p))
15559 (org-back-to-heading t))
15560 (t (org-with-limited-levels (org-back-to-heading t))))))
15561 (forward-line)
15562 (when (org-looking-at-p org-planning-line-re) (forward-line))
15563 (cond ((looking-at org-property-drawer-re)
15564 (forward-line)
15565 (cons (point) (progn (goto-char (match-end 0))
15566 (line-beginning-position))))
15567 (force
15568 (goto-char beg)
15569 (org-insert-property-drawer)
15570 (let ((pos (save-excursion (search-forward ":END:")
15571 (line-beginning-position))))
15572 (cons pos pos))))))))
15574 (defun org-at-property-p ()
15575 "Non-nil when point is inside a property drawer.
15576 See `org-property-re' for match data, if applicable."
15577 (save-excursion
15578 (beginning-of-line)
15579 (and (looking-at org-property-re)
15580 (let ((property-drawer (save-match-data (org-get-property-block))))
15581 (and property-drawer
15582 (>= (point) (car property-drawer))
15583 (< (point) (cdr property-drawer)))))))
15585 (defun org-property-action ()
15586 "Do an action on properties."
15587 (interactive)
15588 (unless (org-at-property-p) (user-error "Not at a property"))
15589 (message "Property Action: [s]et [d]elete [D]elete globally [c]ompute")
15590 (let ((c (read-char-exclusive)))
15591 (case c
15592 (?s (call-interactively #'org-set-property))
15593 (?d (call-interactively #'org-delete-property))
15594 (?D (call-interactively #'org-delete-property-globally))
15595 (?c (call-interactively #'org-compute-property-at-point))
15596 (otherwise (user-error "No such property action %c" c)))))
15598 (defun org-inc-effort ()
15599 "Increment the value of the effort property in the current entry."
15600 (interactive)
15601 (org-set-effort nil t))
15603 (defvar org-clock-effort) ; Defined in org-clock.el.
15604 (defvar org-clock-current-task) ; Defined in org-clock.el.
15605 (defun org-set-effort (&optional value increment)
15606 "Set the effort property of the current entry.
15607 With numerical prefix arg, use the nth allowed value, 0 stands for the
15608 10th allowed value.
15610 When INCREMENT is non-nil, set the property to the next allowed value."
15611 (interactive "P")
15612 (if (equal value 0) (setq value 10))
15613 (let* ((completion-ignore-case t)
15614 (prop org-effort-property)
15615 (cur (org-entry-get nil prop))
15616 (allowed (org-property-get-allowed-values nil prop 'table))
15617 (existing (mapcar 'list (org-property-values prop)))
15618 (heading (nth 4 (org-heading-components)))
15620 (val (cond
15621 ((stringp value) value)
15622 ((and allowed (integerp value))
15623 (or (car (nth (1- value) allowed))
15624 (car (org-last allowed))))
15625 ((and allowed increment)
15626 (or (caadr (member (list cur) allowed))
15627 (user-error "Allowed effort values are not set")))
15628 (allowed
15629 (message "Select 1-9,0, [RET%s]: %s"
15630 (if cur (concat "=" cur) "")
15631 (mapconcat 'car allowed " "))
15632 (setq rpl (read-char-exclusive))
15633 (if (equal rpl ?\r)
15635 (setq rpl (- rpl ?0))
15636 (if (equal rpl 0) (setq rpl 10))
15637 (if (and (> rpl 0) (<= rpl (length allowed)))
15638 (car (nth (1- rpl) allowed))
15639 (org-completing-read "Effort: " allowed nil))))
15641 (let (org-completion-use-ido org-completion-use-iswitchb)
15642 (org-completing-read
15643 (concat "Effort " (if (and cur (string-match "\\S-" cur))
15644 (concat "[" cur "]") "")
15645 ": ")
15646 existing nil nil "" nil cur))))))
15647 (unless (equal (org-entry-get nil prop) val)
15648 (org-entry-put nil prop val))
15649 (org-refresh-property
15650 '((effort . identity)
15651 (effort-minutes . org-duration-string-to-minutes))
15652 val)
15653 (when (string= heading org-clock-current-task)
15654 (setq org-clock-effort (get-text-property (point-at-bol) 'effort))
15655 (org-clock-update-mode-line))
15656 (message "%s is now %s" prop val)))
15658 (defun org-entry-properties (&optional pom which)
15659 "Get all properties of the current entry.
15661 When POM is a buffer position, get all properties from the entry
15662 there instead.
15664 This includes the TODO keyword, the tags, time strings for
15665 deadline, scheduled, and clocking, and any additional properties
15666 defined in the entry.
15668 If WHICH is nil or `all', get all properties. If WHICH is
15669 `special' or `standard', only get that subclass. If WHICH is
15670 a string, only get that property.
15672 Return value is an alist. Keys are properties, as upcased
15673 strings."
15674 (org-with-point-at pom
15675 (when (and (derived-mode-p 'org-mode)
15676 (ignore-errors (org-back-to-heading t)))
15677 (catch 'exit
15678 (let* ((beg (point))
15679 (specific (and (stringp which) (upcase which)))
15680 (which (cond ((not specific) which)
15681 ((member specific org-special-properties) 'special)
15682 (t 'standard)))
15683 props)
15684 ;; Get the special properties, like TODO and TAGS.
15685 (when (memq which '(nil all special))
15686 (when (or (not specific) (string= specific "CLOCKSUM"))
15687 (let ((clocksum (get-text-property (point) :org-clock-minutes)))
15688 (when clocksum
15689 (push (cons "CLOCKSUM"
15690 (org-columns-number-to-string
15691 (/ (float clocksum) 60.) 'add_times))
15692 props)))
15693 (when specific (throw 'exit props)))
15694 (when (or (not specific) (string= specific "CLOCKSUM_T"))
15695 (let ((clocksumt (get-text-property (point)
15696 :org-clock-minutes-today)))
15697 (when clocksumt
15698 (push (cons "CLOCKSUM_T"
15699 (org-columns-number-to-string
15700 (/ (float clocksumt) 60.) 'add_times))
15701 props)))
15702 (when specific (throw 'exit props)))
15703 (when (or (not specific) (string= specific "ITEM"))
15704 (when (looking-at org-complex-heading-regexp)
15705 (push (cons "ITEM"
15706 (concat
15707 (org-match-string-no-properties 1)
15708 (let ((title (org-match-string-no-properties 4)))
15709 (when (org-string-nw-p title)
15710 (concat " " (org-remove-tabs title))))))
15711 props))
15712 (when specific (throw 'exit props)))
15713 (when (or (not specific) (string= specific "TODO"))
15714 (let ((case-fold-search nil))
15715 (when (and (looking-at org-todo-line-regexp) (match-end 2))
15716 (push (cons "TODO" (org-match-string-no-properties 2)) props)))
15717 (when specific (throw 'exit props)))
15718 (when (or (not specific) (string= specific "PRIORITY"))
15719 (when (looking-at org-priority-regexp)
15720 (push (cons "PRIORITY" (org-match-string-no-properties 2))
15721 props))
15722 (when specific (throw 'exit props)))
15723 (when (or (not specific) (string= specific "FILE"))
15724 (push (cons "FILE" (buffer-file-name (buffer-base-buffer)))
15725 props)
15726 (when specific (throw 'exit props)))
15727 (when (or (not specific) (string= specific "TAGS"))
15728 (let ((value (org-string-nw-p (org-get-tags-string))))
15729 (when value (push (cons "TAGS" value) props)))
15730 (when specific (throw 'exit props)))
15731 (when (or (not specific) (string= specific "ALLTAGS"))
15732 (let ((value (org-get-tags-at)))
15733 (when value
15734 (push (cons "ALLTAGS"
15735 (format ":%s:" (mapconcat #'identity value ":")))
15736 props)))
15737 (when specific (throw 'exit props)))
15738 (when (or (not specific) (string= specific "BLOCKED"))
15739 (push (cons "BLOCKED" (if (org-entry-blocked-p) "t" "")) props)
15740 (when specific (throw 'exit props)))
15741 (when (or (not specific)
15742 (member specific '("CLOSED" "DEADLINE" "SCHEDULED")))
15743 (forward-line)
15744 (when (org-looking-at-p org-planning-line-re)
15745 (end-of-line)
15746 (let ((bol (line-beginning-position))
15747 ;; Backward compatibility: time keywords used to
15748 ;; be configurable (before 8.3). Make sure we
15749 ;; get the correct keyword.
15750 (key-assoc `(("CLOSED" . ,org-closed-string)
15751 ("DEADLINE" . ,org-deadline-string)
15752 ("SCHEDULED" . ,org-scheduled-string))))
15753 (dolist (pair (if specific (list (assoc specific key-assoc))
15754 key-assoc))
15755 (save-excursion
15756 (when (search-backward (cdr pair) bol t)
15757 (goto-char (match-end 0))
15758 (skip-chars-forward " \t")
15759 (and (looking-at org-ts-regexp-both)
15760 (push (cons (car pair)
15761 (org-match-string-no-properties 0))
15762 props)))))))
15763 (when specific (throw 'exit props)))
15764 (when (or (not specific)
15765 (member specific '("TIMESTAMP" "TIMESTAMP_IA")))
15766 (let ((find-ts
15767 (lambda (end ts)
15768 (let ((regexp (cond
15769 ((string= specific "TIMESTAMP")
15770 org-ts-regexp)
15771 ((string= specific "TIMESTAMP_IA")
15772 org-ts-regexp-inactive)
15773 ((assoc "TIMESTAMP_IA" ts)
15774 org-ts-regexp)
15775 ((assoc "TIMESTAMP" ts)
15776 org-ts-regexp-inactive)
15777 (t org-ts-regexp-both))))
15778 (catch 'next
15779 (while (re-search-forward regexp end t)
15780 (backward-char)
15781 (let ((object (org-element-context)))
15782 ;; Accept to match timestamps in node
15783 ;; properties, too.
15784 (when (memq (org-element-type object)
15785 '(node-property timestamp))
15786 (let ((type
15787 (org-element-property :type object)))
15788 (cond
15789 ((and (memq type '(active active-range))
15790 (not (equal specific "TIMESTAMP_IA")))
15791 (unless (assoc "TIMESTAMP" ts)
15792 (push (cons "TIMESTAMP"
15793 (org-element-property
15794 :raw-value object))
15796 (when specific (throw 'exit ts))))
15797 ((and (memq type '(inactive inactive-range))
15798 (not (string= specific "TIMESTAMP")))
15799 (unless (assoc "TIMESTAMP_IA" ts)
15800 (push (cons "TIMESTAMP_IA"
15801 (org-element-property
15802 :raw-value object))
15804 (when specific (throw 'exit ts))))))
15805 ;; Both timestamp types are found,
15806 ;; move to next part.
15807 (when (= (length ts) 2) (throw 'next ts)))))
15808 ts)))))
15809 (goto-char beg)
15810 ;; First look for timestamps within headline.
15811 (let ((ts (funcall find-ts (line-end-position) nil)))
15812 (if (= (length ts) 2) (setq props (nconc ts props))
15813 (forward-line)
15814 ;; Then find timestamps in the section, skipping
15815 ;; planning line.
15816 (when (org-looking-at-p org-planning-line-re)
15817 (forward-line))
15818 (let ((end (save-excursion (outline-next-heading))))
15819 (setq props (nconc (funcall find-ts end ts) props))))))))
15820 ;; Get the standard properties, like :PROP:.
15821 (when (memq which '(nil all standard))
15822 ;; If we are looking after a specific property, delegate
15823 ;; to `org-entry-get', which is faster. However, make an
15824 ;; exception for "CATEGORY", since it can be also set
15825 ;; through keywords (i.e. #+CATEGORY).
15826 (if (and specific (not (equal specific "CATEGORY")))
15827 (let ((value (org-entry-get beg specific nil t)))
15828 (throw 'exit (and value (list (cons specific value)))))
15829 (let ((range (org-get-property-block beg)))
15830 (when range
15831 (let ((end (cdr range)) seen-base)
15832 (goto-char (car range))
15833 ;; Unlike to `org--update-property-plist', we
15834 ;; handle the case where base values is found
15835 ;; after its extension. We also forbid standard
15836 ;; properties to be named as special properties.
15837 (while (re-search-forward org-property-re end t)
15838 (let* ((key (upcase (org-match-string-no-properties 2)))
15839 (extendp (org-string-match-p "\\+\\'" key))
15840 (key-base (if extendp (substring key 0 -1) key))
15841 (value (org-match-string-no-properties 3)))
15842 (cond
15843 ((member-ignore-case key-base org-special-properties))
15844 (extendp
15845 (setq props
15846 (org--update-property-plist key value props)))
15847 ((member key seen-base))
15848 (t (push key seen-base)
15849 (let ((p (assoc-string key props t)))
15850 (if p (setcdr p (concat value " " (cdr p)))
15851 (push (cons key value) props))))))))))))
15852 (unless (assoc "CATEGORY" props)
15853 (push (cons "CATEGORY" (org-get-category beg)) props)
15854 (when (string= specific "CATEGORY") (throw 'exit props)))
15855 ;; Return value.
15856 (append (get-text-property beg 'org-summaries) props))))))
15858 (defun org-property--local-values (property literal-nil)
15859 "Return value for PROPERTY in current entry.
15860 Value is a list whose care is the base value for PROPERTY and cdr
15861 a list of accumulated values. Return nil if neither is found in
15862 the entry. Also return nil when PROPERTY is set to \"nil\",
15863 unless LITERAL-NIL is non-nil."
15864 (let ((range (org-get-property-block)))
15865 (when range
15866 (goto-char (car range))
15867 (let* ((case-fold-search t)
15868 (end (cdr range))
15869 (value
15870 ;; Base value.
15871 (save-excursion
15872 (let ((v (and (re-search-forward
15873 (org-re-property property nil t) end t)
15874 (org-match-string-no-properties 3))))
15875 (list (if literal-nil v (org-not-nil v)))))))
15876 ;; Find additional values.
15877 (let* ((property+ (org-re-property (concat property "+") nil t)))
15878 (while (re-search-forward property+ end t)
15879 (push (org-match-string-no-properties 3) value)))
15880 ;; Return final values.
15881 (and (not (equal value '(nil))) (nreverse value))))))
15883 (defun org-entry-get (pom property &optional inherit literal-nil)
15884 "Get value of PROPERTY for entry or content at point-or-marker POM.
15886 If INHERIT is non-nil and the entry does not have the property,
15887 then also check higher levels of the hierarchy. If INHERIT is
15888 the symbol `selective', use inheritance only if the setting in
15889 `org-use-property-inheritance' selects PROPERTY for inheritance.
15891 If the property is present but empty, the return value is the
15892 empty string. If the property is not present at all, nil is
15893 returned. In any other case, return the value as a string.
15894 Search is case-insensitive.
15896 If LITERAL-NIL is set, return the string value \"nil\" as
15897 a string, do not interpret it as the list atom nil. This is used
15898 for inheritance when a \"nil\" value can supersede a non-nil
15899 value higher up the hierarchy."
15900 (org-with-point-at pom
15901 (cond
15902 ((member-ignore-case property (cons "CATEGORY" org-special-properties))
15903 ;; We need a special property. Use `org-entry-properties' to
15904 ;; retrieve it, but specify the wanted property.
15905 (cdr (assoc-string property (org-entry-properties nil property))))
15906 ((and inherit
15907 (or (not (eq inherit 'selective)) (org-property-inherit-p property)))
15908 (org-entry-get-with-inheritance property literal-nil))
15910 (let* ((local (org-property--local-values property literal-nil))
15911 (value (and local (mapconcat #'identity (delq nil local) " "))))
15912 (if literal-nil value (org-not-nil value)))))))
15914 (defun org-property-or-variable-value (var &optional inherit)
15915 "Check if there is a property fixing the value of VAR.
15916 If yes, return this value. If not, return the current value of the variable."
15917 (let ((prop (org-entry-get nil (symbol-name var) inherit)))
15918 (if (and prop (stringp prop) (string-match "\\S-" prop))
15919 (read prop)
15920 (symbol-value var))))
15922 (defun org-entry-delete (pom property)
15923 "Delete PROPERTY from entry at point-or-marker POM.
15924 Accumulated properties, i.e. PROPERTY+, are also removed. Return
15925 non-nil when a property was removed."
15926 (unless (member property org-special-properties)
15927 (org-with-point-at pom
15928 (let ((range (org-get-property-block)))
15929 (when range
15930 (let* ((begin (car range))
15931 (origin (cdr range))
15932 (end (copy-marker origin))
15933 (re (org-re-property
15934 (concat (regexp-quote property) "\\+?") t t)))
15935 (goto-char begin)
15936 (while (re-search-forward re end t)
15937 (delete-region (match-beginning 0) (line-beginning-position 2)))
15938 ;; If drawer is empty, remove it altogether.
15939 (when (= begin end)
15940 (delete-region (line-beginning-position 0)
15941 (line-beginning-position 2)))
15942 ;; Return non-nil if some property was removed.
15943 (prog1 (/= end origin) (set-marker end nil))))))))
15945 ;; Multi-values properties are properties that contain multiple values
15946 ;; These values are assumed to be single words, separated by whitespace.
15947 (defun org-entry-add-to-multivalued-property (pom property value)
15948 "Add VALUE to the words in the PROPERTY in entry at point-or-marker POM."
15949 (let* ((old (org-entry-get pom property))
15950 (values (and old (org-split-string old "[ \t]"))))
15951 (setq value (org-entry-protect-space value))
15952 (unless (member value values)
15953 (setq values (append values (list value)))
15954 (org-entry-put pom property
15955 (mapconcat 'identity values " ")))))
15957 (defun org-entry-remove-from-multivalued-property (pom property value)
15958 "Remove VALUE from words in the PROPERTY in entry at point-or-marker POM."
15959 (let* ((old (org-entry-get pom property))
15960 (values (and old (org-split-string old "[ \t]"))))
15961 (setq value (org-entry-protect-space value))
15962 (when (member value values)
15963 (setq values (delete value values))
15964 (org-entry-put pom property
15965 (mapconcat 'identity values " ")))))
15967 (defun org-entry-member-in-multivalued-property (pom property value)
15968 "Is VALUE one of the words in the PROPERTY in entry at point-or-marker POM?"
15969 (let* ((old (org-entry-get pom property))
15970 (values (and old (org-split-string old "[ \t]"))))
15971 (setq value (org-entry-protect-space value))
15972 (member value values)))
15974 (defun org-entry-get-multivalued-property (pom property)
15975 "Return a list of values in a multivalued property."
15976 (let* ((value (org-entry-get pom property))
15977 (values (and value (org-split-string value "[ \t]"))))
15978 (mapcar 'org-entry-restore-space values)))
15980 (defun org-entry-put-multivalued-property (pom property &rest values)
15981 "Set multivalued PROPERTY at point-or-marker POM to VALUES.
15982 VALUES should be a list of strings. Spaces will be protected."
15983 (org-entry-put pom property
15984 (mapconcat 'org-entry-protect-space values " "))
15985 (let* ((value (org-entry-get pom property))
15986 (values (and value (org-split-string value "[ \t]"))))
15987 (mapcar 'org-entry-restore-space values)))
15989 (defun org-entry-protect-space (s)
15990 "Protect spaces and newline in string S."
15991 (while (string-match " " s)
15992 (setq s (replace-match "%20" t t s)))
15993 (while (string-match "\n" s)
15994 (setq s (replace-match "%0A" t t s)))
15997 (defun org-entry-restore-space (s)
15998 "Restore spaces and newline in string S."
15999 (while (string-match "%20" s)
16000 (setq s (replace-match " " t t s)))
16001 (while (string-match "%0A" s)
16002 (setq s (replace-match "\n" t t s)))
16005 (defvar org-entry-property-inherited-from (make-marker)
16006 "Marker pointing to the entry from where a property was inherited.
16007 Each call to `org-entry-get-with-inheritance' will set this marker to the
16008 location of the entry where the inheritance search matched. If there was
16009 no match, the marker will point nowhere.
16010 Note that also `org-entry-get' calls this function, if the INHERIT flag
16011 is set.")
16013 (defun org-entry-get-with-inheritance (property &optional literal-nil)
16014 "Get PROPERTY of entry or content at point, search higher levels if needed.
16015 The search will stop at the first ancestor which has the property defined.
16016 If the value found is \"nil\", return nil to show that the property
16017 should be considered as undefined (this is the meaning of nil here).
16018 However, if LITERAL-NIL is set, return the string value \"nil\" instead."
16019 (move-marker org-entry-property-inherited-from nil)
16020 (org-with-wide-buffer
16021 (let (value)
16022 (catch 'exit
16023 (while t
16024 (let ((v (org-property--local-values property literal-nil)))
16025 (when v
16026 (setq value
16027 (concat (mapconcat #'identity (delq nil v) " ")
16028 (and value " ")
16029 value)))
16030 (cond
16031 ((car v)
16032 (org-back-to-heading t)
16033 (move-marker org-entry-property-inherited-from (point))
16034 (throw 'exit nil))
16035 ((org-up-heading-safe))
16037 (let ((global
16038 (cdr (or (assoc-string property org-file-properties t)
16039 (assoc-string property org-global-properties t)
16040 (assoc-string property org-global-properties-fixed t)))))
16041 (cond ((not global))
16042 (value (setq value (concat global " " value)))
16043 (t (setq value global))))
16044 (throw 'exit nil))))))
16045 (if literal-nil value (org-not-nil value)))))
16047 (defvar org-property-changed-functions nil
16048 "Hook called when the value of a property has changed.
16049 Each hook function should accept two arguments, the name of the property
16050 and the new value.")
16052 (defun org-entry-put (pom property value)
16053 "Set PROPERTY to VALUE for entry at point-or-marker POM.
16055 If the value is nil, it is converted to the empty string. If
16056 it is not a string, an error is raised.
16058 PROPERTY can be any regular property (see
16059 `org-special-properties'). It can also be \"TODO\",
16060 \"PRIORITY\", \"SCHEDULED\" and \"DEADLINE\".
16062 For the last two properties, VALUE may have any of the special
16063 values \"earlier\" and \"later\". The function then increases or
16064 decreases scheduled or deadline date by one day."
16065 (cond ((null value) (setq value ""))
16066 ((not (stringp value)) (error "Properties values should be strings")))
16067 (org-with-point-at pom
16068 (if (or (not (featurep 'org-inlinetask)) (org-inlinetask-in-task-p))
16069 (org-back-to-heading t)
16070 (org-with-limited-levels (org-back-to-heading t)))
16071 (let ((beg (point)))
16072 (cond
16073 ((equal property "TODO")
16074 (cond ((not (org-string-nw-p value)) (setq value 'none))
16075 ((not (member value org-todo-keywords-1))
16076 (user-error "\"%s\" is not a valid TODO state" value)))
16077 (org-todo value)
16078 (org-set-tags nil 'align))
16079 ((equal property "PRIORITY")
16080 (org-priority (if (org-string-nw-p value) (string-to-char value) ?\s))
16081 (org-set-tags nil 'align))
16082 ((equal property "SCHEDULED")
16083 (forward-line)
16084 (if (and (org-looking-at-p org-planning-line-re)
16085 (re-search-forward
16086 org-scheduled-time-regexp (line-end-position) t))
16087 (cond ((string= value "earlier") (org-timestamp-change -1 'day))
16088 ((string= value "later") (org-timestamp-change 1 'day))
16089 ((string= value "") (org-schedule '(4)))
16090 (t (org-schedule nil value)))
16091 (if (member value '("earlier" "later" ""))
16092 (call-interactively #'org-schedule)
16093 (org-schedule nil value))))
16094 ((equal property "DEADLINE")
16095 (forward-line)
16096 (if (and (org-looking-at-p org-planning-line-re)
16097 (re-search-forward
16098 org-deadline-time-regexp (line-end-position) t))
16099 (cond ((string= value "earlier") (org-timestamp-change -1 'day))
16100 ((string= value "later") (org-timestamp-change 1 'day))
16101 ((string= value "") (org-deadline '(4)))
16102 (t (org-deadline nil value)))
16103 (if (member value '("earlier" "later" ""))
16104 (call-interactively #'org-deadline)
16105 (org-deadline nil value))))
16106 ((member property org-special-properties)
16107 (error "The %s property cannot be set with `org-entry-put'" property))
16109 (let* ((range (org-get-property-block beg 'force))
16110 (end (cdr range))
16111 (case-fold-search t))
16112 (goto-char (car range))
16113 (if (re-search-forward (org-re-property property nil t) end t)
16114 (progn (delete-region (match-beginning 0) (match-end 0))
16115 (goto-char (match-beginning 0)))
16116 (goto-char end)
16117 (insert "\n")
16118 (backward-char))
16119 (insert ":" property ":")
16120 (when value (insert " " value))
16121 (org-indent-line)))))
16122 (run-hook-with-args 'org-property-changed-functions property value)))
16124 (defun org-buffer-property-keys (&optional specials defaults columns)
16125 "Get all property keys in the current buffer.
16127 When SPECIALS is non-nil, also list the special properties that
16128 reflect things like tags and TODO state.
16130 When DEFAULTS is non-nil, also include properties that has
16131 special meaning internally: ARCHIVE, CATEGORY, SUMMARY,
16132 DESCRIPTION, LOCATION, and LOGGING and others.
16134 When COLUMNS in non-nil, also include property names given in
16135 COLUMN formats in the current buffer."
16136 (let ((case-fold-search t)
16137 (props (append
16138 (and specials org-special-properties)
16139 (and defaults (cons org-effort-property org-default-properties))
16140 nil)))
16141 (org-with-wide-buffer
16142 (goto-char (point-min))
16143 (while (re-search-forward org-property-start-re nil t)
16144 (let ((range (org-get-property-block)))
16145 (catch 'skip
16146 (unless range
16147 (when (and (not (org-before-first-heading-p))
16148 (y-or-n-p (format "Malformed drawer at %d, repair?"
16149 (line-beginning-position))))
16150 (org-get-property-block nil t))
16151 (throw 'skip nil))
16152 (goto-char (car range))
16153 (let ((begin (car range))
16154 (end (cdr range)))
16155 ;; Make sure that found property block is not located
16156 ;; before current point, as it would generate an infloop.
16157 ;; It can happen, for example, in the following
16158 ;; situation:
16160 ;; * Headline
16161 ;; :PROPERTIES:
16162 ;; ...
16163 ;; :END:
16164 ;; *************** Inlinetask
16165 ;; #+BEGIN_EXAMPLE
16166 ;; :PROPERTIES:
16167 ;; #+END_EXAMPLE
16169 (if (< begin (point)) (throw 'skip nil) (goto-char begin))
16170 (while (< (point) end)
16171 (let ((p (progn (looking-at org-property-re)
16172 (org-match-string-no-properties 2))))
16173 ;; Only add true property name, not extension symbol.
16174 (add-to-list 'props
16175 (if (not (org-string-match-p "\\+\\'" p)) p
16176 (substring p 0 -1))))
16177 (forward-line))))
16178 (outline-next-heading)))
16179 (when columns
16180 (goto-char (point-min))
16181 (while (re-search-forward "^[ \t]*\\(?:#\\+\\|:\\)COLUMNS:" nil t)
16182 (let ((element (org-element-at-point)))
16183 (when (memq (org-element-type element) '(keyword node-property))
16184 (let ((value (org-element-property :value element))
16185 (start 0))
16186 (while (string-match "%[0-9]*\\(\\S-+\\)" value start)
16187 (setq start (match-end 0))
16188 (let ((p (org-match-string-no-properties 1 value)))
16189 (unless (member-ignore-case p org-special-properties)
16190 (add-to-list 'props p))))))))))
16191 (sort props (lambda (a b) (string< (upcase a) (upcase b))))))
16193 (defun org-property-values (key)
16194 "List all non-nil values of property KEY in current buffer."
16195 (org-with-wide-buffer
16196 (goto-char (point-min))
16197 (let ((case-fold-search t)
16198 (re (org-re-property key))
16199 values)
16200 (while (re-search-forward re nil t)
16201 (add-to-list 'values (org-entry-get (point) key)))
16202 values)))
16204 (defun org-insert-property-drawer ()
16205 "Insert a property drawer into the current entry."
16206 (org-with-wide-buffer
16207 (if (or (not (featurep 'org-inlinetask)) (org-inlinetask-in-task-p))
16208 (org-back-to-heading t)
16209 (org-with-limited-levels (org-back-to-heading t)))
16210 (forward-line)
16211 (when (org-looking-at-p org-planning-line-re) (forward-line))
16212 (unless (org-looking-at-p org-property-drawer-re)
16213 (let ((inhibit-read-only t))
16214 (unless (bolp) (insert "\n"))
16215 (let ((begin (point)))
16216 (insert ":PROPERTIES:\n:END:\n")
16217 (org-indent-region begin (point)))))))
16219 (defun org-insert-drawer (&optional arg drawer)
16220 "Insert a drawer at point.
16222 When optional argument ARG is non-nil, insert a property drawer.
16224 Optional argument DRAWER, when non-nil, is a string representing
16225 drawer's name. Otherwise, the user is prompted for a name.
16227 If a region is active, insert the drawer around that region
16228 instead.
16230 Point is left between drawer's boundaries."
16231 (interactive "P")
16232 (let* ((drawer (if arg "PROPERTIES"
16233 (or drawer (read-from-minibuffer "Drawer: ")))))
16234 (cond
16235 ;; With C-u, fall back on `org-insert-property-drawer'
16236 (arg (org-insert-property-drawer))
16237 ;; Check validity of suggested drawer's name.
16238 ((not (org-string-match-p org-drawer-regexp (format ":%s:" drawer)))
16239 (user-error "Invalid drawer name"))
16240 ;; With an active region, insert a drawer at point.
16241 ((not (org-region-active-p))
16242 (progn
16243 (unless (bolp) (insert "\n"))
16244 (insert (format ":%s:\n\n:END:\n" drawer))
16245 (forward-line -2)))
16246 ;; Otherwise, insert the drawer at point
16248 (let ((rbeg (region-beginning))
16249 (rend (copy-marker (region-end))))
16250 (unwind-protect
16251 (progn
16252 (goto-char rbeg)
16253 (beginning-of-line)
16254 (when (save-excursion
16255 (re-search-forward org-outline-regexp-bol rend t))
16256 (user-error "Drawers cannot contain headlines"))
16257 ;; Position point at the beginning of the first
16258 ;; non-blank line in region. Insert drawer's opening
16259 ;; there, then indent it.
16260 (org-skip-whitespace)
16261 (beginning-of-line)
16262 (insert ":" drawer ":\n")
16263 (forward-line -1)
16264 (indent-for-tab-command)
16265 ;; Move point to the beginning of the first blank line
16266 ;; after the last non-blank line in region. Insert
16267 ;; drawer's closing, then indent it.
16268 (goto-char rend)
16269 (skip-chars-backward " \r\t\n")
16270 (insert "\n:END:")
16271 (deactivate-mark t)
16272 (indent-for-tab-command)
16273 (unless (eolp) (insert "\n")))
16274 ;; Clear marker, whatever the outcome of insertion is.
16275 (set-marker rend nil)))))))
16277 (defvar org-property-set-functions-alist nil
16278 "Property set function alist.
16279 Each entry should have the following format:
16281 (PROPERTY . READ-FUNCTION)
16283 The read function will be called with the same argument as
16284 `org-completing-read'.")
16286 (defun org-set-property-function (property)
16287 "Get the function that should be used to set PROPERTY.
16288 This is computed according to `org-property-set-functions-alist'."
16289 (or (cdr (assoc property org-property-set-functions-alist))
16290 'org-completing-read))
16292 (defun org-read-property-value (property)
16293 "Read PROPERTY value from user."
16294 (let* ((completion-ignore-case t)
16295 (allowed (org-property-get-allowed-values nil property 'table))
16296 (cur (org-entry-get nil property))
16297 (prompt (concat property " value"
16298 (if (and cur (string-match "\\S-" cur))
16299 (concat " [" cur "]") "") ": "))
16300 (set-function (org-set-property-function property))
16301 (val (if allowed
16302 (funcall set-function prompt allowed nil
16303 (not (get-text-property 0 'org-unrestricted
16304 (caar allowed))))
16305 (let (org-completion-use-ido org-completion-use-iswitchb)
16306 (funcall set-function prompt
16307 (mapcar 'list (org-property-values property))
16308 nil nil "" nil cur)))))
16309 (org-trim val)))
16311 (defvar org-last-set-property nil)
16312 (defvar org-last-set-property-value nil)
16313 (defun org-read-property-name ()
16314 "Read a property name."
16315 (let ((completion-ignore-case t)
16316 (default-prop (or (and (org-at-property-p)
16317 (org-match-string-no-properties 2))
16318 org-last-set-property)))
16319 (org-completing-read
16320 (concat "Property"
16321 (if default-prop (concat " [" default-prop "]") "")
16322 ": ")
16323 (mapcar #'list (org-buffer-property-keys nil t t))
16324 nil nil nil nil default-prop)))
16326 (defun org-set-property-and-value (use-last)
16327 "Allow to set [PROPERTY]: [value] direction from prompt.
16328 When use-default, don't even ask, just use the last
16329 \"[PROPERTY]: [value]\" string from the history."
16330 (interactive "P")
16331 (let* ((completion-ignore-case t)
16332 (pv (or (and use-last org-last-set-property-value)
16333 (org-completing-read
16334 "Enter a \"[Property]: [value]\" pair: "
16335 nil nil nil nil nil
16336 org-last-set-property-value)))
16337 prop val)
16338 (when (string-match "^[ \t]*\\([^:]+\\):[ \t]*\\(.*\\)[ \t]*$" pv)
16339 (setq prop (match-string 1 pv)
16340 val (match-string 2 pv))
16341 (org-set-property prop val))))
16343 (defun org-set-property (property value)
16344 "In the current entry, set PROPERTY to VALUE.
16345 When called interactively, this will prompt for a property name, offering
16346 completion on existing and default properties. And then it will prompt
16347 for a value, offering completion either on allowed values (via an inherited
16348 xxx_ALL property) or on existing values in other instances of this property
16349 in the current file."
16350 (interactive (list nil nil))
16351 (let* ((property (or property (org-read-property-name)))
16352 (value (or value (org-read-property-value property)))
16353 (fn (cdr (assoc property org-properties-postprocess-alist))))
16354 (setq org-last-set-property property)
16355 (setq org-last-set-property-value (concat property ": " value))
16356 ;; Possibly postprocess the inserted value:
16357 (when fn (setq value (funcall fn value)))
16358 (unless (equal (org-entry-get nil property) value)
16359 (org-entry-put nil property value))))
16361 (defun org-find-property (property &optional value)
16362 "Find first entry in buffer that sets PROPERTY.
16364 When optional argument VALUE is non-nil, only consider an entry
16365 if it contains PROPERTY set to this value. If PROPERTY should be
16366 explicitly set to nil, use string \"nil\" for VALUE.
16368 Return position where the entry begins, or nil if there is no
16369 such entry. If narrowing is in effect, only search the visible
16370 part of the buffer."
16371 (save-excursion
16372 (goto-char (point-min))
16373 (let ((case-fold-search t)
16374 (re (org-re-property property nil (not value) value)))
16375 (catch 'exit
16376 (while (re-search-forward re nil t)
16377 (when (if value (org-at-property-p)
16378 (org-entry-get (point) property nil t))
16379 (throw 'exit (progn (org-back-to-heading t) (point)))))))))
16381 (defun org-delete-property (property)
16382 "In the current entry, delete PROPERTY."
16383 (interactive
16384 (let* ((completion-ignore-case t)
16385 (cat (org-entry-get (point) "CATEGORY"))
16386 (props0 (org-entry-properties nil 'standard))
16387 (props (if cat props0
16388 (delete `("CATEGORY" . ,(org-get-category)) props0)))
16389 (prop (if (< 1 (length props))
16390 (org-icompleting-read "Property: " props nil t)
16391 (caar props))))
16392 (list prop)))
16393 (if (not property)
16394 (message "No property to delete in this entry")
16395 (org-entry-delete nil property)
16396 (message "Property \"%s\" deleted" property)))
16398 (defun org-delete-property-globally (property)
16399 "Remove PROPERTY globally, from all entries.
16400 This function ignores narrowing, if any."
16401 (interactive
16402 (let* ((completion-ignore-case t)
16403 (prop (org-icompleting-read
16404 "Globally remove property: "
16405 (mapcar #'list (org-buffer-property-keys)))))
16406 (list prop)))
16407 (org-with-wide-buffer
16408 (goto-char (point-min))
16409 (let ((count 0)
16410 (re (org-re-property (concat (regexp-quote property) "\\+?") t t)))
16411 (while (re-search-forward re nil t)
16412 (when (org-entry-delete (point) property) (incf count)))
16413 (message "Property \"%s\" removed from %d entries" property count))))
16415 (defvar org-columns-current-fmt-compiled) ; defined in org-colview.el
16417 (defun org-compute-property-at-point ()
16418 "Compute the property at point.
16419 This looks for an enclosing column format, extracts the operator and
16420 then applies it to the property in the column format's scope."
16421 (interactive)
16422 (unless (org-at-property-p)
16423 (user-error "Not at a property"))
16424 (let ((prop (org-match-string-no-properties 2)))
16425 (org-columns-get-format-and-top-level)
16426 (unless (nth 3 (assoc prop org-columns-current-fmt-compiled))
16427 (user-error "No operator defined for property %s" prop))
16428 (org-columns-compute prop)))
16430 (defvar org-property-allowed-value-functions nil
16431 "Hook for functions supplying allowed values for a specific property.
16432 The functions must take a single argument, the name of the property, and
16433 return a flat list of allowed values. If \":ETC\" is one of
16434 the values, this means that these values are intended as defaults for
16435 completion, but that other values should be allowed too.
16436 The functions must return nil if they are not responsible for this
16437 property.")
16439 (defun org-property-get-allowed-values (pom property &optional table)
16440 "Get allowed values for the property PROPERTY.
16441 When TABLE is non-nil, return an alist that can directly be used for
16442 completion."
16443 (let (vals)
16444 (cond
16445 ((equal property "TODO")
16446 (setq vals (org-with-point-at pom
16447 (append org-todo-keywords-1 '("")))))
16448 ((equal property "PRIORITY")
16449 (let ((n org-lowest-priority))
16450 (while (>= n org-highest-priority)
16451 (push (char-to-string n) vals)
16452 (setq n (1- n)))))
16453 ((equal property "CATEGORY"))
16454 ((member property org-special-properties))
16455 ((setq vals (run-hook-with-args-until-success
16456 'org-property-allowed-value-functions property)))
16458 (setq vals (org-entry-get pom (concat property "_ALL") 'inherit))
16459 (when (and vals (string-match "\\S-" vals))
16460 (setq vals (car (read-from-string (concat "(" vals ")"))))
16461 (setq vals (mapcar (lambda (x)
16462 (cond ((stringp x) x)
16463 ((numberp x) (number-to-string x))
16464 ((symbolp x) (symbol-name x))
16465 (t "???")))
16466 vals)))))
16467 (when (member ":ETC" vals)
16468 (setq vals (remove ":ETC" vals))
16469 (org-add-props (car vals) '(org-unrestricted t)))
16470 (if table (mapcar 'list vals) vals)))
16472 (defun org-property-previous-allowed-value (&optional previous)
16473 "Switch to the next allowed value for this property."
16474 (interactive)
16475 (org-property-next-allowed-value t))
16477 (defun org-property-next-allowed-value (&optional previous)
16478 "Switch to the next allowed value for this property."
16479 (interactive)
16480 (unless (org-at-property-p)
16481 (user-error "Not at a property"))
16482 (let* ((prop (car (save-match-data (org-split-string (match-string 1) ":"))))
16483 (key (match-string 2))
16484 (value (match-string 3))
16485 (allowed (or (org-property-get-allowed-values (point) key)
16486 (and (member value '("[ ]" "[-]" "[X]"))
16487 '("[ ]" "[X]"))))
16488 (heading (save-match-data (nth 4 (org-heading-components))))
16489 nval)
16490 (unless allowed
16491 (user-error "Allowed values for this property have not been defined"))
16492 (if previous (setq allowed (reverse allowed)))
16493 (if (member value allowed)
16494 (setq nval (car (cdr (member value allowed)))))
16495 (setq nval (or nval (car allowed)))
16496 (if (equal nval value)
16497 (user-error "Only one allowed value for this property"))
16498 (org-at-property-p)
16499 (replace-match (concat " :" key ": " nval) t t)
16500 (org-indent-line)
16501 (beginning-of-line 1)
16502 (skip-chars-forward " \t")
16503 (when (equal prop org-effort-property)
16504 (org-refresh-property
16505 '((effort . identity)
16506 (effort-minutes . org-duration-string-to-minutes))
16507 nval)
16508 (when (string= org-clock-current-task heading)
16509 (setq org-clock-effort nval)
16510 (org-clock-update-mode-line)))
16511 (run-hook-with-args 'org-property-changed-functions key nval)))
16513 (defun org-find-olp (path &optional this-buffer)
16514 "Return a marker pointing to the entry at outline path OLP.
16515 If anything goes wrong, throw an error.
16516 You can wrap this call to catch the error like this:
16518 (condition-case msg
16519 (org-mobile-locate-entry (match-string 4))
16520 (error (nth 1 msg)))
16522 The return value will then be either a string with the error message,
16523 or a marker if everything is OK.
16525 If THIS-BUFFER is set, the outline path does not contain a file,
16526 only headings."
16527 (let* ((file (if this-buffer buffer-file-name (pop path)))
16528 (buffer (if this-buffer (current-buffer) (find-file-noselect file)))
16529 (level 1)
16530 (lmin 1)
16531 (lmax 1)
16532 limit re end found pos heading cnt flevel)
16533 (unless buffer (error "File not found :%s" file))
16534 (with-current-buffer buffer
16535 (save-excursion
16536 (save-restriction
16537 (widen)
16538 (setq limit (point-max))
16539 (goto-char (point-min))
16540 (dolist (heading path)
16541 (setq re (format org-complex-heading-regexp-format
16542 (regexp-quote heading)))
16543 (setq cnt 0 pos (point))
16544 (while (re-search-forward re end t)
16545 (setq level (- (match-end 1) (match-beginning 1)))
16546 (if (and (>= level lmin) (<= level lmax))
16547 (setq found (match-beginning 0) flevel level cnt (1+ cnt))))
16548 (when (= cnt 0) (error "Heading not found on level %d: %s"
16549 lmax heading))
16550 (when (> cnt 1) (error "Heading not unique on level %d: %s"
16551 lmax heading))
16552 (goto-char found)
16553 (setq lmin (1+ flevel) lmax (+ lmin (if org-odd-levels-only 1 0)))
16554 (setq end (save-excursion (org-end-of-subtree t t))))
16555 (when (org-at-heading-p)
16556 (point-marker)))))))
16558 (defun org-find-exact-headline-in-buffer (heading &optional buffer pos-only)
16559 "Find node HEADING in BUFFER.
16560 Return a marker to the heading if it was found, or nil if not.
16561 If POS-ONLY is set, return just the position instead of a marker.
16563 The heading text must match exact, but it may have a TODO keyword,
16564 a priority cookie and tags in the standard locations."
16565 (with-current-buffer (or buffer (current-buffer))
16566 (save-excursion
16567 (save-restriction
16568 (widen)
16569 (goto-char (point-min))
16570 (let (case-fold-search)
16571 (if (re-search-forward
16572 (format org-complex-heading-regexp-format
16573 (regexp-quote heading)) nil t)
16574 (if pos-only
16575 (match-beginning 0)
16576 (move-marker (make-marker) (match-beginning 0)))))))))
16578 (defun org-find-exact-heading-in-directory (heading &optional dir)
16579 "Find Org node headline HEADING in all .org files in directory DIR.
16580 When the target headline is found, return a marker to this location."
16581 (let ((files (directory-files (or dir default-directory)
16582 t "\\`[^.#].*\\.org\\'"))
16583 visiting m buffer)
16584 (catch 'found
16585 (dolist (file files)
16586 (message "trying %s" file)
16587 (setq visiting (org-find-base-buffer-visiting file))
16588 (setq buffer (or visiting (find-file-noselect file)))
16589 (setq m (org-find-exact-headline-in-buffer
16590 heading buffer))
16591 (when (and (not m) (not visiting)) (kill-buffer buffer))
16592 (and m (throw 'found m))))))
16594 (defun org-find-entry-with-id (ident)
16595 "Locate the entry that contains the ID property with exact value IDENT.
16596 IDENT can be a string, a symbol or a number, this function will search for
16597 the string representation of it.
16598 Return the position where this entry starts, or nil if there is no such entry."
16599 (interactive "sID: ")
16600 (let ((id (cond
16601 ((stringp ident) ident)
16602 ((symbolp ident) (symbol-name ident))
16603 ((numberp ident) (number-to-string ident))
16604 (t (error "IDENT %s must be a string, symbol or number" ident)))))
16605 (org-with-wide-buffer (org-find-property "ID" id))))
16607 ;;;; Timestamps
16609 (defvar org-last-changed-timestamp nil)
16610 (defvar org-last-inserted-timestamp nil
16611 "The last time stamp inserted with `org-insert-time-stamp'.")
16612 (defvar org-ts-what) ; dynamically scoped parameter
16614 (defun org-time-stamp (arg &optional inactive)
16615 "Prompt for a date/time and insert a time stamp.
16617 If the user specifies a time like HH:MM or if this command is
16618 called with at least one prefix argument, the time stamp contains
16619 the date and the time. Otherwise, only the date is included.
16621 All parts of a date not specified by the user are filled in from
16622 the timestamp at point, if any, or the current date/time
16623 otherwise.
16625 If there is already a timestamp at the cursor, it is replaced.
16627 With two universal prefix arguments, insert an active timestamp
16628 with the current time without prompting the user.
16630 When called from lisp, the timestamp is inactive if INACTIVE is
16631 non-nil."
16632 (interactive "P")
16633 (let* ((ts
16634 (cond ((org-at-date-range-p t)
16635 (save-excursion
16636 (goto-char (match-beginning 0))
16637 (looking-at (if inactive org-ts-regexp-both org-ts-regexp)))
16638 (match-string 0))
16639 ((org-at-timestamp-p t) (match-string 0))))
16640 ;; Default time is either the timestamp at point or today.
16641 ;; When entering a range, only the range start is considered.
16642 (default-time (if (not ts) (current-time)
16643 (apply #'encode-time (org-parse-time-string ts))))
16644 (default-input (and ts (org-get-compact-tod ts)))
16645 (repeater (and ts
16646 (string-match "\\([.+-]+[0-9]+[hdwmy] ?\\)+" ts)
16647 (match-string 0 ts)))
16648 org-time-was-given
16649 org-end-time-was-given
16650 (time
16651 (and (if (equal arg '(16)) (current-time)
16652 ;; Preserve `this-command' and `last-command'.
16653 (let ((this-command this-command)
16654 (last-command last-command))
16655 (org-read-date
16656 arg 'totime nil nil default-time default-input
16657 inactive))))))
16658 (cond
16659 ((and ts
16660 (memq last-command '(org-time-stamp org-time-stamp-inactive))
16661 (memq this-command '(org-time-stamp org-time-stamp-inactive)))
16662 (insert "--")
16663 (org-insert-time-stamp time (or org-time-was-given arg) inactive))
16665 ;; Make sure we're on a timestamp. When in the middle of a date
16666 ;; range, move arbitrarily to range end.
16667 (unless (org-at-timestamp-p t)
16668 (skip-chars-forward "-")
16669 (org-at-timestamp-p t))
16670 (replace-match "")
16671 (setq org-last-changed-timestamp
16672 (org-insert-time-stamp
16673 time (or org-time-was-given arg)
16674 inactive nil nil (list org-end-time-was-given)))
16675 (when repeater
16676 (backward-char)
16677 (insert " " repeater)
16678 (setq org-last-changed-timestamp
16679 (concat (substring org-last-inserted-timestamp 0 -1)
16680 " " repeater ">")))
16681 (message "Timestamp updated"))
16682 ((equal arg '(16)) (org-insert-time-stamp time t inactive))
16683 (t (org-insert-time-stamp
16684 time (or org-time-was-given arg) inactive nil nil
16685 (list org-end-time-was-given))))))
16687 ;; FIXME: can we use this for something else, like computing time differences?
16688 (defun org-get-compact-tod (s)
16689 (when (string-match "\\(\\([012]?[0-9]\\):\\([0-5][0-9]\\)\\)\\(-\\(\\([012]?[0-9]\\):\\([0-5][0-9]\\)\\)\\)?" s)
16690 (let* ((t1 (match-string 1 s))
16691 (h1 (string-to-number (match-string 2 s)))
16692 (m1 (string-to-number (match-string 3 s)))
16693 (t2 (and (match-end 4) (match-string 5 s)))
16694 (h2 (and t2 (string-to-number (match-string 6 s))))
16695 (m2 (and t2 (string-to-number (match-string 7 s))))
16696 dh dm)
16697 (if (not t2)
16699 (setq dh (- h2 h1) dm (- m2 m1))
16700 (if (< dm 0) (setq dm (+ dm 60) dh (1- dh)))
16701 (concat t1 "+" (number-to-string dh)
16702 (and (/= 0 dm) (format ":%02d" dm)))))))
16704 (defun org-time-stamp-inactive (&optional arg)
16705 "Insert an inactive time stamp.
16706 An inactive time stamp is enclosed in square brackets instead of angle
16707 brackets. It is inactive in the sense that it does not trigger agenda entries,
16708 does not link to the calendar and cannot be changed with the S-cursor keys.
16709 So these are more for recording a certain time/date."
16710 (interactive "P")
16711 (org-time-stamp arg 'inactive))
16713 (defvar org-date-ovl (make-overlay 1 1))
16714 (overlay-put org-date-ovl 'face 'org-date-selected)
16715 (org-detach-overlay org-date-ovl)
16717 (defvar org-ans1) ; dynamically scoped parameter
16718 (defvar org-ans2) ; dynamically scoped parameter
16720 (defvar org-plain-time-of-day-regexp) ; defined below
16722 (defvar org-overriding-default-time nil) ; dynamically scoped
16723 (defvar org-read-date-overlay nil)
16724 (defvar org-dcst nil) ; dynamically scoped
16725 (defvar org-read-date-history nil)
16726 (defvar org-read-date-final-answer nil)
16727 (defvar org-read-date-analyze-futurep nil)
16728 (defvar org-read-date-analyze-forced-year nil)
16729 (defvar org-read-date-inactive)
16731 (defvar org-read-date-minibuffer-local-map
16732 (let* ((map (make-sparse-keymap)))
16733 (set-keymap-parent map minibuffer-local-map)
16734 (org-defkey map (kbd ".")
16735 (lambda () (interactive)
16736 ;; Are we at the beginning of the prompt?
16737 (if (looking-back "^[^:]+: ")
16738 (org-eval-in-calendar '(calendar-goto-today))
16739 (insert "."))))
16740 (org-defkey map (kbd "C-.")
16741 (lambda () (interactive)
16742 (org-eval-in-calendar '(calendar-goto-today))))
16743 (org-defkey map [(meta shift left)]
16744 (lambda () (interactive)
16745 (org-eval-in-calendar '(calendar-backward-month 1))))
16746 (org-defkey map [(meta shift right)]
16747 (lambda () (interactive)
16748 (org-eval-in-calendar '(calendar-forward-month 1))))
16749 (org-defkey map [(meta shift up)]
16750 (lambda () (interactive)
16751 (org-eval-in-calendar '(calendar-backward-year 1))))
16752 (org-defkey map [(meta shift down)]
16753 (lambda () (interactive)
16754 (org-eval-in-calendar '(calendar-forward-year 1))))
16755 (org-defkey map [?\e (shift left)]
16756 (lambda () (interactive)
16757 (org-eval-in-calendar '(calendar-backward-month 1))))
16758 (org-defkey map [?\e (shift right)]
16759 (lambda () (interactive)
16760 (org-eval-in-calendar '(calendar-forward-month 1))))
16761 (org-defkey map [?\e (shift up)]
16762 (lambda () (interactive)
16763 (org-eval-in-calendar '(calendar-backward-year 1))))
16764 (org-defkey map [?\e (shift down)]
16765 (lambda () (interactive)
16766 (org-eval-in-calendar '(calendar-forward-year 1))))
16767 (org-defkey map [(shift up)]
16768 (lambda () (interactive)
16769 (org-eval-in-calendar '(calendar-backward-week 1))))
16770 (org-defkey map [(shift down)]
16771 (lambda () (interactive)
16772 (org-eval-in-calendar '(calendar-forward-week 1))))
16773 (org-defkey map [(shift left)]
16774 (lambda () (interactive)
16775 (org-eval-in-calendar '(calendar-backward-day 1))))
16776 (org-defkey map [(shift right)]
16777 (lambda () (interactive)
16778 (org-eval-in-calendar '(calendar-forward-day 1))))
16779 (org-defkey map "!"
16780 (lambda () (interactive)
16781 (org-eval-in-calendar '(diary-view-entries))
16782 (message "")))
16783 (org-defkey map ">"
16784 (lambda () (interactive)
16785 (org-eval-in-calendar '(calendar-scroll-left 1))))
16786 (org-defkey map "<"
16787 (lambda () (interactive)
16788 (org-eval-in-calendar '(calendar-scroll-right 1))))
16789 (org-defkey map "\C-v"
16790 (lambda () (interactive)
16791 (org-eval-in-calendar
16792 '(calendar-scroll-left-three-months 1))))
16793 (org-defkey map "\M-v"
16794 (lambda () (interactive)
16795 (org-eval-in-calendar
16796 '(calendar-scroll-right-three-months 1))))
16797 map)
16798 "Keymap for minibuffer commands when using `org-read-date'.")
16800 (defvar org-def)
16801 (defvar org-defdecode)
16802 (defvar org-with-time)
16804 (defun org-read-date (&optional org-with-time to-time from-string prompt
16805 default-time default-input inactive)
16806 "Read a date, possibly a time, and make things smooth for the user.
16807 The prompt will suggest to enter an ISO date, but you can also enter anything
16808 which will at least partially be understood by `parse-time-string'.
16809 Unrecognized parts of the date will default to the current day, month, year,
16810 hour and minute. If this command is called to replace a timestamp at point,
16811 or to enter the second timestamp of a range, the default time is taken
16812 from the existing stamp. Furthermore, the command prefers the future,
16813 so if you are giving a date where the year is not given, and the day-month
16814 combination is already past in the current year, it will assume you
16815 mean next year. For details, see the manual. A few examples:
16817 3-2-5 --> 2003-02-05
16818 feb 15 --> currentyear-02-15
16819 2/15 --> currentyear-02-15
16820 sep 12 9 --> 2009-09-12
16821 12:45 --> today 12:45
16822 22 sept 0:34 --> currentyear-09-22 0:34
16823 12 --> currentyear-currentmonth-12
16824 Fri --> nearest Friday after today
16825 -Tue --> last Tuesday
16826 etc.
16828 Furthermore you can specify a relative date by giving, as the *first* thing
16829 in the input: a plus/minus sign, a number and a letter [hdwmy] to indicate
16830 change in days weeks, months, years.
16831 With a single plus or minus, the date is relative to today. With a double
16832 plus or minus, it is relative to the date in DEFAULT-TIME. E.g.
16833 +4d --> four days from today
16834 +4 --> same as above
16835 +2w --> two weeks from today
16836 ++5 --> five days from default date
16838 The function understands only English month and weekday abbreviations.
16840 While prompting, a calendar is popped up - you can also select the
16841 date with the mouse (button 1). The calendar shows a period of three
16842 months. To scroll it to other months, use the keys `>' and `<'.
16843 If you don't like the calendar, turn it off with
16844 \(setq org-read-date-popup-calendar nil)
16846 With optional argument TO-TIME, the date will immediately be converted
16847 to an internal time.
16848 With an optional argument ORG-WITH-TIME, the prompt will suggest to
16849 also insert a time. Note that when ORG-WITH-TIME is not set, you can
16850 still enter a time, and this function will inform the calling routine
16851 about this change. The calling routine may then choose to change the
16852 format used to insert the time stamp into the buffer to include the time.
16853 With optional argument FROM-STRING, read from this string instead from
16854 the user. PROMPT can overwrite the default prompt. DEFAULT-TIME is
16855 the time/date that is used for everything that is not specified by the
16856 user."
16857 (require 'parse-time)
16858 (let* ((org-time-stamp-rounding-minutes
16859 (if (equal org-with-time '(16)) '(0 0) org-time-stamp-rounding-minutes))
16860 (org-dcst org-display-custom-times)
16861 (ct (org-current-time))
16862 (org-def (or org-overriding-default-time default-time ct))
16863 (org-defdecode (decode-time org-def))
16864 (dummy (progn
16865 (when (< (nth 2 org-defdecode) org-extend-today-until)
16866 (setcar (nthcdr 2 org-defdecode) -1)
16867 (setcar (nthcdr 1 org-defdecode) 59)
16868 (setq org-def (apply 'encode-time org-defdecode)
16869 org-defdecode (decode-time org-def)))))
16870 (cur-frame (selected-frame))
16871 (mouse-autoselect-window nil) ; Don't let the mouse jump
16872 (calendar-frame-setup nil)
16873 (calendar-setup (when (eq calendar-setup 'calendar-only) 'calendar-only))
16874 (calendar-move-hook nil)
16875 (calendar-view-diary-initially-flag nil)
16876 (calendar-view-holidays-initially-flag nil)
16877 (timestr (format-time-string
16878 (if org-with-time "%Y-%m-%d %H:%M" "%Y-%m-%d") org-def))
16879 (prompt (concat (if prompt (concat prompt " ") "")
16880 (format "Date+time [%s]: " timestr)))
16881 ans (org-ans0 "") org-ans1 org-ans2 final cal-frame)
16883 (cond
16884 (from-string (setq ans from-string))
16885 (org-read-date-popup-calendar
16886 (save-excursion
16887 (save-window-excursion
16888 (calendar)
16889 (when (eq calendar-setup 'calendar-only)
16890 (setq cal-frame
16891 (window-frame (get-buffer-window "*Calendar*" 'visible)))
16892 (select-frame cal-frame))
16893 (org-eval-in-calendar '(setq cursor-type nil) t)
16894 (unwind-protect
16895 (progn
16896 (calendar-forward-day (- (time-to-days org-def)
16897 (calendar-absolute-from-gregorian
16898 (calendar-current-date))))
16899 (org-eval-in-calendar nil t)
16900 (let* ((old-map (current-local-map))
16901 (map (copy-keymap calendar-mode-map))
16902 (minibuffer-local-map
16903 (copy-keymap org-read-date-minibuffer-local-map)))
16904 (org-defkey map (kbd "RET") 'org-calendar-select)
16905 (org-defkey map [mouse-1] 'org-calendar-select-mouse)
16906 (org-defkey map [mouse-2] 'org-calendar-select-mouse)
16907 (unwind-protect
16908 (progn
16909 (use-local-map map)
16910 (setq org-read-date-inactive inactive)
16911 (add-hook 'post-command-hook 'org-read-date-display)
16912 (setq org-ans0 (read-string prompt default-input
16913 'org-read-date-history nil))
16914 ;; org-ans0: from prompt
16915 ;; org-ans1: from mouse click
16916 ;; org-ans2: from calendar motion
16917 (setq ans (concat org-ans0 " " (or org-ans1 org-ans2))))
16918 (remove-hook 'post-command-hook 'org-read-date-display)
16919 (use-local-map old-map)
16920 (when org-read-date-overlay
16921 (delete-overlay org-read-date-overlay)
16922 (setq org-read-date-overlay nil)))))
16923 (bury-buffer "*Calendar*")
16924 (when cal-frame
16925 (delete-frame cal-frame)
16926 (select-frame-set-input-focus cur-frame))))))
16928 (t ; Naked prompt only
16929 (unwind-protect
16930 (setq ans (read-string prompt default-input
16931 'org-read-date-history timestr))
16932 (when org-read-date-overlay
16933 (delete-overlay org-read-date-overlay)
16934 (setq org-read-date-overlay nil)))))
16936 (setq final (org-read-date-analyze ans org-def org-defdecode))
16938 (when org-read-date-analyze-forced-year
16939 (message "Year was forced into %s"
16940 (if org-read-date-force-compatible-dates
16941 "compatible range (1970-2037)"
16942 "range representable on this machine"))
16943 (ding))
16945 ;; One round trip to get rid of 34th of August and stuff like that....
16946 (setq final (decode-time (apply 'encode-time final)))
16948 (setq org-read-date-final-answer ans)
16950 (if to-time
16951 (apply 'encode-time final)
16952 (if (and (boundp 'org-time-was-given) org-time-was-given)
16953 (format "%04d-%02d-%02d %02d:%02d"
16954 (nth 5 final) (nth 4 final) (nth 3 final)
16955 (nth 2 final) (nth 1 final))
16956 (format "%04d-%02d-%02d" (nth 5 final) (nth 4 final) (nth 3 final))))))
16958 (defun org-read-date-display ()
16959 "Display the current date prompt interpretation in the minibuffer."
16960 (when org-read-date-display-live
16961 (when org-read-date-overlay
16962 (delete-overlay org-read-date-overlay))
16963 (when (minibufferp (current-buffer))
16964 (save-excursion
16965 (end-of-line 1)
16966 (while (not (equal (buffer-substring
16967 (max (point-min) (- (point) 4)) (point))
16968 " "))
16969 (insert " ")))
16970 (let* ((ans (concat (buffer-substring (point-at-bol) (point-max))
16971 " " (or org-ans1 org-ans2)))
16972 (org-end-time-was-given nil)
16973 (f (org-read-date-analyze ans org-def org-defdecode))
16974 (fmts (if org-dcst
16975 org-time-stamp-custom-formats
16976 org-time-stamp-formats))
16977 (fmt (if (or org-with-time
16978 (and (boundp 'org-time-was-given) org-time-was-given))
16979 (cdr fmts)
16980 (car fmts)))
16981 (txt (format-time-string fmt (apply 'encode-time f)))
16982 (txt (if org-read-date-inactive (concat "[" (substring txt 1 -1) "]") txt))
16983 (txt (concat "=> " txt)))
16984 (when (and org-end-time-was-given
16985 (string-match org-plain-time-of-day-regexp txt))
16986 (setq txt (concat (substring txt 0 (match-end 0)) "-"
16987 org-end-time-was-given
16988 (substring txt (match-end 0)))))
16989 (when org-read-date-analyze-futurep
16990 (setq txt (concat txt " (=>F)")))
16991 (setq org-read-date-overlay
16992 (make-overlay (1- (point-at-eol)) (point-at-eol)))
16993 (org-overlay-display org-read-date-overlay txt 'secondary-selection)))))
16995 (defun org-read-date-analyze (ans org-def org-defdecode)
16996 "Analyze the combined answer of the date prompt."
16997 ;; FIXME: cleanup and comment
16998 ;; Pass `current-time' result to `decode-time' (instead of calling
16999 ;; without arguments) so that only `current-time' has to be
17000 ;; overriden in tests.
17001 (let ((nowdecode (decode-time (current-time)))
17002 delta deltan deltaw deltadef year month day
17003 hour minute second wday pm h2 m2 tl wday1
17004 iso-year iso-weekday iso-week iso-year iso-date futurep kill-year)
17005 (setq org-read-date-analyze-futurep nil
17006 org-read-date-analyze-forced-year nil)
17007 (when (string-match "\\`[ \t]*\\.[ \t]*\\'" ans)
17008 (setq ans "+0"))
17010 (when (setq delta (org-read-date-get-relative ans (current-time) org-def))
17011 (setq ans (replace-match "" t t ans)
17012 deltan (car delta)
17013 deltaw (nth 1 delta)
17014 deltadef (nth 2 delta)))
17016 ;; Check if there is an iso week date in there. If yes, store the
17017 ;; info and postpone interpreting it until the rest of the parsing
17018 ;; is done.
17019 (when (string-match "\\<\\(?:\\([0-9]+\\)-\\)?[wW]\\([0-9]\\{1,2\\}\\)\\(?:-\\([0-6]\\)\\)?\\([ \t]\\|$\\)" ans)
17020 (setq iso-year (if (match-end 1)
17021 (org-small-year-to-year
17022 (string-to-number (match-string 1 ans))))
17023 iso-weekday (if (match-end 3)
17024 (string-to-number (match-string 3 ans)))
17025 iso-week (string-to-number (match-string 2 ans)))
17026 (setq ans (replace-match "" t t ans)))
17028 ;; Help matching ISO dates with single digit month or day, like 2006-8-11.
17029 (when (string-match
17030 "^ *\\(\\([0-9]+\\)-\\)?\\([0-1]?[0-9]\\)-\\([0-3]?[0-9]\\)\\([^-0-9]\\|$\\)" ans)
17031 (setq year (if (match-end 2)
17032 (string-to-number (match-string 2 ans))
17033 (progn (setq kill-year t)
17034 (string-to-number (format-time-string "%Y"))))
17035 month (string-to-number (match-string 3 ans))
17036 day (string-to-number (match-string 4 ans)))
17037 (if (< year 100) (setq year (+ 2000 year)))
17038 (setq ans (replace-match (format "%04d-%02d-%02d\\5" year month day)
17039 t nil ans)))
17041 ;; Help matching dotted european dates
17042 (when (string-match
17043 "^ *\\(3[01]\\|0?[1-9]\\|[12][0-9]\\)\\. ?\\(0?[1-9]\\|1[012]\\)\\.\\( ?[1-9][0-9]\\{3\\}\\)?" ans)
17044 (setq year (if (match-end 3) (string-to-number (match-string 3 ans))
17045 (setq kill-year t)
17046 (string-to-number (format-time-string "%Y")))
17047 day (string-to-number (match-string 1 ans))
17048 month (string-to-number (match-string 2 ans))
17049 ans (replace-match (format "%04d-%02d-%02d" year month day)
17050 t nil ans)))
17052 ;; Help matching american dates, like 5/30 or 5/30/7
17053 (when (string-match
17054 "^ *\\(0?[1-9]\\|1[012]\\)/\\(0?[1-9]\\|[12][0-9]\\|3[01]\\)\\(/\\([0-9]+\\)\\)?\\([^/0-9]\\|$\\)" ans)
17055 (setq year (if (match-end 4)
17056 (string-to-number (match-string 4 ans))
17057 (progn (setq kill-year t)
17058 (string-to-number (format-time-string "%Y"))))
17059 month (string-to-number (match-string 1 ans))
17060 day (string-to-number (match-string 2 ans)))
17061 (if (< year 100) (setq year (+ 2000 year)))
17062 (setq ans (replace-match (format "%04d-%02d-%02d\\5" year month day)
17063 t nil ans)))
17064 ;; Help matching am/pm times, because `parse-time-string' does not do that.
17065 ;; If there is a time with am/pm, and *no* time without it, we convert
17066 ;; so that matching will be successful.
17067 (loop for i from 1 to 2 do ; twice, for end time as well
17068 (when (and (not (string-match "\\(\\`\\|[^+]\\)[012]?[0-9]:[0-9][0-9]\\([ \t\n]\\|$\\)" ans))
17069 (string-match "\\([012]?[0-9]\\)\\(:\\([0-5][0-9]\\)\\)?\\(am\\|AM\\|pm\\|PM\\)\\>" ans))
17070 (setq hour (string-to-number (match-string 1 ans))
17071 minute (if (match-end 3)
17072 (string-to-number (match-string 3 ans))
17074 pm (equal ?p
17075 (string-to-char (downcase (match-string 4 ans)))))
17076 (if (and (= hour 12) (not pm))
17077 (setq hour 0)
17078 (if (and pm (< hour 12)) (setq hour (+ 12 hour))))
17079 (setq ans (replace-match (format "%02d:%02d" hour minute)
17080 t t ans))))
17082 ;; Check if a time range is given as a duration
17083 (when (string-match "\\([012]?[0-9]\\):\\([0-6][0-9]\\)\\+\\([012]?[0-9]\\)\\(:\\([0-5][0-9]\\)\\)?" ans)
17084 (setq hour (string-to-number (match-string 1 ans))
17085 h2 (+ hour (string-to-number (match-string 3 ans)))
17086 minute (string-to-number (match-string 2 ans))
17087 m2 (+ minute (if (match-end 5) (string-to-number
17088 (match-string 5 ans))0)))
17089 (if (>= m2 60) (setq h2 (1+ h2) m2 (- m2 60)))
17090 (setq ans (replace-match (format "%02d:%02d-%02d:%02d" hour minute h2 m2)
17091 t t ans)))
17093 ;; Check if there is a time range
17094 (when (boundp 'org-end-time-was-given)
17095 (setq org-time-was-given nil)
17096 (when (and (string-match org-plain-time-of-day-regexp ans)
17097 (match-end 8))
17098 (setq org-end-time-was-given (match-string 8 ans))
17099 (setq ans (concat (substring ans 0 (match-beginning 7))
17100 (substring ans (match-end 7))))))
17102 (setq tl (parse-time-string ans)
17103 day (or (nth 3 tl) (nth 3 org-defdecode))
17104 month
17105 (cond ((nth 4 tl))
17106 ((not org-read-date-prefer-future) (nth 4 org-defdecode))
17107 ;; Day was specified. Make sure DAY+MONTH
17108 ;; combination happens in the future.
17109 ((nth 3 tl)
17110 (setq futurep t)
17111 (if (< day (nth 3 nowdecode)) (1+ (nth 4 nowdecode))
17112 (nth 4 nowdecode)))
17113 (t (nth 4 org-defdecode)))
17114 year
17115 (cond ((and (not kill-year) (nth 5 tl)))
17116 ((not org-read-date-prefer-future) (nth 5 org-defdecode))
17117 ;; Month was guessed in the future and is at least
17118 ;; equal to NOWDECODE's. Fix year accordingly.
17119 (futurep
17120 (if (or (> month (nth 4 nowdecode))
17121 (>= day (nth 3 nowdecode)))
17122 (nth 5 nowdecode)
17123 (1+ (nth 5 nowdecode))))
17124 ;; Month was specified. Make sure MONTH+YEAR
17125 ;; combination happens in the future.
17126 ((nth 4 tl)
17127 (setq futurep t)
17128 (cond ((> month (nth 4 nowdecode)) (nth 5 nowdecode))
17129 ((< month (nth 4 nowdecode)) (1+ (nth 5 nowdecode)))
17130 ((< day (nth 3 nowdecode)) (1+ (nth 5 nowdecode)))
17131 (t (nth 5 nowdecode))))
17132 (t (nth 5 org-defdecode)))
17133 hour (or (nth 2 tl) (nth 2 org-defdecode))
17134 minute (or (nth 1 tl) (nth 1 org-defdecode))
17135 second (or (nth 0 tl) 0)
17136 wday (nth 6 tl))
17138 (when (and (eq org-read-date-prefer-future 'time)
17139 (not (nth 3 tl)) (not (nth 4 tl)) (not (nth 5 tl))
17140 (equal day (nth 3 nowdecode))
17141 (equal month (nth 4 nowdecode))
17142 (equal year (nth 5 nowdecode))
17143 (nth 2 tl)
17144 (or (< (nth 2 tl) (nth 2 nowdecode))
17145 (and (= (nth 2 tl) (nth 2 nowdecode))
17146 (nth 1 tl)
17147 (< (nth 1 tl) (nth 1 nowdecode)))))
17148 (setq day (1+ day)
17149 futurep t))
17151 ;; Special date definitions below
17152 (cond
17153 (iso-week
17154 ;; There was an iso week
17155 (require 'cal-iso)
17156 (setq futurep nil)
17157 (setq year (or iso-year year)
17158 day (or iso-weekday wday 1)
17159 wday nil ; to make sure that the trigger below does not match
17160 iso-date (calendar-gregorian-from-absolute
17161 (calendar-iso-to-absolute
17162 (list iso-week day year))))
17163 ; FIXME: Should we also push ISO weeks into the future?
17164 ; (when (and org-read-date-prefer-future
17165 ; (not iso-year)
17166 ; (< (calendar-absolute-from-gregorian iso-date)
17167 ; (time-to-days (current-time))))
17168 ; (setq year (1+ year)
17169 ; iso-date (calendar-gregorian-from-absolute
17170 ; (calendar-iso-to-absolute
17171 ; (list iso-week day year)))))
17172 (setq month (car iso-date)
17173 year (nth 2 iso-date)
17174 day (nth 1 iso-date)))
17175 (deltan
17176 (setq futurep nil)
17177 (unless deltadef
17178 ;; Pass `current-time' result to `decode-time' (instead of
17179 ;; calling without arguments) so that only `current-time' has
17180 ;; to be overriden in tests.
17181 (let ((now (decode-time (current-time))))
17182 (setq day (nth 3 now) month (nth 4 now) year (nth 5 now))))
17183 (cond ((member deltaw '("d" "")) (setq day (+ day deltan)))
17184 ((equal deltaw "w") (setq day (+ day (* 7 deltan))))
17185 ((equal deltaw "m") (setq month (+ month deltan)))
17186 ((equal deltaw "y") (setq year (+ year deltan)))))
17187 ((and wday (not (nth 3 tl)))
17188 ;; Weekday was given, but no day, so pick that day in the week
17189 ;; on or after the derived date.
17190 (setq wday1 (nth 6 (decode-time (encode-time 0 0 0 day month year))))
17191 (unless (equal wday wday1)
17192 (setq day (+ day (% (- wday wday1 -7) 7))))))
17193 (if (and (boundp 'org-time-was-given)
17194 (nth 2 tl))
17195 (setq org-time-was-given t))
17196 (if (< year 100) (setq year (+ 2000 year)))
17197 ;; Check of the date is representable
17198 (if org-read-date-force-compatible-dates
17199 (progn
17200 (if (< year 1970)
17201 (setq year 1970 org-read-date-analyze-forced-year t))
17202 (if (> year 2037)
17203 (setq year 2037 org-read-date-analyze-forced-year t)))
17204 (condition-case nil
17205 (ignore (encode-time second minute hour day month year))
17206 (error
17207 (setq year (nth 5 org-defdecode))
17208 (setq org-read-date-analyze-forced-year t))))
17209 (setq org-read-date-analyze-futurep futurep)
17210 (list second minute hour day month year)))
17212 (defvar parse-time-weekdays)
17213 (defun org-read-date-get-relative (s today default)
17214 "Check string S for special relative date string.
17215 TODAY and DEFAULT are internal times, for today and for a default.
17216 Return shift list (N what def-flag)
17217 WHAT is \"d\", \"w\", \"m\", or \"y\" for day, week, month, year.
17218 N is the number of WHATs to shift.
17219 DEF-FLAG is t when a double ++ or -- indicates shift relative to
17220 the DEFAULT date rather than TODAY."
17221 (require 'parse-time)
17222 (when (and
17223 (string-match
17224 (concat
17225 "\\`[ \t]*\\([-+]\\{0,2\\}\\)"
17226 "\\([0-9]+\\)?"
17227 "\\([hdwmy]\\|\\(" (mapconcat 'car parse-time-weekdays "\\|") "\\)\\)?"
17228 "\\([ \t]\\|$\\)") s)
17229 (or (> (match-end 1) (match-beginning 1)) (match-end 4)))
17230 (let* ((dir (if (> (match-end 1) (match-beginning 1))
17231 (string-to-char (substring (match-string 1 s) -1))
17232 ?+))
17233 (rel (and (match-end 1) (= 2 (- (match-end 1) (match-beginning 1)))))
17234 (n (if (match-end 2) (string-to-number (match-string 2 s)) 1))
17235 (what (if (match-end 3) (match-string 3 s) "d"))
17236 (wday1 (cdr (assoc (downcase what) parse-time-weekdays)))
17237 (date (if rel default today))
17238 (wday (nth 6 (decode-time date)))
17239 delta)
17240 (if wday1
17241 (progn
17242 (setq delta (mod (+ 7 (- wday1 wday)) 7))
17243 (if (= delta 0) (setq delta 7))
17244 (if (= dir ?-)
17245 (progn
17246 (setq delta (- delta 7))
17247 (if (= delta 0) (setq delta -7))))
17248 (if (> n 1) (setq delta (+ delta (* (1- n) (if (= dir ?-) -7 7)))))
17249 (list delta "d" rel))
17250 (list (* n (if (= dir ?-) -1 1)) what rel)))))
17252 (defun org-order-calendar-date-args (arg1 arg2 arg3)
17253 "Turn a user-specified date into the internal representation.
17254 The internal representation needed by the calendar is (month day year).
17255 This is a wrapper to handle the brain-dead convention in calendar that
17256 user function argument order change dependent on argument order."
17257 (if (boundp 'calendar-date-style)
17258 (cond
17259 ((eq calendar-date-style 'american)
17260 (list arg1 arg2 arg3))
17261 ((eq calendar-date-style 'european)
17262 (list arg2 arg1 arg3))
17263 ((eq calendar-date-style 'iso)
17264 (list arg2 arg3 arg1)))
17265 (org-no-warnings ;; european-calendar-style is obsolete as of version 23.1
17266 (if (org-bound-and-true-p european-calendar-style)
17267 (list arg2 arg1 arg3)
17268 (list arg1 arg2 arg3)))))
17270 (defun org-eval-in-calendar (form &optional keepdate)
17271 "Eval FORM in the calendar window and return to current window.
17272 When KEEPDATE is non-nil, update `org-ans2' from the cursor date,
17273 otherwise stick to the current value of `org-ans2'."
17274 (let ((sf (selected-frame))
17275 (sw (selected-window)))
17276 (select-window (get-buffer-window "*Calendar*" t))
17277 (eval form)
17278 (when (and (not keepdate) (calendar-cursor-to-date))
17279 (let* ((date (calendar-cursor-to-date))
17280 (time (encode-time 0 0 0 (nth 1 date) (nth 0 date) (nth 2 date))))
17281 (setq org-ans2 (format-time-string "%Y-%m-%d" time))))
17282 (move-overlay org-date-ovl (1- (point)) (1+ (point)) (current-buffer))
17283 (select-window sw)
17284 (org-select-frame-set-input-focus sf)))
17286 (defun org-calendar-select ()
17287 "Return to `org-read-date' with the date currently selected.
17288 This is used by `org-read-date' in a temporary keymap for the calendar buffer."
17289 (interactive)
17290 (when (calendar-cursor-to-date)
17291 (let* ((date (calendar-cursor-to-date))
17292 (time (encode-time 0 0 0 (nth 1 date) (nth 0 date) (nth 2 date))))
17293 (setq org-ans1 (format-time-string "%Y-%m-%d" time)))
17294 (if (active-minibuffer-window) (exit-minibuffer))))
17296 (defun org-insert-time-stamp (time &optional with-hm inactive pre post extra)
17297 "Insert a date stamp for the date given by the internal TIME.
17298 See `format-time-string' for the format of TIME.
17299 WITH-HM means use the stamp format that includes the time of the day.
17300 INACTIVE means use square brackets instead of angular ones, so that the
17301 stamp will not contribute to the agenda.
17302 PRE and POST are optional strings to be inserted before and after the
17303 stamp.
17304 The command returns the inserted time stamp."
17305 (let ((fmt (funcall (if with-hm 'cdr 'car) org-time-stamp-formats))
17306 stamp)
17307 (if inactive (setq fmt (concat "[" (substring fmt 1 -1) "]")))
17308 (insert-before-markers (or pre ""))
17309 (when (listp extra)
17310 (setq extra (car extra))
17311 (if (and (stringp extra)
17312 (string-match "\\([0-9]+\\):\\([0-9]+\\)" extra))
17313 (setq extra (format "-%02d:%02d"
17314 (string-to-number (match-string 1 extra))
17315 (string-to-number (match-string 2 extra))))
17316 (setq extra nil)))
17317 (when extra
17318 (setq fmt (concat (substring fmt 0 -1) extra (substring fmt -1))))
17319 (insert-before-markers (setq stamp (format-time-string fmt time)))
17320 (insert-before-markers (or post ""))
17321 (setq org-last-inserted-timestamp stamp)))
17323 (defun org-toggle-time-stamp-overlays ()
17324 "Toggle the use of custom time stamp formats."
17325 (interactive)
17326 (setq org-display-custom-times (not org-display-custom-times))
17327 (unless org-display-custom-times
17328 (let ((p (point-min)) (bmp (buffer-modified-p)))
17329 (while (setq p (next-single-property-change p 'display))
17330 (if (and (get-text-property p 'display)
17331 (eq (get-text-property p 'face) 'org-date))
17332 (remove-text-properties
17333 p (setq p (next-single-property-change p 'display))
17334 '(display t))))
17335 (set-buffer-modified-p bmp)))
17336 (if (featurep 'xemacs)
17337 (remove-text-properties (point-min) (point-max) '(end-glyph t)))
17338 (org-restart-font-lock)
17339 (setq org-table-may-need-update t)
17340 (if org-display-custom-times
17341 (message "Time stamps are overlaid with custom format")
17342 (message "Time stamp overlays removed")))
17344 (defun org-display-custom-time (beg end)
17345 "Overlay modified time stamp format over timestamp between BEG and END."
17346 (let* ((ts (buffer-substring beg end))
17347 t1 w1 with-hm tf time str w2 (off 0))
17348 (save-match-data
17349 (setq t1 (org-parse-time-string ts t))
17350 (if (string-match "\\(-[0-9]+:[0-9]+\\)?\\( [.+]?\\+[0-9]+[hdwmy]\\(/[0-9]+[hdwmy]\\)?\\)?\\'" ts)
17351 (setq off (- (match-end 0) (match-beginning 0)))))
17352 (setq end (- end off))
17353 (setq w1 (- end beg)
17354 with-hm (and (nth 1 t1) (nth 2 t1))
17355 tf (funcall (if with-hm 'cdr 'car) org-time-stamp-custom-formats)
17356 time (org-fix-decoded-time t1)
17357 str (org-add-props
17358 (format-time-string
17359 (substring tf 1 -1) (apply 'encode-time time))
17360 nil 'mouse-face 'highlight)
17361 w2 (length str))
17362 (if (not (= w2 w1))
17363 (add-text-properties (1+ beg) (+ 2 beg)
17364 (list 'org-dwidth t 'org-dwidth-n (- w1 w2))))
17365 (if (featurep 'xemacs)
17366 (progn
17367 (put-text-property beg end 'invisible t)
17368 (put-text-property beg end 'end-glyph (make-glyph str)))
17369 (put-text-property beg end 'display str))))
17371 (defun org-fix-decoded-time (time)
17372 "Set 0 instead of nil for the first 6 elements of time.
17373 Don't touch the rest."
17374 (let ((n 0))
17375 (mapcar (lambda (x) (if (< (setq n (1+ n)) 7) (or x 0) x)) time)))
17377 (define-obsolete-function-alias 'org-days-to-time 'org-time-stamp-to-now "24.4")
17379 (defun org-time-stamp-to-now (timestamp-string &optional seconds)
17380 "Difference between TIMESTAMP-STRING and now in days.
17381 If SECONDS is non-nil, return the difference in seconds."
17382 (let ((fdiff (if seconds 'org-float-time 'time-to-days)))
17383 (- (funcall fdiff (org-time-string-to-time timestamp-string))
17384 (funcall fdiff (current-time)))))
17386 (defun org-deadline-close (timestamp-string &optional ndays)
17387 "Is the time in TIMESTAMP-STRING close to the current date?"
17388 (setq ndays (or ndays (org-get-wdays timestamp-string)))
17389 (and (< (org-time-stamp-to-now timestamp-string) ndays)
17390 (not (org-entry-is-done-p))))
17392 (defun org-get-wdays (ts &optional delay zero-delay)
17393 "Get the deadline lead time appropriate for timestring TS.
17394 When DELAY is non-nil, get the delay time for scheduled items
17395 instead of the deadline lead time. When ZERO-DELAY is non-nil
17396 and `org-scheduled-delay-days' is 0, enforce 0 as the delay,
17397 don't try to find the delay cookie in the scheduled timestamp."
17398 (let ((tv (if delay org-scheduled-delay-days
17399 org-deadline-warning-days)))
17400 (cond
17401 ((or (and delay (< tv 0))
17402 (and delay zero-delay (<= tv 0))
17403 (and (not delay) (<= tv 0)))
17404 ;; Enforce this value no matter what
17405 (- tv))
17406 ((string-match "-\\([0-9]+\\)\\([hdwmy]\\)\\(\\'\\|>\\| \\)" ts)
17407 ;; lead time is specified.
17408 (floor (* (string-to-number (match-string 1 ts))
17409 (cdr (assoc (match-string 2 ts)
17410 '(("d" . 1) ("w" . 7)
17411 ("m" . 30.4) ("y" . 365.25)
17412 ("h" . 0.041667)))))))
17413 ;; go for the default.
17414 (t tv))))
17416 (defun org-calendar-select-mouse (ev)
17417 "Return to `org-read-date' with the date currently selected.
17418 This is used by `org-read-date' in a temporary keymap for the calendar buffer."
17419 (interactive "e")
17420 (mouse-set-point ev)
17421 (when (calendar-cursor-to-date)
17422 (let* ((date (calendar-cursor-to-date))
17423 (time (encode-time 0 0 0 (nth 1 date) (nth 0 date) (nth 2 date))))
17424 (setq org-ans1 (format-time-string "%Y-%m-%d" time)))
17425 (if (active-minibuffer-window) (exit-minibuffer))))
17427 (defun org-check-deadlines (ndays)
17428 "Check if there are any deadlines due or past due.
17429 A deadline is considered due if it happens within `org-deadline-warning-days'
17430 days from today's date. If the deadline appears in an entry marked DONE,
17431 it is not shown. The prefix arg NDAYS can be used to test that many
17432 days. If the prefix is a raw \\[universal-argument] prefix, all deadlines are shown."
17433 (interactive "P")
17434 (let* ((org-warn-days
17435 (cond
17436 ((equal ndays '(4)) 100000)
17437 (ndays (prefix-numeric-value ndays))
17438 (t (abs org-deadline-warning-days))))
17439 (case-fold-search nil)
17440 (regexp (concat "\\<" org-deadline-string " *<\\([^>]+\\)>"))
17441 (callback
17442 (lambda () (org-deadline-close (match-string 1) org-warn-days))))
17444 (message "%d deadlines past-due or due within %d days"
17445 (org-occur regexp nil callback)
17446 org-warn-days)))
17448 (defsubst org-re-timestamp (type)
17449 "Return a regexp for timestamp TYPE.
17450 Allowed values for TYPE are:
17452 all: all timestamps
17453 active: only active timestamps (<...>)
17454 inactive: only inactive timestamps ([...])
17455 scheduled: only scheduled timestamps
17456 deadline: only deadline timestamps
17457 closed: only closed time-stamps
17459 When TYPE is nil, fall back on returning a regexp that matches
17460 both scheduled and deadline timestamps."
17461 (case type
17462 (all org-ts-regexp-both)
17463 (active org-ts-regexp)
17464 (inactive org-ts-regexp-inactive)
17465 (scheduled org-scheduled-time-regexp)
17466 (deadline org-deadline-time-regexp)
17467 (closed org-closed-time-regexp)
17468 (otherwise
17469 (concat "\\<"
17470 (regexp-opt (list org-deadline-string org-scheduled-string))
17471 " *<\\([^>]+\\)>"))))
17473 (defun org-check-before-date (date)
17474 "Check if there are deadlines or scheduled entries before DATE."
17475 (interactive (list (org-read-date)))
17476 (let ((case-fold-search nil)
17477 (regexp (org-re-timestamp org-ts-type))
17478 (callback
17479 `(lambda ()
17480 (and ,(if (memq org-ts-type '(active inactive all))
17481 '(eq (org-element-type (org-element-context)) 'timestamp)
17482 '(org-at-planning-p))
17483 (time-less-p
17484 (org-time-string-to-time (match-string 1))
17485 (org-time-string-to-time date))))))
17486 (message "%d entries before %s"
17487 (org-occur regexp nil callback) date)))
17489 (defun org-check-after-date (date)
17490 "Check if there are deadlines or scheduled entries after DATE."
17491 (interactive (list (org-read-date)))
17492 (let ((case-fold-search nil)
17493 (regexp (org-re-timestamp org-ts-type))
17494 (callback
17495 `(lambda ()
17496 (and ,(if (memq org-ts-type '(active inactive all))
17497 '(eq (org-element-type (org-element-context)) 'timestamp)
17498 '(org-at-planning-p))
17499 (not (time-less-p
17500 (org-time-string-to-time (match-string 1))
17501 (org-time-string-to-time date)))))))
17502 (message "%d entries after %s"
17503 (org-occur regexp nil callback) date)))
17505 (defun org-check-dates-range (start-date end-date)
17506 "Check for deadlines/scheduled entries between START-DATE and END-DATE."
17507 (interactive (list (org-read-date nil nil nil "Range starts")
17508 (org-read-date nil nil nil "Range end")))
17509 (let ((case-fold-search nil)
17510 (regexp (org-re-timestamp org-ts-type))
17511 (callback
17512 `(lambda ()
17513 (let ((match (match-string 1)))
17514 (and
17515 ,(if (memq org-ts-type '(active inactive all))
17516 '(eq (org-element-type (org-element-context)) 'timestamp)
17517 '(org-at-planning-p))
17518 (not (time-less-p
17519 (org-time-string-to-time match)
17520 (org-time-string-to-time start-date)))
17521 (time-less-p
17522 (org-time-string-to-time match)
17523 (org-time-string-to-time end-date)))))))
17524 (message "%d entries between %s and %s"
17525 (org-occur regexp nil callback) start-date end-date)))
17527 (defun org-evaluate-time-range (&optional to-buffer)
17528 "Evaluate a time range by computing the difference between start and end.
17529 Normally the result is just printed in the echo area, but with prefix arg
17530 TO-BUFFER, the result is inserted just after the date stamp into the buffer.
17531 If the time range is actually in a table, the result is inserted into the
17532 next column.
17533 For time difference computation, a year is assumed to be exactly 365
17534 days in order to avoid rounding problems."
17535 (interactive "P")
17537 (org-clock-update-time-maybe)
17538 (save-excursion
17539 (unless (org-at-date-range-p t)
17540 (goto-char (point-at-bol))
17541 (re-search-forward org-tr-regexp-both (point-at-eol) t))
17542 (if (not (org-at-date-range-p t))
17543 (user-error "Not at a time-stamp range, and none found in current line")))
17544 (let* ((ts1 (match-string 1))
17545 (ts2 (match-string 2))
17546 (havetime (or (> (length ts1) 15) (> (length ts2) 15)))
17547 (match-end (match-end 0))
17548 (time1 (org-time-string-to-time ts1))
17549 (time2 (org-time-string-to-time ts2))
17550 (t1 (org-float-time time1))
17551 (t2 (org-float-time time2))
17552 (diff (abs (- t2 t1)))
17553 (negative (< (- t2 t1) 0))
17554 ;; (ys (floor (* 365 24 60 60)))
17555 (ds (* 24 60 60))
17556 (hs (* 60 60))
17557 (fy "%dy %dd %02d:%02d")
17558 (fy1 "%dy %dd")
17559 (fd "%dd %02d:%02d")
17560 (fd1 "%dd")
17561 (fh "%02d:%02d")
17562 y d h m align)
17563 (if havetime
17564 (setq ; y (floor (/ diff ys)) diff (mod diff ys)
17566 d (floor (/ diff ds)) diff (mod diff ds)
17567 h (floor (/ diff hs)) diff (mod diff hs)
17568 m (floor (/ diff 60)))
17569 (setq ; y (floor (/ diff ys)) diff (mod diff ys)
17571 d (floor (+ (/ diff ds) 0.5))
17572 h 0 m 0))
17573 (if (not to-buffer)
17574 (message "%s" (org-make-tdiff-string y d h m))
17575 (if (org-at-table-p)
17576 (progn
17577 (goto-char match-end)
17578 (setq align t)
17579 (and (looking-at " *|") (goto-char (match-end 0))))
17580 (goto-char match-end))
17581 (if (looking-at
17582 "\\( *-? *[0-9]+y\\)?\\( *[0-9]+d\\)? *[0-9][0-9]:[0-9][0-9]")
17583 (replace-match ""))
17584 (if negative (insert " -"))
17585 (if (> y 0) (insert " " (format (if havetime fy fy1) y d h m))
17586 (if (> d 0) (insert " " (format (if havetime fd fd1) d h m))
17587 (insert " " (format fh h m))))
17588 (if align (org-table-align))
17589 (message "Time difference inserted")))))
17591 (defun org-make-tdiff-string (y d h m)
17592 (let ((fmt "")
17593 (l nil))
17594 (if (> y 0) (setq fmt (concat fmt "%d year" (if (> y 1) "s" "") " ")
17595 l (push y l)))
17596 (if (> d 0) (setq fmt (concat fmt "%d day" (if (> d 1) "s" "") " ")
17597 l (push d l)))
17598 (if (> h 0) (setq fmt (concat fmt "%d hour" (if (> h 1) "s" "") " ")
17599 l (push h l)))
17600 (if (> m 0) (setq fmt (concat fmt "%d minute" (if (> m 1) "s" "") " ")
17601 l (push m l)))
17602 (apply 'format fmt (nreverse l))))
17604 (defun org-time-string-to-time (s &optional buffer pos)
17605 "Convert a timestamp string into internal time."
17606 (condition-case errdata
17607 (apply 'encode-time (org-parse-time-string s))
17608 (error (error "Bad timestamp `%s'%s\nError was: %s"
17609 s (if (not (and buffer pos))
17611 (format " at %d in buffer `%s'" pos buffer))
17612 (cdr errdata)))))
17614 (defun org-time-string-to-seconds (s)
17615 "Convert a timestamp string to a number of seconds."
17616 (org-float-time (org-time-string-to-time s)))
17618 (defun org-time-string-to-absolute (s &optional daynr prefer show-all buffer pos)
17619 "Convert a time stamp to an absolute day number.
17620 If there is a specifier for a cyclic time stamp, get the closest
17621 date to DAYNR.
17622 PREFER and SHOW-ALL are passed through to `org-closest-date'.
17623 The variable `date' is bound by the calendar when this is called."
17624 (cond
17625 ((and daynr (string-match "\\`%%\\((.*)\\)" s))
17626 (if (org-diary-sexp-entry (match-string 1 s) "" date)
17627 daynr
17628 (+ daynr 1000)))
17629 ((and daynr (string-match "\\+\\([0-9]+\\)[hdwmy]" s)
17630 (> (string-to-number (match-string 1 s)) 0))
17631 (org-closest-date s (if (and (boundp 'daynr) (integerp daynr)) daynr
17632 (time-to-days (current-time))) (match-string 0 s)
17633 prefer show-all))
17634 (t (time-to-days
17635 (condition-case errdata
17636 (apply 'encode-time (org-parse-time-string s))
17637 (error (error "Bad timestamp `%s'%s\nError was: %s"
17638 s (if (not (and buffer pos))
17640 (format " at %d in buffer `%s'" pos buffer))
17641 (cdr errdata))))))))
17643 (defun org-days-to-iso-week (days)
17644 "Return the iso week number."
17645 (require 'cal-iso)
17646 (car (calendar-iso-from-absolute days)))
17648 (defun org-small-year-to-year (year)
17649 "Convert 2-digit years into 4-digit years.
17650 YEAR is expanded into one of the 30 next years, if possible, or
17651 into a past one. Any year larger than 99 is returned unchanged."
17652 (if (>= year 100) year
17653 (let* ((current (string-to-number (format-time-string "%Y" (current-time))))
17654 (century (/ current 100))
17655 (offset (- year (% current 100))))
17656 (cond ((> offset 30) (+ (* (1- century) 100) year))
17657 ((> offset -70) (+ (* century 100) year))
17658 (t (+ (* (1+ century) 100) year))))))
17660 (defun org-time-from-absolute (d)
17661 "Return the time corresponding to date D.
17662 D may be an absolute day number, or a calendar-type list (month day year)."
17663 (if (numberp d) (setq d (calendar-gregorian-from-absolute d)))
17664 (encode-time 0 0 0 (nth 1 d) (car d) (nth 2 d)))
17666 (defun org-calendar-holiday ()
17667 "List of holidays, for Diary display in Org-mode."
17668 (require 'holidays)
17669 (let ((hl (funcall
17670 (if (fboundp 'calendar-check-holidays)
17671 'calendar-check-holidays 'check-calendar-holidays) date)))
17672 (if hl (mapconcat 'identity hl "; "))))
17674 (defun org-diary-sexp-entry (sexp entry date)
17675 "Process a SEXP diary ENTRY for DATE."
17676 (require 'diary-lib)
17677 (let ((result (if calendar-debug-sexp
17678 (let ((stack-trace-on-error t))
17679 (eval (car (read-from-string sexp))))
17680 (condition-case nil
17681 (eval (car (read-from-string sexp)))
17682 (error
17683 (beep)
17684 (message "Bad sexp at line %d in %s: %s"
17685 (org-current-line)
17686 (buffer-file-name) sexp)
17687 (sleep-for 2))))))
17688 (cond ((stringp result) (split-string result "; "))
17689 ((and (consp result)
17690 (not (consp (cdr result)))
17691 (stringp (cdr result))) (cdr result))
17692 ((and (consp result)
17693 (stringp (car result))) result)
17694 (result entry))))
17696 (defun org-diary-to-ical-string (frombuf)
17697 "Get iCalendar entries from diary entries in buffer FROMBUF.
17698 This uses the icalendar.el library."
17699 (let* ((tmpdir (if (featurep 'xemacs)
17700 (temp-directory)
17701 temporary-file-directory))
17702 (tmpfile (make-temp-name
17703 (expand-file-name "orgics" tmpdir)))
17704 buf rtn b e)
17705 (with-current-buffer frombuf
17706 (icalendar-export-region (point-min) (point-max) tmpfile)
17707 (setq buf (find-buffer-visiting tmpfile))
17708 (set-buffer buf)
17709 (goto-char (point-min))
17710 (if (re-search-forward "^BEGIN:VEVENT" nil t)
17711 (setq b (match-beginning 0)))
17712 (goto-char (point-max))
17713 (if (re-search-backward "^END:VEVENT" nil t)
17714 (setq e (match-end 0)))
17715 (setq rtn (if (and b e) (concat (buffer-substring b e) "\n") "")))
17716 (kill-buffer buf)
17717 (delete-file tmpfile)
17718 rtn))
17720 (defun org-closest-date (start current change prefer show-all)
17721 "Find the date closest to CURRENT that is consistent with START and CHANGE.
17722 When PREFER is `past', return a date that is either CURRENT or past.
17723 When PREFER is `future', return a date that is either CURRENT or future.
17724 When SHOW-ALL is nil, only return the current occurrence of a time stamp."
17725 ;; Make the proper lists from the dates
17726 (catch 'exit
17727 (let ((a1 '(("h" . hour)
17728 ("d" . day)
17729 ("w" . week)
17730 ("m" . month)
17731 ("y" . year)))
17732 (shour (nth 2 (org-parse-time-string start)))
17733 dn dw sday cday n1 n2 n0
17734 d m y y1 y2 date1 date2 nmonths nm ny m2)
17736 (setq start (org-date-to-gregorian start)
17737 current (org-date-to-gregorian
17738 (if show-all
17739 current
17740 (time-to-days (current-time))))
17741 sday (calendar-absolute-from-gregorian start)
17742 cday (calendar-absolute-from-gregorian current))
17744 (if (<= cday sday) (throw 'exit sday))
17746 (when (string-match "\\(\\+[0-9]+\\)\\([hdwmy]\\)" change)
17747 (setq dn (string-to-number (match-string 1 change))
17748 dw (cdr (assoc (match-string 2 change) a1))))
17749 (unless (and dn (> dn 0))
17750 (user-error "Invalid change specifier: %s" change))
17751 (if (eq dw 'week) (setq dw 'day dn (* 7 dn)))
17752 (cond
17753 ((eq dw 'hour)
17754 (let ((missing-hours
17755 (mod (+ (- (* 24 (- cday sday)) shour) org-extend-today-until)
17756 dn)))
17757 (setq n1 (if (zerop missing-hours) cday
17758 (- cday (1+ (floor (/ missing-hours 24)))))
17759 n2 (+ cday (floor (/ (- dn missing-hours) 24))))))
17760 ((eq dw 'day)
17761 (setq n1 (+ sday (* dn (floor (/ (- cday sday) dn))))
17762 n2 (+ n1 dn)))
17763 ((eq dw 'year)
17764 (setq d (nth 1 start) m (car start) y1 (nth 2 start) y2 (nth 2 current))
17765 (setq y1 (+ (* (floor (/ (- y2 y1) dn)) dn) y1))
17766 (setq date1 (list m d y1)
17767 n1 (calendar-absolute-from-gregorian date1)
17768 date2 (list m d (+ y1 (* (if (< n1 cday) 1 -1) dn)))
17769 n2 (calendar-absolute-from-gregorian date2)))
17770 ((eq dw 'month)
17771 ;; approx number of month between the two dates
17772 (setq nmonths (floor (/ (- cday sday) 30.436875)))
17773 ;; How often does dn fit in there?
17774 (setq d (nth 1 start) m (car start) y (nth 2 start)
17775 nm (* dn (max 0 (1- (floor (/ nmonths dn)))))
17776 m (+ m nm)
17777 ny (floor (/ m 12))
17778 y (+ y ny)
17779 m (- m (* ny 12)))
17780 (while (> m 12) (setq m (- m 12) y (1+ y)))
17781 (setq n1 (calendar-absolute-from-gregorian (list m d y)))
17782 (setq m2 (+ m dn) y2 y)
17783 (if (> m2 12) (setq y2 (1+ y2) m2 (- m2 12)))
17784 (setq n2 (calendar-absolute-from-gregorian (list m2 d y2)))
17785 (while (<= n2 cday)
17786 (setq n1 n2 m m2 y y2)
17787 (setq m2 (+ m dn) y2 y)
17788 (if (> m2 12) (setq y2 (1+ y2) m2 (- m2 12)))
17789 (setq n2 (calendar-absolute-from-gregorian (list m2 d y2))))))
17790 ;; Make sure n1 is the earlier date
17791 (setq n0 n1 n1 (min n1 n2) n2 (max n0 n2))
17792 (if show-all
17793 (cond
17794 ((eq prefer 'past) (if (= cday n2) n2 n1))
17795 ((eq prefer 'future) (if (= cday n1) n1 n2))
17796 (t (if (> (abs (- cday n1)) (abs (- cday n2))) n2 n1)))
17797 (cond
17798 ((eq prefer 'past) (if (= cday n2) n2 n1))
17799 ((eq prefer 'future) (if (= cday n1) n1 n2))
17800 (t (if (= cday n1) n1 n2)))))))
17802 (defun org-date-to-gregorian (date)
17803 "Turn any specification of DATE into a Gregorian date for the calendar."
17804 (cond ((integerp date) (calendar-gregorian-from-absolute date))
17805 ((and (listp date) (= (length date) 3)) date)
17806 ((stringp date)
17807 (setq date (org-parse-time-string date))
17808 (list (nth 4 date) (nth 3 date) (nth 5 date)))
17809 ((listp date)
17810 (list (nth 4 date) (nth 3 date) (nth 5 date)))))
17812 (defun org-parse-time-string (s &optional nodefault)
17813 "Parse the standard Org-mode time string.
17814 This should be a lot faster than the normal `parse-time-string'.
17815 If time is not given, defaults to 0:00. However, with optional NODEFAULT,
17816 hour and minute fields will be nil if not given."
17817 (cond ((string-match org-ts-regexp0 s)
17818 (list 0
17819 (if (or (match-beginning 8) (not nodefault))
17820 (string-to-number (or (match-string 8 s) "0")))
17821 (if (or (match-beginning 7) (not nodefault))
17822 (string-to-number (or (match-string 7 s) "0")))
17823 (string-to-number (match-string 4 s))
17824 (string-to-number (match-string 3 s))
17825 (string-to-number (match-string 2 s))
17826 nil nil nil))
17827 ((string-match "^<[^>]+>$" s)
17828 (decode-time (seconds-to-time (org-matcher-time s))))
17829 (t (error "Not a standard Org-mode time string: %s" s))))
17831 (defun org-timestamp-up (&optional arg)
17832 "Increase the date item at the cursor by one.
17833 If the cursor is on the year, change the year. If it is on the month,
17834 the day or the time, change that.
17835 With prefix ARG, change by that many units."
17836 (interactive "p")
17837 (org-timestamp-change (prefix-numeric-value arg) nil 'updown))
17839 (defun org-timestamp-down (&optional arg)
17840 "Decrease the date item at the cursor by one.
17841 If the cursor is on the year, change the year. If it is on the month,
17842 the day or the time, change that.
17843 With prefix ARG, change by that many units."
17844 (interactive "p")
17845 (org-timestamp-change (- (prefix-numeric-value arg)) nil 'updown))
17847 (defun org-timestamp-up-day (&optional arg)
17848 "Increase the date in the time stamp by one day.
17849 With prefix ARG, change that many days."
17850 (interactive "p")
17851 (if (and (not (org-at-timestamp-p t))
17852 (org-at-heading-p))
17853 (org-todo 'up)
17854 (org-timestamp-change (prefix-numeric-value arg) 'day 'updown)))
17856 (defun org-timestamp-down-day (&optional arg)
17857 "Decrease the date in the time stamp by one day.
17858 With prefix ARG, change that many days."
17859 (interactive "p")
17860 (if (and (not (org-at-timestamp-p t))
17861 (org-at-heading-p))
17862 (org-todo 'down)
17863 (org-timestamp-change (- (prefix-numeric-value arg)) 'day) 'updown))
17865 (defun org-at-timestamp-p (&optional inactive-ok)
17866 "Determine if the cursor is in or at a timestamp."
17867 (interactive)
17868 (let* ((tsr (if inactive-ok org-ts-regexp3 org-ts-regexp2))
17869 (pos (point))
17870 (ans (or (looking-at tsr)
17871 (save-excursion
17872 (skip-chars-backward "^[<\n\r\t")
17873 (if (> (point) (point-min)) (backward-char 1))
17874 (and (looking-at tsr)
17875 (> (- (match-end 0) pos) -1))))))
17876 (and ans
17877 (boundp 'org-ts-what)
17878 (setq org-ts-what
17879 (cond
17880 ((= pos (match-beginning 0)) 'bracket)
17881 ;; Point is considered to be "on the bracket" whether
17882 ;; it's really on it or right after it.
17883 ((= pos (1- (match-end 0))) 'bracket)
17884 ((= pos (match-end 0)) 'after)
17885 ((org-pos-in-match-range pos 2) 'year)
17886 ((org-pos-in-match-range pos 3) 'month)
17887 ((org-pos-in-match-range pos 7) 'hour)
17888 ((org-pos-in-match-range pos 8) 'minute)
17889 ((or (org-pos-in-match-range pos 4)
17890 (org-pos-in-match-range pos 5)) 'day)
17891 ((and (> pos (or (match-end 8) (match-end 5)))
17892 (< pos (match-end 0)))
17893 (- pos (or (match-end 8) (match-end 5))))
17894 (t 'day))))
17895 ans))
17897 (defun org-toggle-timestamp-type ()
17898 "Toggle the type (<active> or [inactive]) of a time stamp."
17899 (interactive)
17900 (when (org-at-timestamp-p t)
17901 (let ((beg (match-beginning 0)) (end (match-end 0))
17902 (map '((?\[ . "<") (?\] . ">") (?< . "[") (?> . "]"))))
17903 (save-excursion
17904 (goto-char beg)
17905 (while (re-search-forward "[][<>]" end t)
17906 (replace-match (cdr (assoc (char-after (match-beginning 0)) map))
17907 t t)))
17908 (message "Timestamp is now %sactive"
17909 (if (equal (char-after beg) ?<) "" "in")))))
17911 (defun org-at-clock-log-p nil
17912 "Is the cursor on the clock log line?"
17913 (save-excursion
17914 (move-beginning-of-line 1)
17915 (looking-at org-clock-line-re)))
17917 (defvar org-clock-history) ; defined in org-clock.el
17918 (defvar org-clock-adjust-closest nil) ; defined in org-clock.el
17919 (defun org-timestamp-change (n &optional what updown suppress-tmp-delay)
17920 "Change the date in the time stamp at point.
17921 The date will be changed by N times WHAT. WHAT can be `day', `month',
17922 `year', `minute', `second'. If WHAT is not given, the cursor position
17923 in the timestamp determines what will be changed.
17924 When SUPPRESS-TMP-DELAY is non-nil, suppress delays like \"--2d\"."
17925 (let ((origin (point)) origin-cat
17926 with-hm inactive
17927 (dm (max (nth 1 org-time-stamp-rounding-minutes) 1))
17928 org-ts-what
17929 extra rem
17930 ts time time0 fixnext clrgx)
17931 (if (not (org-at-timestamp-p t))
17932 (user-error "Not at a timestamp"))
17933 (if (and (not what) (eq org-ts-what 'bracket))
17934 (org-toggle-timestamp-type)
17935 ;; Point isn't on brackets. Remember the part of the time-stamp
17936 ;; the point was in. Indeed, size of time-stamps may change,
17937 ;; but point must be kept in the same category nonetheless.
17938 (setq origin-cat org-ts-what)
17939 (if (and (not what) (not (eq org-ts-what 'day))
17940 org-display-custom-times
17941 (get-text-property (point) 'display)
17942 (not (get-text-property (1- (point)) 'display)))
17943 (setq org-ts-what 'day))
17944 (setq org-ts-what (or what org-ts-what)
17945 inactive (= (char-after (match-beginning 0)) ?\[)
17946 ts (match-string 0))
17947 (replace-match "")
17948 (when (string-match
17949 "\\(\\(-[012][0-9]:[0-5][0-9]\\)?\\( +[.+]?-?[-+][0-9]+[hdwmy]\\(/[0-9]+[hdwmy]\\)?\\)*\\)[]>]"
17951 (setq extra (match-string 1 ts))
17952 (if suppress-tmp-delay
17953 (setq extra (replace-regexp-in-string " --[0-9]+[hdwmy]" "" extra))))
17954 (if (string-match "^.\\{10\\}.*?[0-9]+:[0-9][0-9]" ts)
17955 (setq with-hm t))
17956 (setq time0 (org-parse-time-string ts))
17957 (when (and updown
17958 (eq org-ts-what 'minute)
17959 (not current-prefix-arg))
17960 ;; This looks like s-up and s-down. Change by one rounding step.
17961 (setq n (* dm (cond ((> n 0) 1) ((< n 0) -1) (t 0))))
17962 (when (not (= 0 (setq rem (% (nth 1 time0) dm))))
17963 (setcar (cdr time0) (+ (nth 1 time0)
17964 (if (> n 0) (- rem) (- dm rem))))))
17965 (setq time
17966 (encode-time (or (car time0) 0)
17967 (+ (if (eq org-ts-what 'minute) n 0) (nth 1 time0))
17968 (+ (if (eq org-ts-what 'hour) n 0) (nth 2 time0))
17969 (+ (if (eq org-ts-what 'day) n 0) (nth 3 time0))
17970 (+ (if (eq org-ts-what 'month) n 0) (nth 4 time0))
17971 (+ (if (eq org-ts-what 'year) n 0) (nth 5 time0))
17972 (nthcdr 6 time0)))
17973 (when (and (member org-ts-what '(hour minute))
17974 extra
17975 (string-match "-\\([012][0-9]\\):\\([0-5][0-9]\\)" extra))
17976 (setq extra (org-modify-ts-extra
17977 extra
17978 (if (eq org-ts-what 'hour) 2 5)
17979 n dm)))
17980 (when (integerp org-ts-what)
17981 (setq extra (org-modify-ts-extra extra org-ts-what n dm)))
17982 (if (eq what 'calendar)
17983 (let ((cal-date (org-get-date-from-calendar)))
17984 (setcar (nthcdr 4 time0) (nth 0 cal-date)) ; month
17985 (setcar (nthcdr 3 time0) (nth 1 cal-date)) ; day
17986 (setcar (nthcdr 5 time0) (nth 2 cal-date)) ; year
17987 (setcar time0 (or (car time0) 0))
17988 (setcar (nthcdr 1 time0) (or (nth 1 time0) 0))
17989 (setcar (nthcdr 2 time0) (or (nth 2 time0) 0))
17990 (setq time (apply 'encode-time time0))))
17991 ;; Insert the new time-stamp, and ensure point stays in the same
17992 ;; category as before (i.e. not after the last position in that
17993 ;; category).
17994 (let ((pos (point)))
17995 ;; Stay before inserted string. `save-excursion' is of no use.
17996 (setq org-last-changed-timestamp
17997 (org-insert-time-stamp time with-hm inactive nil nil extra))
17998 (goto-char pos))
17999 (save-match-data
18000 (looking-at org-ts-regexp3)
18001 (goto-char (cond
18002 ;; `day' category ends before `hour' if any, or at
18003 ;; the end of the day name.
18004 ((eq origin-cat 'day)
18005 (min (or (match-beginning 7) (1- (match-end 5))) origin))
18006 ((eq origin-cat 'hour) (min (match-end 7) origin))
18007 ((eq origin-cat 'minute) (min (1- (match-end 8)) origin))
18008 ((integerp origin-cat) (min (1- (match-end 0)) origin))
18009 ;; `year' and `month' have both fixed size: point
18010 ;; couldn't have moved into another part.
18011 (t origin))))
18012 ;; Update clock if on a CLOCK line.
18013 (org-clock-update-time-maybe)
18014 ;; Maybe adjust the closest clock in `org-clock-history'
18015 (when org-clock-adjust-closest
18016 (if (not (and (org-at-clock-log-p)
18017 (< 1 (length (delq nil (mapcar 'marker-position
18018 org-clock-history))))))
18019 (message "No clock to adjust")
18020 (cond ((save-excursion ; fix previous clock?
18021 (re-search-backward org-ts-regexp0 nil t)
18022 (org-looking-back (concat org-clock-string " \\[")))
18023 (setq fixnext 1 clrgx (concat org-ts-regexp0 "\\] =>.*$")))
18024 ((save-excursion ; fix next clock?
18025 (re-search-backward org-ts-regexp0 nil t)
18026 (looking-at (concat org-ts-regexp0 "\\] =>")))
18027 (setq fixnext -1 clrgx (concat org-clock-string " \\[" org-ts-regexp0))))
18028 (save-window-excursion
18029 ;; Find closest clock to point, adjust the previous/next one in history
18030 (let* ((p (save-excursion (org-back-to-heading t)))
18031 (cl (mapcar (lambda(c) (abs (- (marker-position c) p))) org-clock-history))
18032 (clfixnth
18033 (+ fixnext (- (length cl) (or (length (member (apply 'min cl) cl)) 100))))
18034 (clfixpos (if (> 0 clfixnth) nil (nth clfixnth org-clock-history))))
18035 (if (not clfixpos)
18036 (message "No clock to adjust")
18037 (save-excursion
18038 (org-goto-marker-or-bmk clfixpos)
18039 (org-show-subtree)
18040 (when (re-search-forward clrgx nil t)
18041 (goto-char (match-beginning 1))
18042 (let (org-clock-adjust-closest)
18043 (org-timestamp-change n org-ts-what updown))
18044 (message "Clock adjusted in %s for heading: %s"
18045 (file-name-nondirectory (buffer-file-name))
18046 (org-get-heading t t)))))))))
18047 ;; Try to recenter the calendar window, if any.
18048 (if (and org-calendar-follow-timestamp-change
18049 (get-buffer-window "*Calendar*" t)
18050 (memq org-ts-what '(day month year)))
18051 (org-recenter-calendar (time-to-days time))))))
18053 (defun org-modify-ts-extra (s pos n dm)
18054 "Change the different parts of the lead-time and repeat fields in timestamp."
18055 (let ((idx '(("d" . 0) ("w" . 1) ("m" . 2) ("y" . 3) ("d" . -1) ("y" . 4)))
18056 ng h m new rem)
18057 (when (string-match "\\(-\\([012][0-9]\\):\\([0-5][0-9]\\)\\)?\\( +\\+\\([0-9]+\\)\\([dmwy]\\)\\)?\\( +-\\([0-9]+\\)\\([dmwy]\\)\\)?" s)
18058 (cond
18059 ((or (org-pos-in-match-range pos 2)
18060 (org-pos-in-match-range pos 3))
18061 (setq m (string-to-number (match-string 3 s))
18062 h (string-to-number (match-string 2 s)))
18063 (if (org-pos-in-match-range pos 2)
18064 (setq h (+ h n))
18065 (setq n (* dm (org-no-warnings (signum n))))
18066 (when (not (= 0 (setq rem (% m dm))))
18067 (setq m (+ m (if (> n 0) (- rem) (- dm rem)))))
18068 (setq m (+ m n)))
18069 (if (< m 0) (setq m (+ m 60) h (1- h)))
18070 (if (> m 59) (setq m (- m 60) h (1+ h)))
18071 (setq h (min 24 (max 0 h)))
18072 (setq ng 1 new (format "-%02d:%02d" h m)))
18073 ((org-pos-in-match-range pos 6)
18074 (setq ng 6 new (car (rassoc (+ n (cdr (assoc (match-string 6 s) idx))) idx))))
18075 ((org-pos-in-match-range pos 5)
18076 (setq ng 5 new (format "%d" (max 1 (+ n (string-to-number (match-string 5 s)))))))
18078 ((org-pos-in-match-range pos 9)
18079 (setq ng 9 new (car (rassoc (+ n (cdr (assoc (match-string 9 s) idx))) idx))))
18080 ((org-pos-in-match-range pos 8)
18081 (setq ng 8 new (format "%d" (max 0 (+ n (string-to-number (match-string 8 s))))))))
18083 (when ng
18084 (setq s (concat
18085 (substring s 0 (match-beginning ng))
18087 (substring s (match-end ng))))))
18090 (defun org-recenter-calendar (date)
18091 "If the calendar is visible, recenter it to DATE."
18092 (let ((cwin (get-buffer-window "*Calendar*" t)))
18093 (when cwin
18094 (let ((calendar-move-hook nil))
18095 (with-selected-window cwin
18096 (calendar-goto-date (if (listp date) date
18097 (calendar-gregorian-from-absolute date))))))))
18099 (defun org-goto-calendar (&optional arg)
18100 "Go to the Emacs calendar at the current date.
18101 If there is a time stamp in the current line, go to that date.
18102 A prefix ARG can be used to force the current date."
18103 (interactive "P")
18104 (let ((tsr org-ts-regexp) diff
18105 (calendar-move-hook nil)
18106 (calendar-view-holidays-initially-flag nil)
18107 (calendar-view-diary-initially-flag nil))
18108 (if (or (org-at-timestamp-p)
18109 (save-excursion
18110 (beginning-of-line 1)
18111 (looking-at (concat ".*" tsr))))
18112 (let ((d1 (time-to-days (current-time)))
18113 (d2 (time-to-days
18114 (org-time-string-to-time (match-string 1)))))
18115 (setq diff (- d2 d1))))
18116 (calendar)
18117 (calendar-goto-today)
18118 (if (and diff (not arg)) (calendar-forward-day diff))))
18120 (defun org-get-date-from-calendar ()
18121 "Return a list (month day year) of date at point in calendar."
18122 (with-current-buffer "*Calendar*"
18123 (save-match-data
18124 (calendar-cursor-to-date))))
18126 (defun org-date-from-calendar ()
18127 "Insert time stamp corresponding to cursor date in *Calendar* buffer.
18128 If there is already a time stamp at the cursor position, update it."
18129 (interactive)
18130 (if (org-at-timestamp-p t)
18131 (org-timestamp-change 0 'calendar)
18132 (let ((cal-date (org-get-date-from-calendar)))
18133 (org-insert-time-stamp
18134 (encode-time 0 0 0 (nth 1 cal-date) (car cal-date) (nth 2 cal-date))))))
18136 (defcustom org-effort-durations
18137 `(("min" . 1)
18138 ("h" . 60)
18139 ("d" . ,(* 60 8))
18140 ("w" . ,(* 60 8 5))
18141 ("m" . ,(* 60 8 5 4))
18142 ("y" . ,(* 60 8 5 40)))
18143 "Conversion factor to minutes for an effort modifier.
18145 Each entry has the form (MODIFIER . MINUTES).
18147 In an effort string, a number followed by MODIFIER is multiplied
18148 by the specified number of MINUTES to obtain an effort in
18149 minutes.
18151 For example, if the value of this variable is ((\"hours\" . 60)), then an
18152 effort string \"2hours\" is equivalent to 120 minutes."
18153 :group 'org-agenda
18154 :version "25.1"
18155 :package-version '(Org . "8.3")
18156 :type '(alist :key-type (string :tag "Modifier")
18157 :value-type (number :tag "Minutes")))
18159 (defun org-minutes-to-clocksum-string (m)
18160 "Format number of minutes as a clocksum string.
18161 The format is determined by `org-time-clocksum-format',
18162 `org-time-clocksum-use-fractional' and
18163 `org-time-clocksum-fractional-format' and
18164 `org-time-clocksum-use-effort-durations'."
18165 (let ((clocksum "")
18166 (m (round m)) ; Don't allow fractions of minutes
18167 h d w mo y fmt n)
18168 (setq h (if org-time-clocksum-use-effort-durations
18169 (cdr (assoc "h" org-effort-durations)) 60)
18170 d (if org-time-clocksum-use-effort-durations
18171 (/ (cdr (assoc "d" org-effort-durations)) h) 24)
18172 w (if org-time-clocksum-use-effort-durations
18173 (/ (cdr (assoc "w" org-effort-durations)) (* d h)) 7)
18174 mo (if org-time-clocksum-use-effort-durations
18175 (/ (cdr (assoc "m" org-effort-durations)) (* d h)) 30)
18176 y (if org-time-clocksum-use-effort-durations
18177 (/ (cdr (assoc "y" org-effort-durations)) (* d h)) 365))
18178 ;; fractional format
18179 (if org-time-clocksum-use-fractional
18180 (cond
18181 ;; single format string
18182 ((stringp org-time-clocksum-fractional-format)
18183 (format org-time-clocksum-fractional-format (/ m (float h))))
18184 ;; choice of fractional formats for different time units
18185 ((and (setq fmt (plist-get org-time-clocksum-fractional-format :years))
18186 (> (/ (truncate m) (* y d h)) 0))
18187 (format fmt (/ m (* y d (float h)))))
18188 ((and (setq fmt (plist-get org-time-clocksum-fractional-format :months))
18189 (> (/ (truncate m) (* mo d h)) 0))
18190 (format fmt (/ m (* mo d (float h)))))
18191 ((and (setq fmt (plist-get org-time-clocksum-fractional-format :weeks))
18192 (> (/ (truncate m) (* w d h)) 0))
18193 (format fmt (/ m (* w d (float h)))))
18194 ((and (setq fmt (plist-get org-time-clocksum-fractional-format :days))
18195 (> (/ (truncate m) (* d h)) 0))
18196 (format fmt (/ m (* d (float h)))))
18197 ((and (setq fmt (plist-get org-time-clocksum-fractional-format :hours))
18198 (> (/ (truncate m) h) 0))
18199 (format fmt (/ m (float h))))
18200 ((setq fmt (plist-get org-time-clocksum-fractional-format :minutes))
18201 (format fmt m))
18202 ;; fall back to smallest time unit with a format
18203 ((setq fmt (plist-get org-time-clocksum-fractional-format :hours))
18204 (format fmt (/ m (float h))))
18205 ((setq fmt (plist-get org-time-clocksum-fractional-format :days))
18206 (format fmt (/ m (* d (float h)))))
18207 ((setq fmt (plist-get org-time-clocksum-fractional-format :weeks))
18208 (format fmt (/ m (* w d (float h)))))
18209 ((setq fmt (plist-get org-time-clocksum-fractional-format :months))
18210 (format fmt (/ m (* mo d (float h)))))
18211 ((setq fmt (plist-get org-time-clocksum-fractional-format :years))
18212 (format fmt (/ m (* y d (float h))))))
18213 ;; standard (non-fractional) format, with single format string
18214 (if (stringp org-time-clocksum-format)
18215 (format org-time-clocksum-format (setq n (/ m h)) (- m (* h n)))
18216 ;; separate formats components
18217 (and (setq fmt (plist-get org-time-clocksum-format :years))
18218 (or (> (setq n (/ (truncate m) (* y d h))) 0)
18219 (plist-get org-time-clocksum-format :require-years))
18220 (setq clocksum (concat clocksum (format fmt n))
18221 m (- m (* n y d h))))
18222 (and (setq fmt (plist-get org-time-clocksum-format :months))
18223 (or (> (setq n (/ (truncate m) (* mo d h))) 0)
18224 (plist-get org-time-clocksum-format :require-months))
18225 (setq clocksum (concat clocksum (format fmt n))
18226 m (- m (* n mo d h))))
18227 (and (setq fmt (plist-get org-time-clocksum-format :weeks))
18228 (or (> (setq n (/ (truncate m) (* w d h))) 0)
18229 (plist-get org-time-clocksum-format :require-weeks))
18230 (setq clocksum (concat clocksum (format fmt n))
18231 m (- m (* n w d h))))
18232 (and (setq fmt (plist-get org-time-clocksum-format :days))
18233 (or (> (setq n (/ (truncate m) (* d h))) 0)
18234 (plist-get org-time-clocksum-format :require-days))
18235 (setq clocksum (concat clocksum (format fmt n))
18236 m (- m (* n d h))))
18237 (and (setq fmt (plist-get org-time-clocksum-format :hours))
18238 (or (> (setq n (/ (truncate m) h)) 0)
18239 (plist-get org-time-clocksum-format :require-hours))
18240 (setq clocksum (concat clocksum (format fmt n))
18241 m (- m (* n h))))
18242 (and (setq fmt (plist-get org-time-clocksum-format :minutes))
18243 (or (> m 0) (plist-get org-time-clocksum-format :require-minutes))
18244 (setq clocksum (concat clocksum (format fmt m))))
18245 ;; return formatted time duration
18246 clocksum))))
18248 (defalias 'org-minutes-to-hh:mm-string 'org-minutes-to-clocksum-string)
18249 (make-obsolete 'org-minutes-to-hh:mm-string 'org-minutes-to-clocksum-string
18250 "Org mode version 8.0")
18252 (defun org-hours-to-clocksum-string (n)
18253 (org-minutes-to-clocksum-string (* n 60)))
18255 (defun org-hh:mm-string-to-minutes (s)
18256 "Convert a string H:MM to a number of minutes.
18257 If the string is just a number, interpret it as minutes.
18258 In fact, the first hh:mm or number in the string will be taken,
18259 there can be extra stuff in the string.
18260 If no number is found, the return value is 0."
18261 (cond
18262 ((integerp s) s)
18263 ((string-match "\\([0-9]+\\):\\([0-9]+\\)" s)
18264 (+ (* (string-to-number (match-string 1 s)) 60)
18265 (string-to-number (match-string 2 s))))
18266 ((string-match "\\([0-9]+\\)" s)
18267 (string-to-number (match-string 1 s)))
18268 (t 0)))
18270 (defcustom org-image-actual-width t
18271 "Should we use the actual width of images when inlining them?
18273 When set to t, always use the image width.
18275 When set to a number, use imagemagick (when available) to set
18276 the image's width to this value.
18278 When set to a number in a list, try to get the width from any
18279 #+ATTR.* keyword if it matches a width specification like
18281 #+ATTR_HTML: :width 300px
18283 and fall back on that number if none is found.
18285 When set to nil, try to get the width from an #+ATTR.* keyword
18286 and fall back on the original width if none is found.
18288 This requires Emacs >= 24.1, build with imagemagick support."
18289 :group 'org-appearance
18290 :version "24.4"
18291 :package-version '(Org . "8.0")
18292 :type '(choice
18293 (const :tag "Use the image width" t)
18294 (integer :tag "Use a number of pixels")
18295 (list :tag "Use #+ATTR* or a number of pixels" (integer))
18296 (const :tag "Use #+ATTR* or don't resize" nil)))
18298 (defcustom org-agenda-inhibit-startup nil
18299 "Inhibit startup when preparing agenda buffers.
18300 When this variable is t, the initialization of the Org agenda
18301 buffers is inhibited: e.g. the visibility state is not set, the
18302 tables are not re-aligned, etc."
18303 :type 'boolean
18304 :version "24.3"
18305 :group 'org-agenda)
18307 (define-obsolete-variable-alias
18308 'org-agenda-ignore-drawer-properties
18309 'org-agenda-ignore-properties "25.1")
18311 (defcustom org-agenda-ignore-properties nil
18312 "Avoid updating text properties when building the agenda.
18313 Properties are used to prepare buffers for effort estimates,
18314 appointments, statistics and subtree-local categories.
18315 If you don't use these in the agenda, you can add them to this
18316 list and agenda building will be a bit faster.
18317 The value is a list, with zero or more of the symbols `effort', `appt',
18318 `stats' or `category'."
18319 :type '(set :greedy t
18320 (const effort)
18321 (const appt)
18322 (const stats)
18323 (const category))
18324 :version "25.1"
18325 :package-version '(Org . "8.3")
18326 :group 'org-agenda)
18328 (defun org-duration-string-to-minutes (s &optional output-to-string)
18329 "Convert a duration string S to minutes.
18331 A bare number is interpreted as minutes, modifiers can be set by
18332 customizing `org-effort-durations' (which see).
18334 Entries containing a colon are interpreted as H:MM by
18335 `org-hh:mm-string-to-minutes'."
18336 (let ((result 0)
18337 (re (concat "\\([0-9.]+\\) *\\("
18338 (regexp-opt (mapcar 'car org-effort-durations))
18339 "\\)")))
18340 (while (string-match re s)
18341 (incf result (* (cdr (assoc (match-string 2 s) org-effort-durations))
18342 (string-to-number (match-string 1 s))))
18343 (setq s (replace-match "" nil t s)))
18344 (setq result (floor result))
18345 (incf result (org-hh:mm-string-to-minutes s))
18346 (if output-to-string (number-to-string result) result)))
18348 ;;;; Files
18350 (defun org-save-all-org-buffers ()
18351 "Save all Org-mode buffers without user confirmation."
18352 (interactive)
18353 (message "Saving all Org-mode buffers...")
18354 (save-some-buffers t (lambda () (derived-mode-p 'org-mode)))
18355 (when (featurep 'org-id) (org-id-locations-save))
18356 (message "Saving all Org-mode buffers... done"))
18358 (defun org-revert-all-org-buffers ()
18359 "Revert all Org-mode buffers.
18360 Prompt for confirmation when there are unsaved changes.
18361 Be sure you know what you are doing before letting this function
18362 overwrite your changes.
18364 This function is useful in a setup where one tracks org files
18365 with a version control system, to revert on one machine after pulling
18366 changes from another. I believe the procedure must be like this:
18368 1. M-x org-save-all-org-buffers
18369 2. Pull changes from the other machine, resolve conflicts
18370 3. M-x org-revert-all-org-buffers"
18371 (interactive)
18372 (unless (yes-or-no-p "Revert all Org buffers from their files? ")
18373 (user-error "Abort"))
18374 (save-excursion
18375 (save-window-excursion
18376 (mapc
18377 (lambda (b)
18378 (when (and (with-current-buffer b (derived-mode-p 'org-mode))
18379 (with-current-buffer b buffer-file-name))
18380 (org-pop-to-buffer-same-window b)
18381 (revert-buffer t 'no-confirm)))
18382 (buffer-list))
18383 (when (and (featurep 'org-id) org-id-track-globally)
18384 (org-id-locations-load)))))
18386 ;;;; Agenda files
18388 ;;;###autoload
18389 (defun org-switchb (&optional arg)
18390 "Switch between Org buffers.
18391 With one prefix argument, restrict available buffers to files.
18392 With two prefix arguments, restrict available buffers to agenda files.
18394 Defaults to `iswitchb' for buffer name completion.
18395 Set `org-completion-use-ido' to make it use ido instead."
18396 (interactive "P")
18397 (let ((blist (cond ((equal arg '(4)) (org-buffer-list 'files))
18398 ((equal arg '(16)) (org-buffer-list 'agenda))
18399 (t (org-buffer-list))))
18400 (org-completion-use-iswitchb org-completion-use-iswitchb)
18401 (org-completion-use-ido org-completion-use-ido))
18402 (unless (or org-completion-use-ido org-completion-use-iswitchb)
18403 (setq org-completion-use-iswitchb t))
18404 (org-pop-to-buffer-same-window
18405 (org-icompleting-read "Org buffer: "
18406 (mapcar 'list (mapcar 'buffer-name blist))
18407 nil t))))
18409 ;;; Define some older names previously used for this functionality
18410 ;;;###autoload
18411 (defalias 'org-ido-switchb 'org-switchb)
18412 ;;;###autoload
18413 (defalias 'org-iswitchb 'org-switchb)
18415 (defun org-buffer-list (&optional predicate exclude-tmp)
18416 "Return a list of Org buffers.
18417 PREDICATE can be `export', `files' or `agenda'.
18419 export restrict the list to Export buffers.
18420 files restrict the list to buffers visiting Org files.
18421 agenda restrict the list to buffers visiting agenda files.
18423 If EXCLUDE-TMP is non-nil, ignore temporary buffers."
18424 (let* ((bfn nil)
18425 (agenda-files (and (eq predicate 'agenda)
18426 (mapcar 'file-truename (org-agenda-files t))))
18427 (filter
18428 (cond
18429 ((eq predicate 'files)
18430 (lambda (b) (with-current-buffer b (derived-mode-p 'org-mode))))
18431 ((eq predicate 'export)
18432 (lambda (b) (string-match "\*Org .*Export" (buffer-name b))))
18433 ((eq predicate 'agenda)
18434 (lambda (b)
18435 (with-current-buffer b
18436 (and (derived-mode-p 'org-mode)
18437 (setq bfn (buffer-file-name b))
18438 (member (file-truename bfn) agenda-files)))))
18439 (t (lambda (b) (with-current-buffer b
18440 (or (derived-mode-p 'org-mode)
18441 (string-match "\*Org .*Export"
18442 (buffer-name b)))))))))
18443 (delq nil
18444 (mapcar
18445 (lambda(b)
18446 (if (and (funcall filter b)
18447 (or (not exclude-tmp)
18448 (not (string-match "tmp" (buffer-name b)))))
18450 nil))
18451 (buffer-list)))))
18453 (defun org-agenda-files (&optional unrestricted archives)
18454 "Get the list of agenda files.
18455 Optional UNRESTRICTED means return the full list even if a restriction
18456 is currently in place.
18457 When ARCHIVES is t, include all archive files that are really being
18458 used by the agenda files. If ARCHIVE is `ifmode', do this only if
18459 `org-agenda-archives-mode' is t."
18460 (let ((files
18461 (cond
18462 ((and (not unrestricted) (get 'org-agenda-files 'org-restrict)))
18463 ((stringp org-agenda-files) (org-read-agenda-file-list))
18464 ((listp org-agenda-files) org-agenda-files)
18465 (t (error "Invalid value of `org-agenda-files'")))))
18466 (setq files (apply 'append
18467 (mapcar (lambda (f)
18468 (if (file-directory-p f)
18469 (directory-files
18470 f t org-agenda-file-regexp)
18471 (list f)))
18472 files)))
18473 (when org-agenda-skip-unavailable-files
18474 (setq files (delq nil
18475 (mapcar (function
18476 (lambda (file)
18477 (and (file-readable-p file) file)))
18478 files))))
18479 (when (or (eq archives t)
18480 (and (eq archives 'ifmode) (eq org-agenda-archives-mode t)))
18481 (setq files (org-add-archive-files files)))
18482 files))
18484 (defun org-agenda-file-p (&optional file)
18485 "Return non-nil, if FILE is an agenda file.
18486 If FILE is omitted, use the file associated with the current
18487 buffer."
18488 (let ((fname (or file (buffer-file-name))))
18489 (and fname
18490 (member (file-truename fname)
18491 (mapcar #'file-truename (org-agenda-files t))))))
18493 (defun org-edit-agenda-file-list ()
18494 "Edit the list of agenda files.
18495 Depending on setup, this either uses customize to edit the variable
18496 `org-agenda-files', or it visits the file that is holding the list. In the
18497 latter case, the buffer is set up in a way that saving it automatically kills
18498 the buffer and restores the previous window configuration."
18499 (interactive)
18500 (if (stringp org-agenda-files)
18501 (let ((cw (current-window-configuration)))
18502 (find-file org-agenda-files)
18503 (org-set-local 'org-window-configuration cw)
18504 (org-add-hook 'after-save-hook
18505 (lambda ()
18506 (set-window-configuration
18507 (prog1 org-window-configuration
18508 (kill-buffer (current-buffer))))
18509 (org-install-agenda-files-menu)
18510 (message "New agenda file list installed"))
18511 nil 'local)
18512 (message "%s" (substitute-command-keys
18513 "Edit list and finish with \\[save-buffer]")))
18514 (customize-variable 'org-agenda-files)))
18516 (defun org-store-new-agenda-file-list (list)
18517 "Set new value for the agenda file list and save it correctly."
18518 (if (stringp org-agenda-files)
18519 (let ((fe (org-read-agenda-file-list t)) b u)
18520 (while (setq b (find-buffer-visiting org-agenda-files))
18521 (kill-buffer b))
18522 (with-temp-file org-agenda-files
18523 (insert
18524 (mapconcat
18525 (lambda (f) ;; Keep un-expanded entries.
18526 (if (setq u (assoc f fe))
18527 (cdr u)
18529 list "\n")
18530 "\n")))
18531 (let ((org-mode-hook nil) (org-inhibit-startup t)
18532 (org-insert-mode-line-in-empty-file nil))
18533 (setq org-agenda-files list)
18534 (customize-save-variable 'org-agenda-files org-agenda-files))))
18536 (defun org-read-agenda-file-list (&optional pair-with-expansion)
18537 "Read the list of agenda files from a file.
18538 If PAIR-WITH-EXPANSION is t return pairs with un-expanded
18539 filenames, used by `org-store-new-agenda-file-list' to write back
18540 un-expanded file names."
18541 (when (file-directory-p org-agenda-files)
18542 (error "`org-agenda-files' cannot be a single directory"))
18543 (when (stringp org-agenda-files)
18544 (with-temp-buffer
18545 (insert-file-contents org-agenda-files)
18546 (mapcar
18547 (lambda (f)
18548 (let ((e (expand-file-name (substitute-in-file-name f)
18549 org-directory)))
18550 (if pair-with-expansion
18551 (cons e f)
18552 e)))
18553 (org-split-string (buffer-string) "[ \t\r\n]*?[\r\n][ \t\r\n]*")))))
18555 ;;;###autoload
18556 (defun org-cycle-agenda-files ()
18557 "Cycle through the files in `org-agenda-files'.
18558 If the current buffer visits an agenda file, find the next one in the list.
18559 If the current buffer does not, find the first agenda file."
18560 (interactive)
18561 (let* ((fs (org-agenda-files t))
18562 (files (append fs (list (car fs))))
18563 (tcf (if buffer-file-name (file-truename buffer-file-name)))
18564 file)
18565 (unless files (user-error "No agenda files"))
18566 (catch 'exit
18567 (while (setq file (pop files))
18568 (if (equal (file-truename file) tcf)
18569 (when (car files)
18570 (find-file (car files))
18571 (throw 'exit t))))
18572 (find-file (car fs)))
18573 (if (buffer-base-buffer) (org-pop-to-buffer-same-window (buffer-base-buffer)))))
18575 (defun org-agenda-file-to-front (&optional to-end)
18576 "Move/add the current file to the top of the agenda file list.
18577 If the file is not present in the list, it is added to the front. If it is
18578 present, it is moved there. With optional argument TO-END, add/move to the
18579 end of the list."
18580 (interactive "P")
18581 (let ((org-agenda-skip-unavailable-files nil)
18582 (file-alist (mapcar (lambda (x)
18583 (cons (file-truename x) x))
18584 (org-agenda-files t)))
18585 (ctf (file-truename
18586 (or buffer-file-name
18587 (user-error "Please save the current buffer to a file"))))
18588 x had)
18589 (setq x (assoc ctf file-alist) had x)
18591 (if (not x) (setq x (cons ctf (abbreviate-file-name buffer-file-name))))
18592 (if to-end
18593 (setq file-alist (append (delq x file-alist) (list x)))
18594 (setq file-alist (cons x (delq x file-alist))))
18595 (org-store-new-agenda-file-list (mapcar 'cdr file-alist))
18596 (org-install-agenda-files-menu)
18597 (message "File %s to %s of agenda file list"
18598 (if had "moved" "added") (if to-end "end" "front"))))
18600 (defun org-remove-file (&optional file)
18601 "Remove current file from the list of files in variable `org-agenda-files'.
18602 These are the files which are being checked for agenda entries.
18603 Optional argument FILE means use this file instead of the current."
18604 (interactive)
18605 (let* ((org-agenda-skip-unavailable-files nil)
18606 (file (or file buffer-file-name
18607 (user-error "Current buffer does not visit a file")))
18608 (true-file (file-truename file))
18609 (afile (abbreviate-file-name file))
18610 (files (delq nil (mapcar
18611 (lambda (x)
18612 (if (equal true-file
18613 (file-truename x))
18614 nil x))
18615 (org-agenda-files t)))))
18616 (if (not (= (length files) (length (org-agenda-files t))))
18617 (progn
18618 (org-store-new-agenda-file-list files)
18619 (org-install-agenda-files-menu)
18620 (message "Removed from Org Agenda list: %s" afile))
18621 (message "File was not in list: %s (not removed)" afile))))
18623 (defun org-file-menu-entry (file)
18624 (vector file (list 'find-file file) t))
18626 (defun org-check-agenda-file (file)
18627 "Make sure FILE exists. If not, ask user what to do."
18628 (when (not (file-exists-p file))
18629 (message "Non-existent agenda file %s. [R]emove from list or [A]bort?"
18630 (abbreviate-file-name file))
18631 (let ((r (downcase (read-char-exclusive))))
18632 (cond
18633 ((equal r ?r)
18634 (org-remove-file file)
18635 (throw 'nextfile t))
18636 (t (user-error "Abort"))))))
18638 (defun org-get-agenda-file-buffer (file)
18639 "Get an agenda buffer visiting FILE.
18640 If the buffer needs to be created, add it to the list of buffers
18641 which might be released later."
18642 (let ((buf (org-find-base-buffer-visiting file)))
18643 (if buf
18644 buf ; just return it
18645 ;; Make a new buffer and remember it
18646 (setq buf (find-file-noselect file))
18647 (if buf (push buf org-agenda-new-buffers))
18648 buf)))
18650 (defun org-release-buffers (blist)
18651 "Release all buffers in list, asking the user for confirmation when needed.
18652 When a buffer is unmodified, it is just killed. When modified, it is saved
18653 \(if the user agrees) and then killed."
18654 (let (file)
18655 (dolist (buf blist)
18656 (setq file (buffer-file-name buf))
18657 (when (and (buffer-modified-p buf)
18658 file
18659 (y-or-n-p (format "Save file %s? " file)))
18660 (with-current-buffer buf (save-buffer)))
18661 (kill-buffer buf))))
18663 (defun org-agenda-prepare-buffers (files)
18664 "Create buffers for all agenda files, protect archived trees and comments."
18665 (interactive)
18666 (let ((pa '(:org-archived t))
18667 (pc '(:org-comment t))
18668 (pall '(:org-archived t :org-comment t))
18669 (inhibit-read-only t)
18670 (org-inhibit-startup org-agenda-inhibit-startup)
18671 (rea (concat ":" org-archive-tag ":"))
18672 file re pos)
18673 (setq org-tag-alist-for-agenda nil
18674 org-tag-groups-alist-for-agenda nil)
18675 (save-excursion
18676 (save-restriction
18677 (dolist (file files)
18678 (catch 'nextfile
18679 (if (bufferp file)
18680 (set-buffer file)
18681 (org-check-agenda-file file)
18682 (set-buffer (org-get-agenda-file-buffer file)))
18683 (widen)
18684 (org-set-regexps-and-options 'tags-only)
18685 (setq pos (point))
18686 (or (memq 'category org-agenda-ignore-properties)
18687 (org-refresh-category-properties))
18688 (or (memq 'stats org-agenda-ignore-properties)
18689 (org-refresh-stats-properties))
18690 (or (memq 'effort org-agenda-ignore-properties)
18691 (org-refresh-effort-properties))
18692 (or (memq 'appt org-agenda-ignore-properties)
18693 (org-refresh-properties "APPT_WARNTIME" 'org-appt-warntime))
18694 (setq org-todo-keywords-for-agenda
18695 (append org-todo-keywords-for-agenda org-todo-keywords-1))
18696 (setq org-done-keywords-for-agenda
18697 (append org-done-keywords-for-agenda org-done-keywords))
18698 (setq org-todo-keyword-alist-for-agenda
18699 (append org-todo-keyword-alist-for-agenda org-todo-key-alist))
18700 (setq org-tag-alist-for-agenda
18701 (org-uniquify
18702 (append org-tag-alist-for-agenda
18703 org-tag-alist
18704 org-tag-persistent-alist)))
18705 (if org-group-tags
18706 (setq org-tag-groups-alist-for-agenda
18707 (org-uniquify-alist
18708 (append org-tag-groups-alist-for-agenda org-tag-groups-alist))))
18709 (org-with-silent-modifications
18710 (save-excursion
18711 (remove-text-properties (point-min) (point-max) pall)
18712 (when org-agenda-skip-archived-trees
18713 (goto-char (point-min))
18714 (while (re-search-forward rea nil t)
18715 (if (org-at-heading-p t)
18716 (add-text-properties (point-at-bol) (org-end-of-subtree t) pa))))
18717 (goto-char (point-min))
18718 (setq re (format "^\\* .*\\<%s\\>" org-comment-string))
18719 (while (re-search-forward re nil t)
18720 (when (save-match-data (org-in-commented-heading-p t))
18721 (add-text-properties
18722 (match-beginning 0) (org-end-of-subtree t) pc)))))
18723 (goto-char pos)))))
18724 (setq org-todo-keywords-for-agenda
18725 (org-uniquify org-todo-keywords-for-agenda))
18726 (setq org-todo-keyword-alist-for-agenda
18727 (org-uniquify org-todo-keyword-alist-for-agenda))))
18730 ;;;; CDLaTeX minor mode
18732 (defvar org-cdlatex-mode-map (make-sparse-keymap)
18733 "Keymap for the minor `org-cdlatex-mode'.")
18735 (org-defkey org-cdlatex-mode-map "_" 'org-cdlatex-underscore-caret)
18736 (org-defkey org-cdlatex-mode-map "^" 'org-cdlatex-underscore-caret)
18737 (org-defkey org-cdlatex-mode-map "`" 'cdlatex-math-symbol)
18738 (org-defkey org-cdlatex-mode-map "'" 'org-cdlatex-math-modify)
18739 (org-defkey org-cdlatex-mode-map "\C-c{" 'org-cdlatex-environment-indent)
18741 (defvar org-cdlatex-texmathp-advice-is-done nil
18742 "Flag remembering if we have applied the advice to texmathp already.")
18744 (define-minor-mode org-cdlatex-mode
18745 "Toggle the minor `org-cdlatex-mode'.
18746 This mode supports entering LaTeX environment and math in LaTeX fragments
18747 in Org-mode.
18748 \\{org-cdlatex-mode-map}"
18749 nil " OCDL" nil
18750 (when org-cdlatex-mode
18751 (require 'cdlatex)
18752 (run-hooks 'cdlatex-mode-hook)
18753 (cdlatex-compute-tables))
18754 (unless org-cdlatex-texmathp-advice-is-done
18755 (setq org-cdlatex-texmathp-advice-is-done t)
18756 (defadvice texmathp (around org-math-always-on activate)
18757 "Always return t in org-mode buffers.
18758 This is because we want to insert math symbols without dollars even outside
18759 the LaTeX math segments. If Orgmode thinks that point is actually inside
18760 an embedded LaTeX fragment, let texmathp do its job.
18761 \\[org-cdlatex-mode-map]"
18762 (interactive)
18763 (let (p)
18764 (cond
18765 ((not (derived-mode-p 'org-mode)) ad-do-it)
18766 ((eq this-command 'cdlatex-math-symbol)
18767 (setq ad-return-value t
18768 texmathp-why '("cdlatex-math-symbol in org-mode" . 0)))
18770 (let ((p (org-inside-LaTeX-fragment-p)))
18771 (if (and p (member (car p) (plist-get org-format-latex-options :matchers)))
18772 (setq ad-return-value t
18773 texmathp-why '("Org-mode embedded math" . 0))
18774 (if p ad-do-it)))))))))
18776 (defun turn-on-org-cdlatex ()
18777 "Unconditionally turn on `org-cdlatex-mode'."
18778 (org-cdlatex-mode 1))
18780 (defun org-try-cdlatex-tab ()
18781 "Check if it makes sense to execute `cdlatex-tab', and do it if yes.
18782 It makes sense to do so if `org-cdlatex-mode' is active and if the cursor is
18783 - inside a LaTeX fragment, or
18784 - after the first word in a line, where an abbreviation expansion could
18785 insert a LaTeX environment."
18786 (when org-cdlatex-mode
18787 (cond
18788 ;; Before any word on the line: No expansion possible.
18789 ((save-excursion (skip-chars-backward " \t") (bolp)) nil)
18790 ;; Just after first word on the line: Expand it. Make sure it
18791 ;; cannot happen on headlines, though.
18792 ((save-excursion
18793 (skip-chars-backward "a-zA-Z0-9*")
18794 (skip-chars-backward " \t")
18795 (and (bolp) (not (org-at-heading-p))))
18796 (cdlatex-tab) t)
18797 ((org-inside-LaTeX-fragment-p) (cdlatex-tab) t))))
18799 (defun org-cdlatex-underscore-caret (&optional arg)
18800 "Execute `cdlatex-sub-superscript' in LaTeX fragments.
18801 Revert to the normal definition outside of these fragments."
18802 (interactive "P")
18803 (if (org-inside-LaTeX-fragment-p)
18804 (call-interactively 'cdlatex-sub-superscript)
18805 (let (org-cdlatex-mode)
18806 (call-interactively (key-binding (vector last-input-event))))))
18808 (defun org-cdlatex-math-modify (&optional arg)
18809 "Execute `cdlatex-math-modify' in LaTeX fragments.
18810 Revert to the normal definition outside of these fragments."
18811 (interactive "P")
18812 (if (org-inside-LaTeX-fragment-p)
18813 (call-interactively 'cdlatex-math-modify)
18814 (let (org-cdlatex-mode)
18815 (call-interactively (key-binding (vector last-input-event))))))
18817 (defun org-cdlatex-environment-indent (&optional environment item)
18818 "Execute `cdlatex-environment' and indent the inserted environment.
18820 ENVIRONMENT and ITEM are passed to `cdlatex-environment'.
18822 The inserted environment is indented to current indentation
18823 unless point is at the beginning of the line, in which the
18824 environment remains unintended."
18825 (interactive)
18826 ;; cdlatex-environment always return nil. Therefore, capture output
18827 ;; first and determine if an environment was selected.
18828 (let* ((beg (point-marker))
18829 (end (copy-marker (point) t))
18830 (inserted (progn
18831 (ignore-errors (cdlatex-environment environment item))
18832 (< beg end)))
18833 ;; Figure out how many lines to move forward after the
18834 ;; environment has been inserted.
18835 (lines (when inserted
18836 (save-excursion
18837 (- (loop while (< beg (point))
18838 with x = 0
18839 do (forward-line -1)
18840 (incf x)
18841 finally return x)
18842 (if (progn (goto-char beg)
18843 (and (progn (skip-chars-forward " \t") (eolp))
18844 (progn (skip-chars-backward " \t") (bolp))))
18845 1 0)))))
18846 (env (org-trim (delete-and-extract-region beg end))))
18847 (when inserted
18848 ;; Get indentation of next line unless at column 0.
18849 (let ((ind (if (bolp) 0
18850 (save-excursion
18851 (org-return-indent)
18852 (prog1 (org-get-indentation)
18853 (when (progn (skip-chars-forward " \t") (eolp))
18854 (delete-region beg (point)))))))
18855 (bol (progn (skip-chars-backward " \t") (bolp))))
18856 ;; Insert a newline before environment unless at column zero
18857 ;; to "escape" the current line. Insert a newline if
18858 ;; something is one the same line as \end{ENVIRONMENT}.
18859 (insert
18860 (concat (unless bol "\n") env
18861 (when (and (skip-chars-forward " \t") (not (eolp))) "\n")))
18862 (unless (zerop ind)
18863 (save-excursion
18864 (goto-char beg)
18865 (while (< (point) end)
18866 (unless (eolp) (org-indent-line-to ind))
18867 (forward-line))))
18868 (goto-char beg)
18869 (forward-line lines)
18870 (org-indent-line-to ind)))
18871 (set-marker beg nil)
18872 (set-marker end nil)))
18875 ;;;; LaTeX fragments
18877 (defun org-inside-LaTeX-fragment-p ()
18878 "Test if point is inside a LaTeX fragment.
18879 I.e. after a \\begin, \\(, \\[, $, or $$, without the corresponding closing
18880 sequence appearing also before point.
18881 Even though the matchers for math are configurable, this function assumes
18882 that \\begin, \\(, \\[, and $$ are always used. Only the single dollar
18883 delimiters are skipped when they have been removed by customization.
18884 The return value is nil, or a cons cell with the delimiter and the
18885 position of this delimiter.
18887 This function does a reasonably good job, but can locally be fooled by
18888 for example currency specifications. For example it will assume being in
18889 inline math after \"$22.34\". The LaTeX fragment formatter will only format
18890 fragments that are properly closed, but during editing, we have to live
18891 with the uncertainty caused by missing closing delimiters. This function
18892 looks only before point, not after."
18893 (catch 'exit
18894 (let ((pos (point))
18895 (dodollar (member "$" (plist-get org-format-latex-options :matchers)))
18896 (lim (progn
18897 (re-search-backward (concat "^\\(" paragraph-start "\\)") nil t)
18898 (point)))
18899 dd-on str (start 0) m re)
18900 (goto-char pos)
18901 (when dodollar
18902 (setq str (concat (buffer-substring lim (point)) "\000 X$.")
18903 re (nth 1 (assoc "$" org-latex-regexps)))
18904 (while (string-match re str start)
18905 (cond
18906 ((= (match-end 0) (length str))
18907 (throw 'exit (cons "$" (+ lim (match-beginning 0) 1))))
18908 ((= (match-end 0) (- (length str) 5))
18909 (throw 'exit nil))
18910 (t (setq start (match-end 0))))))
18911 (when (setq m (re-search-backward "\\(\\\\begin{[^}]*}\\|\\\\(\\|\\\\\\[\\)\\|\\(\\\\end{[^}]*}\\|\\\\)\\|\\\\\\]\\)\\|\\(\\$\\$\\)" lim t))
18912 (goto-char pos)
18913 (and (match-beginning 1) (throw 'exit (cons (match-string 1) m)))
18914 (and (match-beginning 2) (throw 'exit nil))
18915 ;; count $$
18916 (while (re-search-backward "\\$\\$" lim t)
18917 (setq dd-on (not dd-on)))
18918 (goto-char pos)
18919 (if dd-on (cons "$$" m))))))
18921 (defun org-inside-latex-macro-p ()
18922 "Is point inside a LaTeX macro or its arguments?"
18923 (save-match-data
18924 (org-in-regexp
18925 "\\\\[a-zA-Z]+\\*?\\(\\(\\[[^][\n{}]*\\]\\)\\|\\({[^{}\n]*}\\)\\)*")))
18927 (defvar org-latex-fragment-image-overlays nil
18928 "List of overlays carrying the images of latex fragments.")
18929 (make-variable-buffer-local 'org-latex-fragment-image-overlays)
18931 (defun org-remove-latex-fragment-image-overlays (&optional beg end)
18932 "Remove all overlays with LaTeX fragment images in current buffer.
18933 When optional arguments BEG and END are non-nil, remove all
18934 overlays between them instead. Return t when some overlays were
18935 removed, nil otherwise."
18936 (let (removedp)
18937 (setq org-latex-fragment-image-overlays
18938 (let ((beg (or beg (point-min)))
18939 (end (or end (point-max))))
18940 (org-remove-if
18941 (lambda (o)
18942 (and (>= (overlay-start o) beg)
18943 (<= (overlay-end o) end)
18944 (progn (delete-overlay o)
18945 (or removedp (setq removedp t)))))
18946 org-latex-fragment-image-overlays)))
18947 removedp))
18949 (define-obsolete-function-alias
18950 'org-preview-latex-fragment 'org-toggle-latex-fragment "24.4")
18951 (defun org-toggle-latex-fragment (&optional arg)
18952 "Preview the LaTeX fragment at point, or all locally or globally.
18954 If the cursor is on a LaTeX fragment, create the image and overlay
18955 it over the source code, if there is none. Remove it otherwise.
18956 If there is no fragment at point, display all fragments in the
18957 current section.
18959 With prefix ARG, preview or clear image for all fragments in the
18960 current subtree or in the whole buffer when used before the first
18961 headline. With a double prefix ARG \\[universal-argument] \
18962 \\[universal-argument] preview or clear images
18963 for all fragments in the buffer."
18964 (interactive "P")
18965 (unless (buffer-file-name (buffer-base-buffer))
18966 (user-error "Can't preview LaTeX fragment in a non-file buffer"))
18967 (when (display-graphic-p)
18968 (catch 'exit
18969 (save-excursion
18970 (let ((window-start (window-start)) msg)
18971 (save-restriction
18972 (cond
18973 ((or (equal arg '(16))
18974 (and (equal arg '(4))
18975 (org-with-limited-levels (org-before-first-heading-p))))
18976 (if (org-remove-latex-fragment-image-overlays)
18977 (progn (message "LaTeX fragments images removed from buffer")
18978 (throw 'exit nil))
18979 (setq msg "Creating images for buffer...")))
18980 ((equal arg '(4))
18981 (org-with-limited-levels (org-back-to-heading t))
18982 (let ((beg (point))
18983 (end (progn (org-end-of-subtree t) (point))))
18984 (if (org-remove-latex-fragment-image-overlays beg end)
18985 (progn
18986 (message "LaTeX fragment images removed from subtree")
18987 (throw 'exit nil))
18988 (setq msg "Creating images for subtree...")
18989 (narrow-to-region beg end))))
18990 ((let ((datum (org-element-context)))
18991 (when (memq (org-element-type datum)
18992 '(latex-environment latex-fragment))
18993 (let* ((beg (org-element-property :begin datum))
18994 (end (org-element-property :end datum)))
18995 (if (org-remove-latex-fragment-image-overlays beg end)
18996 (progn (message "LaTeX fragment image removed")
18997 (throw 'exit nil))
18998 (narrow-to-region beg end)
18999 (setq msg "Creating image..."))))))
19001 (org-with-limited-levels
19002 (let ((beg (if (org-at-heading-p) (line-beginning-position)
19003 (outline-previous-heading)
19004 (point)))
19005 (end (progn (outline-next-heading) (point))))
19006 (if (org-remove-latex-fragment-image-overlays beg end)
19007 (progn
19008 (message "LaTeX fragment images removed from section")
19009 (throw 'exit nil))
19010 (setq msg "Creating images for section...")
19011 (narrow-to-region beg end))))))
19012 (let ((file (buffer-file-name (buffer-base-buffer))))
19013 (org-format-latex
19014 (concat org-latex-preview-ltxpng-directory
19015 (file-name-sans-extension (file-name-nondirectory file)))
19016 ;; Emacs cannot overlay images from remote hosts.
19017 ;; Create it in `temporary-file-directory' instead.
19018 (if (file-remote-p file) temporary-file-directory
19019 default-directory)
19020 'overlays msg 'forbuffer
19021 org-latex-create-formula-image-program)))
19022 ;; Work around a bug that doesn't restore window's start
19023 ;; when widening back the buffer.
19024 (set-window-start nil window-start)
19025 (message (concat msg "done")))))))
19027 (defun org-format-latex
19028 (prefix &optional dir overlays msg forbuffer processing-type)
19029 "Replace LaTeX fragments with links to an image, and produce images.
19031 When optional argument OVERLAYS is non-nil, display the image on
19032 top of the fragment instead of replacing it.
19034 PROCESSING-TYPE is the conversion method to use, as a symbol.
19036 Some of the options can be changed using the variable
19037 `org-format-latex-options', which see."
19038 (when (and overlays (fboundp 'clear-image-cache)) (clear-image-cache))
19039 (unless (eq processing-type 'verbatim)
19040 (let* ((math-regexp "\\$\\|\\\\[([]\\|^[ \t]*\\\\begin{[A-Za-z0-9*]+}")
19041 (cnt 0)
19042 checkdir-flag)
19043 (goto-char (point-min))
19044 ;; Optimize overlay creation: (info "(elisp) Managing Overlays").
19045 (when (and overlays (memq processing-type '(dvipng imagemagick)))
19046 (overlay-recenter (point-max)))
19047 (while (re-search-forward math-regexp nil t)
19048 (unless (and overlays
19049 (eq (get-char-property (point) 'org-overlay-type)
19050 'org-latex-overlay))
19051 (let* ((context (org-element-context))
19052 (type (org-element-type context)))
19053 (when (memq type '(latex-environment latex-fragment))
19054 (let ((block-type (eq type 'latex-environment))
19055 (value (org-element-property :value context))
19056 (beg (org-element-property :begin context))
19057 (end (save-excursion
19058 (goto-char (org-element-property :end context))
19059 (skip-chars-backward " \r\t\n")
19060 (point))))
19061 (case processing-type
19062 (mathjax
19063 ;; Prepare for MathJax processing.
19064 (if (eq (char-after beg) ?$)
19065 (save-excursion
19066 (delete-region beg end)
19067 (insert "\\(" (substring value 1 -1) "\\)"))
19068 (goto-char end)))
19069 ((dvipng imagemagick)
19070 ;; Process to an image.
19071 (incf cnt)
19072 (goto-char beg)
19073 (let* ((face (face-at-point))
19074 ;; Get the colors from the face at point.
19076 (let ((color (plist-get org-format-latex-options
19077 :foreground)))
19078 (if (and forbuffer (eq color 'auto))
19079 (face-attribute face :foreground nil 'default)
19080 color)))
19082 (let ((color (plist-get org-format-latex-options
19083 :background)))
19084 (if (and forbuffer (eq color 'auto))
19085 (face-attribute face :background nil 'default)
19086 color)))
19087 (hash (sha1 (prin1-to-string
19088 (list org-format-latex-header
19089 org-latex-default-packages-alist
19090 org-latex-packages-alist
19091 org-format-latex-options
19092 forbuffer value fg bg))))
19093 (absprefix (expand-file-name prefix dir))
19094 (linkfile (format "%s_%s.png" prefix hash))
19095 (movefile (format "%s_%s.png" absprefix hash))
19096 (sep (and block-type "\n\n"))
19097 (link (concat sep "[[file:" linkfile "]]" sep))
19098 (options
19099 (org-combine-plists
19100 org-format-latex-options
19101 `(:foreground ,fg :background ,bg))))
19102 (when msg (message msg cnt))
19103 (unless checkdir-flag ; Ensure the directory exists.
19104 (setq checkdir-flag t)
19105 (let ((todir (file-name-directory absprefix)))
19106 (unless (file-directory-p todir)
19107 (make-directory todir t))))
19108 (unless (file-exists-p movefile)
19109 (org-create-formula-image
19110 value movefile options forbuffer processing-type))
19111 (if overlays
19112 (progn
19113 (dolist (o (overlays-in beg end))
19114 (when (eq (overlay-get o 'org-overlay-type)
19115 'org-latex-overlay)
19116 (delete-overlay o)))
19117 (let ((ov (make-overlay beg end)))
19118 (overlay-put ov
19119 'org-overlay-type
19120 'org-latex-overlay)
19121 (overlay-put ov 'evaporate t)
19122 (if (featurep 'xemacs)
19123 (progn
19124 (overlay-put ov 'invisible t)
19125 (overlay-put
19126 ov 'end-glyph
19127 (make-glyph
19128 (vector 'png :file movefile))))
19129 (overlay-put
19130 ov 'display
19131 (list 'image
19132 :type 'png
19133 :file movefile
19134 :ascent 'center)))
19135 (push ov org-latex-fragment-image-overlays))
19136 (goto-char end))
19137 (delete-region beg end)
19138 (insert
19139 (org-add-props link
19140 (list 'org-latex-src
19141 (replace-regexp-in-string "\"" "" value)
19142 'org-latex-src-embed-type
19143 (if block-type 'paragraph 'character)))))))
19144 (mathml
19145 ;; Process to MathML.
19146 (unless (org-format-latex-mathml-available-p)
19147 (user-error "LaTeX to MathML converter not configured"))
19148 (incf cnt)
19149 (when msg (message msg cnt))
19150 (goto-char beg)
19151 (delete-region beg end)
19152 (insert (org-format-latex-as-mathml
19153 value block-type prefix dir)))
19154 (otherwise
19155 (error "Unknown conversion type %s for LaTeX fragments"
19156 processing-type)))))))))))
19158 (defun org-create-math-formula (latex-frag &optional mathml-file)
19159 "Convert LATEX-FRAG to MathML and store it in MATHML-FILE.
19160 Use `org-latex-to-mathml-convert-command'. If the conversion is
19161 sucessful, return the portion between \"<math...> </math>\"
19162 elements otherwise return nil. When MATHML-FILE is specified,
19163 write the results in to that file. When invoked as an
19164 interactive command, prompt for LATEX-FRAG, with initial value
19165 set to the current active region and echo the results for user
19166 inspection."
19167 (interactive (list (let ((frag (when (org-region-active-p)
19168 (buffer-substring-no-properties
19169 (region-beginning) (region-end)))))
19170 (read-string "LaTeX Fragment: " frag nil frag))))
19171 (unless latex-frag (user-error "Invalid LaTeX fragment"))
19172 (let* ((tmp-in-file (file-relative-name
19173 (make-temp-name (expand-file-name "ltxmathml-in"))))
19174 (ignore (write-region latex-frag nil tmp-in-file))
19175 (tmp-out-file (file-relative-name
19176 (make-temp-name (expand-file-name "ltxmathml-out"))))
19177 (cmd (format-spec
19178 org-latex-to-mathml-convert-command
19179 `((?j . ,(and org-latex-to-mathml-jar-file
19180 (shell-quote-argument
19181 (expand-file-name
19182 org-latex-to-mathml-jar-file))))
19183 (?I . ,(shell-quote-argument tmp-in-file))
19184 (?i . ,latex-frag)
19185 (?o . ,(shell-quote-argument tmp-out-file)))))
19186 mathml shell-command-output)
19187 (when (org-called-interactively-p 'any)
19188 (unless (org-format-latex-mathml-available-p)
19189 (user-error "LaTeX to MathML converter not configured")))
19190 (message "Running %s" cmd)
19191 (setq shell-command-output (shell-command-to-string cmd))
19192 (setq mathml
19193 (when (file-readable-p tmp-out-file)
19194 (with-current-buffer (find-file-noselect tmp-out-file t)
19195 (goto-char (point-min))
19196 (when (re-search-forward
19197 (concat
19198 (regexp-quote
19199 "<math xmlns=\"http://www.w3.org/1998/Math/MathML\"")
19200 "[^>]*?>"
19201 "\\(.\\|\n\\)*"
19202 "</math>")
19203 nil t)
19204 (prog1 (match-string 0) (kill-buffer))))))
19205 (cond
19206 (mathml
19207 (setq mathml
19208 (concat "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n" mathml))
19209 (when mathml-file
19210 (write-region mathml nil mathml-file))
19211 (when (org-called-interactively-p 'any)
19212 (message mathml)))
19213 ((message "LaTeX to MathML conversion failed")
19214 (message shell-command-output)))
19215 (delete-file tmp-in-file)
19216 (when (file-exists-p tmp-out-file)
19217 (delete-file tmp-out-file))
19218 mathml))
19220 (defun org-format-latex-as-mathml (latex-frag latex-frag-type
19221 prefix &optional dir)
19222 "Use `org-create-math-formula' but check local cache first."
19223 (let* ((absprefix (expand-file-name prefix dir))
19224 (print-length nil) (print-level nil)
19225 (formula-id (concat
19226 "formula-"
19227 (sha1
19228 (prin1-to-string
19229 (list latex-frag
19230 org-latex-to-mathml-convert-command)))))
19231 (formula-cache (format "%s-%s.mathml" absprefix formula-id))
19232 (formula-cache-dir (file-name-directory formula-cache)))
19234 (unless (file-directory-p formula-cache-dir)
19235 (make-directory formula-cache-dir t))
19237 (unless (file-exists-p formula-cache)
19238 (org-create-math-formula latex-frag formula-cache))
19240 (if (file-exists-p formula-cache)
19241 ;; Successful conversion. Return the link to MathML file.
19242 (org-add-props
19243 (format "[[file:%s]]" (file-relative-name formula-cache dir))
19244 (list 'org-latex-src (replace-regexp-in-string "\"" "" latex-frag)
19245 'org-latex-src-embed-type (if latex-frag-type
19246 'paragraph 'character)))
19247 ;; Failed conversion. Return the LaTeX fragment verbatim
19248 latex-frag)))
19250 (defun org-create-formula-image (string tofile options buffer &optional type)
19251 "Create an image from LaTeX source using dvipng or convert.
19252 This function calls either `org-create-formula-image-with-dvipng'
19253 or `org-create-formula-image-with-imagemagick' depending on the
19254 value of `org-latex-create-formula-image-program' or on the value
19255 of the optional TYPE variable.
19257 Note: ultimately these two function should be combined as they
19258 share a good deal of logic."
19259 (org-check-external-command
19260 "latex" "needed to convert LaTeX fragments to images")
19261 (funcall
19262 (case (or type org-latex-create-formula-image-program)
19263 (dvipng
19264 (org-check-external-command
19265 "dvipng" "needed to convert LaTeX fragments to images")
19266 #'org-create-formula-image-with-dvipng)
19267 (imagemagick
19268 (org-check-external-command
19269 "convert" "you need to install imagemagick")
19270 #'org-create-formula-image-with-imagemagick)
19271 (t (error
19272 "Invalid value of `org-latex-create-formula-image-program'")))
19273 string tofile options buffer))
19275 (declare-function org-export-get-backend "ox" (name))
19276 (declare-function org-export--get-global-options "ox" (&optional backend))
19277 (declare-function org-export--get-inbuffer-options "ox" (&optional backend))
19278 (declare-function org-latex-guess-inputenc "ox-latex" (header))
19279 (declare-function org-latex-guess-babel-language "ox-latex" (header info))
19280 (defun org-create-formula--latex-header ()
19281 "Return LaTeX header appropriate for previewing a LaTeX snippet."
19282 (let ((info (org-combine-plists (org-export--get-global-options
19283 (org-export-get-backend 'latex))
19284 (org-export--get-inbuffer-options
19285 (org-export-get-backend 'latex)))))
19286 (org-latex-guess-babel-language
19287 (org-latex-guess-inputenc
19288 (org-splice-latex-header
19289 org-format-latex-header
19290 org-latex-default-packages-alist
19291 org-latex-packages-alist t
19292 (plist-get info :latex-header)))
19293 info)))
19295 (defun org--get-display-dpi ()
19296 "Get the DPI of the display.
19298 Assumes that the display has the same pixel width in the
19299 horizontal and vertical directions."
19300 (if (display-graphic-p)
19301 (round (/ (display-pixel-height)
19302 (/ (display-mm-height) 25.4)))
19303 (error "Attempt to calculate the dpi of a non-graphic display")))
19305 ;; This function borrows from Ganesh Swami's latex2png.el
19306 (defun org-create-formula-image-with-dvipng (string tofile options buffer)
19307 "This calls dvipng."
19308 (require 'ox-latex)
19309 (let* ((tmpdir (if (featurep 'xemacs)
19310 (temp-directory)
19311 temporary-file-directory))
19312 (texfilebase (make-temp-name
19313 (expand-file-name "orgtex" tmpdir)))
19314 (texfile (concat texfilebase ".tex"))
19315 (dvifile (concat texfilebase ".dvi"))
19316 (pngfile (concat texfilebase ".png"))
19317 (scale (or (plist-get options (if buffer :scale :html-scale)) 1.0))
19318 ;; This assumes that the display has the same pixel width in
19319 ;; the horizontal and vertical directions
19320 (dpi (number-to-string (* scale (if buffer (org--get-display-dpi) 120))))
19321 (fg (or (plist-get options (if buffer :foreground :html-foreground))
19322 "Black"))
19323 (bg (or (plist-get options (if buffer :background :html-background))
19324 "Transparent")))
19325 (if (eq fg 'default) (setq fg (org-dvipng-color :foreground))
19326 (unless (string= fg "Transparent") (setq fg (org-dvipng-color-format fg))))
19327 (if (eq bg 'default) (setq bg (org-dvipng-color :background))
19328 (unless (string= bg "Transparent") (setq bg (org-dvipng-color-format bg))))
19329 (let ((latex-header (org-create-formula--latex-header)))
19330 (with-temp-file texfile
19331 (insert latex-header)
19332 (insert "\n\\begin{document}\n" string "\n\\end{document}\n")))
19333 (let ((dir default-directory))
19334 (ignore-errors
19335 (cd tmpdir)
19336 (call-process "latex" nil nil nil texfile))
19337 (cd dir))
19338 (if (not (file-exists-p dvifile))
19339 (progn (message "Failed to create dvi file from %s" texfile) nil)
19340 (ignore-errors
19341 (if (featurep 'xemacs)
19342 (call-process "dvipng" nil nil nil
19343 "-fg" fg "-bg" bg
19344 "-T" "tight"
19345 "-o" pngfile
19346 dvifile)
19347 (call-process "dvipng" nil nil nil
19348 "-fg" fg "-bg" bg
19349 "-D" dpi
19350 ;;"-x" scale "-y" scale
19351 "-T" "tight"
19352 "-o" pngfile
19353 dvifile)))
19354 (if (not (file-exists-p pngfile))
19355 (if org-format-latex-signal-error
19356 (error "Failed to create png file from %s" texfile)
19357 (message "Failed to create png file from %s" texfile)
19358 nil)
19359 ;; Use the requested file name and clean up
19360 (copy-file pngfile tofile 'replace)
19361 (loop for e in '(".dvi" ".tex" ".aux" ".log" ".png" ".out") do
19362 (if (file-exists-p (concat texfilebase e))
19363 (delete-file (concat texfilebase e))))
19364 pngfile))))
19366 (declare-function org-latex-compile "ox-latex" (texfile &optional snippet))
19367 (defun org-create-formula-image-with-imagemagick (string tofile options buffer)
19368 "This calls convert, which is included into imagemagick."
19369 (require 'ox-latex)
19370 (let* ((tmpdir (if (featurep 'xemacs)
19371 (temp-directory)
19372 temporary-file-directory))
19373 (texfilebase (make-temp-name
19374 (expand-file-name "orgtex" tmpdir)))
19375 (texfile (concat texfilebase ".tex"))
19376 (pdffile (concat texfilebase ".pdf"))
19377 (pngfile (concat texfilebase ".png"))
19378 (scale (or (plist-get options (if buffer :scale :html-scale)) 1.0))
19379 (dpi (number-to-string (* scale (if buffer (org--get-display-dpi) 120))))
19380 (fg (or (plist-get options (if buffer :foreground :html-foreground))
19381 "black"))
19382 (bg (or (plist-get options (if buffer :background :html-background))
19383 "white")))
19384 (if (eq fg 'default) (setq fg (org-latex-color :foreground))
19385 (setq fg (org-latex-color-format fg)))
19386 (if (eq bg 'default) (setq bg (org-latex-color :background))
19387 (setq bg (org-latex-color-format
19388 (if (string= bg "Transparent") "white" bg))))
19389 (let ((latex-header (org-create-formula--latex-header)))
19390 (with-temp-file texfile
19391 (insert latex-header)
19392 (insert "\n\\begin{document}\n"
19393 "\\definecolor{fg}{rgb}{" fg "}\n"
19394 "\\definecolor{bg}{rgb}{" bg "}\n"
19395 "\n\\pagecolor{bg}\n"
19396 "\n{\\color{fg}\n"
19397 string
19398 "\n}\n"
19399 "\n\\end{document}\n")))
19400 (org-latex-compile texfile t)
19401 (if (not (file-exists-p pdffile))
19402 (progn (message "Failed to create pdf file from %s" texfile) nil)
19403 (ignore-errors
19404 (if (featurep 'xemacs)
19405 (call-process "convert" nil nil nil
19406 "-density" "96"
19407 "-trim"
19408 "-antialias"
19409 pdffile
19410 "-quality" "100"
19411 ;; "-sharpen" "0x1.0"
19412 pngfile)
19413 (call-process "convert" nil nil nil
19414 "-density" dpi
19415 "-trim"
19416 "-antialias"
19417 pdffile
19418 "-quality" "100"
19419 ;; "-sharpen" "0x1.0"
19420 pngfile)))
19421 (if (not (file-exists-p pngfile))
19422 (if org-format-latex-signal-error
19423 (error "Failed to create png file from %s" texfile)
19424 (message "Failed to create png file from %s" texfile)
19425 nil)
19426 ;; Use the requested file name and clean up
19427 (copy-file pngfile tofile 'replace)
19428 (loop for e in '(".pdf" ".tex" ".aux" ".log" ".png") do
19429 (if (file-exists-p (concat texfilebase e))
19430 (delete-file (concat texfilebase e))))
19431 pngfile))))
19433 (defun org-splice-latex-header (tpl def-pkg pkg snippets-p &optional extra)
19434 "Fill a LaTeX header template TPL.
19435 In the template, the following place holders will be recognized:
19437 [DEFAULT-PACKAGES] \\usepackage statements for DEF-PKG
19438 [NO-DEFAULT-PACKAGES] do not include DEF-PKG
19439 [PACKAGES] \\usepackage statements for PKG
19440 [NO-PACKAGES] do not include PKG
19441 [EXTRA] the string EXTRA
19442 [NO-EXTRA] do not include EXTRA
19444 For backward compatibility, if both the positive and the negative place
19445 holder is missing, the positive one (without the \"NO-\") will be
19446 assumed to be present at the end of the template.
19447 DEF-PKG and PKG are assumed to be alists of options/packagename lists.
19448 EXTRA is a string.
19449 SNIPPETS-P indicates if this is run to create snippet images for HTML."
19450 (let (rpl (end ""))
19451 (if (string-match "^[ \t]*\\[\\(NO-\\)?DEFAULT-PACKAGES\\][ \t]*\n?" tpl)
19452 (setq rpl (if (or (match-end 1) (not def-pkg))
19453 "" (org-latex-packages-to-string def-pkg snippets-p t))
19454 tpl (replace-match rpl t t tpl))
19455 (if def-pkg (setq end (org-latex-packages-to-string def-pkg snippets-p))))
19457 (if (string-match "\\[\\(NO-\\)?PACKAGES\\][ \t]*\n?" tpl)
19458 (setq rpl (if (or (match-end 1) (not pkg))
19459 "" (org-latex-packages-to-string pkg snippets-p t))
19460 tpl (replace-match rpl t t tpl))
19461 (if pkg (setq end
19462 (concat end "\n"
19463 (org-latex-packages-to-string pkg snippets-p)))))
19465 (if (string-match "\\[\\(NO-\\)?EXTRA\\][ \t]*\n?" tpl)
19466 (setq rpl (if (or (match-end 1) (not extra))
19467 "" (concat extra "\n"))
19468 tpl (replace-match rpl t t tpl))
19469 (if (and extra (string-match "\\S-" extra))
19470 (setq end (concat end "\n" extra))))
19472 (if (string-match "\\S-" end)
19473 (concat tpl "\n" end)
19474 tpl)))
19476 (defun org-latex-packages-to-string (pkg &optional snippets-p newline)
19477 "Turn an alist of packages into a string with the \\usepackage macros."
19478 (setq pkg (mapconcat (lambda(p)
19479 (cond
19480 ((stringp p) p)
19481 ((and snippets-p (>= (length p) 3) (not (nth 2 p)))
19482 (format "%% Package %s omitted" (cadr p)))
19483 ((equal "" (car p))
19484 (format "\\usepackage{%s}" (cadr p)))
19486 (format "\\usepackage[%s]{%s}"
19487 (car p) (cadr p)))))
19489 "\n"))
19490 (if newline (concat pkg "\n") pkg))
19492 (defun org-dvipng-color (attr)
19493 "Return a RGB color specification for dvipng."
19494 (apply 'format "rgb %s %s %s"
19495 (mapcar 'org-normalize-color
19496 (if (featurep 'xemacs)
19497 (color-rgb-components
19498 (face-property 'default
19499 (cond ((eq attr :foreground) 'foreground)
19500 ((eq attr :background) 'background))))
19501 (color-values (face-attribute 'default attr nil))))))
19503 (defun org-dvipng-color-format (color-name)
19504 "Convert COLOR-NAME to a RGB color value for dvipng."
19505 (apply 'format "rgb %s %s %s"
19506 (mapcar 'org-normalize-color
19507 (color-values color-name))))
19509 (defun org-latex-color (attr)
19510 "Return a RGB color for the LaTeX color package."
19511 (apply 'format "%s,%s,%s"
19512 (mapcar 'org-normalize-color
19513 (if (featurep 'xemacs)
19514 (color-rgb-components
19515 (face-property 'default
19516 (cond ((eq attr :foreground) 'foreground)
19517 ((eq attr :background) 'background))))
19518 (color-values (face-attribute 'default attr nil))))))
19520 (defun org-latex-color-format (color-name)
19521 "Convert COLOR-NAME to a RGB color value."
19522 (apply 'format "%s,%s,%s"
19523 (mapcar 'org-normalize-color
19524 (color-values color-name))))
19526 (defun org-normalize-color (value)
19527 "Return string to be used as color value for an RGB component."
19528 (format "%g" (/ value 65535.0)))
19532 ;; Image display
19534 (defvar org-inline-image-overlays nil)
19535 (make-variable-buffer-local 'org-inline-image-overlays)
19537 (defun org-toggle-inline-images (&optional include-linked)
19538 "Toggle the display of inline images.
19539 INCLUDE-LINKED is passed to `org-display-inline-images'."
19540 (interactive "P")
19541 (if org-inline-image-overlays
19542 (progn
19543 (org-remove-inline-images)
19544 (when (org-called-interactively-p 'interactive)
19545 (message "Inline image display turned off")))
19546 (org-display-inline-images include-linked)
19547 (when (org-called-interactively-p 'interactive)
19548 (message (if org-inline-image-overlays
19549 (format "%d images displayed inline"
19550 (length org-inline-image-overlays))
19551 "No images to display inline")))))
19553 (defun org-redisplay-inline-images ()
19554 "Refresh the display of inline images."
19555 (interactive)
19556 (if (not org-inline-image-overlays)
19557 (org-toggle-inline-images)
19558 (org-toggle-inline-images)
19559 (org-toggle-inline-images)))
19561 (defun org-display-inline-images (&optional include-linked refresh beg end)
19562 "Display inline images.
19564 An inline image is a link which follows either of these
19565 conventions:
19567 1. Its path is a file with an extension matching return value
19568 from `image-file-name-regexp' and it has no contents.
19570 2. Its description consists in a single link of the previous
19571 type.
19573 When optional argument INCLUDE-LINKED is non-nil, also links with
19574 a text description part will be inlined. This can be nice for
19575 a quick look at those images, but it does not reflect what
19576 exported files will look like.
19578 When optional argument REFRESH is non-nil, refresh existing
19579 images between BEG and END. This will create new image displays
19580 only if necessary. BEG and END default to the buffer
19581 boundaries."
19582 (interactive "P")
19583 (when (display-graphic-p)
19584 (unless refresh
19585 (org-remove-inline-images)
19586 (when (fboundp 'clear-image-cache) (clear-image-cache)))
19587 (org-with-wide-buffer
19588 (goto-char (or beg (point-min)))
19589 (let ((case-fold-search t)
19590 (file-extension-re (org-image-file-name-regexp)))
19591 (while (re-search-forward "[][]\\[\\(?:file\\|[./~]\\)" end t)
19592 (let ((link (save-match-data (org-element-context))))
19593 ;; Check if we're at an inline image.
19594 (when (and (equal (org-element-property :type link) "file")
19595 (or include-linked
19596 (not (org-element-property :contents-begin link)))
19597 (let ((parent (org-element-property :parent link)))
19598 (or (not (eq (org-element-type parent) 'link))
19599 (not (cdr (org-element-contents parent)))))
19600 (org-string-match-p file-extension-re
19601 (org-element-property :path link)))
19602 (let ((file (expand-file-name
19603 (org-link-unescape
19604 (org-element-property :path link)))))
19605 (when (file-exists-p file)
19606 (let ((width
19607 ;; Apply `org-image-actual-width' specifications.
19608 (cond
19609 ((not (image-type-available-p 'imagemagick)) nil)
19610 ((eq org-image-actual-width t) nil)
19611 ((listp org-image-actual-width)
19613 ;; First try to find a width among
19614 ;; attributes associated to the paragraph
19615 ;; containing link.
19616 (let ((paragraph
19617 (let ((e link))
19618 (while (and (setq e (org-element-property
19619 :parent e))
19620 (not (eq (org-element-type e)
19621 'paragraph))))
19622 e)))
19623 (when paragraph
19624 (save-excursion
19625 (goto-char (org-element-property :begin paragraph))
19626 (when
19627 (re-search-forward
19628 "^[ \t]*#\\+attr_.*?: +.*?:width +\\(\\S-+\\)"
19629 (org-element-property
19630 :post-affiliated paragraph)
19632 (string-to-number (match-string 1))))))
19633 ;; Otherwise, fall-back to provided number.
19634 (car org-image-actual-width)))
19635 ((numberp org-image-actual-width)
19636 org-image-actual-width)))
19637 (old (get-char-property-and-overlay
19638 (org-element-property :begin link)
19639 'org-image-overlay)))
19640 (if (and (car-safe old) refresh)
19641 (image-refresh (overlay-get (cdr old) 'display))
19642 (let ((image (create-image file
19643 (and width 'imagemagick)
19645 :width width)))
19646 (when image
19647 (let* ((link
19648 ;; If inline image is the description
19649 ;; of another link, be sure to
19650 ;; consider the latter as the one to
19651 ;; apply the overlay on.
19652 (let ((parent
19653 (org-element-property :parent link)))
19654 (if (eq (org-element-type parent) 'link)
19655 parent
19656 link)))
19657 (ov (make-overlay
19658 (org-element-property :begin link)
19659 (progn
19660 (goto-char
19661 (org-element-property :end link))
19662 (skip-chars-backward " \t")
19663 (point)))))
19664 (overlay-put ov 'display image)
19665 (overlay-put ov 'face 'default)
19666 (overlay-put ov 'org-image-overlay t)
19667 (overlay-put
19668 ov 'modification-hooks
19669 (list 'org-display-inline-remove-overlay))
19670 (push ov org-inline-image-overlays)))))))))))))))
19672 (define-obsolete-function-alias
19673 'org-display-inline-modification-hook 'org-display-inline-remove-overlay "24.3")
19675 (defun org-display-inline-remove-overlay (ov after beg end &optional len)
19676 "Remove inline-display overlay if a corresponding region is modified."
19677 (let ((inhibit-modification-hooks t))
19678 (when (and ov after)
19679 (delete ov org-inline-image-overlays)
19680 (delete-overlay ov))))
19682 (defun org-remove-inline-images ()
19683 "Remove inline display of images."
19684 (interactive)
19685 (mapc 'delete-overlay org-inline-image-overlays)
19686 (setq org-inline-image-overlays nil))
19688 ;;;; Key bindings
19690 ;; Outline functions from `outline-mode-prefix-map'
19691 ;; that can be remapped in Org:
19692 (define-key org-mode-map [remap outline-mark-subtree] 'org-mark-subtree)
19693 (define-key org-mode-map [remap show-subtree] 'org-show-subtree)
19694 (define-key org-mode-map [remap outline-forward-same-level]
19695 'org-forward-heading-same-level)
19696 (define-key org-mode-map [remap outline-backward-same-level]
19697 'org-backward-heading-same-level)
19698 (define-key org-mode-map [remap show-branches]
19699 'org-kill-note-or-show-branches)
19700 (define-key org-mode-map [remap outline-promote] 'org-promote-subtree)
19701 (define-key org-mode-map [remap outline-demote] 'org-demote-subtree)
19702 (define-key org-mode-map [remap outline-insert-heading] 'org-ctrl-c-ret)
19703 (define-key org-mode-map [remap outline-next-visible-heading]
19704 'org-next-visible-heading)
19705 (define-key org-mode-map [remap outline-previous-visible-heading]
19706 'org-previous-visible-heading)
19708 ;; Outline functions from `outline-mode-prefix-map' that can not
19709 ;; be remapped in Org:
19711 ;; - the column "key binding" shows whether the Outline function is still
19712 ;; available in Org mode on the same key that it has been bound to in
19713 ;; Outline mode:
19714 ;; - "overridden": key used for a different functionality in Org mode
19715 ;; - else: key still bound to the same Outline function in Org mode
19717 ;; | Outline function | key binding | Org replacement |
19718 ;; |------------------------------------+-------------+--------------------------|
19719 ;; | `outline-next-visible-heading' | `C-c C-n' | better: skip inlinetasks |
19720 ;; | `outline-previous-visible-heading' | `C-c C-p' | better: skip inlinetasks |
19721 ;; | `outline-up-heading' | `C-c C-u' | still same function |
19722 ;; | `outline-move-subtree-up' | overridden | better: org-shiftup |
19723 ;; | `outline-move-subtree-down' | overridden | better: org-shiftdown |
19724 ;; | `show-entry' | overridden | no replacement |
19725 ;; | `show-children' | `C-c C-i' | visibility cycling |
19726 ;; | `show-branches' | `C-c C-k' | still same function |
19727 ;; | `show-subtree' | overridden | visibility cycling |
19728 ;; | `show-all' | overridden | no replacement |
19729 ;; | `hide-subtree' | overridden | visibility cycling |
19730 ;; | `hide-body' | overridden | no replacement |
19731 ;; | `hide-entry' | overridden | visibility cycling |
19732 ;; | `hide-leaves' | overridden | no replacement |
19733 ;; | `hide-sublevels' | overridden | no replacement |
19734 ;; | `hide-other' | overridden | no replacement |
19736 ;; Make `C-c C-x' a prefix key
19737 (org-defkey org-mode-map "\C-c\C-x" (make-sparse-keymap))
19739 ;; TAB key with modifiers
19740 (org-defkey org-mode-map "\C-i" 'org-cycle)
19741 (org-defkey org-mode-map [(tab)] 'org-cycle)
19742 (org-defkey org-mode-map [(control tab)] 'org-force-cycle-archived)
19743 (org-defkey org-mode-map "\M-\t" #'pcomplete)
19744 ;; The following line is necessary under Suse GNU/Linux
19745 (unless (featurep 'xemacs)
19746 (org-defkey org-mode-map [S-iso-lefttab] 'org-shifttab))
19747 (org-defkey org-mode-map [(shift tab)] 'org-shifttab)
19748 (define-key org-mode-map [backtab] 'org-shifttab)
19750 (org-defkey org-mode-map [(shift return)] 'org-table-copy-down)
19751 (org-defkey org-mode-map [(meta shift return)] 'org-insert-todo-heading)
19752 (org-defkey org-mode-map [(meta return)] 'org-meta-return)
19754 ;; Cursor keys with modifiers
19755 (org-defkey org-mode-map [(meta left)] 'org-metaleft)
19756 (org-defkey org-mode-map [(meta right)] 'org-metaright)
19757 (org-defkey org-mode-map [(meta up)] 'org-metaup)
19758 (org-defkey org-mode-map [(meta down)] 'org-metadown)
19760 (org-defkey org-mode-map [(control meta shift right)] 'org-increase-number-at-point)
19761 (org-defkey org-mode-map [(control meta shift left)] 'org-decrease-number-at-point)
19762 (org-defkey org-mode-map [(meta shift left)] 'org-shiftmetaleft)
19763 (org-defkey org-mode-map [(meta shift right)] 'org-shiftmetaright)
19764 (org-defkey org-mode-map [(meta shift up)] 'org-shiftmetaup)
19765 (org-defkey org-mode-map [(meta shift down)] 'org-shiftmetadown)
19767 (org-defkey org-mode-map [(shift up)] 'org-shiftup)
19768 (org-defkey org-mode-map [(shift down)] 'org-shiftdown)
19769 (org-defkey org-mode-map [(shift left)] 'org-shiftleft)
19770 (org-defkey org-mode-map [(shift right)] 'org-shiftright)
19772 (org-defkey org-mode-map [(control shift right)] 'org-shiftcontrolright)
19773 (org-defkey org-mode-map [(control shift left)] 'org-shiftcontrolleft)
19774 (org-defkey org-mode-map [(control shift up)] 'org-shiftcontrolup)
19775 (org-defkey org-mode-map [(control shift down)] 'org-shiftcontroldown)
19777 ;; Babel keys
19778 (define-key org-mode-map org-babel-key-prefix org-babel-map)
19779 (mapc (lambda (pair)
19780 (define-key org-babel-map (car pair) (cdr pair)))
19781 org-babel-key-bindings)
19783 ;;; Extra keys for tty access.
19784 ;; We only set them when really needed because otherwise the
19785 ;; menus don't show the simple keys
19787 (when (or org-use-extra-keys
19788 (featurep 'xemacs) ;; because XEmacs supports multi-device stuff
19789 (not window-system))
19790 (org-defkey org-mode-map "\C-c\C-xc" 'org-table-copy-down)
19791 (org-defkey org-mode-map "\C-c\C-xM" 'org-insert-todo-heading)
19792 (org-defkey org-mode-map "\C-c\C-xm" 'org-meta-return)
19793 (org-defkey org-mode-map [?\e (return)] 'org-meta-return)
19794 (org-defkey org-mode-map [?\e (left)] 'org-metaleft)
19795 (org-defkey org-mode-map "\C-c\C-xl" 'org-metaleft)
19796 (org-defkey org-mode-map [?\e (right)] 'org-metaright)
19797 (org-defkey org-mode-map "\C-c\C-xr" 'org-metaright)
19798 (org-defkey org-mode-map [?\e (up)] 'org-metaup)
19799 (org-defkey org-mode-map "\C-c\C-xu" 'org-metaup)
19800 (org-defkey org-mode-map [?\e (down)] 'org-metadown)
19801 (org-defkey org-mode-map "\C-c\C-xd" 'org-metadown)
19802 (org-defkey org-mode-map "\C-c\C-xL" 'org-shiftmetaleft)
19803 (org-defkey org-mode-map "\C-c\C-xR" 'org-shiftmetaright)
19804 (org-defkey org-mode-map "\C-c\C-xU" 'org-shiftmetaup)
19805 (org-defkey org-mode-map "\C-c\C-xD" 'org-shiftmetadown)
19806 (org-defkey org-mode-map [?\C-c (up)] 'org-shiftup)
19807 (org-defkey org-mode-map [?\C-c (down)] 'org-shiftdown)
19808 (org-defkey org-mode-map [?\C-c (left)] 'org-shiftleft)
19809 (org-defkey org-mode-map [?\C-c (right)] 'org-shiftright)
19810 (org-defkey org-mode-map [?\C-c ?\C-x (right)] 'org-shiftcontrolright)
19811 (org-defkey org-mode-map [?\C-c ?\C-x (left)] 'org-shiftcontrolleft)
19812 (org-defkey org-mode-map [?\e (tab)] #'pcomplete)
19813 (org-defkey org-mode-map [?\e (shift return)] 'org-insert-todo-heading)
19814 (org-defkey org-mode-map [?\e (shift left)] 'org-shiftmetaleft)
19815 (org-defkey org-mode-map [?\e (shift right)] 'org-shiftmetaright)
19816 (org-defkey org-mode-map [?\e (shift up)] 'org-shiftmetaup)
19817 (org-defkey org-mode-map [?\e (shift down)] 'org-shiftmetadown))
19819 ;; All the other keys
19821 (org-defkey org-mode-map "\C-c\C-a" 'show-all) ; in case allout messed up.
19822 (org-defkey org-mode-map "\C-c\C-r" 'org-reveal)
19823 (if (boundp 'narrow-map)
19824 (org-defkey narrow-map "s" 'org-narrow-to-subtree)
19825 (org-defkey org-mode-map "\C-xns" 'org-narrow-to-subtree))
19826 (if (boundp 'narrow-map)
19827 (org-defkey narrow-map "b" 'org-narrow-to-block)
19828 (org-defkey org-mode-map "\C-xnb" 'org-narrow-to-block))
19829 (if (boundp 'narrow-map)
19830 (org-defkey narrow-map "e" 'org-narrow-to-element)
19831 (org-defkey org-mode-map "\C-xne" 'org-narrow-to-element))
19832 (org-defkey org-mode-map "\C-\M-t" 'org-transpose-element)
19833 (org-defkey org-mode-map "\M-}" 'org-forward-element)
19834 (org-defkey org-mode-map "\M-{" 'org-backward-element)
19835 (org-defkey org-mode-map "\C-c\C-^" 'org-up-element)
19836 (org-defkey org-mode-map "\C-c\C-_" 'org-down-element)
19837 (org-defkey org-mode-map "\C-c\C-f" 'org-forward-heading-same-level)
19838 (org-defkey org-mode-map "\C-c\C-b" 'org-backward-heading-same-level)
19839 (org-defkey org-mode-map "\C-c\M-f" 'org-next-block)
19840 (org-defkey org-mode-map "\C-c\M-b" 'org-previous-block)
19841 (org-defkey org-mode-map "\C-c$" 'org-archive-subtree)
19842 (org-defkey org-mode-map "\C-c\C-x\C-s" 'org-archive-subtree)
19843 (org-defkey org-mode-map "\C-c\C-x\C-a" 'org-archive-subtree-default)
19844 (org-defkey org-mode-map "\C-c\C-xd" 'org-insert-drawer)
19845 (org-defkey org-mode-map "\C-c\C-xa" 'org-toggle-archive-tag)
19846 (org-defkey org-mode-map "\C-c\C-xA" 'org-archive-to-archive-sibling)
19847 (org-defkey org-mode-map "\C-c\C-xb" 'org-tree-to-indirect-buffer)
19848 (org-defkey org-mode-map "\C-c\C-xq" 'org-toggle-tags-groups)
19849 (org-defkey org-mode-map "\C-c\C-j" 'org-goto)
19850 (org-defkey org-mode-map "\C-c\C-t" 'org-todo)
19851 (org-defkey org-mode-map "\C-c\C-q" 'org-set-tags-command)
19852 (org-defkey org-mode-map "\C-c\C-s" 'org-schedule)
19853 (org-defkey org-mode-map "\C-c\C-d" 'org-deadline)
19854 (org-defkey org-mode-map "\C-c;" 'org-toggle-comment)
19855 (org-defkey org-mode-map "\C-c\C-w" 'org-refile)
19856 (org-defkey org-mode-map "\C-c\M-w" 'org-copy)
19857 (org-defkey org-mode-map "\C-c/" 'org-sparse-tree) ; Minor-mode reserved
19858 (org-defkey org-mode-map "\C-c\\" 'org-match-sparse-tree) ; Minor-mode res.
19859 (org-defkey org-mode-map "\C-c\C-m" 'org-ctrl-c-ret)
19860 (org-defkey org-mode-map "\M-\C-m" 'org-insert-heading)
19861 (org-defkey org-mode-map "\C-c\C-xc" 'org-clone-subtree-with-time-shift)
19862 (org-defkey org-mode-map "\C-c\C-xv" 'org-copy-visible)
19863 (org-defkey org-mode-map [(control return)] 'org-insert-heading-respect-content)
19864 (org-defkey org-mode-map [(shift control return)] 'org-insert-todo-heading-respect-content)
19865 (org-defkey org-mode-map "\C-c\C-x\C-n" 'org-next-link)
19866 (org-defkey org-mode-map "\C-c\C-x\C-p" 'org-previous-link)
19867 (org-defkey org-mode-map "\C-c\C-l" 'org-insert-link)
19868 (org-defkey org-mode-map "\C-c\M-l" 'org-insert-last-stored-link)
19869 (org-defkey org-mode-map "\C-c\C-\M-l" 'org-insert-all-links)
19870 (org-defkey org-mode-map "\C-c\C-o" 'org-open-at-point)
19871 (org-defkey org-mode-map "\C-c%" 'org-mark-ring-push)
19872 (org-defkey org-mode-map "\C-c&" 'org-mark-ring-goto)
19873 (org-defkey org-mode-map "\C-c\C-z" 'org-add-note) ; Alternative binding
19874 (org-defkey org-mode-map "\C-c." 'org-time-stamp) ; Minor-mode reserved
19875 (org-defkey org-mode-map "\C-c!" 'org-time-stamp-inactive) ; Minor-mode r.
19876 (org-defkey org-mode-map "\C-c," 'org-priority) ; Minor-mode reserved
19877 (org-defkey org-mode-map "\C-c\C-y" 'org-evaluate-time-range)
19878 (org-defkey org-mode-map "\C-c>" 'org-goto-calendar)
19879 (org-defkey org-mode-map "\C-c<" 'org-date-from-calendar)
19880 (org-defkey org-mode-map [(control ?,)] 'org-cycle-agenda-files)
19881 (org-defkey org-mode-map [(control ?\')] 'org-cycle-agenda-files)
19882 (org-defkey org-mode-map "\C-c[" 'org-agenda-file-to-front)
19883 (org-defkey org-mode-map "\C-c]" 'org-remove-file)
19884 (org-defkey org-mode-map "\C-c\C-x<" 'org-agenda-set-restriction-lock)
19885 (org-defkey org-mode-map "\C-c\C-x>" 'org-agenda-remove-restriction-lock)
19886 (org-defkey org-mode-map "\C-c-" 'org-ctrl-c-minus)
19887 (org-defkey org-mode-map "\C-c*" 'org-ctrl-c-star)
19888 (org-defkey org-mode-map "\C-c^" 'org-sort)
19889 (org-defkey org-mode-map "\C-c\C-c" 'org-ctrl-c-ctrl-c)
19890 (org-defkey org-mode-map "\C-c\C-k" 'org-kill-note-or-show-branches)
19891 (org-defkey org-mode-map "\C-c#" 'org-update-statistics-cookies)
19892 (org-defkey org-mode-map [remap open-line] 'org-open-line)
19893 (org-defkey org-mode-map [remap comment-dwim] 'org-comment-dwim)
19894 (org-defkey org-mode-map [remap forward-paragraph] 'org-forward-paragraph)
19895 (org-defkey org-mode-map [remap backward-paragraph] 'org-backward-paragraph)
19896 (org-defkey org-mode-map "\M-^" 'org-delete-indentation)
19897 (org-defkey org-mode-map "\C-m" 'org-return)
19898 (org-defkey org-mode-map "\C-j" 'org-return-indent)
19899 (org-defkey org-mode-map "\C-c?" 'org-table-field-info)
19900 (org-defkey org-mode-map "\C-c " 'org-table-blank-field)
19901 (org-defkey org-mode-map "\C-c+" 'org-table-sum)
19902 (org-defkey org-mode-map "\C-c=" 'org-table-eval-formula)
19903 (org-defkey org-mode-map "\C-c'" 'org-edit-special)
19904 (org-defkey org-mode-map "\C-c`" 'org-table-edit-field)
19905 (org-defkey org-mode-map "\C-c\"a" 'orgtbl-ascii-plot)
19906 (org-defkey org-mode-map "\C-c\"g" 'org-plot/gnuplot)
19907 (org-defkey org-mode-map "\C-c|" 'org-table-create-or-convert-from-region)
19908 (org-defkey org-mode-map [(control ?#)] 'org-table-rotate-recalc-marks)
19909 (org-defkey org-mode-map "\C-c~" 'org-table-create-with-table.el)
19910 (org-defkey org-mode-map "\C-c\C-a" 'org-attach)
19911 (org-defkey org-mode-map "\C-c}" 'org-table-toggle-coordinate-overlays)
19912 (org-defkey org-mode-map "\C-c{" 'org-table-toggle-formula-debugger)
19913 (org-defkey org-mode-map "\C-c\C-e" 'org-export-dispatch)
19914 (org-defkey org-mode-map "\C-c:" 'org-toggle-fixed-width)
19915 (org-defkey org-mode-map "\C-c\C-x\C-f" 'org-emphasize)
19916 (org-defkey org-mode-map "\C-c\C-xf" 'org-footnote-action)
19917 (org-defkey org-mode-map "\C-c\C-x\C-mg" 'org-mobile-pull)
19918 (org-defkey org-mode-map "\C-c\C-x\C-mp" 'org-mobile-push)
19919 (org-defkey org-mode-map "\C-c@" 'org-mark-subtree)
19920 (org-defkey org-mode-map "\M-h" 'org-mark-element)
19921 (org-defkey org-mode-map [?\C-c (control ?*)] 'org-list-make-subtree)
19922 ;;(org-defkey org-mode-map [?\C-c (control ?-)] 'org-list-make-list-from-subtree)
19924 (org-defkey org-mode-map "\C-c\C-x\C-w" 'org-cut-special)
19925 (org-defkey org-mode-map "\C-c\C-x\M-w" 'org-copy-special)
19926 (org-defkey org-mode-map "\C-c\C-x\C-y" 'org-paste-special)
19928 (org-defkey org-mode-map "\C-c\C-x\C-t" 'org-toggle-time-stamp-overlays)
19929 (org-defkey org-mode-map "\C-c\C-x\C-i" 'org-clock-in)
19930 (org-defkey org-mode-map "\C-c\C-x\C-x" 'org-clock-in-last)
19931 (org-defkey org-mode-map "\C-c\C-x\C-z" 'org-resolve-clocks)
19932 (org-defkey org-mode-map "\C-c\C-x\C-o" 'org-clock-out)
19933 (org-defkey org-mode-map "\C-c\C-x\C-j" 'org-clock-goto)
19934 (org-defkey org-mode-map "\C-c\C-x\C-q" 'org-clock-cancel)
19935 (org-defkey org-mode-map "\C-c\C-x\C-d" 'org-clock-display)
19936 (org-defkey org-mode-map "\C-c\C-x\C-r" 'org-clock-report)
19937 (org-defkey org-mode-map "\C-c\C-x\C-u" 'org-dblock-update)
19938 (org-defkey org-mode-map "\C-c\C-x\C-l" 'org-toggle-latex-fragment)
19939 (org-defkey org-mode-map "\C-c\C-x\C-v" 'org-toggle-inline-images)
19940 (org-defkey org-mode-map "\C-c\C-x\C-\M-v" 'org-redisplay-inline-images)
19941 (org-defkey org-mode-map "\C-c\C-x\\" 'org-toggle-pretty-entities)
19942 (org-defkey org-mode-map "\C-c\C-x\C-b" 'org-toggle-checkbox)
19943 (org-defkey org-mode-map "\C-c\C-xp" 'org-set-property)
19944 (org-defkey org-mode-map "\C-c\C-xP" 'org-set-property-and-value)
19945 (org-defkey org-mode-map "\C-c\C-xe" 'org-set-effort)
19946 (org-defkey org-mode-map "\C-c\C-xE" 'org-inc-effort)
19947 (org-defkey org-mode-map "\C-c\C-xo" 'org-toggle-ordered-property)
19948 (org-defkey org-mode-map "\C-c\C-xi" 'org-insert-columns-dblock)
19949 (org-defkey org-mode-map [(control ?c) (control ?x) ?\;] 'org-timer-set-timer)
19951 (org-defkey org-mode-map "\C-c\C-x." 'org-timer)
19952 (org-defkey org-mode-map "\C-c\C-x-" 'org-timer-item)
19953 (org-defkey org-mode-map "\C-c\C-x0" 'org-timer-start)
19954 (org-defkey org-mode-map "\C-c\C-x_" 'org-timer-stop)
19955 (org-defkey org-mode-map "\C-c\C-x," 'org-timer-pause-or-continue)
19957 (define-key org-mode-map "\C-c\C-x\C-c" 'org-columns)
19959 (define-key org-mode-map "\C-c\C-x!" 'org-reload)
19961 (define-key org-mode-map "\C-c\C-xg" 'org-feed-update-all)
19962 (define-key org-mode-map "\C-c\C-xG" 'org-feed-goto-inbox)
19964 (define-key org-mode-map "\C-c\C-x[" 'org-reftex-citation)
19967 (when (featurep 'xemacs)
19968 (org-defkey org-mode-map 'button3 'popup-mode-menu))
19971 (defconst org-speed-commands-default
19973 ("Outline Navigation")
19974 ("n" . (org-speed-move-safe 'org-next-visible-heading))
19975 ("p" . (org-speed-move-safe 'org-previous-visible-heading))
19976 ("f" . (org-speed-move-safe 'org-forward-heading-same-level))
19977 ("b" . (org-speed-move-safe 'org-backward-heading-same-level))
19978 ("F" . org-next-block)
19979 ("B" . org-previous-block)
19980 ("u" . (org-speed-move-safe 'outline-up-heading))
19981 ("j" . org-goto)
19982 ("g" . (org-refile t))
19983 ("Outline Visibility")
19984 ("c" . org-cycle)
19985 ("C" . org-shifttab)
19986 (" " . org-display-outline-path)
19987 ("s" . org-narrow-to-subtree)
19988 ("=" . org-columns)
19989 ("Outline Structure Editing")
19990 ("U" . org-metaup)
19991 ("D" . org-metadown)
19992 ("r" . org-metaright)
19993 ("l" . org-metaleft)
19994 ("R" . org-shiftmetaright)
19995 ("L" . org-shiftmetaleft)
19996 ("i" . (progn (forward-char 1) (call-interactively
19997 'org-insert-heading-respect-content)))
19998 ("^" . org-sort)
19999 ("w" . org-refile)
20000 ("a" . org-archive-subtree-default-with-confirmation)
20001 ("@" . org-mark-subtree)
20002 ("#" . org-toggle-comment)
20003 ("Clock Commands")
20004 ("I" . org-clock-in)
20005 ("O" . org-clock-out)
20006 ("Meta Data Editing")
20007 ("t" . org-todo)
20008 ("," . (org-priority))
20009 ("0" . (org-priority ?\ ))
20010 ("1" . (org-priority ?A))
20011 ("2" . (org-priority ?B))
20012 ("3" . (org-priority ?C))
20013 (":" . org-set-tags-command)
20014 ("e" . org-set-effort)
20015 ("E" . org-inc-effort)
20016 ("W" . (lambda(m) (interactive "sMinutes before warning: ")
20017 (org-entry-put (point) "APPT_WARNTIME" m)))
20018 ("Agenda Views etc")
20019 ("v" . org-agenda)
20020 ("/" . org-sparse-tree)
20021 ("Misc")
20022 ("o" . org-open-at-point)
20023 ("?" . org-speed-command-help)
20024 ("<" . (org-agenda-set-restriction-lock 'subtree))
20025 (">" . (org-agenda-remove-restriction-lock))
20027 "The default speed commands.")
20029 (defun org-print-speed-command (e)
20030 (if (> (length (car e)) 1)
20031 (progn
20032 (princ "\n")
20033 (princ (car e))
20034 (princ "\n")
20035 (princ (make-string (length (car e)) ?-))
20036 (princ "\n"))
20037 (princ (car e))
20038 (princ " ")
20039 (if (symbolp (cdr e))
20040 (princ (symbol-name (cdr e)))
20041 (prin1 (cdr e)))
20042 (princ "\n")))
20044 (defun org-speed-command-help ()
20045 "Show the available speed commands."
20046 (interactive)
20047 (if (not org-use-speed-commands)
20048 (user-error "Speed commands are not activated, customize `org-use-speed-commands'")
20049 (with-output-to-temp-buffer "*Help*"
20050 (princ "User-defined Speed commands\n===========================\n")
20051 (mapc 'org-print-speed-command org-speed-commands-user)
20052 (princ "\n")
20053 (princ "Built-in Speed commands\n=======================\n")
20054 (mapc 'org-print-speed-command org-speed-commands-default))
20055 (with-current-buffer "*Help*"
20056 (setq truncate-lines t))))
20058 (defun org-speed-move-safe (cmd)
20059 "Execute CMD, but make sure that the cursor always ends up in a headline.
20060 If not, return to the original position and throw an error."
20061 (interactive)
20062 (let ((pos (point)))
20063 (call-interactively cmd)
20064 (unless (and (bolp) (org-at-heading-p))
20065 (goto-char pos)
20066 (error "Boundary reached while executing %s" cmd))))
20068 (defvar org-self-insert-command-undo-counter 0)
20070 (defvar org-table-auto-blank-field) ; defined in org-table.el
20071 (defvar org-speed-command nil)
20073 (define-obsolete-function-alias
20074 'org-speed-command-default-hook 'org-speed-command-activate "24.3")
20076 (defun org-speed-command-activate (keys)
20077 "Hook for activating single-letter speed commands.
20078 `org-speed-commands-default' specifies a minimal command set.
20079 Use `org-speed-commands-user' for further customization."
20080 (when (or (and (bolp) (looking-at org-outline-regexp))
20081 (and (functionp org-use-speed-commands)
20082 (funcall org-use-speed-commands)))
20083 (cdr (assoc keys (append org-speed-commands-user
20084 org-speed-commands-default)))))
20086 (define-obsolete-function-alias
20087 'org-babel-speed-command-hook 'org-babel-speed-command-activate "24.3")
20089 (defun org-babel-speed-command-activate (keys)
20090 "Hook for activating single-letter code block commands."
20091 (when (and (bolp) (looking-at org-babel-src-block-regexp))
20092 (cdr (assoc keys org-babel-key-bindings))))
20094 (defcustom org-speed-command-hook
20095 '(org-speed-command-default-hook org-babel-speed-command-hook)
20096 "Hook for activating speed commands at strategic locations.
20097 Hook functions are called in sequence until a valid handler is
20098 found.
20100 Each hook takes a single argument, a user-pressed command key
20101 which is also a `self-insert-command' from the global map.
20103 Within the hook, examine the cursor position and the command key
20104 and return nil or a valid handler as appropriate. Handler could
20105 be one of an interactive command, a function, or a form.
20107 Set `org-use-speed-commands' to non-nil value to enable this
20108 hook. The default setting is `org-speed-command-activate'."
20109 :group 'org-structure
20110 :version "24.1"
20111 :type 'hook)
20113 (defun org-self-insert-command (N)
20114 "Like `self-insert-command', use overwrite-mode for whitespace in tables.
20115 If the cursor is in a table looking at whitespace, the whitespace is
20116 overwritten, and the table is not marked as requiring realignment."
20117 (interactive "p")
20118 (org-check-before-invisible-edit 'insert)
20119 (cond
20120 ((and org-use-speed-commands
20121 (let ((kv (this-command-keys-vector)))
20122 (setq org-speed-command
20123 (run-hook-with-args-until-success
20124 'org-speed-command-hook
20125 (make-string 1 (aref kv (1- (length kv))))))))
20126 (cond
20127 ((commandp org-speed-command)
20128 (setq this-command org-speed-command)
20129 (call-interactively org-speed-command))
20130 ((functionp org-speed-command)
20131 (funcall org-speed-command))
20132 ((and org-speed-command (listp org-speed-command))
20133 (eval org-speed-command))
20134 (t (let (org-use-speed-commands)
20135 (call-interactively 'org-self-insert-command)))))
20136 ((and
20137 (org-table-p)
20138 (progn
20139 ;; check if we blank the field, and if that triggers align
20140 (and (featurep 'org-table) org-table-auto-blank-field
20141 (memq last-command
20142 '(org-cycle org-return org-shifttab org-ctrl-c-ctrl-c))
20143 (if (or (equal (char-after) ?\ ) (looking-at "[^|\n]* |"))
20144 ;; got extra space, this field does not determine column width
20145 (let (org-table-may-need-update) (org-table-blank-field))
20146 ;; no extra space, this field may determine column width
20147 (org-table-blank-field)))
20149 (eq N 1)
20150 (looking-at "[^|\n]* |"))
20151 (let (org-table-may-need-update)
20152 (goto-char (1- (match-end 0)))
20153 (backward-delete-char 1)
20154 (goto-char (match-beginning 0))
20155 (self-insert-command N)))
20157 (setq org-table-may-need-update t)
20158 (self-insert-command N)
20159 (org-fix-tags-on-the-fly)
20160 (if org-self-insert-cluster-for-undo
20161 (if (not (eq last-command 'org-self-insert-command))
20162 (setq org-self-insert-command-undo-counter 1)
20163 (if (>= org-self-insert-command-undo-counter 20)
20164 (setq org-self-insert-command-undo-counter 1)
20165 (and (> org-self-insert-command-undo-counter 0)
20166 buffer-undo-list (listp buffer-undo-list)
20167 (not (cadr buffer-undo-list)) ; remove nil entry
20168 (setcdr buffer-undo-list (cddr buffer-undo-list)))
20169 (setq org-self-insert-command-undo-counter
20170 (1+ org-self-insert-command-undo-counter))))))))
20172 (defun org-check-before-invisible-edit (kind)
20173 "Check is editing if kind KIND would be dangerous with invisible text around.
20174 The detailed reaction depends on the user option `org-catch-invisible-edits'."
20175 ;; First, try to get out of here as quickly as possible, to reduce overhead
20176 (if (and org-catch-invisible-edits
20177 (or (not (boundp 'visible-mode)) (not visible-mode))
20178 (or (get-char-property (point) 'invisible)
20179 (get-char-property (max (point-min) (1- (point))) 'invisible)))
20180 ;; OK, we need to take a closer look
20181 (let* ((invisible-at-point (get-char-property (point) 'invisible))
20182 (invisible-before-point (if (bobp) nil (get-char-property
20183 (1- (point)) 'invisible)))
20184 (border-and-ok-direction
20186 ;; Check if we are acting predictably before invisible text
20187 (and invisible-at-point (not invisible-before-point)
20188 (memq kind '(insert delete-backward)))
20189 ;; Check if we are acting predictably after invisible text
20190 ;; This works not well, and I have turned it off. It seems
20191 ;; better to always show and stop after invisible text.
20192 ;; (and (not invisible-at-point) invisible-before-point
20193 ;; (memq kind '(insert delete)))
20195 (when (or (memq invisible-at-point '(outline org-hide-block t))
20196 (memq invisible-before-point '(outline org-hide-block t)))
20197 (if (eq org-catch-invisible-edits 'error)
20198 (user-error "Editing in invisible areas is prohibited, make them visible first"))
20199 (if (and org-custom-properties-overlays
20200 (y-or-n-p "Display invisible properties in this buffer? "))
20201 (org-toggle-custom-properties-visibility)
20202 ;; Make the area visible
20203 (save-excursion
20204 (if invisible-before-point
20205 (goto-char (previous-single-char-property-change
20206 (point) 'invisible)))
20207 (show-subtree))
20208 (cond
20209 ((eq org-catch-invisible-edits 'show)
20210 ;; That's it, we do the edit after showing
20211 (message
20212 "Unfolding invisible region around point before editing")
20213 (sit-for 1))
20214 ((and (eq org-catch-invisible-edits 'smart)
20215 border-and-ok-direction)
20216 (message "Unfolding invisible region around point before editing"))
20218 ;; Don't do the edit, make the user repeat it in full visibility
20219 (user-error "Edit in invisible region aborted, repeat to confirm with text visible"))))))))
20221 (defun org-fix-tags-on-the-fly ()
20222 (when (and (equal (char-after (point-at-bol)) ?*)
20223 (org-at-heading-p))
20224 (org-align-tags-here org-tags-column)))
20226 (defun org-delete-backward-char (N)
20227 "Like `delete-backward-char', insert whitespace at field end in tables.
20228 When deleting backwards, in tables this function will insert whitespace in
20229 front of the next \"|\" separator, to keep the table aligned. The table will
20230 still be marked for re-alignment if the field did fill the entire column,
20231 because, in this case the deletion might narrow the column."
20232 (interactive "p")
20233 (save-match-data
20234 (org-check-before-invisible-edit 'delete-backward)
20235 (if (and (org-table-p)
20236 (eq N 1)
20237 (string-match "|" (buffer-substring (point-at-bol) (point)))
20238 (looking-at ".*?|"))
20239 (let ((pos (point))
20240 (noalign (looking-at "[^|\n\r]* |"))
20241 (c org-table-may-need-update))
20242 (backward-delete-char N)
20243 (if (not overwrite-mode)
20244 (progn
20245 (skip-chars-forward "^|")
20246 (insert " ")
20247 (goto-char (1- pos))))
20248 ;; noalign: if there were two spaces at the end, this field
20249 ;; does not determine the width of the column.
20250 (if noalign (setq org-table-may-need-update c)))
20251 (backward-delete-char N)
20252 (org-fix-tags-on-the-fly))))
20254 (defun org-delete-char (N)
20255 "Like `delete-char', but insert whitespace at field end in tables.
20256 When deleting characters, in tables this function will insert whitespace in
20257 front of the next \"|\" separator, to keep the table aligned. The table will
20258 still be marked for re-alignment if the field did fill the entire column,
20259 because, in this case the deletion might narrow the column."
20260 (interactive "p")
20261 (save-match-data
20262 (org-check-before-invisible-edit 'delete)
20263 (if (and (org-table-p)
20264 (not (bolp))
20265 (not (= (char-after) ?|))
20266 (eq N 1))
20267 (if (looking-at ".*?|")
20268 (let ((pos (point))
20269 (noalign (looking-at "[^|\n\r]* |"))
20270 (c org-table-may-need-update))
20271 (replace-match
20272 (concat (substring (match-string 0) 1 -1) " |") nil t)
20273 (goto-char pos)
20274 ;; noalign: if there were two spaces at the end, this field
20275 ;; does not determine the width of the column.
20276 (if noalign (setq org-table-may-need-update c)))
20277 (delete-char N))
20278 (delete-char N)
20279 (org-fix-tags-on-the-fly))))
20281 ;; Make `delete-selection-mode' work with org-mode and orgtbl-mode
20282 (put 'org-self-insert-command 'delete-selection
20283 (lambda ()
20284 (not (run-hook-with-args-until-success
20285 'self-insert-uses-region-functions))))
20286 (put 'orgtbl-self-insert-command 'delete-selection
20287 (lambda ()
20288 (not (run-hook-with-args-until-success
20289 'self-insert-uses-region-functions))))
20290 (put 'org-delete-char 'delete-selection 'supersede)
20291 (put 'org-delete-backward-char 'delete-selection 'supersede)
20292 (put 'org-yank 'delete-selection 'yank)
20294 ;; Make `flyspell-mode' delay after some commands
20295 (put 'org-self-insert-command 'flyspell-delayed t)
20296 (put 'orgtbl-self-insert-command 'flyspell-delayed t)
20297 (put 'org-delete-char 'flyspell-delayed t)
20298 (put 'org-delete-backward-char 'flyspell-delayed t)
20300 ;; Make pabbrev-mode expand after org-mode commands
20301 (put 'org-self-insert-command 'pabbrev-expand-after-command t)
20302 (put 'orgtbl-self-insert-command 'pabbrev-expand-after-command t)
20304 (defun org-remap (map &rest commands)
20305 "In MAP, remap the functions given in COMMANDS.
20306 COMMANDS is a list of alternating OLDDEF NEWDEF command names."
20307 (let (new old)
20308 (while commands
20309 (setq old (pop commands) new (pop commands))
20310 (if (fboundp 'command-remapping)
20311 (org-defkey map (vector 'remap old) new)
20312 (substitute-key-definition old new map global-map)))))
20314 (defun org-transpose-words ()
20315 "Transpose words for Org.
20316 This uses the `org-mode-transpose-word-syntax-table' syntax
20317 table, which interprets characters in `org-emphasis-alist' as
20318 word constituents."
20319 (interactive)
20320 (with-syntax-table org-mode-transpose-word-syntax-table
20321 (call-interactively 'transpose-words)))
20322 (org-remap org-mode-map 'transpose-words 'org-transpose-words)
20324 (when (eq org-enable-table-editor 'optimized)
20325 ;; If the user wants maximum table support, we need to hijack
20326 ;; some standard editing functions
20327 (org-remap org-mode-map
20328 'self-insert-command 'org-self-insert-command
20329 'delete-char 'org-delete-char
20330 'delete-backward-char 'org-delete-backward-char)
20331 (org-defkey org-mode-map "|" 'org-force-self-insert))
20333 (defvar org-ctrl-c-ctrl-c-hook nil
20334 "Hook for functions attaching themselves to `C-c C-c'.
20336 This can be used to add additional functionality to the C-c C-c
20337 key which executes context-dependent commands. This hook is run
20338 before any other test, while `org-ctrl-c-ctrl-c-final-hook' is
20339 run after the last test.
20341 Each function will be called with no arguments. The function
20342 must check if the context is appropriate for it to act. If yes,
20343 it should do its thing and then return a non-nil value. If the
20344 context is wrong, just do nothing and return nil.")
20346 (defvar org-ctrl-c-ctrl-c-final-hook nil
20347 "Hook for functions attaching themselves to `C-c C-c'.
20349 This can be used to add additional functionality to the C-c C-c
20350 key which executes context-dependent commands. This hook is run
20351 after any other test, while `org-ctrl-c-ctrl-c-hook' is run
20352 before the first test.
20354 Each function will be called with no arguments. The function
20355 must check if the context is appropriate for it to act. If yes,
20356 it should do its thing and then return a non-nil value. If the
20357 context is wrong, just do nothing and return nil.")
20359 (defvar org-tab-first-hook nil
20360 "Hook for functions to attach themselves to TAB.
20361 See `org-ctrl-c-ctrl-c-hook' for more information.
20362 This hook runs as the first action when TAB is pressed, even before
20363 `org-cycle' messes around with the `outline-regexp' to cater for
20364 inline tasks and plain list item folding.
20365 If any function in this hook returns t, any other actions that
20366 would have been caused by TAB (such as table field motion or visibility
20367 cycling) will not occur.")
20369 (defvar org-tab-after-check-for-table-hook nil
20370 "Hook for functions to attach themselves to TAB.
20371 See `org-ctrl-c-ctrl-c-hook' for more information.
20372 This hook runs after it has been established that the cursor is not in a
20373 table, but before checking if the cursor is in a headline or if global cycling
20374 should be done.
20375 If any function in this hook returns t, not other actions like visibility
20376 cycling will be done.")
20378 (defvar org-tab-after-check-for-cycling-hook nil
20379 "Hook for functions to attach themselves to TAB.
20380 See `org-ctrl-c-ctrl-c-hook' for more information.
20381 This hook runs after it has been established that not table field motion and
20382 not visibility should be done because of current context. This is probably
20383 the place where a package like yasnippets can hook in.")
20385 (defvar org-tab-before-tab-emulation-hook nil
20386 "Hook for functions to attach themselves to TAB.
20387 See `org-ctrl-c-ctrl-c-hook' for more information.
20388 This hook runs after every other options for TAB have been exhausted, but
20389 before indentation and \t insertion takes place.")
20391 (defvar org-metaleft-hook nil
20392 "Hook for functions attaching themselves to `M-left'.
20393 See `org-ctrl-c-ctrl-c-hook' for more information.")
20394 (defvar org-metaright-hook nil
20395 "Hook for functions attaching themselves to `M-right'.
20396 See `org-ctrl-c-ctrl-c-hook' for more information.")
20397 (defvar org-metaup-hook nil
20398 "Hook for functions attaching themselves to `M-up'.
20399 See `org-ctrl-c-ctrl-c-hook' for more information.")
20400 (defvar org-metadown-hook nil
20401 "Hook for functions attaching themselves to `M-down'.
20402 See `org-ctrl-c-ctrl-c-hook' for more information.")
20403 (defvar org-shiftmetaleft-hook nil
20404 "Hook for functions attaching themselves to `M-S-left'.
20405 See `org-ctrl-c-ctrl-c-hook' for more information.")
20406 (defvar org-shiftmetaright-hook nil
20407 "Hook for functions attaching themselves to `M-S-right'.
20408 See `org-ctrl-c-ctrl-c-hook' for more information.")
20409 (defvar org-shiftmetaup-hook nil
20410 "Hook for functions attaching themselves to `M-S-up'.
20411 See `org-ctrl-c-ctrl-c-hook' for more information.")
20412 (defvar org-shiftmetadown-hook nil
20413 "Hook for functions attaching themselves to `M-S-down'.
20414 See `org-ctrl-c-ctrl-c-hook' for more information.")
20415 (defvar org-metareturn-hook nil
20416 "Hook for functions attaching themselves to `M-RET'.
20417 See `org-ctrl-c-ctrl-c-hook' for more information.")
20418 (defvar org-shiftup-hook nil
20419 "Hook for functions attaching themselves to `S-up'.
20420 See `org-ctrl-c-ctrl-c-hook' for more information.")
20421 (defvar org-shiftup-final-hook nil
20422 "Hook for functions attaching themselves to `S-up'.
20423 This one runs after all other options except shift-select have been excluded.
20424 See `org-ctrl-c-ctrl-c-hook' for more information.")
20425 (defvar org-shiftdown-hook nil
20426 "Hook for functions attaching themselves to `S-down'.
20427 See `org-ctrl-c-ctrl-c-hook' for more information.")
20428 (defvar org-shiftdown-final-hook nil
20429 "Hook for functions attaching themselves to `S-down'.
20430 This one runs after all other options except shift-select have been excluded.
20431 See `org-ctrl-c-ctrl-c-hook' for more information.")
20432 (defvar org-shiftleft-hook nil
20433 "Hook for functions attaching themselves to `S-left'.
20434 See `org-ctrl-c-ctrl-c-hook' for more information.")
20435 (defvar org-shiftleft-final-hook nil
20436 "Hook for functions attaching themselves to `S-left'.
20437 This one runs after all other options except shift-select have been excluded.
20438 See `org-ctrl-c-ctrl-c-hook' for more information.")
20439 (defvar org-shiftright-hook nil
20440 "Hook for functions attaching themselves to `S-right'.
20441 See `org-ctrl-c-ctrl-c-hook' for more information.")
20442 (defvar org-shiftright-final-hook nil
20443 "Hook for functions attaching themselves to `S-right'.
20444 This one runs after all other options except shift-select have been excluded.
20445 See `org-ctrl-c-ctrl-c-hook' for more information.")
20447 (defun org-modifier-cursor-error ()
20448 "Throw an error, a modified cursor command was applied in wrong context."
20449 (user-error "This command is active in special context like tables, headlines or items"))
20451 (defun org-shiftselect-error ()
20452 "Throw an error because Shift-Cursor command was applied in wrong context."
20453 (if (and (boundp 'shift-select-mode) shift-select-mode)
20454 (user-error "To use shift-selection with Org-mode, customize `org-support-shift-select'")
20455 (user-error "This command works only in special context like headlines or timestamps")))
20457 (defun org-call-for-shift-select (cmd)
20458 (let ((this-command-keys-shift-translated t))
20459 (call-interactively cmd)))
20461 (defun org-shifttab (&optional arg)
20462 "Global visibility cycling or move to previous table field.
20463 Call `org-table-previous-field' within a table.
20464 When ARG is nil, cycle globally through visibility states.
20465 When ARG is a numeric prefix, show contents of this level."
20466 (interactive "P")
20467 (cond
20468 ((org-at-table-p) (call-interactively 'org-table-previous-field))
20469 ((integerp arg)
20470 (let ((arg2 (if org-odd-levels-only (1- (* 2 arg)) arg)))
20471 (message "Content view to level: %d" arg)
20472 (org-content (prefix-numeric-value arg2))
20473 (org-cycle-show-empty-lines t)
20474 (setq org-cycle-global-status 'overview)))
20475 (t (call-interactively 'org-global-cycle))))
20477 (defun org-shiftmetaleft ()
20478 "Promote subtree or delete table column.
20479 Calls `org-promote-subtree', `org-outdent-item-tree', or
20480 `org-table-delete-column', depending on context. See the
20481 individual commands for more information."
20482 (interactive)
20483 (cond
20484 ((run-hook-with-args-until-success 'org-shiftmetaleft-hook))
20485 ((org-at-table-p) (call-interactively 'org-table-delete-column))
20486 ((org-at-heading-p) (call-interactively 'org-promote-subtree))
20487 ((if (not (org-region-active-p)) (org-at-item-p)
20488 (save-excursion (goto-char (region-beginning))
20489 (org-at-item-p)))
20490 (call-interactively 'org-outdent-item-tree))
20491 (t (org-modifier-cursor-error))))
20493 (defun org-shiftmetaright ()
20494 "Demote subtree or insert table column.
20495 Calls `org-demote-subtree', `org-indent-item-tree', or
20496 `org-table-insert-column', depending on context. See the
20497 individual commands for more information."
20498 (interactive)
20499 (cond
20500 ((run-hook-with-args-until-success 'org-shiftmetaright-hook))
20501 ((org-at-table-p) (call-interactively 'org-table-insert-column))
20502 ((org-at-heading-p) (call-interactively 'org-demote-subtree))
20503 ((if (not (org-region-active-p)) (org-at-item-p)
20504 (save-excursion (goto-char (region-beginning))
20505 (org-at-item-p)))
20506 (call-interactively 'org-indent-item-tree))
20507 (t (org-modifier-cursor-error))))
20509 (defun org-shiftmetaup (&optional arg)
20510 "Drag the line at point up.
20511 In a table, kill the current row.
20512 On a clock timestamp, update the value of the timestamp like `S-<up>'
20513 but also adjust the previous clocked item in the clock history.
20514 Everywhere else, drag the line at point up."
20515 (interactive "P")
20516 (cond
20517 ((run-hook-with-args-until-success 'org-shiftmetaup-hook))
20518 ((org-at-table-p) (call-interactively 'org-table-kill-row))
20519 ((org-at-clock-log-p) (let ((org-clock-adjust-closest t))
20520 (call-interactively 'org-timestamp-up)))
20521 (t (call-interactively 'org-drag-line-backward))))
20523 (defun org-shiftmetadown (&optional arg)
20524 "Drag the line at point down.
20525 In a table, insert an empty row at the current line.
20526 On a clock timestamp, update the value of the timestamp like `S-<down>'
20527 but also adjust the previous clocked item in the clock history.
20528 Everywhere else, drag the line at point down."
20529 (interactive "P")
20530 (cond
20531 ((run-hook-with-args-until-success 'org-shiftmetadown-hook))
20532 ((org-at-table-p) (call-interactively 'org-table-insert-row))
20533 ((org-at-clock-log-p) (let ((org-clock-adjust-closest t))
20534 (call-interactively 'org-timestamp-down)))
20535 (t (call-interactively 'org-drag-line-forward))))
20537 (defsubst org-hidden-tree-error ()
20538 (user-error
20539 "Hidden subtree, open with TAB or use subtree command M-S-<left>/<right>"))
20541 (defun org-metaleft (&optional arg)
20542 "Promote heading, list item at point or move table column left.
20544 Calls `org-do-promote', `org-outdent-item' or `org-table-move-column',
20545 depending on context. With no specific context, calls the Emacs
20546 default `backward-word'. See the individual commands for more
20547 information.
20549 This function runs the hook `org-metaleft-hook' as a first step,
20550 and returns at first non-nil value."
20551 (interactive "P")
20552 (cond
20553 ((run-hook-with-args-until-success 'org-metaleft-hook))
20554 ((org-at-table-p) (org-call-with-arg 'org-table-move-column 'left))
20555 ((org-with-limited-levels
20556 (or (org-at-heading-p)
20557 (and (org-region-active-p)
20558 (save-excursion
20559 (goto-char (region-beginning))
20560 (org-at-heading-p)))))
20561 (when (org-check-for-hidden 'headlines) (org-hidden-tree-error))
20562 (call-interactively 'org-do-promote))
20563 ;; At an inline task.
20564 ((org-at-heading-p)
20565 (call-interactively 'org-inlinetask-promote))
20566 ((or (org-at-item-p)
20567 (and (org-region-active-p)
20568 (save-excursion
20569 (goto-char (region-beginning))
20570 (org-at-item-p))))
20571 (when (org-check-for-hidden 'items) (org-hidden-tree-error))
20572 (call-interactively 'org-outdent-item))
20573 (t (call-interactively 'backward-word))))
20575 (defun org-metaright (&optional arg)
20576 "Demote heading, list item at point or move table column right.
20578 In front of a drawer or a block keyword, indent it correctly.
20580 Calls `org-do-demote', `org-indent-item', `org-table-move-column',
20581 `org-indnet-drawer' or `org-indent-block' depending on context.
20582 With no specific context, calls the Emacs default `forward-word'.
20583 See the individual commands for more information.
20585 This function runs the hook `org-metaright-hook' as a first step,
20586 and returns at first non-nil value."
20587 (interactive "P")
20588 (cond
20589 ((run-hook-with-args-until-success 'org-metaright-hook))
20590 ((org-at-table-p) (call-interactively 'org-table-move-column))
20591 ((org-at-drawer-p) (call-interactively 'org-indent-drawer))
20592 ((org-at-block-p) (call-interactively 'org-indent-block))
20593 ((org-with-limited-levels
20594 (or (org-at-heading-p)
20595 (and (org-region-active-p)
20596 (save-excursion
20597 (goto-char (region-beginning))
20598 (org-at-heading-p)))))
20599 (when (org-check-for-hidden 'headlines) (org-hidden-tree-error))
20600 (call-interactively 'org-do-demote))
20601 ;; At an inline task.
20602 ((org-at-heading-p)
20603 (call-interactively 'org-inlinetask-demote))
20604 ((or (org-at-item-p)
20605 (and (org-region-active-p)
20606 (save-excursion
20607 (goto-char (region-beginning))
20608 (org-at-item-p))))
20609 (when (org-check-for-hidden 'items) (org-hidden-tree-error))
20610 (call-interactively 'org-indent-item))
20611 (t (call-interactively 'forward-word))))
20613 (defun org-check-for-hidden (what)
20614 "Check if there are hidden headlines/items in the current visual line.
20615 WHAT can be either `headlines' or `items'. If the current line is
20616 an outline or item heading and it has a folded subtree below it,
20617 this function returns t, nil otherwise."
20618 (let ((re (cond
20619 ((eq what 'headlines) org-outline-regexp-bol)
20620 ((eq what 'items) (org-item-beginning-re))
20621 (t (error "This should not happen"))))
20622 beg end)
20623 (save-excursion
20624 (catch 'exit
20625 (unless (org-region-active-p)
20626 (setq beg (point-at-bol))
20627 (beginning-of-line 2)
20628 (while (and (not (eobp)) ;; this is like `next-line'
20629 (get-char-property (1- (point)) 'invisible))
20630 (beginning-of-line 2))
20631 (setq end (point))
20632 (goto-char beg)
20633 (goto-char (point-at-eol))
20634 (setq end (max end (point)))
20635 (while (re-search-forward re end t)
20636 (if (get-char-property (match-beginning 0) 'invisible)
20637 (throw 'exit t))))
20638 nil))))
20640 (defun org-metaup (&optional arg)
20641 "Move subtree up or move table row up.
20642 Calls `org-move-subtree-up' or `org-table-move-row' or
20643 `org-move-item-up', depending on context. See the individual commands
20644 for more information."
20645 (interactive "P")
20646 (cond
20647 ((run-hook-with-args-until-success 'org-metaup-hook))
20648 ((org-region-active-p)
20649 (let* ((a (min (region-beginning) (region-end)))
20650 (b (1- (max (region-beginning) (region-end))))
20651 (c (save-excursion (goto-char a)
20652 (move-beginning-of-line 0)))
20653 (d (save-excursion (goto-char a)
20654 (move-end-of-line 0) (point))))
20655 (transpose-regions a b c d)
20656 (goto-char c)))
20657 ((org-at-table-p) (org-call-with-arg 'org-table-move-row 'up))
20658 ((org-at-heading-p) (call-interactively 'org-move-subtree-up))
20659 ((org-at-item-p) (call-interactively 'org-move-item-up))
20660 (t (org-drag-element-backward))))
20662 (defun org-metadown (&optional arg)
20663 "Move subtree down or move table row down.
20664 Calls `org-move-subtree-down' or `org-table-move-row' or
20665 `org-move-item-down', depending on context. See the individual
20666 commands for more information."
20667 (interactive "P")
20668 (cond
20669 ((run-hook-with-args-until-success 'org-metadown-hook))
20670 ((org-region-active-p)
20671 (let* ((a (min (region-beginning) (region-end)))
20672 (b (max (region-beginning) (region-end)))
20673 (c (save-excursion (goto-char b)
20674 (move-beginning-of-line 1)))
20675 (d (save-excursion (goto-char b)
20676 (move-end-of-line 1) (1+ (point)))))
20677 (transpose-regions a b c d)
20678 (goto-char d)))
20679 ((org-at-table-p) (call-interactively 'org-table-move-row))
20680 ((org-at-heading-p) (call-interactively 'org-move-subtree-down))
20681 ((org-at-item-p) (call-interactively 'org-move-item-down))
20682 (t (org-drag-element-forward))))
20684 (defun org-shiftup (&optional arg)
20685 "Increase item in timestamp or increase priority of current headline.
20686 Calls `org-timestamp-up' or `org-priority-up', or `org-previous-item',
20687 depending on context. See the individual commands for more information."
20688 (interactive "P")
20689 (cond
20690 ((run-hook-with-args-until-success 'org-shiftup-hook))
20691 ((and org-support-shift-select (org-region-active-p))
20692 (org-call-for-shift-select 'previous-line))
20693 ((org-at-timestamp-p t)
20694 (call-interactively (if org-edit-timestamp-down-means-later
20695 'org-timestamp-down 'org-timestamp-up)))
20696 ((and (not (eq org-support-shift-select 'always))
20697 org-enable-priority-commands
20698 (org-at-heading-p))
20699 (call-interactively 'org-priority-up))
20700 ((and (not org-support-shift-select) (org-at-item-p))
20701 (call-interactively 'org-previous-item))
20702 ((org-clocktable-try-shift 'up arg))
20703 ((run-hook-with-args-until-success 'org-shiftup-final-hook))
20704 (org-support-shift-select
20705 (org-call-for-shift-select 'previous-line))
20706 (t (org-shiftselect-error))))
20708 (defun org-shiftdown (&optional arg)
20709 "Decrease item in timestamp or decrease priority of current headline.
20710 Calls `org-timestamp-down' or `org-priority-down', or `org-next-item'
20711 depending on context. See the individual commands for more information."
20712 (interactive "P")
20713 (cond
20714 ((run-hook-with-args-until-success 'org-shiftdown-hook))
20715 ((and org-support-shift-select (org-region-active-p))
20716 (org-call-for-shift-select 'next-line))
20717 ((org-at-timestamp-p t)
20718 (call-interactively (if org-edit-timestamp-down-means-later
20719 'org-timestamp-up 'org-timestamp-down)))
20720 ((and (not (eq org-support-shift-select 'always))
20721 org-enable-priority-commands
20722 (org-at-heading-p))
20723 (call-interactively 'org-priority-down))
20724 ((and (not org-support-shift-select) (org-at-item-p))
20725 (call-interactively 'org-next-item))
20726 ((org-clocktable-try-shift 'down arg))
20727 ((run-hook-with-args-until-success 'org-shiftdown-final-hook))
20728 (org-support-shift-select
20729 (org-call-for-shift-select 'next-line))
20730 (t (org-shiftselect-error))))
20732 (defun org-shiftright (&optional arg)
20733 "Cycle the thing at point or in the current line, depending on context.
20734 Depending on context, this does one of the following:
20736 - switch a timestamp at point one day into the future
20737 - on a headline, switch to the next TODO keyword.
20738 - on an item, switch entire list to the next bullet type
20739 - on a property line, switch to the next allowed value
20740 - on a clocktable definition line, move time block into the future"
20741 (interactive "P")
20742 (cond
20743 ((run-hook-with-args-until-success 'org-shiftright-hook))
20744 ((and org-support-shift-select (org-region-active-p))
20745 (org-call-for-shift-select 'forward-char))
20746 ((org-at-timestamp-p t) (call-interactively 'org-timestamp-up-day))
20747 ((and (not (eq org-support-shift-select 'always))
20748 (org-at-heading-p))
20749 (let ((org-inhibit-logging
20750 (not org-treat-S-cursor-todo-selection-as-state-change))
20751 (org-inhibit-blocking
20752 (not org-treat-S-cursor-todo-selection-as-state-change)))
20753 (org-call-with-arg 'org-todo 'right)))
20754 ((or (and org-support-shift-select
20755 (not (eq org-support-shift-select 'always))
20756 (org-at-item-bullet-p))
20757 (and (not org-support-shift-select) (org-at-item-p)))
20758 (org-call-with-arg 'org-cycle-list-bullet nil))
20759 ((and (not (eq org-support-shift-select 'always))
20760 (org-at-property-p))
20761 (call-interactively 'org-property-next-allowed-value))
20762 ((org-clocktable-try-shift 'right arg))
20763 ((run-hook-with-args-until-success 'org-shiftright-final-hook))
20764 (org-support-shift-select
20765 (org-call-for-shift-select 'forward-char))
20766 (t (org-shiftselect-error))))
20768 (defun org-shiftleft (&optional arg)
20769 "Cycle the thing at point or in the current line, depending on context.
20770 Depending on context, this does one of the following:
20772 - switch a timestamp at point one day into the past
20773 - on a headline, switch to the previous TODO keyword.
20774 - on an item, switch entire list to the previous bullet type
20775 - on a property line, switch to the previous allowed value
20776 - on a clocktable definition line, move time block into the past"
20777 (interactive "P")
20778 (cond
20779 ((run-hook-with-args-until-success 'org-shiftleft-hook))
20780 ((and org-support-shift-select (org-region-active-p))
20781 (org-call-for-shift-select 'backward-char))
20782 ((org-at-timestamp-p t) (call-interactively 'org-timestamp-down-day))
20783 ((and (not (eq org-support-shift-select 'always))
20784 (org-at-heading-p))
20785 (let ((org-inhibit-logging
20786 (not org-treat-S-cursor-todo-selection-as-state-change))
20787 (org-inhibit-blocking
20788 (not org-treat-S-cursor-todo-selection-as-state-change)))
20789 (org-call-with-arg 'org-todo 'left)))
20790 ((or (and org-support-shift-select
20791 (not (eq org-support-shift-select 'always))
20792 (org-at-item-bullet-p))
20793 (and (not org-support-shift-select) (org-at-item-p)))
20794 (org-call-with-arg 'org-cycle-list-bullet 'previous))
20795 ((and (not (eq org-support-shift-select 'always))
20796 (org-at-property-p))
20797 (call-interactively 'org-property-previous-allowed-value))
20798 ((org-clocktable-try-shift 'left arg))
20799 ((run-hook-with-args-until-success 'org-shiftleft-final-hook))
20800 (org-support-shift-select
20801 (org-call-for-shift-select 'backward-char))
20802 (t (org-shiftselect-error))))
20804 (defun org-shiftcontrolright ()
20805 "Switch to next TODO set."
20806 (interactive)
20807 (cond
20808 ((and org-support-shift-select (org-region-active-p))
20809 (org-call-for-shift-select 'forward-word))
20810 ((and (not (eq org-support-shift-select 'always))
20811 (org-at-heading-p))
20812 (org-call-with-arg 'org-todo 'nextset))
20813 (org-support-shift-select
20814 (org-call-for-shift-select 'forward-word))
20815 (t (org-shiftselect-error))))
20817 (defun org-shiftcontrolleft ()
20818 "Switch to previous TODO set."
20819 (interactive)
20820 (cond
20821 ((and org-support-shift-select (org-region-active-p))
20822 (org-call-for-shift-select 'backward-word))
20823 ((and (not (eq org-support-shift-select 'always))
20824 (org-at-heading-p))
20825 (org-call-with-arg 'org-todo 'previousset))
20826 (org-support-shift-select
20827 (org-call-for-shift-select 'backward-word))
20828 (t (org-shiftselect-error))))
20830 (defun org-shiftcontrolup (&optional n)
20831 "Change timestamps synchronously up in CLOCK log lines.
20832 Optional argument N tells to change by that many units."
20833 (interactive "P")
20834 (if (and (org-at-clock-log-p) (org-at-timestamp-p t))
20835 (let (org-support-shift-select)
20836 (org-clock-timestamps-up n))
20837 (user-error "Not at a clock log")))
20839 (defun org-shiftcontroldown (&optional n)
20840 "Change timestamps synchronously down in CLOCK log lines.
20841 Optional argument N tells to change by that many units."
20842 (interactive "P")
20843 (if (and (org-at-clock-log-p) (org-at-timestamp-p t))
20844 (let (org-support-shift-select)
20845 (org-clock-timestamps-down n))
20846 (user-error "Not at a clock log")))
20848 (defun org-increase-number-at-point (&optional inc)
20849 "Increment the number at point.
20850 With an optional prefix numeric argument INC, increment using
20851 this numeric value."
20852 (interactive "p")
20853 (if (not (number-at-point))
20854 (user-error "Not on a number")
20855 (unless inc (setq inc 1))
20856 (let ((pos (point))
20857 (beg (skip-chars-backward "-+^/*0-9eE."))
20858 (end (skip-chars-forward "-+^/*0-9eE^.")) nap)
20859 (setq nap (buffer-substring-no-properties
20860 (+ pos beg) (+ pos beg end)))
20861 (delete-region (+ pos beg) (+ pos beg end))
20862 (insert (calc-eval (concat (number-to-string inc) "+" nap))))
20863 (when (org-at-table-p)
20864 (org-table-align)
20865 (org-table-end-of-field 1))))
20867 (defun org-decrease-number-at-point (&optional inc)
20868 "Decrement the number at point.
20869 With an optional prefix numeric argument INC, decrement using
20870 this numeric value."
20871 (interactive "p")
20872 (org-increase-number-at-point (- (or inc 1))))
20874 (defun org-ctrl-c-ret ()
20875 "Call `org-table-hline-and-move' or `org-insert-heading' dep. on context."
20876 (interactive)
20877 (cond
20878 ((org-at-table-p) (call-interactively 'org-table-hline-and-move))
20879 (t (call-interactively 'org-insert-heading))))
20881 (defun org-find-visible ()
20882 (let ((s (point)))
20883 (while (and (not (= (point-max) (setq s (next-overlay-change s))))
20884 (get-char-property s 'invisible)))
20886 (defun org-find-invisible ()
20887 (let ((s (point)))
20888 (while (and (not (= (point-max) (setq s (next-overlay-change s))))
20889 (not (get-char-property s 'invisible))))
20892 (defun org-copy-visible (beg end)
20893 "Copy the visible parts of the region."
20894 (interactive "r")
20895 (let (snippets s)
20896 (save-excursion
20897 (save-restriction
20898 (narrow-to-region beg end)
20899 (setq s (goto-char (point-min)))
20900 (while (not (= (point) (point-max)))
20901 (goto-char (org-find-invisible))
20902 (push (buffer-substring s (point)) snippets)
20903 (setq s (goto-char (org-find-visible))))))
20904 (kill-new (apply 'concat (nreverse snippets)))))
20906 (defun org-copy-special ()
20907 "Copy region in table or copy current subtree.
20908 Calls `org-table-copy' or `org-copy-subtree', depending on context.
20909 See the individual commands for more information."
20910 (interactive)
20911 (call-interactively
20912 (if (org-at-table-p) 'org-table-copy-region 'org-copy-subtree)))
20914 (defun org-cut-special ()
20915 "Cut region in table or cut current subtree.
20916 Calls `org-table-copy' or `org-cut-subtree', depending on context.
20917 See the individual commands for more information."
20918 (interactive)
20919 (call-interactively
20920 (if (org-at-table-p) 'org-table-cut-region 'org-cut-subtree)))
20922 (defun org-paste-special (arg)
20923 "Paste rectangular region into table, or past subtree relative to level.
20924 Calls `org-table-paste-rectangle' or `org-paste-subtree', depending on context.
20925 See the individual commands for more information."
20926 (interactive "P")
20927 (if (org-at-table-p)
20928 (org-table-paste-rectangle)
20929 (org-paste-subtree arg)))
20931 (defsubst org-in-fixed-width-region-p ()
20932 "Is point in a fixed-width region?"
20933 (save-match-data
20934 (eq 'fixed-width (org-element-type (org-element-at-point)))))
20936 (defun org-edit-special (&optional arg)
20937 "Call a special editor for the element at point.
20938 When at a table, call the formula editor with `org-table-edit-formulas'.
20939 When in a source code block, call `org-edit-src-code'.
20940 When in a fixed-width region, call `org-edit-fixed-width-region'.
20941 When in an export block, call `org-edit-export-block'.
20942 When at an #+INCLUDE keyword, visit the included file.
20943 When at a footnote reference, call `org-edit-footnote-reference'
20944 On a link, call `ffap' to visit the link at point.
20945 Otherwise, return a user error."
20946 (interactive "P")
20947 (let ((element (org-element-at-point)))
20948 (assert (not buffer-read-only) nil
20949 "Buffer is read-only: %s" (buffer-name))
20950 (case (org-element-type element)
20951 (src-block
20952 (if (not arg) (org-edit-src-code)
20953 (let* ((info (org-babel-get-src-block-info))
20954 (lang (nth 0 info))
20955 (params (nth 2 info))
20956 (session (cdr (assq :session params))))
20957 (if (not session) (org-edit-src-code)
20958 ;; At a src-block with a session and function called with
20959 ;; an ARG: switch to the buffer related to the inferior
20960 ;; process.
20961 (switch-to-buffer
20962 (funcall (intern (concat "org-babel-prep-session:" lang))
20963 session params))))))
20964 (keyword
20965 (if (member (org-element-property :key element) '("INCLUDE" "SETUPFILE"))
20966 (org-open-link-from-string
20967 (format "[[%s]]"
20968 (expand-file-name
20969 (let ((value (org-element-property :value element)))
20970 (cond ((not (org-string-nw-p value))
20971 (user-error "No file to edit"))
20972 ((string-match "\\`\"\\(.*?\\)\"" value)
20973 (match-string 1 value))
20974 ((string-match "\\`[^ \t\"]\\S-*" value)
20975 (match-string 0 value))
20976 (t (user-error "No valid file specified")))))))
20977 (user-error "No special environment to edit here")))
20978 (table
20979 (if (eq (org-element-property :type element) 'table.el)
20980 (org-edit-table.el)
20981 (call-interactively 'org-table-edit-formulas)))
20982 ;; Only Org tables contain `table-row' type elements.
20983 (table-row (call-interactively 'org-table-edit-formulas))
20984 (example-block (org-edit-src-code))
20985 (export-block (org-edit-export-block))
20986 (fixed-width (org-edit-fixed-width-region))
20987 (otherwise
20988 ;; No notable element at point. Though, we may be at a link or
20989 ;; a footnote reference, which are objects. Thus, scan deeper.
20990 (let ((context (org-element-context element)))
20991 (case (org-element-type context)
20992 (link (call-interactively #'ffap))
20993 (footnote-reference (org-edit-footnote-reference))
20994 (t (user-error "No special environment to edit here"))))))))
20996 (defvar org-table-coordinate-overlays) ; defined in org-table.el
20997 (defun org-ctrl-c-ctrl-c (&optional arg)
20998 "Set tags in headline, or update according to changed information at point.
21000 This command does many different things, depending on context:
21002 - If a function in `org-ctrl-c-ctrl-c-hook' recognizes this location,
21003 this is what we do.
21005 - If the cursor is on a statistics cookie, update it.
21007 - If the cursor is in a headline, prompt for tags and insert them
21008 into the current line, aligned to `org-tags-column'. When called
21009 with prefix arg, realign all tags in the current buffer.
21011 - If the cursor is in one of the special #+KEYWORD lines, this
21012 triggers scanning the buffer for these lines and updating the
21013 information.
21015 - If the cursor is inside a table, realign the table. This command
21016 works even if the automatic table editor has been turned off.
21018 - If the cursor is on a #+TBLFM line, re-apply the formulas to
21019 the entire table.
21021 - If the cursor is at a footnote reference or definition, jump to
21022 the corresponding definition or references, respectively.
21024 - If the cursor is a the beginning of a dynamic block, update it.
21026 - If the current buffer is a capture buffer, close note and file it.
21028 - If the cursor is on a <<<target>>>, update radio targets and
21029 corresponding links in this buffer.
21031 - If the cursor is on a numbered item in a plain list, renumber the
21032 ordered list.
21034 - If the cursor is on a checkbox, toggle it.
21036 - If the cursor is on a code block, evaluate it. The variable
21037 `org-confirm-babel-evaluate' can be used to control prompting
21038 before code block evaluation, by default every code block
21039 evaluation requires confirmation. Code block evaluation can be
21040 inhibited by setting `org-babel-no-eval-on-ctrl-c-ctrl-c'."
21041 (interactive "P")
21042 (cond
21043 ((or (and (boundp 'org-clock-overlays) org-clock-overlays)
21044 org-occur-highlights)
21045 (and (boundp 'org-clock-overlays) (org-clock-remove-overlays))
21046 (org-remove-occur-highlights)
21047 (message "Temporary highlights/overlays removed from current buffer"))
21048 ((and (local-variable-p 'org-finish-function (current-buffer))
21049 (fboundp org-finish-function))
21050 (funcall org-finish-function))
21051 ((run-hook-with-args-until-success 'org-ctrl-c-ctrl-c-hook))
21053 (if (save-excursion (beginning-of-line) (looking-at "[ \t]*$"))
21054 (or (run-hook-with-args-until-success 'org-ctrl-c-ctrl-c-final-hook)
21055 (user-error "C-c C-c can do nothing useful at this location"))
21056 (let* ((context (org-element-context))
21057 (type (org-element-type context)))
21058 (case type
21059 ;; When at a link, act according to the parent instead.
21060 (link (setq context (org-element-property :parent context))
21061 (setq type (org-element-type context)))
21062 ;; Unsupported object types: refer to the first supported
21063 ;; element or object containing it.
21064 ((bold code entity export-snippet inline-babel-call inline-src-block
21065 italic latex-fragment line-break macro strike-through subscript
21066 superscript underline verbatim)
21067 (setq context
21068 (org-element-lineage
21069 context '(radio-target paragraph verse-block table-cell)))))
21070 ;; For convenience: at the first line of a paragraph on the
21071 ;; same line as an item, apply function on that item instead.
21072 (when (eq type 'paragraph)
21073 (let ((parent (org-element-property :parent context)))
21074 (when (and (eq (org-element-type parent) 'item)
21075 (= (line-beginning-position)
21076 (org-element-property :begin parent)))
21077 (setq context parent type 'item))))
21078 ;; Act according to type of element or object at point.
21079 (case type
21080 (clock (org-clock-update-time-maybe))
21081 (dynamic-block
21082 (save-excursion
21083 (goto-char (org-element-property :post-affiliated context))
21084 (org-update-dblock)))
21085 (footnote-definition
21086 (goto-char (org-element-property :post-affiliated context))
21087 (call-interactively 'org-footnote-action))
21088 (footnote-reference (call-interactively 'org-footnote-action))
21089 ((headline inlinetask)
21090 (save-excursion (goto-char (org-element-property :begin context))
21091 (call-interactively 'org-set-tags)))
21092 (item
21093 ;; At an item: a double C-u set checkbox to "[-]"
21094 ;; unconditionally, whereas a single one will toggle its
21095 ;; presence. Without a universal argument, if the item
21096 ;; has a checkbox, toggle it. Otherwise repair the list.
21097 (let* ((box (org-element-property :checkbox context))
21098 (struct (org-element-property :structure context))
21099 (old-struct (copy-tree struct))
21100 (parents (org-list-parents-alist struct))
21101 (prevs (org-list-prevs-alist struct))
21102 (orderedp (org-not-nil (org-entry-get nil "ORDERED"))))
21103 (org-list-set-checkbox
21104 (org-element-property :begin context) struct
21105 (cond ((equal arg '(16)) "[-]")
21106 ((and (not box) (equal arg '(4))) "[ ]")
21107 ((or (not box) (equal arg '(4))) nil)
21108 ((eq box 'on) "[ ]")
21109 (t "[X]")))
21110 ;; Mimic `org-list-write-struct' but with grabbing
21111 ;; a return value from `org-list-struct-fix-box'.
21112 (org-list-struct-fix-ind struct parents 2)
21113 (org-list-struct-fix-item-end struct)
21114 (org-list-struct-fix-bul struct prevs)
21115 (org-list-struct-fix-ind struct parents)
21116 (let ((block-item
21117 (org-list-struct-fix-box struct parents prevs orderedp)))
21118 (if (and box (equal struct old-struct))
21119 (if (equal arg '(16))
21120 (message "Checkboxes already reset")
21121 (user-error "Cannot toggle this checkbox: %s"
21122 (if (eq box 'on)
21123 "all subitems checked"
21124 "unchecked subitems")))
21125 (org-list-struct-apply-struct struct old-struct)
21126 (org-update-checkbox-count-maybe))
21127 (when block-item
21128 (message "Checkboxes were removed due to empty box at line %d"
21129 (org-current-line block-item))))))
21130 (keyword
21131 (let ((org-inhibit-startup-visibility-stuff t)
21132 (org-startup-align-all-tables nil))
21133 (when (boundp 'org-table-coordinate-overlays)
21134 (mapc 'delete-overlay org-table-coordinate-overlays)
21135 (setq org-table-coordinate-overlays nil))
21136 (org-save-outline-visibility 'use-markers (org-mode-restart)))
21137 (message "Local setup has been refreshed"))
21138 (plain-list
21139 ;; At a plain list, with a double C-u argument, set
21140 ;; checkboxes of each item to "[-]", whereas a single one
21141 ;; will toggle their presence according to the state of the
21142 ;; first item in the list. Without an argument, repair the
21143 ;; list.
21144 (let* ((begin (org-element-property :contents-begin context))
21145 (beginm (move-marker (make-marker) begin))
21146 (struct (org-element-property :structure context))
21147 (old-struct (copy-tree struct))
21148 (first-box (save-excursion
21149 (goto-char begin)
21150 (looking-at org-list-full-item-re)
21151 (match-string-no-properties 3)))
21152 (new-box (cond ((equal arg '(16)) "[-]")
21153 ((equal arg '(4)) (unless first-box "[ ]"))
21154 ((equal first-box "[X]") "[ ]")
21155 (t "[X]"))))
21156 (cond
21157 (arg
21158 (mapc (lambda (pos) (org-list-set-checkbox pos struct new-box))
21159 (org-list-get-all-items
21160 begin struct (org-list-prevs-alist struct))))
21161 ((and first-box (eq (point) begin))
21162 ;; For convenience, when point is at bol on the first
21163 ;; item of the list and no argument is provided, simply
21164 ;; toggle checkbox of that item, if any.
21165 (org-list-set-checkbox begin struct new-box)))
21166 (org-list-write-struct
21167 struct (org-list-parents-alist struct) old-struct)
21168 (org-update-checkbox-count-maybe)
21169 (save-excursion (goto-char beginm) (org-list-send-list 'maybe))))
21170 ((property-drawer node-property)
21171 (call-interactively 'org-property-action))
21172 ((radio-target target)
21173 (call-interactively 'org-update-radio-target-regexp))
21174 (statistics-cookie
21175 (call-interactively 'org-update-statistics-cookies))
21176 ((table table-cell table-row)
21177 ;; At a table, recalculate every field and align it. Also
21178 ;; send the table if necessary. If the table has
21179 ;; a `table.el' type, just give up. At a table row or
21180 ;; cell, maybe recalculate line but always align table.
21181 (if (eq (org-element-property :type context) 'table.el)
21182 (message "Use C-c ' to edit table.el tables")
21183 (let ((org-enable-table-editor t))
21184 (if (or (eq type 'table)
21185 ;; Check if point is at a TBLFM line.
21186 (and (eq type 'table-row)
21187 (= (point) (org-element-property :end context))))
21188 (save-excursion
21189 (if (org-at-TBLFM-p)
21190 (progn (require 'org-table)
21191 (org-table-calc-current-TBLFM))
21192 (goto-char (org-element-property :contents-begin context))
21193 (org-call-with-arg 'org-table-recalculate (or arg t))
21194 (orgtbl-send-table 'maybe)))
21195 (org-table-maybe-eval-formula)
21196 (cond (arg (call-interactively 'org-table-recalculate))
21197 ((org-table-maybe-recalculate-line))
21198 (t (org-table-align)))))))
21199 (timestamp (org-timestamp-change 0 'day))
21200 (otherwise
21201 (or (run-hook-with-args-until-success 'org-ctrl-c-ctrl-c-final-hook)
21202 (user-error
21203 "C-c C-c can do nothing useful at this location")))))))))
21205 (defun org-mode-restart ()
21206 (interactive)
21207 (let ((indent-status (org-bound-and-true-p org-indent-mode)))
21208 (funcall major-mode)
21209 (hack-local-variables)
21210 (when (and indent-status (not (org-bound-and-true-p org-indent-mode)))
21211 (org-indent-mode -1)))
21212 (message "%s restarted" major-mode))
21214 (defun org-kill-note-or-show-branches ()
21215 "If this is a Note buffer, abort storing the note. Else call `show-branches'."
21216 (interactive)
21217 (if (not org-finish-function)
21218 (progn
21219 (hide-subtree)
21220 (call-interactively 'show-branches))
21221 (let ((org-note-abort t))
21222 (funcall org-finish-function))))
21224 (defun org-delete-indentation (&optional ARG)
21225 "Join current line to previous and fix whitespace at join.
21227 If previous line is a headline add to headline title. Otherwise
21228 the function calls `delete-indentation'.
21230 With argument, join this line to following line."
21231 (interactive "*P")
21232 (if (save-excursion
21233 (if ARG (beginning-of-line)
21234 (forward-line -1))
21235 (looking-at org-complex-heading-regexp))
21236 ;; At headline.
21237 (let ((tags-column (when (match-beginning 5)
21238 (save-excursion (goto-char (match-beginning 5))
21239 (current-column))))
21240 (string (concat " " (progn (when ARG (forward-line 1))
21241 (org-trim (delete-and-extract-region
21242 (line-beginning-position)
21243 (line-end-position)))))))
21244 (unless (bobp) (delete-region (point) (1- (point))))
21245 (goto-char (or (match-end 4)
21246 (match-beginning 5)
21247 (match-end 0)))
21248 (skip-chars-backward " \t")
21249 (save-excursion (insert string))
21250 ;; Adjust alignment of tags.
21251 (when tags-column
21252 (org-align-tags-here (if org-auto-align-tags
21253 org-tags-column
21254 tags-column))))
21255 (delete-indentation ARG)))
21257 (defun org-open-line (n)
21258 "Insert a new row in tables, call `open-line' elsewhere.
21259 If `org-special-ctrl-o' is nil, just call `open-line' everywhere."
21260 (interactive "*p")
21261 (cond
21262 ((not org-special-ctrl-o)
21263 (open-line n))
21264 ((org-at-table-p)
21265 (org-table-insert-row))
21267 (open-line n))))
21269 (defun org-return (&optional indent)
21270 "Goto next table row or insert a newline.
21272 Calls `org-table-next-row' or `newline', depending on context.
21274 When optional INDENT argument is non-nil, call
21275 `newline-and-indent' instead of `newline'.
21277 When `org-return-follows-link' is non-nil and point is on
21278 a timestamp or a link, call `org-open-at-point'. However, it
21279 will not happen if point is in a table or on a \"dead\"
21280 object (e.g., within a comment). In these case, you need to use
21281 `org-open-at-point' directly."
21282 (interactive)
21283 (if (and (not (bolp))
21284 (save-excursion (beginning-of-line)
21285 (looking-at org-complex-heading-regexp)))
21286 ;; At headline.
21287 (let ((tags-column (when (match-beginning 5)
21288 (save-excursion (goto-char (match-beginning 5))
21289 (current-column))))
21290 ;; Test if before or after headline title.
21291 (string (when (and (match-end 4)
21292 (not (or (< (point)
21293 (or (match-end 3)
21294 (match-end 2)
21295 (save-excursion
21296 (goto-char (match-beginning 4))
21297 (skip-chars-backward " \t")
21298 (point))))
21299 (and (match-beginning 5)
21300 (>= (point) (match-beginning 5))))))
21301 ;; Point is on headline keywords, tags or cookies. Do not break
21302 ;; them: add a newline after the headline instead.
21303 (org-string-nw-p
21304 (delete-and-extract-region (point) (match-end 4))))))
21305 ;; Adjust alignment of tags.
21306 (when (and tags-column string)
21307 (org-align-tags-here (if org-auto-align-tags
21308 org-tags-column
21309 tags-column)))
21310 (end-of-line)
21311 (org-show-entry)
21312 (if indent (newline-and-indent) (newline))
21313 (and string (save-excursion (insert (org-trim string)))))
21314 (let* ((context (if org-return-follows-link (org-element-context)
21315 (org-element-at-point)))
21316 (type (org-element-type context)))
21317 (cond
21318 ;; In a table, call `org-table-next-row'.
21319 ((or (and (eq type 'table)
21320 (>= (point) (org-element-property :contents-begin context))
21321 (< (point) (org-element-property :contents-end context)))
21322 (org-element-lineage context '(table-row table-cell) t))
21323 (org-table-justify-field-maybe)
21324 (call-interactively #'org-table-next-row))
21325 ;; On a link or a timestamp but not on white spaces after it,
21326 ;; call `org-open-line' if `org-return-follows-link' allows it.
21327 ((and org-return-follows-link
21328 (memq type '(link timestamp))
21329 (< (point)
21330 (save-excursion (goto-char (org-element-property :end context))
21331 (skip-chars-backward " \t")
21332 (point))))
21333 (call-interactively #'org-open-at-point))
21334 ;; In a list, make sure indenting keeps trailing text within.
21335 ((and indent
21336 (not (eolp))
21337 (org-element-lineage context '(item)))
21338 (let ((trailing-data
21339 (delete-and-extract-region (point) (line-end-position))))
21340 (newline-and-indent)
21341 (save-excursion (insert trailing-data))))
21342 (t (if indent (newline-and-indent) (newline)))))))
21344 (defun org-return-indent ()
21345 "Goto next table row or insert a newline and indent.
21346 Calls `org-table-next-row' or `newline-and-indent', depending on
21347 context. See the individual commands for more information."
21348 (interactive)
21349 (org-return t))
21351 (defun org-ctrl-c-star ()
21352 "Compute table, or change heading status of lines.
21353 Calls `org-table-recalculate' or `org-toggle-heading',
21354 depending on context."
21355 (interactive)
21356 (cond
21357 ((org-at-table-p)
21358 (call-interactively 'org-table-recalculate))
21360 ;; Convert all lines in region to list items
21361 (call-interactively 'org-toggle-heading))))
21363 (defun org-ctrl-c-minus ()
21364 "Insert separator line in table or modify bullet status of line.
21365 Also turns a plain line or a region of lines into list items.
21366 Calls `org-table-insert-hline', `org-toggle-item', or
21367 `org-cycle-list-bullet', depending on context."
21368 (interactive)
21369 (cond
21370 ((org-at-table-p)
21371 (call-interactively 'org-table-insert-hline))
21372 ((org-region-active-p)
21373 (call-interactively 'org-toggle-item))
21374 ((org-in-item-p)
21375 (call-interactively 'org-cycle-list-bullet))
21377 (call-interactively 'org-toggle-item))))
21379 (defun org-toggle-item (arg)
21380 "Convert headings or normal lines to items, items to normal lines.
21381 If there is no active region, only the current line is considered.
21383 If the first non blank line in the region is a headline, convert
21384 all headlines to items, shifting text accordingly.
21386 If it is an item, convert all items to normal lines.
21388 If it is normal text, change region into a list of items.
21389 With a prefix argument ARG, change the region in a single item."
21390 (interactive "P")
21391 (let ((shift-text
21392 (function
21393 ;; Shift text in current section to IND, from point to END.
21394 ;; The function leaves point to END line.
21395 (lambda (ind end)
21396 (let ((min-i 1000) (end (copy-marker end)))
21397 ;; First determine the minimum indentation (MIN-I) of
21398 ;; the text.
21399 (save-excursion
21400 (catch 'exit
21401 (while (< (point) end)
21402 (let ((i (org-get-indentation)))
21403 (cond
21404 ;; Skip blank lines and inline tasks.
21405 ((looking-at "^[ \t]*$"))
21406 ((looking-at org-outline-regexp-bol))
21407 ;; We can't find less than 0 indentation.
21408 ((zerop i) (throw 'exit (setq min-i 0)))
21409 ((< i min-i) (setq min-i i))))
21410 (forward-line))))
21411 ;; Then indent each line so that a line indented to
21412 ;; MIN-I becomes indented to IND. Ignore blank lines
21413 ;; and inline tasks in the process.
21414 (let ((delta (- ind min-i)))
21415 (while (< (point) end)
21416 (unless (or (looking-at "^[ \t]*$")
21417 (looking-at org-outline-regexp-bol))
21418 (org-indent-line-to (+ (org-get-indentation) delta)))
21419 (forward-line)))))))
21420 (skip-blanks
21421 (function
21422 ;; Return beginning of first non-blank line, starting from
21423 ;; line at POS.
21424 (lambda (pos)
21425 (save-excursion
21426 (goto-char pos)
21427 (skip-chars-forward " \r\t\n")
21428 (point-at-bol)))))
21429 beg end)
21430 ;; Determine boundaries of changes.
21431 (if (org-region-active-p)
21432 (setq beg (funcall skip-blanks (region-beginning))
21433 end (copy-marker (region-end)))
21434 (setq beg (funcall skip-blanks (point-at-bol))
21435 end (copy-marker (point-at-eol))))
21436 ;; Depending on the starting line, choose an action on the text
21437 ;; between BEG and END.
21438 (org-with-limited-levels
21439 (save-excursion
21440 (goto-char beg)
21441 (cond
21442 ;; Case 1. Start at an item: de-itemize. Note that it only
21443 ;; happens when a region is active: `org-ctrl-c-minus'
21444 ;; would call `org-cycle-list-bullet' otherwise.
21445 ((org-at-item-p)
21446 (while (< (point) end)
21447 (when (org-at-item-p)
21448 (skip-chars-forward " \t")
21449 (delete-region (point) (match-end 0)))
21450 (forward-line)))
21451 ;; Case 2. Start at an heading: convert to items.
21452 ((org-at-heading-p)
21453 (let* ((bul (org-list-bullet-string "-"))
21454 (bul-len (length bul))
21455 (done (org-entry-is-done-p))
21456 (todo (org-entry-is-todo-p))
21457 ;; Indentation of the first heading. It should be
21458 ;; relative to the indentation of its parent, if any.
21459 (start-ind (save-excursion
21460 (cond
21461 ((not org-adapt-indentation) 0)
21462 ((not (outline-previous-heading)) 0)
21463 (t (length (match-string 0))))))
21464 ;; Level of first heading. Further headings will be
21465 ;; compared to it to determine hierarchy in the list.
21466 (ref-level (org-reduced-level (org-outline-level))))
21467 (when (or done todo) (org-todo ""))
21468 (while (< (point) end)
21469 (let* ((level (org-reduced-level (org-outline-level)))
21470 (delta (max 0 (- level ref-level))))
21471 ;; If current headline is less indented than the first
21472 ;; one, set it as reference, in order to preserve
21473 ;; subtrees.
21474 (when (< level ref-level) (setq ref-level level))
21475 (replace-match bul t t)
21476 (org-indent-line-to (+ start-ind (* delta bul-len)))
21477 (when (or done todo)
21478 (let* ((struct (org-list-struct))
21479 (old (copy-tree struct)))
21480 (org-list-set-checkbox (line-beginning-position)
21481 struct
21482 (if done "[X]" "[ ]"))
21483 (org-list-write-struct struct
21484 (org-list-parents-alist struct)
21485 old)))
21486 ;; Ensure all text down to END (or SECTION-END) belongs
21487 ;; to the newly created item.
21488 (let ((section-end (save-excursion
21489 (or (outline-next-heading) (point)))))
21490 (forward-line)
21491 (funcall shift-text
21492 (+ start-ind (* (1+ delta) bul-len))
21493 (min end section-end)))))))
21494 ;; Case 3. Normal line with ARG: make the first line of region
21495 ;; an item, and shift indentation of others lines to
21496 ;; set them as item's body.
21497 (arg (let* ((bul (org-list-bullet-string "-"))
21498 (bul-len (length bul))
21499 (ref-ind (org-get-indentation)))
21500 (skip-chars-forward " \t")
21501 (insert bul)
21502 (forward-line)
21503 (while (< (point) end)
21504 ;; Ensure that lines less indented than first one
21505 ;; still get included in item body.
21506 (funcall shift-text
21507 (+ ref-ind bul-len)
21508 (min end (save-excursion (or (outline-next-heading)
21509 (point)))))
21510 (forward-line))))
21511 ;; Case 4. Normal line without ARG: turn each non-item line
21512 ;; into an item.
21514 (while (< (point) end)
21515 (unless (or (org-at-heading-p) (org-at-item-p))
21516 (if (looking-at "\\([ \t]*\\)\\(\\S-\\)")
21517 (replace-match
21518 (concat "\\1" (org-list-bullet-string "-") "\\2"))))
21519 (forward-line))))))))
21521 (defun org-toggle-heading (&optional nstars)
21522 "Convert headings to normal text, or items or text to headings.
21523 If there is no active region, only convert the current line.
21525 With a \\[universal-argument] prefix, convert the whole list at
21526 point into heading.
21528 In a region:
21530 - If the first non blank line is a headline, remove the stars
21531 from all headlines in the region.
21533 - If it is a normal line, turn each and every normal line (i.e.,
21534 not an heading or an item) in the region into headings. If you
21535 want to convert only the first line of this region, use one
21536 universal prefix argument.
21538 - If it is a plain list item, turn all plain list items into headings.
21540 When converting a line into a heading, the number of stars is chosen
21541 such that the lines become children of the current entry. However,
21542 when a numeric prefix argument is given, its value determines the
21543 number of stars to add."
21544 (interactive "P")
21545 (let ((skip-blanks
21546 (function
21547 ;; Return beginning of first non-blank line, starting from
21548 ;; line at POS.
21549 (lambda (pos)
21550 (save-excursion
21551 (goto-char pos)
21552 (while (org-at-comment-p) (forward-line))
21553 (skip-chars-forward " \r\t\n")
21554 (point-at-bol)))))
21555 beg end toggled)
21556 ;; Determine boundaries of changes. If a universal prefix has
21557 ;; been given, put the list in a region. If region ends at a bol,
21558 ;; do not consider the last line to be in the region.
21560 (when (and current-prefix-arg (org-at-item-p))
21561 (if (listp current-prefix-arg) (setq current-prefix-arg 1))
21562 (org-mark-element))
21564 (if (org-region-active-p)
21565 (setq beg (funcall skip-blanks (region-beginning))
21566 end (copy-marker (save-excursion
21567 (goto-char (region-end))
21568 (if (bolp) (point) (point-at-eol)))))
21569 (setq beg (funcall skip-blanks (point-at-bol))
21570 end (copy-marker (point-at-eol))))
21571 ;; Ensure inline tasks don't count as headings.
21572 (org-with-limited-levels
21573 (save-excursion
21574 (goto-char beg)
21575 (cond
21576 ;; Case 1. Started at an heading: de-star headings.
21577 ((org-at-heading-p)
21578 (while (< (point) end)
21579 (when (org-at-heading-p t)
21580 (looking-at org-outline-regexp) (replace-match "")
21581 (setq toggled t))
21582 (forward-line)))
21583 ;; Case 2. Started at an item: change items into headlines.
21584 ;; One star will be added by `org-list-to-subtree'.
21585 ((org-at-item-p)
21586 (while (< (point) end)
21587 (when (org-at-item-p)
21588 ;; Pay attention to cases when region ends before list.
21589 (let* ((struct (org-list-struct))
21590 (list-end (min (org-list-get-bottom-point struct) (1+ end))))
21591 (save-restriction
21592 (narrow-to-region (point) list-end)
21593 (insert (org-list-to-subtree (org-list-parse-list t)))))
21594 (setq toggled t))
21595 (forward-line)))
21596 ;; Case 3. Started at normal text: make every line an heading,
21597 ;; skipping headlines and items.
21598 (t (let* ((stars
21599 (make-string
21600 (if (numberp nstars) nstars (or (org-current-level) 0)) ?*))
21601 (add-stars
21602 (cond (nstars "") ; stars from prefix only
21603 ((equal stars "") "*") ; before first heading
21604 (org-odd-levels-only "**") ; inside heading, odd
21605 (t "*"))) ; inside heading, oddeven
21606 (rpl (concat stars add-stars " "))
21607 (lend (if (listp nstars) (save-excursion (end-of-line) (point)))))
21608 (while (< (point) (if (equal nstars '(4)) lend end))
21609 (when (and (not (or (org-at-heading-p) (org-at-item-p) (org-at-comment-p)))
21610 (looking-at "\\([ \t]*\\)\\(\\S-\\)"))
21611 (replace-match (concat rpl (match-string 2))) (setq toggled t))
21612 (forward-line)))))))
21613 (unless toggled (message "Cannot toggle heading from here"))))
21615 (defun org-meta-return (&optional _arg)
21616 "Insert a new heading or wrap a region in a table.
21617 Calls `org-insert-heading' or `org-table-wrap-region', depending
21618 on context. See the individual commands for more information."
21619 (interactive)
21620 (org-check-before-invisible-edit 'insert)
21621 (or (run-hook-with-args-until-success 'org-metareturn-hook)
21622 (call-interactively (if (org-at-table-p) #'org-table-wrap-region
21623 #'org-insert-heading))))
21625 ;;; Menu entries
21627 (defsubst org-in-subtree-not-table-p ()
21628 "Are we in a subtree and not in a table?"
21629 (and (not (org-before-first-heading-p))
21630 (not (org-at-table-p))))
21632 ;; Define the Org-mode menus
21633 (easy-menu-define org-tbl-menu org-mode-map "Tbl menu"
21634 '("Tbl"
21635 ["Align" org-ctrl-c-ctrl-c :active (org-at-table-p)]
21636 ["Next Field" org-cycle (org-at-table-p)]
21637 ["Previous Field" org-shifttab (org-at-table-p)]
21638 ["Next Row" org-return (org-at-table-p)]
21639 "--"
21640 ["Blank Field" org-table-blank-field (org-at-table-p)]
21641 ["Edit Field" org-table-edit-field (org-at-table-p)]
21642 ["Copy Field from Above" org-table-copy-down (org-at-table-p)]
21643 "--"
21644 ("Column"
21645 ["Move Column Left" org-metaleft (org-at-table-p)]
21646 ["Move Column Right" org-metaright (org-at-table-p)]
21647 ["Delete Column" org-shiftmetaleft (org-at-table-p)]
21648 ["Insert Column" org-shiftmetaright (org-at-table-p)])
21649 ("Row"
21650 ["Move Row Up" org-metaup (org-at-table-p)]
21651 ["Move Row Down" org-metadown (org-at-table-p)]
21652 ["Delete Row" org-shiftmetaup (org-at-table-p)]
21653 ["Insert Row" org-shiftmetadown (org-at-table-p)]
21654 ["Sort lines in region" org-table-sort-lines (org-at-table-p)]
21655 "--"
21656 ["Insert Hline" org-ctrl-c-minus (org-at-table-p)])
21657 ("Rectangle"
21658 ["Copy Rectangle" org-copy-special (org-at-table-p)]
21659 ["Cut Rectangle" org-cut-special (org-at-table-p)]
21660 ["Paste Rectangle" org-paste-special (org-at-table-p)]
21661 ["Fill Rectangle" org-table-wrap-region (org-at-table-p)])
21662 "--"
21663 ("Calculate"
21664 ["Set Column Formula" org-table-eval-formula (org-at-table-p)]
21665 ["Set Field Formula" (org-table-eval-formula '(4)) :active (org-at-table-p) :keys "C-u C-c ="]
21666 ["Edit Formulas" org-edit-special (org-at-table-p)]
21667 "--"
21668 ["Recalculate line" org-table-recalculate (org-at-table-p)]
21669 ["Recalculate all" (lambda () (interactive) (org-table-recalculate '(4))) :active (org-at-table-p) :keys "C-u C-c *"]
21670 ["Iterate all" (lambda () (interactive) (org-table-recalculate '(16))) :active (org-at-table-p) :keys "C-u C-u C-c *"]
21671 "--"
21672 ["Toggle Recalculate Mark" org-table-rotate-recalc-marks (org-at-table-p)]
21673 "--"
21674 ["Sum Column/Rectangle" org-table-sum
21675 (or (org-at-table-p) (org-region-active-p))]
21676 ["Which Column?" org-table-current-column (org-at-table-p)])
21677 ["Debug Formulas"
21678 org-table-toggle-formula-debugger
21679 :style toggle :selected (org-bound-and-true-p org-table-formula-debug)]
21680 ["Show Col/Row Numbers"
21681 org-table-toggle-coordinate-overlays
21682 :style toggle
21683 :selected (org-bound-and-true-p org-table-overlay-coordinates)]
21684 "--"
21685 ["Create" org-table-create (and (not (org-at-table-p))
21686 org-enable-table-editor)]
21687 ["Convert Region" org-table-convert-region (not (org-at-table-p 'any))]
21688 ["Import from File" org-table-import (not (org-at-table-p))]
21689 ["Export to File" org-table-export (org-at-table-p)]
21690 "--"
21691 ["Create/Convert from/to table.el" org-table-create-with-table.el t]
21692 "--"
21693 ("Plot"
21694 ["Ascii plot" orgtbl-ascii-plot :active (org-at-table-p) :keys "C-c \" a"]
21695 ["Gnuplot" org-plot/gnuplot :active (org-at-table-p) :keys "C-c \" g"])))
21697 (easy-menu-define org-org-menu org-mode-map "Org menu"
21698 '("Org"
21699 ("Show/Hide"
21700 ["Cycle Visibility" org-cycle :active (or (bobp) (outline-on-heading-p))]
21701 ["Cycle Global Visibility" org-shifttab :active (not (org-at-table-p))]
21702 ["Sparse Tree..." org-sparse-tree t]
21703 ["Reveal Context" org-reveal t]
21704 ["Show All" show-all t]
21705 "--"
21706 ["Subtree to indirect buffer" org-tree-to-indirect-buffer t])
21707 "--"
21708 ["New Heading" org-insert-heading t]
21709 ("Navigate Headings"
21710 ["Up" outline-up-heading t]
21711 ["Next" outline-next-visible-heading t]
21712 ["Previous" outline-previous-visible-heading t]
21713 ["Next Same Level" outline-forward-same-level t]
21714 ["Previous Same Level" outline-backward-same-level t]
21715 "--"
21716 ["Jump" org-goto t])
21717 ("Edit Structure"
21718 ["Refile Subtree" org-refile (org-in-subtree-not-table-p)]
21719 "--"
21720 ["Move Subtree Up" org-metaup (org-at-heading-p)]
21721 ["Move Subtree Down" org-metadown (org-at-heading-p)]
21722 "--"
21723 ["Copy Subtree" org-copy-special (org-in-subtree-not-table-p)]
21724 ["Cut Subtree" org-cut-special (org-in-subtree-not-table-p)]
21725 ["Paste Subtree" org-paste-special (not (org-at-table-p))]
21726 "--"
21727 ["Clone subtree, shift time" org-clone-subtree-with-time-shift t]
21728 "--"
21729 ["Copy visible text" org-copy-visible t]
21730 "--"
21731 ["Promote Heading" org-metaleft (org-in-subtree-not-table-p)]
21732 ["Promote Subtree" org-shiftmetaleft (org-in-subtree-not-table-p)]
21733 ["Demote Heading" org-metaright (org-in-subtree-not-table-p)]
21734 ["Demote Subtree" org-shiftmetaright (org-in-subtree-not-table-p)]
21735 "--"
21736 ["Sort Region/Children" org-sort t]
21737 "--"
21738 ["Convert to odd levels" org-convert-to-odd-levels t]
21739 ["Convert to odd/even levels" org-convert-to-oddeven-levels t])
21740 ("Editing"
21741 ["Emphasis..." org-emphasize t]
21742 ["Edit Source Example" org-edit-special t]
21743 "--"
21744 ["Footnote new/jump" org-footnote-action t]
21745 ["Footnote extra" (org-footnote-action t) :active t :keys "C-u C-c C-x f"])
21746 ("Archive"
21747 ["Archive (default method)" org-archive-subtree-default (org-in-subtree-not-table-p)]
21748 "--"
21749 ["Move Subtree to Archive file" org-archive-subtree (org-in-subtree-not-table-p)]
21750 ["Toggle ARCHIVE tag" org-toggle-archive-tag (org-in-subtree-not-table-p)]
21751 ["Move subtree to Archive sibling" org-archive-to-archive-sibling (org-in-subtree-not-table-p)]
21753 "--"
21754 ("Hyperlinks"
21755 ["Store Link (Global)" org-store-link t]
21756 ["Find existing link to here" org-occur-link-in-agenda-files t]
21757 ["Insert Link" org-insert-link t]
21758 ["Follow Link" org-open-at-point t]
21759 "--"
21760 ["Next link" org-next-link t]
21761 ["Previous link" org-previous-link t]
21762 "--"
21763 ["Descriptive Links"
21764 org-toggle-link-display
21765 :style radio
21766 :selected org-descriptive-links
21768 ["Literal Links"
21769 org-toggle-link-display
21770 :style radio
21771 :selected (not org-descriptive-links)])
21772 "--"
21773 ("TODO Lists"
21774 ["TODO/DONE/-" org-todo t]
21775 ("Select keyword"
21776 ["Next keyword" org-shiftright (org-at-heading-p)]
21777 ["Previous keyword" org-shiftleft (org-at-heading-p)]
21778 ["Complete Keyword" pcomplete (assq :todo-keyword (org-context))]
21779 ["Next keyword set" org-shiftcontrolright (and (> (length org-todo-sets) 1) (org-at-heading-p))]
21780 ["Previous keyword set" org-shiftcontrolright (and (> (length org-todo-sets) 1) (org-at-heading-p))])
21781 ["Show TODO Tree" org-show-todo-tree :active t :keys "C-c / t"]
21782 ["Global TODO list" org-todo-list :active t :keys "C-c a t"]
21783 "--"
21784 ["Enforce dependencies" (customize-variable 'org-enforce-todo-dependencies)
21785 :selected org-enforce-todo-dependencies :style toggle :active t]
21786 "Settings for tree at point"
21787 ["Do Children sequentially" org-toggle-ordered-property :style radio
21788 :selected (org-entry-get nil "ORDERED")
21789 :active org-enforce-todo-dependencies :keys "C-c C-x o"]
21790 ["Do Children parallel" org-toggle-ordered-property :style radio
21791 :selected (not (org-entry-get nil "ORDERED"))
21792 :active org-enforce-todo-dependencies :keys "C-c C-x o"]
21793 "--"
21794 ["Set Priority" org-priority t]
21795 ["Priority Up" org-shiftup t]
21796 ["Priority Down" org-shiftdown t]
21797 "--"
21798 ["Get news from all feeds" org-feed-update-all t]
21799 ["Go to the inbox of a feed..." org-feed-goto-inbox t]
21800 ["Customize feeds" (customize-variable 'org-feed-alist) t])
21801 ("TAGS and Properties"
21802 ["Set Tags" org-set-tags-command (not (org-before-first-heading-p))]
21803 ["Change tag in region" org-change-tag-in-region (org-region-active-p)]
21804 "--"
21805 ["Set property" org-set-property (not (org-before-first-heading-p))]
21806 ["Column view of properties" org-columns t]
21807 ["Insert Column View DBlock" org-insert-columns-dblock t])
21808 ("Dates and Scheduling"
21809 ["Timestamp" org-time-stamp (not (org-before-first-heading-p))]
21810 ["Timestamp (inactive)" org-time-stamp-inactive (not (org-before-first-heading-p))]
21811 ("Change Date"
21812 ["1 Day Later" org-shiftright (org-at-timestamp-p)]
21813 ["1 Day Earlier" org-shiftleft (org-at-timestamp-p)]
21814 ["1 ... Later" org-shiftup (org-at-timestamp-p)]
21815 ["1 ... Earlier" org-shiftdown (org-at-timestamp-p)])
21816 ["Compute Time Range" org-evaluate-time-range t]
21817 ["Schedule Item" org-schedule (not (org-before-first-heading-p))]
21818 ["Deadline" org-deadline (not (org-before-first-heading-p))]
21819 "--"
21820 ["Custom time format" org-toggle-time-stamp-overlays
21821 :style radio :selected org-display-custom-times]
21822 "--"
21823 ["Goto Calendar" org-goto-calendar t]
21824 ["Date from Calendar" org-date-from-calendar t]
21825 "--"
21826 ["Start/Restart Timer" org-timer-start t]
21827 ["Pause/Continue Timer" org-timer-pause-or-continue t]
21828 ["Stop Timer" org-timer-pause-or-continue :active t :keys "C-u C-c C-x ,"]
21829 ["Insert Timer String" org-timer t]
21830 ["Insert Timer Item" org-timer-item t])
21831 ("Logging work"
21832 ["Clock in" org-clock-in :active t :keys "C-c C-x C-i"]
21833 ["Switch task" (lambda () (interactive) (org-clock-in '(4))) :active t :keys "C-u C-c C-x C-i"]
21834 ["Clock out" org-clock-out t]
21835 ["Clock cancel" org-clock-cancel t]
21836 "--"
21837 ["Mark as default task" org-clock-mark-default-task t]
21838 ["Clock in, mark as default" (lambda () (interactive) (org-clock-in '(16))) :active t :keys "C-u C-u C-c C-x C-i"]
21839 ["Goto running clock" org-clock-goto t]
21840 "--"
21841 ["Display times" org-clock-display t]
21842 ["Create clock table" org-clock-report t]
21843 "--"
21844 ["Record DONE time"
21845 (progn (setq org-log-done (not org-log-done))
21846 (message "Switching to %s will %s record a timestamp"
21847 (car org-done-keywords)
21848 (if org-log-done "automatically" "not")))
21849 :style toggle :selected org-log-done])
21850 "--"
21851 ["Agenda Command..." org-agenda t]
21852 ["Set Restriction Lock" org-agenda-set-restriction-lock t]
21853 ("File List for Agenda")
21854 ("Special views current file"
21855 ["TODO Tree" org-show-todo-tree t]
21856 ["Check Deadlines" org-check-deadlines t]
21857 ["Timeline" org-timeline t]
21858 ["Tags/Property tree" org-match-sparse-tree t])
21859 "--"
21860 ["Export/Publish..." org-export-dispatch t]
21861 ("LaTeX"
21862 ["Org CDLaTeX mode" org-cdlatex-mode :style toggle
21863 :selected org-cdlatex-mode]
21864 ["Insert Environment" cdlatex-environment (fboundp 'cdlatex-environment)]
21865 ["Insert math symbol" cdlatex-math-symbol (fboundp 'cdlatex-math-symbol)]
21866 ["Modify math symbol" org-cdlatex-math-modify
21867 (org-inside-LaTeX-fragment-p)]
21868 ["Insert citation" org-reftex-citation t]
21869 "--"
21870 ["Template for BEAMER" (org-beamer-insert-options-template) t])
21871 "--"
21872 ("MobileOrg"
21873 ["Push Files and Views" org-mobile-push t]
21874 ["Get Captured and Flagged" org-mobile-pull t]
21875 ["Find FLAGGED Tasks" (org-agenda nil "?") :active t :keys "C-c a ?"]
21876 "--"
21877 ["Setup" (progn (require 'org-mobile) (customize-group 'org-mobile)) t])
21878 "--"
21879 ("Documentation"
21880 ["Show Version" org-version t]
21881 ["Info Documentation" org-info t])
21882 ("Customize"
21883 ["Browse Org Group" org-customize t]
21884 "--"
21885 ["Expand This Menu" org-create-customize-menu
21886 (fboundp 'customize-menu-create)])
21887 ["Send bug report" org-submit-bug-report t]
21888 "--"
21889 ("Refresh/Reload"
21890 ["Refresh setup current buffer" org-mode-restart t]
21891 ["Reload Org (after update)" org-reload t]
21892 ["Reload Org uncompiled" (org-reload t) :active t :keys "C-u C-c C-x !"])
21895 (defun org-info (&optional node)
21896 "Read documentation for Org-mode in the info system.
21897 With optional NODE, go directly to that node."
21898 (interactive)
21899 (info (format "(org)%s" (or node ""))))
21901 ;;;###autoload
21902 (defun org-submit-bug-report ()
21903 "Submit a bug report on Org-mode via mail.
21905 Don't hesitate to report any problems or inaccurate documentation.
21907 If you don't have setup sending mail from (X)Emacs, please copy the
21908 output buffer into your mail program, as it gives us important
21909 information about your Org-mode version and configuration."
21910 (interactive)
21911 (require 'reporter)
21912 (defvar reporter-prompt-for-summary-p)
21913 (org-load-modules-maybe)
21914 (org-require-autoloaded-modules)
21915 (let ((reporter-prompt-for-summary-p "Bug report subject: "))
21916 (reporter-submit-bug-report
21917 "emacs-orgmode@gnu.org"
21918 (org-version nil 'full)
21919 (let (list)
21920 (save-window-excursion
21921 (org-pop-to-buffer-same-window (get-buffer-create "*Warn about privacy*"))
21922 (delete-other-windows)
21923 (erase-buffer)
21924 (insert "You are about to submit a bug report to the Org-mode mailing list.
21926 We would like to add your full Org-mode and Outline configuration to the
21927 bug report. This greatly simplifies the work of the maintainer and
21928 other experts on the mailing list.
21930 HOWEVER, some variables you have customized may contain private
21931 information. The names of customers, colleagues, or friends, might
21932 appear in the form of file names, tags, todo states, or search strings.
21933 If you answer yes to the prompt, you might want to check and remove
21934 such private information before sending the email.")
21935 (add-text-properties (point-min) (point-max) '(face org-warning))
21936 (when (yes-or-no-p "Include your Org-mode configuration ")
21937 (mapatoms
21938 (lambda (v)
21939 (and (boundp v)
21940 (string-match "\\`\\(org-\\|outline-\\)" (symbol-name v))
21941 (or (and (symbol-value v)
21942 (string-match "\\(-hook\\|-function\\)\\'" (symbol-name v)))
21943 (and
21944 (get v 'custom-type) (get v 'standard-value)
21945 (not (equal (symbol-value v) (eval (car (get v 'standard-value)))))))
21946 (push v list)))))
21947 (kill-buffer (get-buffer "*Warn about privacy*"))
21948 list))
21949 nil nil
21950 "Remember to cover the basics, that is, what you expected to happen and
21951 what in fact did happen. You don't know how to make a good report? See
21953 http://orgmode.org/manual/Feedback.html#Feedback
21955 Your bug report will be posted to the Org-mode mailing list.
21956 ------------------------------------------------------------------------")
21957 (save-excursion
21958 (if (re-search-backward "^\\(Subject: \\)Org-mode version \\(.*?\\);[ \t]*\\(.*\\)" nil t)
21959 (replace-match "\\1Bug: \\3 [\\2]")))))
21962 (defun org-install-agenda-files-menu ()
21963 (let ((bl (buffer-list)))
21964 (save-excursion
21965 (while bl
21966 (set-buffer (pop bl))
21967 (if (derived-mode-p 'org-mode) (setq bl nil)))
21968 (when (derived-mode-p 'org-mode)
21969 (easy-menu-change
21970 '("Org") "File List for Agenda"
21971 (append
21972 (list
21973 ["Edit File List" (org-edit-agenda-file-list) t]
21974 ["Add/Move Current File to Front of List" org-agenda-file-to-front t]
21975 ["Remove Current File from List" org-remove-file t]
21976 ["Cycle through agenda files" org-cycle-agenda-files t]
21977 ["Occur in all agenda files" org-occur-in-agenda-files t]
21978 "--")
21979 (mapcar 'org-file-menu-entry (org-agenda-files t))))))))
21981 ;;;; Documentation
21983 (defun org-require-autoloaded-modules ()
21984 (interactive)
21985 (mapc 'require
21986 '(org-agenda org-archive org-attach org-clock org-colview org-id
21987 org-table org-timer)))
21989 ;;;###autoload
21990 (defun org-reload (&optional uncompiled)
21991 "Reload all org lisp files.
21992 With prefix arg UNCOMPILED, load the uncompiled versions."
21993 (interactive "P")
21994 (require 'loadhist)
21995 (let* ((org-dir (org-find-library-dir "org"))
21996 (contrib-dir (or (org-find-library-dir "org-contribdir") org-dir))
21997 (feature-re "^\\(org\\|ob\\|ox\\)\\(-.*\\)?")
21998 (remove-re (mapconcat 'identity
21999 (mapcar (lambda (f) (concat "^" f "$"))
22000 (list (if (featurep 'xemacs)
22001 "org-colview"
22002 "org-colview-xemacs")
22003 "org" "org-loaddefs" "org-version"))
22004 "\\|"))
22005 (feats (delete-dups
22006 (mapcar 'file-name-sans-extension
22007 (mapcar 'file-name-nondirectory
22008 (delq nil
22009 (mapcar 'feature-file
22010 features))))))
22011 (lfeat (append
22012 (sort
22013 (setq feats
22014 (delq nil (mapcar
22015 (lambda (f)
22016 (if (and (string-match feature-re f)
22017 (not (string-match remove-re f)))
22018 f nil))
22019 feats)))
22020 'string-lessp)
22021 (list "org-version" "org")))
22022 (load-suffixes (when (boundp 'load-suffixes) load-suffixes))
22023 (load-suffixes (if uncompiled (reverse load-suffixes) load-suffixes))
22024 load-uncore load-misses)
22025 (setq load-misses
22026 (delq 't
22027 (mapcar (lambda (f)
22028 (or (org-load-noerror-mustsuffix (concat org-dir f))
22029 (and (string= org-dir contrib-dir)
22030 (org-load-noerror-mustsuffix (concat contrib-dir f)))
22031 (and (org-load-noerror-mustsuffix (concat (org-find-library-dir f) f))
22032 (add-to-list 'load-uncore f 'append)
22035 lfeat)))
22036 (if load-uncore
22037 (message "The following feature%s found in load-path, please check if that's correct:\n%s"
22038 (if (> (length load-uncore) 1) "s were" " was") load-uncore))
22039 (if load-misses
22040 (message "Some error occurred while reloading Org feature%s\n%s\nPlease check *Messages*!\n%s"
22041 (if (> (length load-misses) 1) "s" "") load-misses (org-version nil 'full))
22042 (message "Successfully reloaded Org\n%s" (org-version nil 'full)))))
22044 ;;;###autoload
22045 (defun org-customize ()
22046 "Call the customize function with org as argument."
22047 (interactive)
22048 (org-load-modules-maybe)
22049 (org-require-autoloaded-modules)
22050 (customize-browse 'org))
22052 (defun org-create-customize-menu ()
22053 "Create a full customization menu for Org-mode, insert it into the menu."
22054 (interactive)
22055 (org-load-modules-maybe)
22056 (org-require-autoloaded-modules)
22057 (if (fboundp 'customize-menu-create)
22058 (progn
22059 (easy-menu-change
22060 '("Org") "Customize"
22061 `(["Browse Org group" org-customize t]
22062 "--"
22063 ,(customize-menu-create 'org)
22064 ["Set" Custom-set t]
22065 ["Save" Custom-save t]
22066 ["Reset to Current" Custom-reset-current t]
22067 ["Reset to Saved" Custom-reset-saved t]
22068 ["Reset to Standard Settings" Custom-reset-standard t]))
22069 (message "\"Org\"-menu now contains full customization menu"))
22070 (error "Cannot expand menu (outdated version of cus-edit.el)")))
22072 ;;;; Miscellaneous stuff
22074 ;;; Generally useful functions
22076 (defsubst org-get-at-eol (property n)
22077 "Get text property PROPERTY at the end of line less N characters."
22078 (get-text-property (- (point-at-eol) n) property))
22080 (defun org-find-text-property-in-string (prop s)
22081 "Return the first non-nil value of property PROP in string S."
22082 (or (get-text-property 0 prop s)
22083 (get-text-property (or (next-single-property-change 0 prop s) 0)
22084 prop s)))
22086 (defun org-display-warning (message) ;; Copied from Emacs-Muse
22087 "Display the given MESSAGE as a warning."
22088 (if (fboundp 'display-warning)
22089 (display-warning 'org message
22090 (if (featurep 'xemacs) 'warning :warning))
22091 (let ((buf (get-buffer-create "*Org warnings*")))
22092 (with-current-buffer buf
22093 (goto-char (point-max))
22094 (insert "Warning (Org): " message)
22095 (unless (bolp)
22096 (newline)))
22097 (display-buffer buf)
22098 (sit-for 0))))
22100 (defun org-eval (form)
22101 "Eval FORM and return result."
22102 (condition-case error
22103 (eval form)
22104 (error (format "%%![Error: %s]" error))))
22106 (defun org-in-clocktable-p ()
22107 "Check if the cursor is in a clocktable."
22108 (let ((pos (point)) start)
22109 (save-excursion
22110 (end-of-line 1)
22111 (and (re-search-backward "^[ \t]*#\\+BEGIN:[ \t]+clocktable" nil t)
22112 (setq start (match-beginning 0))
22113 (re-search-forward "^[ \t]*#\\+END:.*" nil t)
22114 (>= (match-end 0) pos)
22115 start))))
22117 (defun org-in-verbatim-emphasis ()
22118 (save-match-data
22119 (and (org-in-regexp org-emph-re 2)
22120 (>= (point) (match-beginning 3))
22121 (<= (point) (match-end 4))
22122 (member (match-string 3) '("=" "~")))))
22124 (defun org-goto-marker-or-bmk (marker &optional bookmark)
22125 "Go to MARKER, widen if necessary. When marker is not live, try BOOKMARK."
22126 (if (and marker (marker-buffer marker)
22127 (buffer-live-p (marker-buffer marker)))
22128 (progn
22129 (org-pop-to-buffer-same-window (marker-buffer marker))
22130 (if (or (> marker (point-max)) (< marker (point-min)))
22131 (widen))
22132 (goto-char marker)
22133 (org-show-context 'org-goto))
22134 (if bookmark
22135 (bookmark-jump bookmark)
22136 (error "Cannot find location"))))
22138 (defun org-quote-csv-field (s)
22139 "Quote field for inclusion in CSV material."
22140 (if (string-match "[\",]" s)
22141 (concat "\"" (mapconcat 'identity (split-string s "\"") "\"\"") "\"")
22144 (defun org-force-self-insert (N)
22145 "Needed to enforce self-insert under remapping."
22146 (interactive "p")
22147 (self-insert-command N))
22149 (defun org-string-width (s)
22150 "Compute width of string, ignoring invisible characters.
22151 This ignores character with invisibility property `org-link', and also
22152 characters with property `org-cwidth', because these will become invisible
22153 upon the next fontification round."
22154 (let (b l)
22155 (when (or (eq t buffer-invisibility-spec)
22156 (assq 'org-link buffer-invisibility-spec))
22157 (while (setq b (text-property-any 0 (length s)
22158 'invisible 'org-link s))
22159 (setq s (concat (substring s 0 b)
22160 (substring s (or (next-single-property-change
22161 b 'invisible s)
22162 (length s)))))))
22163 (while (setq b (text-property-any 0 (length s) 'org-cwidth t s))
22164 (setq s (concat (substring s 0 b)
22165 (substring s (or (next-single-property-change
22166 b 'org-cwidth s)
22167 (length s))))))
22168 (setq l (string-width s) b -1)
22169 (while (setq b (text-property-any (1+ b) (length s) 'org-dwidth t s))
22170 (setq l (- l (get-text-property b 'org-dwidth-n s))))
22173 (defun org-shorten-string (s maxlength)
22174 "Shorten string S so tht it is no longer than MAXLENGTH characters.
22175 If the string is shorter or has length MAXLENGTH, just return the
22176 original string. If it is longer, the functions finds a space in the
22177 string, breaks this string off at that locations and adds three dots
22178 as ellipsis. Including the ellipsis, the string will not be longer
22179 than MAXLENGTH. If finding a good breaking point in the string does
22180 not work, the string is just chopped off in the middle of a word
22181 if necessary."
22182 (if (<= (length s) maxlength)
22184 (let* ((n (max (- maxlength 4) 1))
22185 (re (concat "\\`\\(.\\{1," (int-to-string n) "\\}[^ ]\\)\\([ ]\\|\\'\\)")))
22186 (if (string-match re s)
22187 (concat (match-string 1 s) "...")
22188 (concat (substring s 0 (max (- maxlength 3) 0)) "...")))))
22190 (defun org-get-indentation (&optional line)
22191 "Get the indentation of the current line, interpreting tabs.
22192 When LINE is given, assume it represents a line and compute its indentation."
22193 (if line
22194 (if (string-match "^ *" (org-remove-tabs line))
22195 (match-end 0))
22196 (save-excursion
22197 (beginning-of-line 1)
22198 (skip-chars-forward " \t")
22199 (current-column))))
22201 (defun org-get-string-indentation (s)
22202 "What indentation has S due to SPACE and TAB at the beginning of the string?"
22203 (let ((n -1) (i 0) (w tab-width) c)
22204 (catch 'exit
22205 (while (< (setq n (1+ n)) (length s))
22206 (setq c (aref s n))
22207 (cond ((= c ?\ ) (setq i (1+ i)))
22208 ((= c ?\t) (setq i (* (/ (+ w i) w) w)))
22209 (t (throw 'exit t)))))
22212 (defun org-remove-tabs (s &optional width)
22213 "Replace tabulators in S with spaces.
22214 Assumes that s is a single line, starting in column 0."
22215 (setq width (or width tab-width))
22216 (while (string-match "\t" s)
22217 (setq s (replace-match
22218 (make-string
22219 (- (* width (/ (+ (match-beginning 0) width) width))
22220 (match-beginning 0)) ?\ )
22221 t t s)))
22224 (defun org-fix-indentation (line ind)
22225 "Fix indentation in LINE.
22226 IND is a cons cell with target and minimum indentation.
22227 If the current indentation in LINE is smaller than the minimum,
22228 leave it alone. If it is larger than ind, set it to the target."
22229 (let* ((l (org-remove-tabs line))
22230 (i (org-get-indentation l))
22231 (i1 (car ind)) (i2 (cdr ind)))
22232 (if (>= i i2) (setq l (substring line i2)))
22233 (if (> i1 0)
22234 (concat (make-string i1 ?\ ) l)
22235 l)))
22237 (defun org-remove-indentation (code &optional n)
22238 "Remove the maximum common indentation from the lines in CODE.
22239 N may optionally be the number of spaces to remove."
22240 (with-temp-buffer
22241 (insert code)
22242 (org-do-remove-indentation n)
22243 (buffer-string)))
22245 (defun org-do-remove-indentation (&optional n)
22246 "Remove the maximum common indentation from the buffer."
22247 (untabify (point-min) (point-max))
22248 (let ((min 10000) re)
22249 (if n
22250 (setq min n)
22251 (goto-char (point-min))
22252 (while (re-search-forward "^ *[^ \n]" nil t)
22253 (setq min (min min (1- (- (match-end 0) (match-beginning 0)))))))
22254 (unless (or (= min 0) (= min 10000))
22255 (setq re (format "^ \\{%d\\}" min))
22256 (goto-char (point-min))
22257 (while (re-search-forward re nil t)
22258 (replace-match "")
22259 (end-of-line 1))
22260 min)))
22262 (defun org-fill-template (template alist)
22263 "Find each %key of ALIST in TEMPLATE and replace it."
22264 (let ((case-fold-search nil))
22265 (dolist (entry (sort (copy-sequence alist)
22266 (lambda (a b) (< (length (car a)) (length (car b))))))
22267 (setq template
22268 (replace-regexp-in-string
22269 (concat "%" (regexp-quote (car entry)))
22270 (or (cdr entry) "") template t t)))
22271 template))
22273 (defun org-base-buffer (buffer)
22274 "Return the base buffer of BUFFER, if it has one. Else return the buffer."
22275 (if (not buffer)
22276 buffer
22277 (or (buffer-base-buffer buffer)
22278 buffer)))
22280 (defun org-wrap (string &optional width lines)
22281 "Wrap string to either a number of lines, or a width in characters.
22282 If WIDTH is non-nil, the string is wrapped to that width, however many lines
22283 that costs. If there is a word longer than WIDTH, the text is actually
22284 wrapped to the length of that word.
22285 IF WIDTH is nil and LINES is non-nil, the string is forced into at most that
22286 many lines, whatever width that takes.
22287 The return value is a list of lines, without newlines at the end."
22288 (let* ((words (org-split-string string "[ \t\n]+"))
22289 (maxword (apply 'max (mapcar 'org-string-width words)))
22290 w ll)
22291 (cond (width
22292 (org-do-wrap words (max maxword width)))
22293 (lines
22294 (setq w maxword)
22295 (setq ll (org-do-wrap words maxword))
22296 (if (<= (length ll) lines)
22298 (setq ll words)
22299 (while (> (length ll) lines)
22300 (setq w (1+ w))
22301 (setq ll (org-do-wrap words w)))
22302 ll))
22303 (t (error "Cannot wrap this")))))
22305 (defun org-do-wrap (words width)
22306 "Create lines of maximum width WIDTH (in characters) from word list WORDS."
22307 (let (lines line)
22308 (while words
22309 (setq line (pop words))
22310 (while (and words (< (+ (length line) (length (car words))) width))
22311 (setq line (concat line " " (pop words))))
22312 (setq lines (push line lines)))
22313 (nreverse lines)))
22315 (defun org-split-string (string &optional separators)
22316 "Splits STRING into substrings at SEPARATORS.
22317 SEPARATORS is a regular expression.
22318 No empty strings are returned if there are matches at the beginning
22319 and end of string."
22320 ;; FIXME: why not use (split-string STRING SEPARATORS t)?
22321 (let ((start 0) notfirst list)
22322 (while (and (string-match (or separators "[ \f\t\n\r\v]+") string
22323 (if (and notfirst
22324 (= start (match-beginning 0))
22325 (< start (length string)))
22326 (1+ start) start))
22327 (< (match-beginning 0) (length string)))
22328 (setq notfirst t)
22329 (or (eq (match-beginning 0) 0)
22330 (and (eq (match-beginning 0) (match-end 0))
22331 (eq (match-beginning 0) start))
22332 (push (substring string start (match-beginning 0)) list))
22333 (setq start (match-end 0)))
22334 (or (eq start (length string))
22335 (push (substring string start) list))
22336 (nreverse list)))
22338 (defun org-quote-vert (s)
22339 "Replace \"|\" with \"\\vert\"."
22340 (while (string-match "|" s)
22341 (setq s (replace-match "\\vert" t t s)))
22344 (defun org-uuidgen-p (s)
22345 "Is S an ID created by UUIDGEN?"
22346 (string-match "\\`[0-9a-f]\\{8\\}-[0-9a-f]\\{4\\}-[0-9a-f]\\{4\\}-[0-9a-f]\\{4\\}-[0-9a-f]\\{12\\}\\'" (downcase s)))
22348 (defun org-in-src-block-p (&optional inside)
22349 "Whether point is in a code source block.
22350 When INSIDE is non-nil, don't consider we are within a src block
22351 when point is at #+BEGIN_SRC or #+END_SRC."
22352 (let ((case-fold-search t) ov)
22353 (or (and (eq (get-char-property (point) 'src-block) t))
22354 (and (not inside)
22355 (save-match-data
22356 (save-excursion
22357 (beginning-of-line)
22358 (looking-at ".*#\\+\\(begin\\|end\\)_src")))))))
22360 (defun org-context ()
22361 "Return a list of contexts of the current cursor position.
22362 If several contexts apply, all are returned.
22363 Each context entry is a list with a symbol naming the context, and
22364 two positions indicating start and end of the context. Possible
22365 contexts are:
22367 :headline anywhere in a headline
22368 :headline-stars on the leading stars in a headline
22369 :todo-keyword on a TODO keyword (including DONE) in a headline
22370 :tags on the TAGS in a headline
22371 :priority on the priority cookie in a headline
22372 :item on the first line of a plain list item
22373 :item-bullet on the bullet/number of a plain list item
22374 :checkbox on the checkbox in a plain list item
22375 :table in an org-mode table
22376 :table-special on a special filed in a table
22377 :table-table in a table.el table
22378 :clocktable in a clocktable
22379 :src-block in a source block
22380 :link on a hyperlink
22381 :keyword on a keyword: SCHEDULED, DEADLINE, CLOSE, COMMENT.
22382 :target on a <<target>>
22383 :radio-target on a <<<radio-target>>>
22384 :latex-fragment on a LaTeX fragment
22385 :latex-preview on a LaTeX fragment with overlaid preview image
22387 This function expects the position to be visible because it uses font-lock
22388 faces as a help to recognize the following contexts: :table-special, :link,
22389 and :keyword."
22390 (let* ((f (get-text-property (point) 'face))
22391 (faces (if (listp f) f (list f)))
22392 (case-fold-search t)
22393 (p (point)) clist o)
22394 ;; First the large context
22395 (cond
22396 ((org-at-heading-p t)
22397 (push (list :headline (point-at-bol) (point-at-eol)) clist)
22398 (when (progn
22399 (beginning-of-line 1)
22400 (looking-at org-todo-line-tags-regexp))
22401 (push (org-point-in-group p 1 :headline-stars) clist)
22402 (push (org-point-in-group p 2 :todo-keyword) clist)
22403 (push (org-point-in-group p 4 :tags) clist))
22404 (goto-char p)
22405 (skip-chars-backward "^[\n\r \t") (or (bobp) (backward-char 1))
22406 (if (looking-at "\\[#[A-Z0-9]\\]")
22407 (push (org-point-in-group p 0 :priority) clist)))
22409 ((org-at-item-p)
22410 (push (org-point-in-group p 2 :item-bullet) clist)
22411 (push (list :item (point-at-bol)
22412 (save-excursion (org-end-of-item) (point)))
22413 clist)
22414 (and (org-at-item-checkbox-p)
22415 (push (org-point-in-group p 0 :checkbox) clist)))
22417 ((org-at-table-p)
22418 (push (list :table (org-table-begin) (org-table-end)) clist)
22419 (if (memq 'org-formula faces)
22420 (push (list :table-special
22421 (previous-single-property-change p 'face)
22422 (next-single-property-change p 'face)) clist)))
22423 ((org-at-table-p 'any)
22424 (push (list :table-table) clist)))
22425 (goto-char p)
22427 (let ((case-fold-search t))
22428 ;; New the "medium" contexts: clocktables, source blocks
22429 (cond ((org-in-clocktable-p)
22430 (push (list :clocktable
22431 (and (or (looking-at "[ \t]*\\(#\\+BEGIN: clocktable\\)")
22432 (re-search-backward "[ \t]*\\(#+BEGIN: clocktable\\)" nil t))
22433 (match-beginning 1))
22434 (and (re-search-forward "[ \t]*#\\+END:?" nil t)
22435 (match-end 0))) clist))
22436 ((org-in-src-block-p)
22437 (push (list :src-block
22438 (and (or (looking-at "[ \t]*\\(#\\+BEGIN_SRC\\)")
22439 (re-search-backward "[ \t]*\\(#+BEGIN_SRC\\)" nil t))
22440 (match-beginning 1))
22441 (and (search-forward "#+END_SRC" nil t)
22442 (match-beginning 0))) clist))))
22443 (goto-char p)
22445 ;; Now the small context
22446 (cond
22447 ((org-at-timestamp-p)
22448 (push (org-point-in-group p 0 :timestamp) clist))
22449 ((memq 'org-link faces)
22450 (push (list :link
22451 (previous-single-property-change p 'face)
22452 (next-single-property-change p 'face)) clist))
22453 ((memq 'org-special-keyword faces)
22454 (push (list :keyword
22455 (previous-single-property-change p 'face)
22456 (next-single-property-change p 'face)) clist))
22457 ((org-at-target-p)
22458 (push (org-point-in-group p 0 :target) clist)
22459 (goto-char (1- (match-beginning 0)))
22460 (if (looking-at org-radio-target-regexp)
22461 (push (org-point-in-group p 0 :radio-target) clist))
22462 (goto-char p))
22463 ((setq o (car (delq nil
22464 (mapcar
22465 (lambda (x)
22466 (if (memq x org-latex-fragment-image-overlays) x))
22467 (overlays-at (point))))))
22468 (push (list :latex-fragment
22469 (overlay-start o) (overlay-end o)) clist)
22470 (push (list :latex-preview
22471 (overlay-start o) (overlay-end o)) clist))
22472 ((org-inside-LaTeX-fragment-p)
22473 ;; FIXME: positions wrong.
22474 (push (list :latex-fragment (point) (point)) clist)))
22476 (setq clist (nreverse (delq nil clist)))
22477 clist))
22479 (defun org-in-regexp (re &optional nlines visually)
22480 "Check if point is inside a match of RE.
22482 Normally only the current line is checked, but you can include
22483 NLINES extra lines after point into the search. If VISUALLY is
22484 set, require that the cursor is not after the match but really
22485 on, so that the block visually is on the match."
22486 (catch 'exit
22487 (let ((pos (point))
22488 (eol (point-at-eol (+ 1 (or nlines 0))))
22489 (inc (if visually 1 0)))
22490 (save-excursion
22491 (beginning-of-line (- 1 (or nlines 0)))
22492 (while (re-search-forward re eol t)
22493 (if (and (<= (match-beginning 0) pos)
22494 (>= (+ inc (match-end 0)) pos))
22495 (throw 'exit (cons (match-beginning 0) (match-end 0)))))))))
22496 (define-obsolete-function-alias 'org-at-regexp-p 'org-in-regexp
22497 "Org mode 8.3")
22499 (defun org-between-regexps-p (start-re end-re &optional lim-up lim-down)
22500 "Non-nil when point is between matches of START-RE and END-RE.
22502 Also return a non-nil value when point is on one of the matches.
22504 Optional arguments LIM-UP and LIM-DOWN bound the search; they are
22505 buffer positions. Default values are the positions of headlines
22506 surrounding the point.
22508 The functions returns a cons cell whose car (resp. cdr) is the
22509 position before START-RE (resp. after END-RE)."
22510 (save-match-data
22511 (let ((pos (point))
22512 (limit-up (or lim-up (save-excursion (outline-previous-heading))))
22513 (limit-down (or lim-down (save-excursion (outline-next-heading))))
22514 beg end)
22515 (save-excursion
22516 ;; Point is on a block when on START-RE or if START-RE can be
22517 ;; found before it...
22518 (and (or (org-in-regexp start-re)
22519 (re-search-backward start-re limit-up t))
22520 (setq beg (match-beginning 0))
22521 ;; ... and END-RE after it...
22522 (goto-char (match-end 0))
22523 (re-search-forward end-re limit-down t)
22524 (> (setq end (match-end 0)) pos)
22525 ;; ... without another START-RE in-between.
22526 (goto-char (match-beginning 0))
22527 (not (re-search-backward start-re (1+ beg) t))
22528 ;; Return value.
22529 (cons beg end))))))
22531 (defun org-in-block-p (names)
22532 "Non-nil when point belongs to a block whose name belongs to NAMES.
22534 NAMES is a list of strings containing names of blocks.
22536 Return first block name matched, or nil. Beware that in case of
22537 nested blocks, the returned name may not belong to the closest
22538 block from point."
22539 (save-match-data
22540 (catch 'exit
22541 (let ((case-fold-search t)
22542 (lim-up (save-excursion (outline-previous-heading)))
22543 (lim-down (save-excursion (outline-next-heading))))
22544 (mapc (lambda (name)
22545 (let ((n (regexp-quote name)))
22546 (when (org-between-regexps-p
22547 (concat "^[ \t]*#\\+begin_" n)
22548 (concat "^[ \t]*#\\+end_" n)
22549 lim-up lim-down)
22550 (throw 'exit n))))
22551 names))
22552 nil)))
22554 (defun org-occur-in-agenda-files (regexp &optional _nlines)
22555 "Call `multi-occur' with buffers for all agenda files."
22556 (interactive "sOrg-files matching: ")
22557 (let* ((files (org-agenda-files))
22558 (tnames (mapcar #'file-truename files))
22559 (extra org-agenda-text-search-extra-files))
22560 (when (eq (car extra) 'agenda-archives)
22561 (setq extra (cdr extra))
22562 (setq files (org-add-archive-files files)))
22563 (dolist (f extra)
22564 (unless (member (file-truename f) tnames)
22565 (unless (member f files) (setq files (append files (list f))))
22566 (setq tnames (append tnames (list (file-truename f))))))
22567 (multi-occur
22568 (mapcar (lambda (x)
22569 (with-current-buffer
22570 ;; FIXME: Why not just (find-file-noselect x)?
22571 ;; Is it to avoid the "revert buffer" prompt?
22572 (or (get-file-buffer x) (find-file-noselect x))
22573 (widen)
22574 (current-buffer)))
22575 files)
22576 regexp)))
22578 (if (boundp 'occur-mode-find-occurrence-hook)
22579 ;; Emacs 23
22580 (add-hook 'occur-mode-find-occurrence-hook
22581 (lambda ()
22582 (when (derived-mode-p 'org-mode)
22583 (org-reveal))))
22584 ;; Emacs 22
22585 (defadvice occur-mode-goto-occurrence
22586 (after org-occur-reveal activate)
22587 (and (derived-mode-p 'org-mode) (org-reveal)))
22588 (defadvice occur-mode-goto-occurrence-other-window
22589 (after org-occur-reveal activate)
22590 (and (derived-mode-p 'org-mode) (org-reveal)))
22591 (defadvice occur-mode-display-occurrence
22592 (after org-occur-reveal activate)
22593 (when (derived-mode-p 'org-mode)
22594 (let ((pos (occur-mode-find-occurrence)))
22595 (with-current-buffer (marker-buffer pos)
22596 (save-excursion
22597 (goto-char pos)
22598 (org-reveal)))))))
22600 (defun org-occur-link-in-agenda-files ()
22601 "Create a link and search for it in the agendas.
22602 The link is not stored in `org-stored-links', it is just created
22603 for the search purpose."
22604 (interactive)
22605 (let ((link (condition-case nil
22606 (org-store-link nil)
22607 (error "Unable to create a link to here"))))
22608 (org-occur-in-agenda-files (regexp-quote link))))
22610 (defun org-reverse-string (string)
22611 "Return the reverse of STRING."
22612 (apply 'string (reverse (string-to-list string))))
22614 ;; defsubst org-uniquify must be defined before first use
22616 (defun org-uniquify-alist (alist)
22617 "Merge elements of ALIST with the same key.
22619 For example, in this alist:
22621 \(org-uniquify-alist '((a 1) (b 2) (a 3)))
22622 => '((a 1 3) (b 2))
22624 merge (a 1) and (a 3) into (a 1 3).
22626 The function returns the new ALIST."
22627 (let (rtn)
22628 (mapc
22629 (lambda (e)
22630 (let (n)
22631 (if (not (assoc (car e) rtn))
22632 (push e rtn)
22633 (setq n (cons (car e) (append (cdr (assoc (car e) rtn)) (cdr e))))
22634 (setq rtn (assq-delete-all (car e) rtn))
22635 (push n rtn))))
22636 alist)
22637 rtn))
22639 (defun org-delete-all (elts list)
22640 "Remove all elements in ELTS from LIST."
22641 (while elts
22642 (setq list (delete (pop elts) list)))
22643 list)
22645 (defun org-count (cl-item cl-seq)
22646 "Count the number of occurrences of ITEM in SEQ.
22647 Taken from `count' in cl-seq.el with all keyword arguments removed."
22648 (let ((cl-end (length cl-seq)) (cl-start 0) (cl-count 0) cl-x)
22649 (when (consp cl-seq) (setq cl-seq (nthcdr cl-start cl-seq)))
22650 (while (< cl-start cl-end)
22651 (setq cl-x (if (consp cl-seq) (pop cl-seq) (aref cl-seq cl-start)))
22652 (if (equal cl-item cl-x) (setq cl-count (1+ cl-count)))
22653 (setq cl-start (1+ cl-start)))
22654 cl-count))
22656 (defun org-remove-if (predicate seq)
22657 "Remove everything from SEQ that fulfills PREDICATE."
22658 (let (res e)
22659 (while seq
22660 (setq e (pop seq))
22661 (if (not (funcall predicate e)) (push e res)))
22662 (nreverse res)))
22664 (defun org-remove-if-not (predicate seq)
22665 "Remove everything from SEQ that does not fulfill PREDICATE."
22666 (let (res e)
22667 (while seq
22668 (setq e (pop seq))
22669 (if (funcall predicate e) (push e res)))
22670 (nreverse res)))
22672 (defun org-reduce (cl-func cl-seq &rest cl-keys)
22673 "Reduce two-argument FUNCTION across SEQ.
22674 Taken from `reduce' in cl-seq.el with all keyword arguments but
22675 \":initial-value\" removed."
22676 (let ((cl-accum (cond ((memq :initial-value cl-keys)
22677 (cadr (memq :initial-value cl-keys)))
22678 (cl-seq (pop cl-seq))
22679 (t (funcall cl-func)))))
22680 (while cl-seq
22681 (setq cl-accum (funcall cl-func cl-accum (pop cl-seq))))
22682 cl-accum))
22684 (defun org-every (pred seq)
22685 "Return true if PREDICATE is true of every element of SEQ.
22686 Adapted from `every' in cl.el."
22687 (catch 'org-every
22688 (mapc (lambda (e) (unless (funcall pred e) (throw 'org-every nil))) seq)
22691 (defun org-some (pred seq)
22692 "Return true if PREDICATE is true of any element of SEQ.
22693 Adapted from `some' in cl.el."
22694 (catch 'org-some
22695 (mapc (lambda (e) (when (funcall pred e) (throw 'org-some t))) seq)
22696 nil))
22698 (defun org-back-over-empty-lines ()
22699 "Move backwards over whitespace, to the beginning of the first empty line.
22700 Returns the number of empty lines passed."
22701 (let ((pos (point)))
22702 (if (cdr (assoc 'heading org-blank-before-new-entry))
22703 (skip-chars-backward " \t\n\r")
22704 (unless (eobp)
22705 (forward-line -1)))
22706 (beginning-of-line 2)
22707 (goto-char (min (point) pos))
22708 (count-lines (point) pos)))
22710 (defun org-skip-whitespace ()
22711 (skip-chars-forward " \t\n\r"))
22713 (defun org-point-in-group (point group &optional context)
22714 "Check if POINT is in match-group GROUP.
22715 If CONTEXT is non-nil, return a list with CONTEXT and the boundaries of the
22716 match. If the match group does not exist or point is not inside it,
22717 return nil."
22718 (and (match-beginning group)
22719 (>= point (match-beginning group))
22720 (<= point (match-end group))
22721 (if context
22722 (list context (match-beginning group) (match-end group))
22723 t)))
22725 (defun org-switch-to-buffer-other-window (&rest args)
22726 "Switch to buffer in a second window on the current frame.
22727 In particular, do not allow pop-up frames.
22728 Returns the newly created buffer."
22729 (org-no-popups
22730 (apply 'switch-to-buffer-other-window args)))
22732 (defun org-combine-plists (&rest plists)
22733 "Create a single property list from all plists in PLISTS.
22734 The process starts by copying the first list, and then setting properties
22735 from the other lists. Settings in the last list are the most significant
22736 ones and overrule settings in the other lists."
22737 (let ((rtn (copy-sequence (pop plists)))
22738 p v ls)
22739 (while plists
22740 (setq ls (pop plists))
22741 (while ls
22742 (setq p (pop ls) v (pop ls))
22743 (setq rtn (plist-put rtn p v))))
22744 rtn))
22746 (defun org-replace-escapes (string table)
22747 "Replace %-escapes in STRING with values in TABLE.
22748 TABLE is an association list with keys like \"%a\" and string values.
22749 The sequences in STRING may contain normal field width and padding information,
22750 for example \"%-5s\". Replacements happen in the sequence given by TABLE,
22751 so values can contain further %-escapes if they are define later in TABLE."
22752 (let ((tbl (copy-alist table))
22753 (case-fold-search nil)
22754 (pchg 0)
22755 e re rpl)
22756 (dolist (e tbl)
22757 (setq re (concat "%-?[0-9.]*" (substring (car e) 1)))
22758 (when (and (cdr e) (string-match re (cdr e)))
22759 (let ((sref (substring (cdr e) (match-beginning 0) (match-end 0)))
22760 (safe "SREF"))
22761 (add-text-properties 0 3 (list 'sref sref) safe)
22762 (setcdr e (replace-match safe t t (cdr e)))))
22763 (while (string-match re string)
22764 (setq rpl (format (concat (substring (match-string 0 string) 0 -1) "s")
22765 (cdr e)))
22766 (setq string (replace-match rpl t t string))))
22767 (while (setq pchg (next-property-change pchg string))
22768 (let ((sref (get-text-property pchg 'sref string)))
22769 (when (and sref (string-match "SREF" string pchg))
22770 (setq string (replace-match sref t t string)))))
22771 string))
22773 (defun org-sublist (list start end)
22774 "Return a section of LIST, from START to END.
22775 Counting starts at 1."
22776 (let (rtn (c start))
22777 (setq list (nthcdr (1- start) list))
22778 (while (and list (<= c end))
22779 (push (pop list) rtn)
22780 (setq c (1+ c)))
22781 (nreverse rtn)))
22783 (defun org-find-base-buffer-visiting (file)
22784 "Like `find-buffer-visiting' but always return the base buffer and
22785 not an indirect buffer."
22786 (let ((buf (or (get-file-buffer file)
22787 (find-buffer-visiting file))))
22788 (if buf
22789 (or (buffer-base-buffer buf) buf)
22790 nil)))
22792 (defun org-image-file-name-regexp (&optional extensions)
22793 "Return regexp matching the file names of images.
22794 If EXTENSIONS is given, only match these."
22795 (if (and (not extensions) (fboundp 'image-file-name-regexp))
22796 (image-file-name-regexp)
22797 (let ((image-file-name-extensions
22798 (or extensions
22799 '("png" "jpeg" "jpg" "gif" "tiff" "tif"
22800 "xbm" "xpm" "pbm" "pgm" "ppm"))))
22801 (concat "\\."
22802 (regexp-opt (nconc (mapcar 'upcase
22803 image-file-name-extensions)
22804 image-file-name-extensions)
22806 "\\'"))))
22808 (defun org-file-image-p (file &optional extensions)
22809 "Return non-nil if FILE is an image."
22810 (save-match-data
22811 (string-match (org-image-file-name-regexp extensions) file)))
22813 (defun org-get-cursor-date (&optional with-time)
22814 "Return the date at cursor in as a time.
22815 This works in the calendar and in the agenda, anywhere else it just
22816 returns the current time.
22817 If WITH-TIME is non-nil, returns the time of the event at point (in
22818 the agenda) or the current time of the day."
22819 (let (date day defd tp hod mod)
22820 (when with-time
22821 (setq tp (get-text-property (point) 'time))
22822 (when (and tp (string-match "\\([0-9][0-9]\\):\\([0-9][0-9]\\)" tp))
22823 (setq hod (string-to-number (match-string 1 tp))
22824 mod (string-to-number (match-string 2 tp))))
22825 (or tp (let ((now (decode-time)))
22826 (setq hod (nth 2 now)
22827 mod (nth 1 now)))))
22828 (cond
22829 ((eq major-mode 'calendar-mode)
22830 (setq date (calendar-cursor-to-date)
22831 defd (encode-time 0 (or mod 0) (or hod 0)
22832 (nth 1 date) (nth 0 date) (nth 2 date))))
22833 ((eq major-mode 'org-agenda-mode)
22834 (setq day (get-text-property (point) 'day))
22835 (if day
22836 (setq date (calendar-gregorian-from-absolute day)
22837 defd (encode-time 0 (or mod 0) (or hod 0)
22838 (nth 1 date) (nth 0 date) (nth 2 date))))))
22839 (or defd (current-time))))
22841 (defun org-mark-subtree (&optional up)
22842 "Mark the current subtree.
22843 This puts point at the start of the current subtree, and mark at
22844 the end. If a numeric prefix UP is given, move up into the
22845 hierarchy of headlines by UP levels before marking the subtree."
22846 (interactive "P")
22847 (org-with-limited-levels
22848 (cond ((org-at-heading-p) (beginning-of-line))
22849 ((org-before-first-heading-p) (user-error "Not in a subtree"))
22850 (t (outline-previous-visible-heading 1))))
22851 (when up (while (and (> up 0) (org-up-heading-safe)) (decf up)))
22852 (if (org-called-interactively-p 'any)
22853 (call-interactively 'org-mark-element)
22854 (org-mark-element)))
22857 ;;; Indentation
22859 (defun org--get-expected-indentation (element contentsp)
22860 "Expected indentation column for current line, according to ELEMENT.
22861 ELEMENT is an element containing point. CONTENTSP is non-nil
22862 when indentation is to be computed according to contents of
22863 ELEMENT."
22864 (let ((type (org-element-type element))
22865 (start (org-element-property :begin element))
22866 (post-affiliated (org-element-property :post-affiliated element)))
22867 (org-with-wide-buffer
22868 (cond
22869 (contentsp
22870 (case type
22871 ((diary-sexp footnote-definition) 0)
22872 ((headline inlinetask nil)
22873 (if (not org-adapt-indentation) 0
22874 (let ((level (org-current-level)))
22875 (if level (1+ level) 0))))
22876 ((item plain-list) (org-list-item-body-column post-affiliated))
22878 (goto-char start)
22879 (org-get-indentation))))
22880 ((memq type '(headline inlinetask nil))
22881 (if (save-excursion (beginning-of-line) (looking-at "[ \t]*$"))
22882 (org--get-expected-indentation element t)
22884 ((memq type '(diary-sexp footnote-definition)) 0)
22885 ;; First paragraph of a footnote definition or an item.
22886 ;; Indent like parent.
22887 ((< (line-beginning-position) start)
22888 (org--get-expected-indentation
22889 (org-element-property :parent element) t))
22890 ;; At first line: indent according to previous sibling, if any,
22891 ;; ignoring footnote definitions and inline tasks, or parent's
22892 ;; contents.
22893 ((= (line-beginning-position) start)
22894 (catch 'exit
22895 (while t
22896 (if (= (point-min) start) (throw 'exit 0)
22897 (goto-char (1- start))
22898 (let* ((previous (org-element-at-point))
22899 (parent previous))
22900 (while (and parent (<= (org-element-property :end parent) start))
22901 (setq previous parent
22902 parent (org-element-property :parent parent)))
22903 (cond
22904 ((not previous) (throw 'exit 0))
22905 ((> (org-element-property :end previous) start)
22906 (throw 'exit (org--get-expected-indentation previous t)))
22907 ((memq (org-element-type previous)
22908 '(footnote-definition inlinetask))
22909 (setq start (org-element-property :begin previous)))
22910 (t (goto-char (org-element-property :begin previous))
22911 (throw 'exit
22912 (if (bolp) (org-get-indentation)
22913 ;; At first paragraph in an item or
22914 ;; a footnote definition.
22915 (org--get-expected-indentation
22916 (org-element-property :parent previous) t))))))))))
22917 ;; Otherwise, move to the first non-blank line above.
22919 (beginning-of-line)
22920 (let ((pos (point)))
22921 (skip-chars-backward " \r\t\n")
22922 (cond
22923 ;; Two blank lines end a footnote definition or a plain
22924 ;; list. When we indent an empty line after them, the
22925 ;; containing list or footnote definition is over, so it
22926 ;; qualifies as a previous sibling. Therefore, we indent
22927 ;; like its first line.
22928 ((and (memq type '(footnote-definition plain-list))
22929 (> (count-lines (point) pos) 2))
22930 (goto-char start)
22931 (org-get-indentation))
22932 ;; Line above is the first one of a paragraph at the
22933 ;; beginning of an item or a footnote definition. Indent
22934 ;; like parent.
22935 ((< (line-beginning-position) start)
22936 (org--get-expected-indentation
22937 (org-element-property :parent element) t))
22938 ;; Line above is the beginning of an element, i.e., point
22939 ;; was originally on the blank lines between element's start
22940 ;; and contents.
22941 ((= (line-beginning-position) post-affiliated)
22942 (org--get-expected-indentation element t))
22943 ;; POS is after contents in a greater element. Indent like
22944 ;; the beginning of the element.
22946 ;; As a special case, if point is at the end of a footnote
22947 ;; definition or an item, indent like the very last element
22948 ;; within.
22949 ((and (not (eq type 'paragraph))
22950 (let ((cend (org-element-property :contents-end element)))
22951 (and cend (<= cend pos))))
22952 (if (memq type '(footnote-definition item plain-list))
22953 (let ((last (org-element-at-point)))
22954 (org--get-expected-indentation
22955 last
22956 (memq (org-element-type last)
22957 '(footnote-definition item plain-list))))
22958 (goto-char start)
22959 (org-get-indentation)))
22960 ;; In any other case, indent like the current line.
22961 (t (org-get-indentation)))))))))
22963 (defun org--align-node-property ()
22964 "Align node property at point.
22965 Alignment is done according to `org-property-format', which see."
22966 (when (save-excursion
22967 (beginning-of-line)
22968 (looking-at org-property-re))
22969 (replace-match
22970 (concat (match-string 4)
22971 (org-trim
22972 (format org-property-format (match-string 1) (match-string 3))))
22973 t t)))
22975 (defun org-indent-line ()
22976 "Indent line depending on context.
22978 Indentation is done according to the following rules:
22980 - Footnote definitions, diary sexps, headlines and inline tasks
22981 have to start at column 0.
22983 - On the very first line of an element, consider, in order, the
22984 next rules until one matches:
22986 1. If there's a sibling element before, ignoring footnote
22987 definitions and inline tasks, indent like its first line.
22989 2. If element has a parent, indent like its contents. More
22990 precisely, if parent is an item, indent after the
22991 description part, if any, or the bullet (see
22992 `org-list-description-max-indent'). Else, indent like
22993 parent's first line.
22995 3. Otherwise, indent relatively to current level, if
22996 `org-adapt-indentation' is non-nil, or to left margin.
22998 - On a blank line at the end of an element, indent according to
22999 the type of the element. More precisely
23001 1. If element is a plain list, an item, or a footnote
23002 definition, indent like the very last element within.
23004 2. If element is a paragraph, indent like its last non blank
23005 line.
23007 3. Otherwise, indent like its very first line.
23009 - In the code part of a source block, use language major mode
23010 to indent current line if `org-src-tab-acts-natively' is
23011 non-nil. If it is nil, do nothing.
23013 - Otherwise, indent like the first non-blank line above.
23015 The function doesn't indent an item as it could break the whole
23016 list structure. Instead, use \\<org-mode-map>\\[org-shiftmetaleft] or \
23017 \\[org-shiftmetaright].
23019 Also align node properties according to `org-property-format'."
23020 (interactive)
23021 (cond
23022 (orgstruct-is-++
23023 (let ((indent-line-function
23024 (cadadr (assq 'indent-line-function org-fb-vars))))
23025 (indent-according-to-mode)))
23026 ((org-at-heading-p) 'noindent)
23028 (let* ((element (save-excursion (beginning-of-line) (org-element-at-point)))
23029 (type (org-element-type element)))
23030 (cond ((and (memq type '(plain-list item))
23031 (= (line-beginning-position)
23032 (org-element-property :post-affiliated element)))
23033 'noindent)
23034 ((and (eq type 'src-block)
23035 org-src-tab-acts-natively
23036 (> (line-beginning-position)
23037 (org-element-property :post-affiliated element))
23038 (< (line-beginning-position)
23039 (org-with-wide-buffer
23040 (goto-char (org-element-property :end element))
23041 (skip-chars-backward " \r\t\n")
23042 (line-beginning-position))))
23043 (org-babel-do-key-sequence-in-edit-buffer (kbd "TAB")))
23045 (let ((column (org--get-expected-indentation element nil)))
23046 ;; Preserve current column.
23047 (if (<= (current-column) (current-indentation))
23048 (org-indent-line-to column)
23049 (save-excursion (org-indent-line-to column))))
23050 ;; Align node property. Also preserve current column.
23051 (when (eq type 'node-property)
23052 (let ((column (current-column)))
23053 (org--align-node-property)
23054 (org-move-to-column column)))))))))
23056 (defun org-indent-region (start end)
23057 "Indent each non-blank line in the region.
23058 Called from a program, START and END specify the region to
23059 indent. The function will not indent contents of example blocks,
23060 verse blocks and export blocks as leading white spaces are
23061 assumed to be significant there."
23062 (interactive "r")
23063 (save-excursion
23064 (goto-char start)
23065 (skip-chars-forward " \r\t\n")
23066 (unless (eobp) (beginning-of-line))
23067 (let ((indent-to
23068 (lambda (ind pos)
23069 ;; Set IND as indentation for all lines between point and
23070 ;; POS or END, whichever comes first. Blank lines are
23071 ;; ignored. Leave point after POS once done.
23072 (let ((limit (copy-marker (min end pos))))
23073 (while (< (point) limit)
23074 (unless (org-looking-at-p "[ \t]*$") (org-indent-line-to ind))
23075 (forward-line))
23076 (set-marker limit nil))))
23077 (end (copy-marker end)))
23078 (while (< (point) end)
23079 (if (or (org-looking-at-p " \r\t\n") (org-at-heading-p)) (forward-line)
23080 (let* ((element (org-element-at-point))
23081 (type (org-element-type element))
23082 (element-end (copy-marker (org-element-property :end element)))
23083 (ind (org--get-expected-indentation element nil)))
23084 (cond
23085 ((or (memq type '(paragraph table table-row))
23086 (not (or (org-element-property :contents-begin element)
23087 (memq type
23088 '(example-block export-block src-block)))))
23089 ;; Elements here are indented as a single block. Also
23090 ;; align node properties.
23091 (when (eq type 'node-property)
23092 (org--align-node-property)
23093 (beginning-of-line))
23094 (funcall indent-to ind element-end))
23096 ;; Elements in this category consist of three parts:
23097 ;; before the contents, the contents, and after the
23098 ;; contents. The contents are treated specially,
23099 ;; according to the element type, or not indented at
23100 ;; all. Other parts are indented as a single block.
23101 (let* ((post (copy-marker
23102 (org-element-property :post-affiliated element)))
23103 (cbeg
23104 (copy-marker
23105 (cond
23106 ((not (org-element-property :contents-begin element))
23107 ;; Fake contents for source blocks.
23108 (org-with-wide-buffer
23109 (goto-char post)
23110 (forward-line)
23111 (point)))
23112 ((memq type '(footnote-definition item plain-list))
23113 ;; Contents in these elements could start on
23114 ;; the same line as the beginning of the
23115 ;; element. Make sure we start indenting
23116 ;; from the second line.
23117 (org-with-wide-buffer
23118 (goto-char post)
23119 (end-of-line)
23120 (skip-chars-forward " \r\t\n")
23121 (if (eobp) (point) (line-beginning-position))))
23122 (t (org-element-property :contents-begin element)))))
23123 (cend (copy-marker
23124 (or (org-element-property :contents-end element)
23125 ;; Fake contents for source blocks.
23126 (org-with-wide-buffer
23127 (goto-char element-end)
23128 (skip-chars-backward " \r\t\n")
23129 (line-beginning-position)))
23130 t)))
23131 ;; Do not change items indentation individually as it
23132 ;; might break the list as a whole. On the other
23133 ;; hand, when at a plain list, indent it as a whole.
23134 (cond ((eq type 'plain-list)
23135 (let ((offset (- ind (org-get-indentation))))
23136 (unless (zerop offset)
23137 (indent-rigidly (org-element-property :begin element)
23138 (org-element-property :end element)
23139 offset))
23140 (goto-char cbeg)))
23141 ((eq type 'item) (goto-char cbeg))
23142 (t (funcall indent-to ind cbeg)))
23143 (when (< (point) end)
23144 (case type
23145 ((example-block export-block verse-block))
23146 (src-block
23147 ;; In a source block, indent source code
23148 ;; according to language major mode, but only if
23149 ;; `org-src-tab-acts-natively' is non-nil.
23150 (when (and (< (point) end) org-src-tab-acts-natively)
23151 (ignore-errors
23152 (org-babel-do-in-edit-buffer
23153 (indent-region (point-min) (point-max))))))
23154 (t (org-indent-region (point) (min cend end))))
23155 (goto-char (min cend end))
23156 (when (< (point) end) (funcall indent-to ind element-end)))
23157 (set-marker post nil)
23158 (set-marker cbeg nil)
23159 (set-marker cend nil))))
23160 (set-marker element-end nil))))
23161 (set-marker end nil))))
23163 (defun org-indent-drawer ()
23164 "Indent the drawer at point."
23165 (interactive)
23166 (unless (save-excursion
23167 (beginning-of-line)
23168 (org-looking-at-p org-drawer-regexp))
23169 (user-error "Not at a drawer"))
23170 (let ((element (org-element-at-point)))
23171 (unless (memq (org-element-type element) '(drawer property-drawer))
23172 (user-error "Not at a drawer"))
23173 (org-with-wide-buffer
23174 (org-indent-region (org-element-property :begin element)
23175 (org-element-property :end element))))
23176 (message "Drawer at point indented"))
23178 (defun org-indent-block ()
23179 "Indent the block at point."
23180 (interactive)
23181 (unless (save-excursion
23182 (beginning-of-line)
23183 (let ((case-fold-search t))
23184 (org-looking-at-p "[ \t]*#\\+\\(begin\\|end\\)_")))
23185 (user-error "Not at a block"))
23186 (let ((element (org-element-at-point)))
23187 (unless (memq (org-element-type element)
23188 '(comment-block center-block dynamic-block example-block
23189 export-block quote-block special-block
23190 src-block verse-block))
23191 (user-error "Not at a block"))
23192 (org-with-wide-buffer
23193 (org-indent-region (org-element-property :begin element)
23194 (org-element-property :end element))))
23195 (message "Block at point indented"))
23198 ;;; Filling
23200 ;; We use our own fill-paragraph and auto-fill functions.
23202 ;; `org-fill-paragraph' relies on adaptive filling and context
23203 ;; checking. Appropriate `fill-prefix' is computed with
23204 ;; `org-adaptive-fill-function'.
23206 ;; `org-auto-fill-function' takes care of auto-filling. It calls
23207 ;; `do-auto-fill' only on valid areas with `fill-prefix' shadowed with
23208 ;; `org-adaptive-fill-function' value. Internally,
23209 ;; `org-comment-line-break-function' breaks the line.
23211 ;; `org-setup-filling' installs filling and auto-filling related
23212 ;; variables during `org-mode' initialization.
23214 (defvar org-element-paragraph-separate) ; org-element.el
23215 (defun org-setup-filling ()
23216 (require 'org-element)
23217 ;; Prevent auto-fill from inserting unwanted new items.
23218 (when (boundp 'fill-nobreak-predicate)
23219 (org-set-local
23220 'fill-nobreak-predicate
23221 (org-uniquify
23222 (append fill-nobreak-predicate
23223 '(org-fill-line-break-nobreak-p
23224 org-fill-paragraph-with-timestamp-nobreak-p)))))
23225 (let ((paragraph-ending (substring org-element-paragraph-separate 1)))
23226 (org-set-local 'paragraph-start paragraph-ending)
23227 (org-set-local 'paragraph-separate paragraph-ending))
23228 (org-set-local 'fill-paragraph-function 'org-fill-paragraph)
23229 (org-set-local 'auto-fill-inhibit-regexp nil)
23230 (org-set-local 'adaptive-fill-function 'org-adaptive-fill-function)
23231 (org-set-local 'normal-auto-fill-function 'org-auto-fill-function)
23232 (org-set-local 'comment-line-break-function 'org-comment-line-break-function))
23234 (defun org-fill-line-break-nobreak-p ()
23235 "Non-nil when a new line at point would create an Org line break."
23236 (save-excursion
23237 (skip-chars-backward "[ \t]")
23238 (skip-chars-backward "\\\\")
23239 (looking-at "\\\\\\\\\\($\\|[^\\\\]\\)")))
23241 (defun org-fill-paragraph-with-timestamp-nobreak-p ()
23242 "Non-nil when a new line at point would split a timestamp."
23243 (and (org-at-timestamp-p t)
23244 (not (looking-at org-ts-regexp-both))))
23246 (declare-function message-in-body-p "message" ())
23247 (defvar orgtbl-line-start-regexp) ; From org-table.el
23248 (defun org-adaptive-fill-function ()
23249 "Compute a fill prefix for the current line.
23250 Return fill prefix, as a string, or nil if current line isn't
23251 meant to be filled. For convenience, if `adaptive-fill-regexp'
23252 matches in paragraphs or comments, use it."
23253 (catch 'exit
23254 (when (derived-mode-p 'message-mode)
23255 (save-excursion
23256 (beginning-of-line)
23257 (cond ((not (message-in-body-p)) (throw 'exit nil))
23258 ((org-looking-at-p org-table-line-regexp) (throw 'exit nil))
23259 ((looking-at message-cite-prefix-regexp)
23260 (throw 'exit (match-string-no-properties 0)))
23261 ((looking-at org-outline-regexp)
23262 (throw 'exit (make-string (length (match-string 0)) ?\s))))))
23263 (org-with-wide-buffer
23264 (unless (org-at-heading-p)
23265 (let* ((p (line-beginning-position))
23266 (element (save-excursion
23267 (beginning-of-line)
23268 (org-element-at-point)))
23269 (type (org-element-type element))
23270 (post-affiliated (org-element-property :post-affiliated element)))
23271 (unless (< p post-affiliated)
23272 (case type
23273 (comment
23274 (save-excursion
23275 (beginning-of-line)
23276 (looking-at "[ \t]*")
23277 (concat (match-string 0) "# ")))
23278 (footnote-definition "")
23279 ((item plain-list)
23280 (make-string (org-list-item-body-column post-affiliated) ?\s))
23281 (paragraph
23282 ;; Fill prefix is usually the same as the current line,
23283 ;; unless the paragraph is at the beginning of an item.
23284 (let ((parent (org-element-property :parent element)))
23285 (save-excursion
23286 (beginning-of-line)
23287 (cond ((eq (org-element-type parent) 'item)
23288 (make-string (org-list-item-body-column
23289 (org-element-property :begin parent))
23290 ?\s))
23291 ((and adaptive-fill-regexp
23292 ;; Locally disable
23293 ;; `adaptive-fill-function' to let
23294 ;; `fill-context-prefix' handle
23295 ;; `adaptive-fill-regexp' variable.
23296 (let (adaptive-fill-function)
23297 (fill-context-prefix
23298 post-affiliated
23299 (org-element-property :end element)))))
23300 ((looking-at "[ \t]+") (match-string 0))
23301 (t "")))))
23302 (comment-block
23303 ;; Only fill contents if P is within block boundaries.
23304 (let* ((cbeg (save-excursion (goto-char post-affiliated)
23305 (forward-line)
23306 (point)))
23307 (cend (save-excursion
23308 (goto-char (org-element-property :end element))
23309 (skip-chars-backward " \r\t\n")
23310 (line-beginning-position))))
23311 (when (and (>= p cbeg) (< p cend))
23312 (if (save-excursion (beginning-of-line) (looking-at "[ \t]+"))
23313 (match-string 0)
23314 "")))))))))))
23316 (declare-function message-goto-body "message" ())
23317 (defvar message-cite-prefix-regexp) ; From message.el
23318 (defun org-fill-paragraph (&optional justify)
23319 "Fill element at point, when applicable.
23321 This function only applies to comment blocks, comments, example
23322 blocks and paragraphs. Also, as a special case, re-align table
23323 when point is at one.
23325 If JUSTIFY is non-nil (interactively, with prefix argument),
23326 justify as well. If `sentence-end-double-space' is non-nil, then
23327 period followed by one space does not end a sentence, so don't
23328 break a line there. The variable `fill-column' controls the
23329 width for filling.
23331 For convenience, when point is at a plain list, an item or
23332 a footnote definition, try to fill the first paragraph within."
23333 (interactive)
23334 (if (and (derived-mode-p 'message-mode)
23335 (or (not (message-in-body-p))
23336 (save-excursion (move-beginning-of-line 1)
23337 (looking-at message-cite-prefix-regexp))))
23338 ;; First ensure filling is correct in message-mode.
23339 (let ((fill-paragraph-function
23340 (cadadr (assoc 'fill-paragraph-function org-fb-vars)))
23341 (fill-prefix (cadadr (assoc 'fill-prefix org-fb-vars)))
23342 (paragraph-start (cadadr (assoc 'paragraph-start org-fb-vars)))
23343 (paragraph-separate
23344 (cadadr (assoc 'paragraph-separate org-fb-vars))))
23345 (fill-paragraph nil))
23346 (with-syntax-table org-mode-transpose-word-syntax-table
23347 ;; Move to end of line in order to get the first paragraph
23348 ;; within a plain list or a footnote definition.
23349 (let ((element (save-excursion
23350 (end-of-line)
23351 (or (ignore-errors (org-element-at-point))
23352 (user-error "An element cannot be parsed line %d"
23353 (line-number-at-pos (point)))))))
23354 ;; First check if point is in a blank line at the beginning of
23355 ;; the buffer. In that case, ignore filling.
23356 (case (org-element-type element)
23357 ;; Use major mode filling function is src blocks.
23358 (src-block (org-babel-do-key-sequence-in-edit-buffer (kbd "M-q")))
23359 ;; Align Org tables, leave table.el tables as-is.
23360 (table-row (org-table-align) t)
23361 (table
23362 (when (eq (org-element-property :type element) 'org)
23363 (save-excursion
23364 (goto-char (org-element-property :post-affiliated element))
23365 (org-table-align)))
23367 (paragraph
23368 ;; Paragraphs may contain `line-break' type objects.
23369 (let ((beg (max (point-min)
23370 (org-element-property :contents-begin element)))
23371 (end (min (point-max)
23372 (org-element-property :contents-end element))))
23373 ;; Do nothing if point is at an affiliated keyword.
23374 (if (< (line-end-position) beg) t
23375 (when (derived-mode-p 'message-mode)
23376 ;; In `message-mode', do not fill following citation
23377 ;; in current paragraph nor text before message body.
23378 (let ((body-start (save-excursion (message-goto-body))))
23379 (when body-start (setq beg (max body-start beg))))
23380 (when (save-excursion
23381 (re-search-forward
23382 (concat "^" message-cite-prefix-regexp) end t))
23383 (setq end (match-beginning 0))))
23384 ;; Fill paragraph, taking line breaks into account.
23385 (save-excursion
23386 (goto-char beg)
23387 (let ((cuts (list beg)))
23388 (while (re-search-forward "\\\\\\\\[ \t]*\n" end t)
23389 (when (eq 'line-break
23390 (org-element-type
23391 (save-excursion (backward-char)
23392 (org-element-context))))
23393 (push (point) cuts)))
23394 (dolist (c (delq end cuts))
23395 (fill-region-as-paragraph c end justify)
23396 (setq end c))))
23397 t)))
23398 ;; Contents of `comment-block' type elements should be
23399 ;; filled as plain text, but only if point is within block
23400 ;; markers.
23401 (comment-block
23402 (let* ((case-fold-search t)
23403 (beg (save-excursion
23404 (goto-char (org-element-property :begin element))
23405 (re-search-forward "^[ \t]*#\\+begin_comment" nil t)
23406 (forward-line)
23407 (point)))
23408 (end (save-excursion
23409 (goto-char (org-element-property :end element))
23410 (re-search-backward "^[ \t]*#\\+end_comment" nil t)
23411 (line-beginning-position))))
23412 (if (or (< (point) beg) (> (point) end)) t
23413 (fill-region-as-paragraph
23414 (save-excursion (end-of-line)
23415 (re-search-backward "^[ \t]*$" beg 'move)
23416 (line-beginning-position))
23417 (save-excursion (beginning-of-line)
23418 (re-search-forward "^[ \t]*$" end 'move)
23419 (line-beginning-position))
23420 justify))))
23421 ;; Fill comments.
23422 (comment
23423 (let ((begin (org-element-property :post-affiliated element))
23424 (end (org-element-property :end element)))
23425 (when (and (>= (point) begin) (<= (point) end))
23426 (let ((begin (save-excursion
23427 (end-of-line)
23428 (if (re-search-backward "^[ \t]*#[ \t]*$" begin t)
23429 (progn (forward-line) (point))
23430 begin)))
23431 (end (save-excursion
23432 (end-of-line)
23433 (if (re-search-forward "^[ \t]*#[ \t]*$" end 'move)
23434 (1- (line-beginning-position))
23435 (skip-chars-backward " \r\t\n")
23436 (line-end-position)))))
23437 ;; Do not fill comments when at a blank line.
23438 (when (> end begin)
23439 (let ((fill-prefix
23440 (save-excursion
23441 (beginning-of-line)
23442 (looking-at "[ \t]*#")
23443 (let ((comment-prefix (match-string 0)))
23444 (goto-char (match-end 0))
23445 (if (looking-at adaptive-fill-regexp)
23446 (concat comment-prefix (match-string 0))
23447 (concat comment-prefix " "))))))
23448 (save-excursion
23449 (fill-region-as-paragraph begin end justify))))))
23451 ;; Ignore every other element.
23452 (otherwise t))))))
23454 (defun org-auto-fill-function ()
23455 "Auto-fill function."
23456 ;; Check if auto-filling is meaningful.
23457 (let ((fc (current-fill-column)))
23458 (when (and fc (> (current-column) fc))
23459 (let* ((fill-prefix (org-adaptive-fill-function))
23460 ;; Enforce empty fill prefix, if required. Otherwise, it
23461 ;; will be computed again.
23462 (adaptive-fill-mode (not (equal fill-prefix ""))))
23463 (when fill-prefix (do-auto-fill))))))
23465 (defun org-comment-line-break-function (&optional soft)
23466 "Break line at point and indent, continuing comment if within one.
23467 The inserted newline is marked hard if variable
23468 `use-hard-newlines' is true, unless optional argument SOFT is
23469 non-nil."
23470 (if soft (insert-and-inherit ?\n) (newline 1))
23471 (save-excursion (forward-char -1) (delete-horizontal-space))
23472 (delete-horizontal-space)
23473 (indent-to-left-margin)
23474 (insert-before-markers-and-inherit fill-prefix))
23477 ;;; Fixed Width Areas
23479 (defun org-toggle-fixed-width ()
23480 "Toggle fixed-width markup.
23482 Add or remove fixed-width markup on current line, whenever it
23483 makes sense. Return an error otherwise.
23485 If a region is active and if it contains only fixed-width areas
23486 or blank lines, remove all fixed-width markup in it. If the
23487 region contains anything else, convert all non-fixed-width lines
23488 to fixed-width ones.
23490 Blank lines at the end of the region are ignored unless the
23491 region only contains such lines."
23492 (interactive)
23493 (if (not (org-region-active-p))
23494 ;; No region:
23496 ;; Remove fixed width marker only in a fixed-with element.
23498 ;; Add fixed width maker in paragraphs, in blank lines after
23499 ;; elements or at the beginning of a headline or an inlinetask,
23500 ;; and before any one-line elements (e.g., a clock).
23501 (progn
23502 (beginning-of-line)
23503 (let* ((element (org-element-at-point))
23504 (type (org-element-type element)))
23505 (cond
23506 ((and (eq type 'fixed-width)
23507 (looking-at "[ \t]*\\(:\\(?: \\|$\\)\\)"))
23508 (replace-match
23509 "" nil nil nil (if (= (line-end-position) (match-end 0)) 0 1)))
23510 ((and (memq type '(babel-call clock comment diary-sexp headline
23511 horizontal-rule keyword paragraph
23512 planning))
23513 (<= (org-element-property :post-affiliated element) (point)))
23514 (skip-chars-forward " \t")
23515 (insert ": "))
23516 ((and (org-looking-at-p "[ \t]*$")
23517 (or (eq type 'inlinetask)
23518 (save-excursion
23519 (skip-chars-forward " \r\t\n")
23520 (<= (org-element-property :end element) (point)))))
23521 (delete-region (point) (line-end-position))
23522 (org-indent-line)
23523 (insert ": "))
23524 (t (user-error "Cannot insert a fixed-width line here")))))
23525 ;; Region active.
23526 (let* ((begin (save-excursion
23527 (goto-char (region-beginning))
23528 (line-beginning-position)))
23529 (end (copy-marker
23530 (save-excursion
23531 (goto-char (region-end))
23532 (unless (eolp) (beginning-of-line))
23533 (if (save-excursion (re-search-backward "\\S-" begin t))
23534 (progn (skip-chars-backward " \r\t\n") (point))
23535 (point)))))
23536 (all-fixed-width-p
23537 (catch 'not-all-p
23538 (save-excursion
23539 (goto-char begin)
23540 (skip-chars-forward " \r\t\n")
23541 (when (eobp) (throw 'not-all-p nil))
23542 (while (< (point) end)
23543 (let ((element (org-element-at-point)))
23544 (if (eq (org-element-type element) 'fixed-width)
23545 (goto-char (org-element-property :end element))
23546 (throw 'not-all-p nil))))
23547 t))))
23548 (if all-fixed-width-p
23549 (save-excursion
23550 (goto-char begin)
23551 (while (< (point) end)
23552 (when (looking-at "[ \t]*\\(:\\(?: \\|$\\)\\)")
23553 (replace-match
23554 "" nil nil nil
23555 (if (= (line-end-position) (match-end 0)) 0 1)))
23556 (forward-line)))
23557 (let ((min-ind (point-max)))
23558 ;; Find minimum indentation across all lines.
23559 (save-excursion
23560 (goto-char begin)
23561 (if (not (save-excursion (re-search-forward "\\S-" end t)))
23562 (setq min-ind 0)
23563 (catch 'zerop
23564 (while (< (point) end)
23565 (unless (org-looking-at-p "[ \t]*$")
23566 (let ((ind (org-get-indentation)))
23567 (setq min-ind (min min-ind ind))
23568 (when (zerop ind) (throw 'zerop t))))
23569 (forward-line)))))
23570 ;; Loop over all lines and add fixed-width markup everywhere
23571 ;; but in fixed-width lines.
23572 (save-excursion
23573 (goto-char begin)
23574 (while (< (point) end)
23575 (cond
23576 ((org-at-heading-p)
23577 (insert ": ")
23578 (forward-line)
23579 (while (and (< (point) end) (org-looking-at-p "[ \t]*$"))
23580 (insert ":")
23581 (forward-line)))
23582 ((org-looking-at-p "[ \t]*:\\( \\|$\\)")
23583 (let* ((element (org-element-at-point))
23584 (element-end (org-element-property :end element)))
23585 (if (eq (org-element-type element) 'fixed-width)
23586 (progn (goto-char element-end)
23587 (skip-chars-backward " \r\t\n")
23588 (forward-line))
23589 (let ((limit (min end element-end)))
23590 (while (< (point) limit)
23591 (org-move-to-column min-ind t)
23592 (insert ": ")
23593 (forward-line))))))
23595 (org-move-to-column min-ind t)
23596 (insert ": ")
23597 (forward-line)))))))
23598 (set-marker end nil))))
23601 ;;; Comments
23603 ;; Org comments syntax is quite complex. It requires the entire line
23604 ;; to be just a comment. Also, even with the right syntax at the
23605 ;; beginning of line, some some elements (i.e. verse-block or
23606 ;; example-block) don't accept comments. Usual Emacs comment commands
23607 ;; cannot cope with those requirements. Therefore, Org replaces them.
23609 ;; Org still relies on `comment-dwim', but cannot trust
23610 ;; `comment-only-p'. So, `comment-region-function' and
23611 ;; `uncomment-region-function' both point
23612 ;; to`org-comment-or-uncomment-region'. Eventually,
23613 ;; `org-insert-comment' takes care of insertion of comments at the
23614 ;; beginning of line.
23616 ;; `org-setup-comments-handling' install comments related variables
23617 ;; during `org-mode' initialization.
23619 (defun org-setup-comments-handling ()
23620 (interactive)
23621 (org-set-local 'comment-use-syntax nil)
23622 (org-set-local 'comment-start "# ")
23623 (org-set-local 'comment-start-skip "^\\s-*#\\(?: \\|$\\)")
23624 (org-set-local 'comment-insert-comment-function 'org-insert-comment)
23625 (org-set-local 'comment-region-function 'org-comment-or-uncomment-region)
23626 (org-set-local 'uncomment-region-function 'org-comment-or-uncomment-region))
23628 (defun org-insert-comment ()
23629 "Insert an empty comment above current line.
23630 If the line is empty, insert comment at its beginning. When
23631 point is within a source block, comment according to the related
23632 major mode."
23633 (if (let ((element (org-element-at-point)))
23634 (and (eq (org-element-type element) 'src-block)
23635 (< (save-excursion
23636 (goto-char (org-element-property :post-affiliated element))
23637 (line-end-position))
23638 (point))
23639 (> (save-excursion
23640 (goto-char (org-element-property :end element))
23641 (skip-chars-backward " \r\t\n")
23642 (line-beginning-position))
23643 (point))))
23644 (org-babel-do-in-edit-buffer (call-interactively 'comment-dwim))
23645 (beginning-of-line)
23646 (if (looking-at "\\s-*$") (delete-region (point) (point-at-eol))
23647 (open-line 1))
23648 (org-indent-line)
23649 (insert "# ")))
23651 (defvar comment-empty-lines) ; From newcomment.el.
23652 (defun org-comment-or-uncomment-region (beg end &rest _)
23653 "Comment or uncomment each non-blank line in the region.
23654 Uncomment each non-blank line between BEG and END if it only
23655 contains commented lines. Otherwise, comment them. If region is
23656 strictly within a source block, use appropriate comment syntax."
23657 (if (let ((element (org-element-at-point)))
23658 (and (eq (org-element-type element) 'src-block)
23659 (< (save-excursion
23660 (goto-char (org-element-property :post-affiliated element))
23661 (line-end-position))
23662 beg)
23663 (>= (save-excursion
23664 (goto-char (org-element-property :end element))
23665 (skip-chars-backward " \r\t\n")
23666 (line-beginning-position))
23667 end)))
23668 (org-babel-do-in-edit-buffer (call-interactively 'comment-dwim))
23669 (save-restriction
23670 ;; Restrict region
23671 (narrow-to-region (save-excursion (goto-char beg)
23672 (skip-chars-forward " \r\t\n" end)
23673 (line-beginning-position))
23674 (save-excursion (goto-char end)
23675 (skip-chars-backward " \r\t\n" beg)
23676 (line-end-position)))
23677 (let ((uncommentp
23678 ;; UNCOMMENTP is non-nil when every non blank line between
23679 ;; BEG and END is a comment.
23680 (save-excursion
23681 (goto-char (point-min))
23682 (while (and (not (eobp))
23683 (let ((element (org-element-at-point)))
23684 (and (eq (org-element-type element) 'comment)
23685 (goto-char (min (point-max)
23686 (org-element-property
23687 :end element)))))))
23688 (eobp))))
23689 (if uncommentp
23690 ;; Only blank lines and comments in region: uncomment it.
23691 (save-excursion
23692 (goto-char (point-min))
23693 (while (not (eobp))
23694 (when (looking-at "[ \t]*\\(#\\(?: \\|$\\)\\)")
23695 (replace-match "" nil nil nil 1))
23696 (forward-line)))
23697 ;; Comment each line in region.
23698 (let ((min-indent (point-max)))
23699 ;; First find the minimum indentation across all lines.
23700 (save-excursion
23701 (goto-char (point-min))
23702 (while (and (not (eobp)) (not (zerop min-indent)))
23703 (unless (looking-at "[ \t]*$")
23704 (setq min-indent (min min-indent (current-indentation))))
23705 (forward-line)))
23706 ;; Then loop over all lines.
23707 (save-excursion
23708 (goto-char (point-min))
23709 (while (not (eobp))
23710 (unless (and (not comment-empty-lines) (looking-at "[ \t]*$"))
23711 ;; Don't get fooled by invisible text (e.g. link path)
23712 ;; when moving to column MIN-INDENT.
23713 (let ((buffer-invisibility-spec nil))
23714 (org-move-to-column min-indent t))
23715 (insert comment-start))
23716 (forward-line)))))))))
23718 (defun org-comment-dwim (arg)
23719 "Call `comment-dwim' within a source edit buffer if needed."
23720 (interactive "*P")
23721 (if (org-in-src-block-p)
23722 (org-babel-do-in-edit-buffer (call-interactively 'comment-dwim))
23723 (call-interactively 'comment-dwim)))
23726 ;;; Timestamps API
23728 ;; This section contains tools to operate on timestamp objects, as
23729 ;; returned by, e.g. `org-element-context'.
23731 (defun org-timestamp--to-internal-time (timestamp &optional end)
23732 "Encode TIMESTAMP object into Emacs internal time.
23733 Use end of date range or time range when END is non-nil."
23734 (apply #'encode-time
23735 (cons 0
23736 (mapcar
23737 (lambda (prop) (or (org-element-property prop timestamp) 0))
23738 (if end '(:minute-end :hour-end :day-end :month-end :year-end)
23739 '(:minute-start :hour-start :day-start :month-start
23740 :year-start))))))
23742 (defun org-timestamp-has-time-p (timestamp)
23743 "Non-nil when TIMESTAMP has a time specified."
23744 (org-element-property :hour-start timestamp))
23746 (defun org-timestamp-format (timestamp format &optional end utc)
23747 "Format a TIMESTAMP object into a string.
23749 FORMAT is a format specifier to be passed to
23750 `format-time-string'.
23752 When optional argument END is non-nil, use end of date-range or
23753 time-range, if possible.
23755 When optional argument UTC is non-nil, time will be expressed as
23756 Universal Time."
23757 (format-time-string
23758 format (org-timestamp--to-internal-time timestamp end) utc))
23760 (defun org-timestamp-split-range (timestamp &optional end)
23761 "Extract a TIMESTAMP object from a date or time range.
23763 END, when non-nil, means extract the end of the range.
23764 Otherwise, extract its start.
23766 Return a new timestamp object."
23767 (let ((type (org-element-property :type timestamp)))
23768 (if (memq type '(active inactive diary)) timestamp
23769 (let ((split-ts (org-element-copy timestamp)))
23770 ;; Set new type.
23771 (org-element-put-property
23772 split-ts :type (if (eq type 'active-range) 'active 'inactive))
23773 ;; Copy start properties over end properties if END is
23774 ;; non-nil. Otherwise, copy end properties over `start' ones.
23775 (let ((p-alist '((:minute-start . :minute-end)
23776 (:hour-start . :hour-end)
23777 (:day-start . :day-end)
23778 (:month-start . :month-end)
23779 (:year-start . :year-end))))
23780 (dolist (p-cell p-alist)
23781 (org-element-put-property
23782 split-ts
23783 (funcall (if end #'car #'cdr) p-cell)
23784 (org-element-property
23785 (funcall (if end #'cdr #'car) p-cell) split-ts)))
23786 ;; Eventually refresh `:raw-value'.
23787 (org-element-put-property split-ts :raw-value nil)
23788 (org-element-put-property
23789 split-ts :raw-value (org-element-interpret-data split-ts)))))))
23791 (defun org-timestamp-translate (timestamp &optional boundary)
23792 "Translate TIMESTAMP object to custom format.
23794 Format string is defined in `org-time-stamp-custom-formats',
23795 which see.
23797 When optional argument BOUNDARY is non-nil, it is either the
23798 symbol `start' or `end'. In this case, only translate the
23799 starting or ending part of TIMESTAMP if it is a date or time
23800 range. Otherwise, translate both parts.
23802 Return timestamp as-is if `org-display-custom-times' is nil or if
23803 it has a `diary' type."
23804 (let ((type (org-element-property :type timestamp)))
23805 (if (or (not org-display-custom-times) (eq type 'diary))
23806 (org-element-interpret-data timestamp)
23807 (let ((fmt (funcall (if (org-timestamp-has-time-p timestamp) #'cdr #'car)
23808 org-time-stamp-custom-formats)))
23809 (if (and (not boundary) (memq type '(active-range inactive-range)))
23810 (concat (org-timestamp-format timestamp fmt)
23811 "--"
23812 (org-timestamp-format timestamp fmt t))
23813 (org-timestamp-format timestamp fmt (eq boundary 'end)))))))
23817 ;;; Other stuff.
23819 (defvar reftex-docstruct-symbol)
23820 (defvar reftex-cite-format)
23821 (defvar org--rds)
23823 (defun org-reftex-citation ()
23824 "Use reftex-citation to insert a citation into the buffer.
23825 This looks for a line like
23827 #+BIBLIOGRAPHY: foo plain option:-d
23829 and derives from it that foo.bib is the bibliography file relevant
23830 for this document. It then installs the necessary environment for RefTeX
23831 to work in this buffer and calls `reftex-citation' to insert a citation
23832 into the buffer.
23834 Export of such citations to both LaTeX and HTML is handled by the contributed
23835 package ox-bibtex by Taru Karttunen."
23836 (interactive)
23837 (let ((reftex-docstruct-symbol 'org--rds)
23838 (reftex-cite-format "\\cite{%l}")
23839 org--rds bib)
23840 (save-excursion
23841 (save-restriction
23842 (widen)
23843 (let ((case-fold-search t)
23844 (re "^[ \t]*#\\+BIBLIOGRAPHY:[ \t]+\\([^ \t\n]+\\)"))
23845 (if (not (save-excursion
23846 (or (re-search-forward re nil t)
23847 (re-search-backward re nil t))))
23848 (user-error "No bibliography defined in file")
23849 (setq bib (concat (match-string 1) ".bib")
23850 org--rds (list (list 'bib bib)))))))
23851 (call-interactively 'reftex-citation)))
23853 ;;;; Functions extending outline functionality
23855 (defun org-beginning-of-line (&optional arg)
23856 "Go to the beginning of the current line. If that is invisible, continue
23857 to a visible line beginning. This makes the function of C-a more intuitive.
23858 If this is a headline, and `org-special-ctrl-a/e' is set, ignore tags on the
23859 first attempt, and only move to after the tags when the cursor is already
23860 beyond the end of the headline."
23861 (interactive "P")
23862 (let ((pos (point))
23863 (special (if (consp org-special-ctrl-a/e)
23864 (car org-special-ctrl-a/e)
23865 org-special-ctrl-a/e))
23866 deactivate-mark refpos)
23867 (if (org-bound-and-true-p visual-line-mode)
23868 (beginning-of-visual-line 1)
23869 (beginning-of-line 1))
23870 (if (and arg (fboundp 'move-beginning-of-line))
23871 (call-interactively 'move-beginning-of-line)
23872 (if (bobp)
23874 (backward-char 1)
23875 (if (org-truely-invisible-p)
23876 (while (and (not (bobp)) (org-truely-invisible-p))
23877 (backward-char 1)
23878 (beginning-of-line 1))
23879 (forward-char 1))))
23880 (when special
23881 (cond
23882 ((and (looking-at org-complex-heading-regexp)
23883 (eq (char-after (match-end 1)) ?\s))
23884 (setq refpos (min (1+ (or (match-end 3) (match-end 2) (match-end 1)))
23885 (point-at-eol)))
23886 (goto-char
23887 (if (eq special t)
23888 (cond ((> pos refpos) refpos)
23889 ((= pos (point)) refpos)
23890 (t (point)))
23891 (cond ((> pos (point)) (point))
23892 ((not (eq last-command this-command)) (point))
23893 (t refpos)))))
23894 ((org-at-item-p)
23895 ;; Being at an item and not looking at an the item means point
23896 ;; was previously moved to beginning of a visual line, which
23897 ;; doesn't contain the item. Therefore, do nothing special,
23898 ;; just stay here.
23899 (when (looking-at org-list-full-item-re)
23900 ;; Set special position at first white space character after
23901 ;; bullet, and check-box, if any.
23902 (let ((after-bullet
23903 (let ((box (match-end 3)))
23904 (if (not box) (match-end 1)
23905 (let ((after (char-after box)))
23906 (if (and after (= after ? )) (1+ box) box))))))
23907 ;; Special case: Move point to special position when
23908 ;; currently after it or at beginning of line.
23909 (if (eq special t)
23910 (when (or (> pos after-bullet) (= (point) pos))
23911 (goto-char after-bullet))
23912 ;; Reversed case: Move point to special position when
23913 ;; point was already at beginning of line and command is
23914 ;; repeated.
23915 (when (and (= (point) pos) (eq last-command this-command))
23916 (goto-char after-bullet))))))))
23917 (org-no-warnings
23918 (and (featurep 'xemacs) (setq zmacs-region-stays t))))
23919 (setq disable-point-adjustment
23920 (or (not (invisible-p (point)))
23921 (not (invisible-p (max (point-min) (1- (point))))))))
23923 (defun org-end-of-line (&optional arg)
23924 "Go to the end of the line.
23925 If this is a headline, and `org-special-ctrl-a/e' is set, ignore
23926 tags on the first attempt, and only move to after the tags when
23927 the cursor is already beyond the end of the headline."
23928 (interactive "P")
23929 (let ((special (if (consp org-special-ctrl-a/e) (cdr org-special-ctrl-a/e)
23930 org-special-ctrl-a/e))
23931 (move-fun (cond ((org-bound-and-true-p visual-line-mode)
23932 'end-of-visual-line)
23933 ((fboundp 'move-end-of-line) 'move-end-of-line)
23934 (t 'end-of-line)))
23935 deactivate-mark)
23936 (if (or (not special) arg) (call-interactively move-fun)
23937 (let* ((element (save-excursion (beginning-of-line)
23938 (org-element-at-point)))
23939 (type (org-element-type element)))
23940 (cond
23941 ((memq type '(headline inlinetask))
23942 (let ((pos (point)))
23943 (beginning-of-line 1)
23944 (if (looking-at (org-re ".*?\\(?:\\([ \t]*\\)\\(:[[:alnum:]_@#%:]+:\\)?[ \t]*\\)?$"))
23945 (if (eq special t)
23946 (if (or (< pos (match-beginning 1)) (= pos (match-end 0)))
23947 (goto-char (match-beginning 1))
23948 (goto-char (match-end 0)))
23949 (if (or (< pos (match-end 0))
23950 (not (eq this-command last-command)))
23951 (goto-char (match-end 0))
23952 (goto-char (match-beginning 1))))
23953 (call-interactively move-fun))))
23954 ((outline-invisible-p (line-end-position))
23955 ;; If element is hidden, `move-end-of-line' would put point
23956 ;; after it. Use `end-of-line' to stay on current line.
23957 (call-interactively 'end-of-line))
23958 (t (call-interactively move-fun)))))
23959 (org-no-warnings (and (featurep 'xemacs) (setq zmacs-region-stays t))))
23960 (setq disable-point-adjustment
23961 (or (not (invisible-p (point)))
23962 (not (invisible-p (max (point-min) (1- (point))))))))
23964 (define-key org-mode-map "\C-a" 'org-beginning-of-line)
23965 (define-key org-mode-map "\C-e" 'org-end-of-line)
23967 (defun org-backward-sentence (&optional _arg)
23968 "Go to beginning of sentence, or beginning of table field.
23969 This will call `backward-sentence' or `org-table-beginning-of-field',
23970 depending on context."
23971 (interactive)
23972 (let* ((element (org-element-at-point))
23973 (contents-begin (org-element-property :contents-begin element))
23974 (table (org-element-lineage element '(table) t)))
23975 (if (and table
23976 (> (point) contents-begin)
23977 (<= (point) (org-element-property :contents-end table)))
23978 (call-interactively #'org-table-beginning-of-field)
23979 (save-restriction
23980 (when (and contents-begin
23981 (< (point-min) contents-begin)
23982 (> (point) contents-begin))
23983 (narrow-to-region contents-begin
23984 (org-element-property :contents-end element)))
23985 (call-interactively #'backward-sentence)))))
23987 (defun org-forward-sentence (&optional _arg)
23988 "Go to end of sentence, or end of table field.
23989 This will call `forward-sentence' or `org-table-end-of-field',
23990 depending on context."
23991 (interactive)
23992 (let* ((element (org-element-at-point))
23993 (contents-end (org-element-property :contents-end element))
23994 (table (org-element-lineage element '(table) t)))
23995 (if (and table
23996 (>= (point) (org-element-property :contents-begin table))
23997 (< (point) contents-end))
23998 (call-interactively #'org-table-end-of-field)
23999 (save-restriction
24000 (when (and contents-end
24001 (> (point-max) contents-end)
24002 ;; Skip blank lines between elements.
24003 (< (org-element-property :end element)
24004 (save-excursion (goto-char contents-end)
24005 (skip-chars-forward " \r\t\n"))))
24006 (narrow-to-region (org-element-property :contents-begin element)
24007 contents-end))
24008 (call-interactively #'forward-sentence)))))
24010 (define-key org-mode-map "\M-a" 'org-backward-sentence)
24011 (define-key org-mode-map "\M-e" 'org-forward-sentence)
24013 (defun org-kill-line (&optional _arg)
24014 "Kill line, to tags or end of line."
24015 (interactive)
24016 (cond
24017 ((or (not org-special-ctrl-k)
24018 (bolp)
24019 (not (org-at-heading-p)))
24020 (if (and (get-char-property (min (point-max) (point-at-eol)) 'invisible)
24021 org-ctrl-k-protect-subtree)
24022 (if (or (eq org-ctrl-k-protect-subtree 'error)
24023 (not (y-or-n-p "Kill hidden subtree along with headline? ")))
24024 (user-error "C-k aborted as it would kill a hidden subtree")))
24025 (call-interactively
24026 (if (org-bound-and-true-p visual-line-mode) 'kill-visual-line 'kill-line)))
24027 ((looking-at (org-re ".*?\\S-\\([ \t]+\\(:[[:alnum:]_@#%:]+:\\)\\)[ \t]*$"))
24028 (kill-region (point) (match-beginning 1))
24029 (org-set-tags nil t))
24030 (t (kill-region (point) (point-at-eol)))))
24032 (define-key org-mode-map "\C-k" 'org-kill-line)
24034 (defun org-yank (&optional arg)
24035 "Yank. If the kill is a subtree, treat it specially.
24036 This command will look at the current kill and check if is a single
24037 subtree, or a series of subtrees[1]. If it passes the test, and if the
24038 cursor is at the beginning of a line or after the stars of a currently
24039 empty headline, then the yank is handled specially. How exactly depends
24040 on the value of the following variables, both set by default.
24042 `org-yank-folded-subtrees'
24043 When set, the subtree(s) will be folded after insertion, but only
24044 if doing so would now swallow text after the yanked text.
24046 `org-yank-adjusted-subtrees'
24047 When set, the subtree will be promoted or demoted in order to
24048 fit into the local outline tree structure, which means that the
24049 level will be adjusted so that it becomes the smaller one of the
24050 two *visible* surrounding headings.
24052 Any prefix to this command will cause `yank' to be called directly with
24053 no special treatment. In particular, a simple \\[universal-argument] prefix \
24054 will just
24055 plainly yank the text as it is.
24057 \[1] The test checks if the first non-white line is a heading
24058 and if there are no other headings with fewer stars."
24059 (interactive "P")
24060 (org-yank-generic 'yank arg))
24062 (defun org-yank-generic (command arg)
24063 "Perform some yank-like command.
24065 This function implements the behavior described in the `org-yank'
24066 documentation. However, it has been generalized to work for any
24067 interactive command with similar behavior."
24069 ;; pretend to be command COMMAND
24070 (setq this-command command)
24072 (if arg
24073 (call-interactively command)
24075 (let ((subtreep ; is kill a subtree, and the yank position appropriate?
24076 (and (org-kill-is-subtree-p)
24077 (or (bolp)
24078 (and (looking-at "[ \t]*$")
24079 (string-match
24080 "\\`\\*+\\'"
24081 (buffer-substring (point-at-bol) (point)))))))
24082 swallowp)
24083 (cond
24084 ((and subtreep org-yank-folded-subtrees)
24085 (let ((beg (point))
24086 end)
24087 (if (and subtreep org-yank-adjusted-subtrees)
24088 (org-paste-subtree nil nil 'for-yank)
24089 (call-interactively command))
24091 (setq end (point))
24092 (goto-char beg)
24093 (when (and (bolp) subtreep
24094 (not (setq swallowp
24095 (org-yank-folding-would-swallow-text beg end))))
24096 (org-with-limited-levels
24097 (or (looking-at org-outline-regexp)
24098 (re-search-forward org-outline-regexp-bol end t))
24099 (while (and (< (point) end) (looking-at org-outline-regexp))
24100 (hide-subtree)
24101 (org-cycle-show-empty-lines 'folded)
24102 (condition-case nil
24103 (outline-forward-same-level 1)
24104 (error (goto-char end))))))
24105 (when swallowp
24106 (message
24107 "Inserted text not folded because that would swallow text"))
24109 (goto-char end)
24110 (skip-chars-forward " \t\n\r")
24111 (beginning-of-line 1)
24112 (push-mark beg 'nomsg)))
24113 ((and subtreep org-yank-adjusted-subtrees)
24114 (let ((beg (point-at-bol)))
24115 (org-paste-subtree nil nil 'for-yank)
24116 (push-mark beg 'nomsg)))
24118 (call-interactively command))))))
24120 (defun org-yank-folding-would-swallow-text (beg end)
24121 "Would hide-subtree at BEG swallow any text after END?"
24122 (let (level)
24123 (org-with-limited-levels
24124 (save-excursion
24125 (goto-char beg)
24126 (when (or (looking-at org-outline-regexp)
24127 (re-search-forward org-outline-regexp-bol end t))
24128 (setq level (org-outline-level)))
24129 (goto-char end)
24130 (skip-chars-forward " \t\r\n\v\f")
24131 (if (or (eobp)
24132 (and (bolp) (looking-at org-outline-regexp)
24133 (<= (org-outline-level) level)))
24134 nil ; Nothing would be swallowed
24135 t))))) ; something would swallow
24137 (define-key org-mode-map "\C-y" 'org-yank)
24139 (defun org-truely-invisible-p ()
24140 "Check if point is at a character currently not visible.
24141 This version does not only check the character property, but also
24142 `visible-mode'."
24143 ;; Early versions of noutline don't have `outline-invisible-p'.
24144 (if (org-bound-and-true-p visible-mode)
24146 (outline-invisible-p)))
24148 (defun org-invisible-p2 ()
24149 "Check if point is at a character currently not visible."
24150 (save-excursion
24151 (if (and (eolp) (not (bobp))) (backward-char 1))
24152 ;; Early versions of noutline don't have `outline-invisible-p'.
24153 (outline-invisible-p)))
24155 (defun org-back-to-heading (&optional invisible-ok)
24156 "Call `outline-back-to-heading', but provide a better error message."
24157 (condition-case nil
24158 (outline-back-to-heading invisible-ok)
24159 (error (error "Before first headline at position %d in buffer %s"
24160 (point) (current-buffer)))))
24162 (defun org-before-first-heading-p ()
24163 "Before first heading?"
24164 (save-excursion
24165 (end-of-line)
24166 (null (re-search-backward org-outline-regexp-bol nil t))))
24168 (defun org-at-heading-p (&optional ignored)
24169 (outline-on-heading-p t))
24170 ;; Compatibility alias with Org versions < 7.8.03
24171 (defalias 'org-on-heading-p 'org-at-heading-p)
24173 (defun org-in-commented-heading-p (&optional no-inheritance)
24174 "Non-nil if point is under a commented heading.
24175 This function also checks ancestors of the current headline,
24176 unless optional argument NO-INHERITANCE is non-nil."
24177 (cond
24178 ((org-before-first-heading-p) nil)
24179 ((let ((headline (nth 4 (org-heading-components))))
24180 (and headline
24181 (let ((case-fold-search nil))
24182 (org-string-match-p (concat "^" org-comment-string "\\(?: \\|$\\)")
24183 headline)))))
24184 (no-inheritance nil)
24186 (save-excursion (and (org-up-heading-safe) (org-in-commented-heading-p))))))
24188 (defun org-at-comment-p nil
24189 "Is cursor in a commented line?"
24190 (save-excursion
24191 (save-match-data
24192 (beginning-of-line)
24193 (looking-at "^[ \t]*# "))))
24195 (defun org-at-drawer-p nil
24196 "Is cursor at a drawer keyword?"
24197 (save-excursion
24198 (move-beginning-of-line 1)
24199 (looking-at org-drawer-regexp)))
24201 (defun org-at-block-p nil
24202 "Is cursor at a block keyword?"
24203 (save-excursion
24204 (move-beginning-of-line 1)
24205 (looking-at org-block-regexp)))
24207 (defun org-point-at-end-of-empty-headline ()
24208 "If point is at the end of an empty headline, return t, else nil.
24209 If the heading only contains a TODO keyword, it is still still considered
24210 empty."
24211 (and (looking-at "[ \t]*$")
24212 (when org-todo-line-regexp
24213 (save-excursion
24214 (beginning-of-line 1)
24215 (let ((case-fold-search nil))
24216 (looking-at org-todo-line-regexp)
24217 (string= (match-string 3) ""))))))
24219 (defun org-at-heading-or-item-p ()
24220 (or (org-at-heading-p) (org-at-item-p)))
24222 (defun org-at-target-p ()
24223 (or (org-in-regexp org-radio-target-regexp)
24224 (org-in-regexp org-target-regexp)))
24225 ;; Compatibility alias with Org versions < 7.8.03
24226 (defalias 'org-on-target-p 'org-at-target-p)
24228 (defun org-up-heading-all (arg)
24229 "Move to the heading line of which the present line is a subheading.
24230 This function considers both visible and invisible heading lines.
24231 With argument, move up ARG levels."
24232 (if (fboundp 'outline-up-heading-all)
24233 (outline-up-heading-all arg) ; emacs 21 version of outline.el
24234 (outline-up-heading arg t))) ; emacs 22 version of outline.el
24236 (defun org-up-heading-safe ()
24237 "Move to the heading line of which the present line is a subheading.
24238 This version will not throw an error. It will return the level of the
24239 headline found, or nil if no higher level is found.
24241 Also, this function will be a lot faster than `outline-up-heading',
24242 because it relies on stars being the outline starters. This can really
24243 make a significant difference in outlines with very many siblings."
24244 (when (ignore-errors (org-back-to-heading t))
24245 (let ((level-up (1- (funcall outline-level))))
24246 (and (> level-up 0)
24247 (re-search-backward (format "^\\*\\{1,%d\\} " level-up) nil t)
24248 (funcall outline-level)))))
24250 (defun org-first-sibling-p ()
24251 "Is this heading the first child of its parents?"
24252 (interactive)
24253 (let ((re org-outline-regexp-bol)
24254 level l)
24255 (unless (org-at-heading-p t)
24256 (user-error "Not at a heading"))
24257 (setq level (funcall outline-level))
24258 (save-excursion
24259 (if (not (re-search-backward re nil t))
24261 (setq l (funcall outline-level))
24262 (< l level)))))
24264 (defun org-goto-sibling (&optional previous)
24265 "Goto the next sibling, even if it is invisible.
24266 When PREVIOUS is set, go to the previous sibling instead. Returns t
24267 when a sibling was found. When none is found, return nil and don't
24268 move point."
24269 (let ((fun (if previous 're-search-backward 're-search-forward))
24270 (pos (point))
24271 (re org-outline-regexp-bol)
24272 level l)
24273 (when (ignore-errors (org-back-to-heading t))
24274 (setq level (funcall outline-level))
24275 (catch 'exit
24276 (or previous (forward-char 1))
24277 (while (funcall fun re nil t)
24278 (setq l (funcall outline-level))
24279 (when (< l level) (goto-char pos) (throw 'exit nil))
24280 (when (= l level) (goto-char (match-beginning 0)) (throw 'exit t)))
24281 (goto-char pos)
24282 nil))))
24284 (defun org-show-siblings ()
24285 "Show all siblings of the current headline."
24286 (save-excursion
24287 (while (org-goto-sibling) (org-flag-heading nil)))
24288 (save-excursion
24289 (while (org-goto-sibling 'previous)
24290 (org-flag-heading nil))))
24292 (defun org-goto-first-child ()
24293 "Goto the first child, even if it is invisible.
24294 Return t when a child was found. Otherwise don't move point and
24295 return nil."
24296 (let (level (pos (point)) (re org-outline-regexp-bol))
24297 (when (ignore-errors (org-back-to-heading t))
24298 (setq level (outline-level))
24299 (forward-char 1)
24300 (if (and (re-search-forward re nil t) (> (outline-level) level))
24301 (progn (goto-char (match-beginning 0)) t)
24302 (goto-char pos) nil))))
24304 (defun org-show-hidden-entry ()
24305 "Show an entry where even the heading is hidden."
24306 (save-excursion
24307 (org-show-entry)))
24309 (defun org-flag-heading (flag &optional entry)
24310 "Flag the current heading. FLAG non-nil means make invisible.
24311 When ENTRY is non-nil, show the entire entry."
24312 (save-excursion
24313 (org-back-to-heading t)
24314 ;; Check if we should show the entire entry
24315 (if entry
24316 (progn
24317 (org-show-entry)
24318 (save-excursion
24319 (and (outline-next-heading)
24320 (org-flag-heading nil))))
24321 (outline-flag-region (max (point-min) (1- (point)))
24322 (save-excursion (outline-end-of-heading) (point))
24323 flag))))
24325 (defun org-get-next-sibling ()
24326 "Move to next heading of the same level, and return point.
24327 If there is no such heading, return nil.
24328 This is like outline-next-sibling, but invisible headings are ok."
24329 (let ((level (funcall outline-level)))
24330 (outline-next-heading)
24331 (while (and (not (eobp)) (> (funcall outline-level) level))
24332 (outline-next-heading))
24333 (if (or (eobp) (< (funcall outline-level) level))
24335 (point))))
24337 (defun org-get-last-sibling ()
24338 "Move to previous heading of the same level, and return point.
24339 If there is no such heading, return nil."
24340 (let ((opoint (point))
24341 (level (funcall outline-level)))
24342 (outline-previous-heading)
24343 (when (and (/= (point) opoint) (outline-on-heading-p t))
24344 (while (and (> (funcall outline-level) level)
24345 (not (bobp)))
24346 (outline-previous-heading))
24347 (if (< (funcall outline-level) level)
24349 (point)))))
24351 (defun org-end-of-subtree (&optional invisible-ok to-heading)
24352 "Goto to the end of a subtree."
24353 ;; This contains an exact copy of the original function, but it uses
24354 ;; `org-back-to-heading', to make it work also in invisible
24355 ;; trees. And is uses an invisible-ok argument.
24356 ;; Under Emacs this is not needed, but the old outline.el needs this fix.
24357 ;; Furthermore, when used inside Org, finding the end of a large subtree
24358 ;; with many children and grandchildren etc, this can be much faster
24359 ;; than the outline version.
24360 (org-back-to-heading invisible-ok)
24361 (let ((first t)
24362 (level (funcall outline-level)))
24363 (if (and (derived-mode-p 'org-mode) (< level 1000))
24364 ;; A true heading (not a plain list item), in Org-mode
24365 ;; This means we can easily find the end by looking
24366 ;; only for the right number of stars. Using a regexp to do
24367 ;; this is so much faster than using a Lisp loop.
24368 (let ((re (concat "^\\*\\{1," (int-to-string level) "\\} ")))
24369 (forward-char 1)
24370 (and (re-search-forward re nil 'move) (beginning-of-line 1)))
24371 ;; something else, do it the slow way
24372 (while (and (not (eobp))
24373 (or first (> (funcall outline-level) level)))
24374 (setq first nil)
24375 (outline-next-heading)))
24376 (unless to-heading
24377 (if (memq (preceding-char) '(?\n ?\^M))
24378 (progn
24379 ;; Go to end of line before heading
24380 (forward-char -1)
24381 (if (memq (preceding-char) '(?\n ?\^M))
24382 ;; leave blank line before heading
24383 (forward-char -1))))))
24384 (point))
24386 (defun org-end-of-meta-data (&optional full)
24387 "Skip planning line and properties drawer in current entry.
24388 When optional argument FULL is non-nil, also skip empty lines,
24389 clocking lines and regular drawers at the beginning of the
24390 entry."
24391 (org-back-to-heading t)
24392 (forward-line)
24393 (when (org-looking-at-p org-planning-line-re) (forward-line))
24394 (when (looking-at org-property-drawer-re)
24395 (goto-char (match-end 0))
24396 (forward-line))
24397 (when (and full (not (org-at-heading-p)))
24398 (catch 'exit
24399 (let ((end (save-excursion (outline-next-heading) (point)))
24400 (re (concat "[ \t]*$" "\\|" org-clock-line-re)))
24401 (while (not (eobp))
24402 (cond ((org-looking-at-p org-drawer-regexp)
24403 (if (re-search-forward "^[ \t]*:END:[ \t]*$" end t)
24404 (forward-line)
24405 (throw 'exit t)))
24406 ((org-looking-at-p re) (forward-line))
24407 (t (throw 'exit t))))))))
24409 (defun org-forward-heading-same-level (arg &optional invisible-ok)
24410 "Move forward to the ARG'th subheading at same level as this one.
24411 Stop at the first and last subheadings of a superior heading.
24412 Normally this only looks at visible headings, but when INVISIBLE-OK is
24413 non-nil it will also look at invisible ones."
24414 (interactive "p")
24415 (if (not (ignore-errors (org-back-to-heading invisible-ok)))
24416 (if (and arg (< arg 0))
24417 (goto-char (point-min))
24418 (outline-next-heading))
24419 (org-at-heading-p)
24420 (let ((level (- (match-end 0) (match-beginning 0) 1))
24421 (f (if (and arg (< arg 0))
24422 're-search-backward
24423 're-search-forward))
24424 (count (if arg (abs arg) 1))
24425 (result (point)))
24426 (while (and (prog1 (> count 0)
24427 (forward-char (if (and arg (< arg 0)) -1 1)))
24428 (funcall f org-outline-regexp-bol nil 'move))
24429 (let ((l (- (match-end 0) (match-beginning 0) 1)))
24430 (cond ((< l level) (setq count 0))
24431 ((and (= l level)
24432 (or invisible-ok
24433 (progn
24434 (goto-char (line-beginning-position))
24435 (not (outline-invisible-p)))))
24436 (setq count (1- count))
24437 (when (eq l level)
24438 (setq result (point)))))))
24439 (goto-char result))
24440 (beginning-of-line 1)))
24442 (defun org-backward-heading-same-level (arg &optional invisible-ok)
24443 "Move backward to the ARG'th subheading at same level as this one.
24444 Stop at the first and last subheadings of a superior heading."
24445 (interactive "p")
24446 (org-forward-heading-same-level (if arg (- arg) -1) invisible-ok))
24448 (defun org-next-visible-heading (arg)
24449 "Move to the next visible heading.
24451 This function wraps `outline-next-visible-heading' with
24452 `org-with-limited-levels' in order to skip over inline tasks and
24453 respect customization of `org-odd-levels-only'."
24454 (interactive "p")
24455 (org-with-limited-levels
24456 (outline-next-visible-heading arg)))
24458 (defun org-previous-visible-heading (arg)
24459 "Move to the next visible heading.
24461 This function wraps `outline-previous-visible-heading' with
24462 `org-with-limited-levels' in order to skip over inline tasks and
24463 respect customization of `org-odd-levels-only'."
24464 (interactive "p")
24465 (org-with-limited-levels
24466 (outline-previous-visible-heading arg)))
24468 (defun org-next-block (arg &optional backward block-regexp)
24469 "Jump to the next block.
24471 With a prefix argument ARG, jump forward ARG many blocks.
24473 When BACKWARD is non-nil, jump to the previous block.
24475 When BLOCK-REGEXP is non-nil, use this regexp to find blocks.
24476 Match data is set according to this regexp when the function
24477 returns.
24479 Return point at beginning of the opening line of found block.
24480 Throw an error if no block is found."
24481 (interactive "p")
24482 (let ((re (or block-regexp "^[ \t]*#\\+BEGIN"))
24483 (case-fold-search t)
24484 (search-fn (if backward #'re-search-backward #'re-search-forward))
24485 (count (or arg 1))
24486 (origin (point))
24487 last-element)
24488 (if backward (beginning-of-line) (end-of-line))
24489 (while (and (> count 0) (funcall search-fn re nil t))
24490 (let ((element (save-excursion
24491 (goto-char (match-beginning 0))
24492 (save-match-data (org-element-at-point)))))
24493 (when (and (memq (org-element-type element)
24494 '(center-block comment-block dynamic-block
24495 example-block export-block quote-block
24496 special-block src-block verse-block))
24497 (<= (match-beginning 0)
24498 (org-element-property :post-affiliated element)))
24499 (setq last-element element)
24500 (decf count))))
24501 (if (= count 0)
24502 (prog1 (goto-char (org-element-property :post-affiliated last-element))
24503 (save-match-data (org-show-context)))
24504 (goto-char origin)
24505 (user-error "No %s code blocks" (if backward "previous" "further")))))
24507 (defun org-previous-block (arg &optional block-regexp)
24508 "Jump to the previous block.
24509 With a prefix argument ARG, jump backward ARG many source blocks.
24510 When BLOCK-REGEXP is non-nil, use this regexp to find blocks."
24511 (interactive "p")
24512 (org-next-block arg t block-regexp))
24514 (defun org-forward-paragraph ()
24515 "Move forward to beginning of next paragraph or equivalent.
24517 The function moves point to the beginning of the next visible
24518 structural element, which can be a paragraph, a table, a list
24519 item, etc. It also provides some special moves for convenience:
24521 - On an affiliated keyword, jump to the beginning of the
24522 relative element.
24523 - On an item or a footnote definition, move to the second
24524 element inside, if any.
24525 - On a table or a property drawer, jump after it.
24526 - On a verse or source block, stop after blank lines."
24527 (interactive)
24528 (when (eobp) (user-error "Cannot move further down"))
24529 (let* ((deactivate-mark nil)
24530 (element (org-element-at-point))
24531 (type (org-element-type element))
24532 (post-affiliated (org-element-property :post-affiliated element))
24533 (contents-begin (org-element-property :contents-begin element))
24534 (contents-end (org-element-property :contents-end element))
24535 (end (let ((end (org-element-property :end element)) (parent element))
24536 (while (and (setq parent (org-element-property :parent parent))
24537 (= (org-element-property :contents-end parent) end))
24538 (setq end (org-element-property :end parent)))
24539 end)))
24540 (cond ((not element)
24541 (skip-chars-forward " \r\t\n")
24542 (or (eobp) (beginning-of-line)))
24543 ;; On affiliated keywords, move to element's beginning.
24544 ((< (point) post-affiliated)
24545 (goto-char post-affiliated))
24546 ;; At a table row, move to the end of the table. Similarly,
24547 ;; at a node property, move to the end of the property
24548 ;; drawer.
24549 ((memq type '(node-property table-row))
24550 (goto-char (org-element-property
24551 :end (org-element-property :parent element))))
24552 ((memq type '(property-drawer table)) (goto-char end))
24553 ;; Consider blank lines as separators in verse and source
24554 ;; blocks to ease editing.
24555 ((memq type '(src-block verse-block))
24556 (when (eq type 'src-block)
24557 (setq contents-end
24558 (save-excursion (goto-char end)
24559 (skip-chars-backward " \r\t\n")
24560 (line-beginning-position))))
24561 (beginning-of-line)
24562 (when (looking-at "[ \t]*$") (skip-chars-forward " \r\t\n"))
24563 (if (not (re-search-forward "^[ \t]*$" contents-end t))
24564 (goto-char end)
24565 (skip-chars-forward " \r\t\n")
24566 (if (= (point) contents-end) (goto-char end)
24567 (beginning-of-line))))
24568 ;; With no contents, just skip element.
24569 ((not contents-begin) (goto-char end))
24570 ;; If contents are invisible, skip the element altogether.
24571 ((outline-invisible-p (line-end-position))
24572 (case type
24573 (headline
24574 (org-with-limited-levels (outline-next-visible-heading 1)))
24575 ;; At a plain list, make sure we move to the next item
24576 ;; instead of skipping the whole list.
24577 (plain-list (forward-char)
24578 (org-forward-paragraph))
24579 (otherwise (goto-char end))))
24580 ((>= (point) contents-end) (goto-char end))
24581 ((>= (point) contents-begin)
24582 ;; This can only happen on paragraphs and plain lists.
24583 (case type
24584 (paragraph (goto-char end))
24585 ;; At a plain list, try to move to second element in
24586 ;; first item, if possible.
24587 (plain-list (end-of-line)
24588 (org-forward-paragraph))))
24589 ;; When contents start on the middle of a line (e.g. in
24590 ;; items and footnote definitions), try to reach first
24591 ;; element starting after current line.
24592 ((> (line-end-position) contents-begin)
24593 (end-of-line)
24594 (org-forward-paragraph))
24595 (t (goto-char contents-begin)))))
24597 (defun org-backward-paragraph ()
24598 "Move backward to start of previous paragraph or equivalent.
24600 The function moves point to the beginning of the current
24601 structural element, which can be a paragraph, a table, a list
24602 item, etc., or to the beginning of the previous visible one if
24603 point is already there. It also provides some special moves for
24604 convenience:
24606 - On an affiliated keyword, jump to the first one.
24607 - On a table or a property drawer, move to its beginning.
24608 - On a verse or source block, stop before blank lines."
24609 (interactive)
24610 (when (bobp) (user-error "Cannot move further up"))
24611 (let* ((deactivate-mark nil)
24612 (element (org-element-at-point))
24613 (type (org-element-type element))
24614 (contents-begin (org-element-property :contents-begin element))
24615 (contents-end (org-element-property :contents-end element))
24616 (post-affiliated (org-element-property :post-affiliated element))
24617 (begin (org-element-property :begin element)))
24618 (cond
24619 ((not element) (goto-char (point-min)))
24620 ((= (point) begin)
24621 (backward-char)
24622 (org-backward-paragraph))
24623 ((<= (point) post-affiliated) (goto-char begin))
24624 ((memq type '(node-property table-row))
24625 (goto-char (org-element-property
24626 :post-affiliated (org-element-property :parent element))))
24627 ((memq type '(property-drawer table)) (goto-char begin))
24628 ((memq type '(src-block verse-block))
24629 (when (eq type 'src-block)
24630 (setq contents-begin
24631 (save-excursion (goto-char begin) (forward-line) (point))))
24632 (if (= (point) contents-begin) (goto-char post-affiliated)
24633 ;; Inside a verse block, see blank lines as paragraph
24634 ;; separators.
24635 (let ((origin (point)))
24636 (skip-chars-backward " \r\t\n" contents-begin)
24637 (when (re-search-backward "^[ \t]*$" contents-begin 'move)
24638 (skip-chars-forward " \r\t\n" origin)
24639 (if (= (point) origin) (goto-char contents-begin)
24640 (beginning-of-line))))))
24641 ((not contents-begin) (goto-char (or post-affiliated begin)))
24642 ((eq type 'paragraph)
24643 (goto-char contents-begin)
24644 ;; When at first paragraph in an item or a footnote definition,
24645 ;; move directly to beginning of line.
24646 (let ((parent-contents
24647 (org-element-property
24648 :contents-begin (org-element-property :parent element))))
24649 (when (and parent-contents (= parent-contents contents-begin))
24650 (beginning-of-line))))
24651 ;; At the end of a greater element, move to the beginning of the
24652 ;; last element within.
24653 ((>= (point) contents-end)
24654 (goto-char (1- contents-end))
24655 (org-backward-paragraph))
24656 (t (goto-char (or post-affiliated begin))))
24657 ;; Ensure we never leave point invisible.
24658 (when (outline-invisible-p (point)) (beginning-of-visual-line))))
24660 (defun org-forward-element ()
24661 "Move forward by one element.
24662 Move to the next element at the same level, when possible."
24663 (interactive)
24664 (cond ((eobp) (user-error "Cannot move further down"))
24665 ((org-with-limited-levels (org-at-heading-p))
24666 (let ((origin (point)))
24667 (goto-char (org-end-of-subtree nil t))
24668 (unless (org-with-limited-levels (org-at-heading-p))
24669 (goto-char origin)
24670 (user-error "Cannot move further down"))))
24672 (let* ((elem (org-element-at-point))
24673 (end (org-element-property :end elem))
24674 (parent (org-element-property :parent elem)))
24675 (cond ((and parent (= (org-element-property :contents-end parent) end))
24676 (goto-char (org-element-property :end parent)))
24677 ((integer-or-marker-p end) (goto-char end))
24678 (t (message "No element at point")))))))
24680 (defun org-backward-element ()
24681 "Move backward by one element.
24682 Move to the previous element at the same level, when possible."
24683 (interactive)
24684 (cond ((bobp) (user-error "Cannot move further up"))
24685 ((org-with-limited-levels (org-at-heading-p))
24686 ;; At a headline, move to the previous one, if any, or stay
24687 ;; here.
24688 (let ((origin (point)))
24689 (org-with-limited-levels (org-backward-heading-same-level 1))
24690 ;; When current headline has no sibling above, move to its
24691 ;; parent.
24692 (when (= (point) origin)
24693 (or (org-with-limited-levels (org-up-heading-safe))
24694 (progn (goto-char origin)
24695 (user-error "Cannot move further up"))))))
24697 (let* ((elem (org-element-at-point))
24698 (beg (org-element-property :begin elem)))
24699 (cond
24700 ;; Move to beginning of current element if point isn't
24701 ;; there already.
24702 ((null beg) (message "No element at point"))
24703 ((/= (point) beg) (goto-char beg))
24704 (t (goto-char beg)
24705 (skip-chars-backward " \r\t\n")
24706 (unless (bobp)
24707 (let ((prev (org-element-at-point)))
24708 (goto-char (org-element-property :begin prev))
24709 (while (and (setq prev (org-element-property :parent prev))
24710 (<= (org-element-property :end prev) beg))
24711 (goto-char (org-element-property :begin prev)))))))))))
24713 (defun org-up-element ()
24714 "Move to upper element."
24715 (interactive)
24716 (if (org-with-limited-levels (org-at-heading-p))
24717 (unless (org-up-heading-safe) (user-error "No surrounding element"))
24718 (let* ((elem (org-element-at-point))
24719 (parent (org-element-property :parent elem)))
24720 (if parent (goto-char (org-element-property :begin parent))
24721 (if (org-with-limited-levels (org-before-first-heading-p))
24722 (user-error "No surrounding element")
24723 (org-with-limited-levels (org-back-to-heading)))))))
24725 (defvar org-element-greater-elements)
24726 (defun org-down-element ()
24727 "Move to inner element."
24728 (interactive)
24729 (let ((element (org-element-at-point)))
24730 (cond
24731 ((memq (org-element-type element) '(plain-list table))
24732 (goto-char (org-element-property :contents-begin element))
24733 (forward-char))
24734 ((memq (org-element-type element) org-element-greater-elements)
24735 ;; If contents are hidden, first disclose them.
24736 (when (outline-invisible-p (line-end-position)) (org-cycle))
24737 (goto-char (or (org-element-property :contents-begin element)
24738 (user-error "No content for this element"))))
24739 (t (user-error "No inner element")))))
24741 (defun org-drag-element-backward ()
24742 "Move backward element at point."
24743 (interactive)
24744 (if (org-with-limited-levels (org-at-heading-p)) (org-move-subtree-up)
24745 (let* ((elem (org-element-at-point))
24746 (prev-elem
24747 (save-excursion
24748 (goto-char (org-element-property :begin elem))
24749 (skip-chars-backward " \r\t\n")
24750 (unless (bobp)
24751 (let* ((beg (org-element-property :begin elem))
24752 (prev (org-element-at-point))
24753 (up prev))
24754 (while (and (setq up (org-element-property :parent up))
24755 (<= (org-element-property :end up) beg))
24756 (setq prev up))
24757 prev)))))
24758 ;; Error out if no previous element or previous element is
24759 ;; a parent of the current one.
24760 (if (or (not prev-elem) (org-element-nested-p elem prev-elem))
24761 (user-error "Cannot drag element backward")
24762 (let ((pos (point)))
24763 (org-element-swap-A-B prev-elem elem)
24764 (goto-char (+ (org-element-property :begin prev-elem)
24765 (- pos (org-element-property :begin elem)))))))))
24767 (defun org-drag-element-forward ()
24768 "Move forward element at point."
24769 (interactive)
24770 (let* ((pos (point))
24771 (elem (org-element-at-point)))
24772 (when (= (point-max) (org-element-property :end elem))
24773 (user-error "Cannot drag element forward"))
24774 (goto-char (org-element-property :end elem))
24775 (let ((next-elem (org-element-at-point)))
24776 (when (or (org-element-nested-p elem next-elem)
24777 (and (eq (org-element-type next-elem) 'headline)
24778 (not (eq (org-element-type elem) 'headline))))
24779 (goto-char pos)
24780 (user-error "Cannot drag element forward"))
24781 ;; Compute new position of point: it's shifted by NEXT-ELEM
24782 ;; body's length (without final blanks) and by the length of
24783 ;; blanks between ELEM and NEXT-ELEM.
24784 (let ((size-next (- (save-excursion
24785 (goto-char (org-element-property :end next-elem))
24786 (skip-chars-backward " \r\t\n")
24787 (forward-line)
24788 ;; Small correction if buffer doesn't end
24789 ;; with a newline character.
24790 (if (and (eolp) (not (bolp))) (1+ (point)) (point)))
24791 (org-element-property :begin next-elem)))
24792 (size-blank (- (org-element-property :end elem)
24793 (save-excursion
24794 (goto-char (org-element-property :end elem))
24795 (skip-chars-backward " \r\t\n")
24796 (forward-line)
24797 (point)))))
24798 (org-element-swap-A-B elem next-elem)
24799 (goto-char (+ pos size-next size-blank))))))
24801 (defun org-drag-line-forward (arg)
24802 "Drag the line at point ARG lines forward."
24803 (interactive "p")
24804 (dotimes (n (abs arg))
24805 (let ((c (current-column)))
24806 (if (< 0 arg)
24807 (progn
24808 (beginning-of-line 2)
24809 (transpose-lines 1)
24810 (beginning-of-line 0))
24811 (transpose-lines 1)
24812 (beginning-of-line -1))
24813 (org-move-to-column c))))
24815 (defun org-drag-line-backward (arg)
24816 "Drag the line at point ARG lines backward."
24817 (interactive "p")
24818 (org-drag-line-forward (- arg)))
24820 (defun org-mark-element ()
24821 "Put point at beginning of this element, mark at end.
24823 Interactively, if this command is repeated or (in Transient Mark
24824 mode) if the mark is active, it marks the next element after the
24825 ones already marked."
24826 (interactive)
24827 (let (deactivate-mark)
24828 (if (and (org-called-interactively-p 'any)
24829 (or (and (eq last-command this-command) (mark t))
24830 (and transient-mark-mode mark-active)))
24831 (set-mark
24832 (save-excursion
24833 (goto-char (mark))
24834 (goto-char (org-element-property :end (org-element-at-point)))))
24835 (let ((element (org-element-at-point)))
24836 (end-of-line)
24837 (push-mark (org-element-property :end element) t t)
24838 (goto-char (org-element-property :begin element))))))
24840 (defun org-narrow-to-element ()
24841 "Narrow buffer to current element."
24842 (interactive)
24843 (let ((elem (org-element-at-point)))
24844 (cond
24845 ((eq (car elem) 'headline)
24846 (narrow-to-region
24847 (org-element-property :begin elem)
24848 (org-element-property :end elem)))
24849 ((memq (car elem) org-element-greater-elements)
24850 (narrow-to-region
24851 (org-element-property :contents-begin elem)
24852 (org-element-property :contents-end elem)))
24854 (narrow-to-region
24855 (org-element-property :begin elem)
24856 (org-element-property :end elem))))))
24858 (defun org-transpose-element ()
24859 "Transpose current and previous elements, keeping blank lines between.
24860 Point is moved after both elements."
24861 (interactive)
24862 (org-skip-whitespace)
24863 (let ((end (org-element-property :end (org-element-at-point))))
24864 (org-drag-element-backward)
24865 (goto-char end)))
24867 (defun org-unindent-buffer ()
24868 "Un-indent the visible part of the buffer.
24869 Relative indentation (between items, inside blocks, etc.) isn't
24870 modified."
24871 (interactive)
24872 (unless (eq major-mode 'org-mode)
24873 (user-error "Cannot un-indent a buffer not in Org mode"))
24874 (let* ((parse-tree (org-element-parse-buffer 'greater-element))
24875 unindent-tree ; For byte-compiler.
24876 (unindent-tree
24877 (function
24878 (lambda (contents)
24879 (mapc
24880 (lambda (element)
24881 (if (memq (org-element-type element) '(headline section))
24882 (funcall unindent-tree (org-element-contents element))
24883 (save-excursion
24884 (save-restriction
24885 (narrow-to-region
24886 (org-element-property :begin element)
24887 (org-element-property :end element))
24888 (org-do-remove-indentation)))))
24889 (reverse contents))))))
24890 (funcall unindent-tree (org-element-contents parse-tree))))
24892 (defun org-show-subtree ()
24893 "Show everything after this heading at deeper levels."
24894 (interactive)
24895 (outline-flag-region
24896 (point)
24897 (save-excursion
24898 (org-end-of-subtree t t))
24899 nil))
24901 (defun org-show-entry ()
24902 "Show the body directly following this heading.
24903 Show the heading too, if it is currently invisible."
24904 (interactive)
24905 (save-excursion
24906 (ignore-errors
24907 (org-back-to-heading t)
24908 (outline-flag-region
24909 (max (point-min) (1- (point)))
24910 (save-excursion
24911 (if (re-search-forward
24912 (concat "[\r\n]\\(" org-outline-regexp "\\)") nil t)
24913 (match-beginning 1)
24914 (point-max)))
24915 nil)
24916 (org-cycle-hide-drawers 'children))))
24918 (defun org-make-options-regexp (kwds &optional extra)
24919 "Make a regular expression for keyword lines.
24920 KWDS is a list of keywords, as strings. Optional argument EXTRA,
24921 when non-nil, is a regexp matching keywords names."
24922 (concat "^[ \t]*#\\+\\("
24923 (regexp-opt kwds)
24924 (and extra (concat (and kwds "\\|") extra))
24925 "\\):[ \t]*\\(.*\\)"))
24927 ;; Make isearch reveal the necessary context
24928 (defun org-isearch-end ()
24929 "Reveal context after isearch exits."
24930 (when isearch-success ; only if search was successful
24931 (if (featurep 'xemacs)
24932 ;; Under XEmacs, the hook is run in the correct place,
24933 ;; we directly show the context.
24934 (org-show-context 'isearch)
24935 ;; In Emacs the hook runs *before* restoring the overlays.
24936 ;; So we have to use a one-time post-command-hook to do this.
24937 ;; (Emacs 22 has a special variable, see function `org-mode')
24938 (unless (and (boundp 'isearch-mode-end-hook-quit)
24939 isearch-mode-end-hook-quit)
24940 ;; Only when the isearch was not quitted.
24941 (org-add-hook 'post-command-hook 'org-isearch-post-command
24942 'append 'local)))))
24944 (defun org-isearch-post-command ()
24945 "Remove self from hook, and show context."
24946 (remove-hook 'post-command-hook 'org-isearch-post-command 'local)
24947 (org-show-context 'isearch))
24950 ;;;; Integration with and fixes for other packages
24952 ;;; Imenu support
24954 (defvar org-imenu-markers nil
24955 "All markers currently used by Imenu.")
24956 (make-variable-buffer-local 'org-imenu-markers)
24958 (defun org-imenu-new-marker (&optional pos)
24959 "Return a new marker for use by Imenu, and remember the marker."
24960 (let ((m (make-marker)))
24961 (move-marker m (or pos (point)))
24962 (push m org-imenu-markers)
24965 (defun org-imenu-get-tree ()
24966 "Produce the index for Imenu."
24967 (mapc (lambda (x) (move-marker x nil)) org-imenu-markers)
24968 (setq org-imenu-markers nil)
24969 (let* ((n org-imenu-depth)
24970 (re (concat "^" (org-get-limited-outline-regexp)))
24971 (subs (make-vector (1+ n) nil))
24972 (last-level 0)
24973 m level head0 head)
24974 (save-excursion
24975 (save-restriction
24976 (widen)
24977 (goto-char (point-max))
24978 (while (re-search-backward re nil t)
24979 (setq level (org-reduced-level (funcall outline-level)))
24980 (when (and (<= level n)
24981 (looking-at org-complex-heading-regexp)
24982 (setq head0 (org-match-string-no-properties 4)))
24983 (setq head (org-link-display-format head0)
24984 m (org-imenu-new-marker))
24985 (org-add-props head nil 'org-imenu-marker m 'org-imenu t)
24986 (if (>= level last-level)
24987 (push (cons head m) (aref subs level))
24988 (push (cons head (aref subs (1+ level))) (aref subs level))
24989 (loop for i from (1+ level) to n do (aset subs i nil)))
24990 (setq last-level level)))))
24991 (aref subs 1)))
24993 (eval-after-load "imenu"
24994 '(progn
24995 (add-hook 'imenu-after-jump-hook
24996 (lambda ()
24997 (if (derived-mode-p 'org-mode)
24998 (org-show-context 'org-goto))))))
25000 (defun org-link-display-format (link)
25001 "Replace a link with its the description.
25002 If there is no description, use the link target."
25003 (save-match-data
25004 (if (string-match org-bracket-link-analytic-regexp link)
25005 (replace-match (if (match-end 5)
25006 (match-string 5 link)
25007 (concat (match-string 1 link)
25008 (match-string 3 link)))
25009 nil t link)
25010 link)))
25012 (defun org-toggle-link-display ()
25013 "Toggle the literal or descriptive display of links."
25014 (interactive)
25015 (if org-descriptive-links
25016 (progn (org-remove-from-invisibility-spec '(org-link))
25017 (org-restart-font-lock)
25018 (setq org-descriptive-links nil))
25019 (progn (add-to-invisibility-spec '(org-link))
25020 (org-restart-font-lock)
25021 (setq org-descriptive-links t))))
25023 ;; Speedbar support
25025 (defvar org-speedbar-restriction-lock-overlay (make-overlay 1 1)
25026 "Overlay marking the agenda restriction line in speedbar.")
25027 (overlay-put org-speedbar-restriction-lock-overlay
25028 'face 'org-agenda-restriction-lock)
25029 (overlay-put org-speedbar-restriction-lock-overlay
25030 'help-echo "Agendas are currently limited to this item.")
25031 (org-detach-overlay org-speedbar-restriction-lock-overlay)
25033 (defun org-speedbar-set-agenda-restriction ()
25034 "Restrict future agenda commands to the location at point in speedbar.
25035 To get rid of the restriction, use \\[org-agenda-remove-restriction-lock]."
25036 (interactive)
25037 (require 'org-agenda)
25038 (let (p m tp np dir txt)
25039 (cond
25040 ((setq p (text-property-any (point-at-bol) (point-at-eol)
25041 'org-imenu t))
25042 (setq m (get-text-property p 'org-imenu-marker))
25043 (with-current-buffer (marker-buffer m)
25044 (goto-char m)
25045 (org-agenda-set-restriction-lock 'subtree)))
25046 ((setq p (text-property-any (point-at-bol) (point-at-eol)
25047 'speedbar-function 'speedbar-find-file))
25048 (setq tp (previous-single-property-change
25049 (1+ p) 'speedbar-function)
25050 np (next-single-property-change
25051 tp 'speedbar-function)
25052 dir (speedbar-line-directory)
25053 txt (buffer-substring-no-properties (or tp (point-min))
25054 (or np (point-max))))
25055 (with-current-buffer (find-file-noselect
25056 (let ((default-directory dir))
25057 (expand-file-name txt)))
25058 (unless (derived-mode-p 'org-mode)
25059 (user-error "Cannot restrict to non-Org-mode file"))
25060 (org-agenda-set-restriction-lock 'file)))
25061 (t (user-error "Don't know how to restrict Org-mode's agenda")))
25062 (move-overlay org-speedbar-restriction-lock-overlay
25063 (point-at-bol) (point-at-eol))
25064 (setq current-prefix-arg nil)
25065 (org-agenda-maybe-redo)))
25067 (defvar speedbar-file-key-map)
25068 (declare-function speedbar-add-supported-extension "speedbar" (extension))
25069 (eval-after-load "speedbar"
25070 '(progn
25071 (speedbar-add-supported-extension ".org")
25072 (define-key speedbar-file-key-map "<" 'org-speedbar-set-agenda-restriction)
25073 (define-key speedbar-file-key-map "\C-c\C-x<" 'org-speedbar-set-agenda-restriction)
25074 (define-key speedbar-file-key-map ">" 'org-agenda-remove-restriction-lock)
25075 (define-key speedbar-file-key-map "\C-c\C-x>" 'org-agenda-remove-restriction-lock)
25076 (add-hook 'speedbar-visiting-tag-hook
25077 (lambda () (and (derived-mode-p 'org-mode) (org-show-context 'org-goto))))))
25079 ;;; Fixes and Hacks for problems with other packages
25081 (defun org--flyspell-object-check-p (element)
25082 "Non-nil when Flyspell can check object at point.
25083 ELEMENT is the element at point."
25084 (let ((object (save-excursion
25085 (when (org-looking-at-p "\\>") (backward-char))
25086 (org-element-context element))))
25087 (case (org-element-type object)
25088 ;; Prevent checks in links due to keybinding conflict with
25089 ;; Flyspell.
25090 ((code entity export-snippet inline-babel-call
25091 inline-src-block line-break latex-fragment link macro
25092 statistics-cookie target timestamp verbatim)
25093 nil)
25094 (footnote-reference
25095 ;; Only in inline footnotes, within the definition.
25096 (and (eq (org-element-property :type object) 'inline)
25097 (< (save-excursion
25098 (goto-char (org-element-property :begin object))
25099 (search-forward ":" nil t 2))
25100 (point))))
25101 (otherwise t))))
25103 (defun org-mode-flyspell-verify ()
25104 "Function used for `flyspell-generic-check-word-predicate'."
25105 (if (org-at-heading-p)
25106 ;; At a headline or an inlinetask, check title only. This is
25107 ;; faster than relying on `org-element-at-point'.
25108 (and (save-excursion (beginning-of-line)
25109 (and (let ((case-fold-search t))
25110 (not (looking-at "\\*+ END[ \t]*$")))
25111 (looking-at org-complex-heading-regexp)))
25112 (match-beginning 4)
25113 (>= (point) (match-beginning 4))
25114 (or (not (match-beginning 5))
25115 (< (point) (match-beginning 5))))
25116 (let* ((element (org-element-at-point))
25117 (post-affiliated (org-element-property :post-affiliated element)))
25118 (cond
25119 ;; Ignore checks in all affiliated keywords but captions.
25120 ((< (point) post-affiliated)
25121 (and (save-excursion
25122 (beginning-of-line)
25123 (let ((case-fold-search t)) (looking-at "[ \t]*#\\+CAPTION:")))
25124 (> (point) (match-end 0))
25125 (org--flyspell-object-check-p element)))
25126 ;; Ignore checks in LOGBOOK (or equivalent) drawer.
25127 ((let ((log (org-log-into-drawer)))
25128 (and log
25129 (let ((drawer (org-element-lineage element '(drawer))))
25130 (and drawer
25131 (eq (compare-strings
25132 log nil nil
25133 (org-element-property :drawer-name drawer) nil nil t)
25134 t)))))
25135 nil)
25137 (case (org-element-type element)
25138 ((comment quote-section) t)
25139 (comment-block
25140 ;; Allow checks between block markers, not on them.
25141 (and (> (line-beginning-position) post-affiliated)
25142 (save-excursion
25143 (end-of-line)
25144 (skip-chars-forward " \r\t\n")
25145 (< (point) (org-element-property :end element)))))
25146 ;; Arbitrary list of keywords where checks are meaningful.
25147 ;; Make sure point is on the value part of the element.
25148 (keyword
25149 (and (member (org-element-property :key element)
25150 '("DESCRIPTION" "TITLE"))
25151 (save-excursion
25152 (search-backward ":" (line-beginning-position) t))))
25153 ;; Check is globally allowed in paragraphs verse blocks and
25154 ;; table rows (after affiliated keywords) but some objects
25155 ;; must not be affected.
25156 ((paragraph table-row verse-block)
25157 (let ((cbeg (org-element-property :contents-begin element))
25158 (cend (org-element-property :contents-end element)))
25159 (and cbeg (>= (point) cbeg) (< (point) cend)
25160 (org--flyspell-object-check-p element))))))))))
25161 (put 'org-mode 'flyspell-mode-predicate 'org-mode-flyspell-verify)
25163 (defun org-remove-flyspell-overlays-in (beg end)
25164 "Remove flyspell overlays in region."
25165 (and (org-bound-and-true-p flyspell-mode)
25166 (fboundp 'flyspell-delete-region-overlays)
25167 (flyspell-delete-region-overlays beg end)))
25169 (defvar flyspell-delayed-commands)
25170 (eval-after-load "flyspell"
25171 '(add-to-list 'flyspell-delayed-commands 'org-self-insert-command))
25173 ;; Make `bookmark-jump' shows the jump location if it was hidden.
25174 (eval-after-load "bookmark"
25175 '(if (boundp 'bookmark-after-jump-hook)
25176 ;; We can use the hook
25177 (add-hook 'bookmark-after-jump-hook 'org-bookmark-jump-unhide)
25178 ;; Hook not available, use advice
25179 (defadvice bookmark-jump (after org-make-visible activate)
25180 "Make the position visible."
25181 (org-bookmark-jump-unhide))))
25183 ;; Make sure saveplace shows the location if it was hidden
25184 (eval-after-load "saveplace"
25185 '(defadvice save-place-find-file-hook (after org-make-visible activate)
25186 "Make the position visible."
25187 (org-bookmark-jump-unhide)))
25189 ;; Make sure ecb shows the location if it was hidden
25190 (eval-after-load "ecb"
25191 '(defadvice ecb-method-clicked (after esf/org-show-context activate)
25192 "Make hierarchy visible when jumping into location from ECB tree buffer."
25193 (if (derived-mode-p 'org-mode)
25194 (org-show-context))))
25196 (defun org-bookmark-jump-unhide ()
25197 "Unhide the current position, to show the bookmark location."
25198 (and (derived-mode-p 'org-mode)
25199 (or (outline-invisible-p)
25200 (save-excursion (goto-char (max (point-min) (1- (point))))
25201 (outline-invisible-p)))
25202 (org-show-context 'bookmark-jump)))
25204 (defun org-mark-jump-unhide ()
25205 "Make the point visible with `org-show-context' after jumping to the mark."
25206 (when (and (derived-mode-p 'org-mode)
25207 (outline-invisible-p))
25208 (org-show-context 'mark-goto)))
25210 (eval-after-load "simple"
25211 '(defadvice pop-to-mark-command (after org-make-visible activate)
25212 "Make the point visible with `org-show-context'."
25213 (org-mark-jump-unhide)))
25215 (eval-after-load "simple"
25216 '(defadvice exchange-point-and-mark (after org-make-visible activate)
25217 "Make the point visible with `org-show-context'."
25218 (org-mark-jump-unhide)))
25220 (eval-after-load "simple"
25221 '(defadvice pop-global-mark (after org-make-visible activate)
25222 "Make the point visible with `org-show-context'."
25223 (org-mark-jump-unhide)))
25225 ;; Make session.el ignore our circular variable
25226 (defvar session-globals-exclude)
25227 (eval-after-load "session"
25228 '(add-to-list 'session-globals-exclude 'org-mark-ring))
25230 ;;;; Finish up
25232 (provide 'org)
25234 (run-hooks 'org-load-hook)
25236 ;;; org.el ends here