Fix parser wrt to defcustom syntax related changes
[org-mode.git] / lisp / org-list.el
blob0dbe590f3896ac2b55e19ecdbe6eecc99143eafd
1 ;;; org-list.el --- Plain lists for Org-mode
2 ;;
3 ;; Copyright (C) 2004-2014 Free Software Foundation, Inc.
4 ;;
5 ;; Author: Carsten Dominik <carsten at orgmode dot org>
6 ;; Bastien Guerry <bzg@gnu.org>
7 ;; Keywords: outlines, hypermedia, calendar, wp
8 ;; Homepage: http://orgmode.org
9 ;;
10 ;; This file is part of GNU Emacs.
12 ;; GNU Emacs is free software: you can redistribute it and/or modify
13 ;; it under the terms of the GNU General Public License as published by
14 ;; the Free Software Foundation, either version 3 of the License, or
15 ;; (at your option) any later version.
17 ;; GNU Emacs is distributed in the hope that it will be useful,
18 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 ;; GNU General Public License for more details.
22 ;; You should have received a copy of the GNU General Public License
23 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
24 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
26 ;;; Commentary:
28 ;; This file contains the code dealing with plain lists in Org-mode.
30 ;; The core concept behind lists is their structure. A structure is
31 ;; a snapshot of the list, in the shape of a data tree (see
32 ;; `org-list-struct').
34 ;; Once the list structure is stored, it is possible to make changes
35 ;; on it that will be mirrored to the real list or to get information
36 ;; about the list, using accessors and methods provided in the
37 ;; library. Most of them require the use of one or two helper
38 ;; functions, namely `org-list-parents-alist' and
39 ;; `org-list-prevs-alist'.
41 ;; Structure is eventually applied to the buffer with
42 ;; `org-list-write-struct'. This function repairs (bullets,
43 ;; indentation, checkboxes) the list in the process. It should be
44 ;; called near the end of any function working on structures.
46 ;; Thus, a function applying to lists should usually follow this
47 ;; template:
49 ;; 1. Verify point is in a list and grab item beginning (with the same
50 ;; function `org-in-item-p'). If the function requires the cursor
51 ;; to be at item's bullet, `org-at-item-p' is more selective. It
52 ;; is also possible to move point to the closest item with
53 ;; `org-list-search-backward', or `org-list-search-forward',
54 ;; applied to the function `org-item-beginning-re'.
56 ;; 2. Get list structure with `org-list-struct'.
58 ;; 3. Compute one, or both, helper functions,
59 ;; (`org-list-parents-alist', `org-list-prevs-alist') depending on
60 ;; needed accessors.
62 ;; 4. Proceed with the modifications, using methods and accessors.
64 ;; 5. Verify and apply structure to buffer, using
65 ;; `org-list-write-struct'.
67 ;; 6. If changes made to the list might have modified check-boxes,
68 ;; call `org-update-checkbox-count-maybe'.
70 ;; Computing a structure can be a costly operation on huge lists (a
71 ;; few thousand lines long). Thus, code should follow the rule:
72 ;; "collect once, use many". As a corollary, it is usually a bad idea
73 ;; to use directly an interactive function inside the code, as those,
74 ;; being independent entities, read the whole list structure another
75 ;; time.
77 ;;; Code:
79 (eval-when-compile
80 (require 'cl))
81 (require 'org-macs)
82 (require 'org-compat)
84 (defvar org-M-RET-may-split-line)
85 (defvar org-auto-align-tags)
86 (defvar org-blank-before-new-entry)
87 (defvar org-clock-string)
88 (defvar org-closed-string)
89 (defvar org-deadline-string)
90 (defvar org-description-max-indent)
91 (defvar org-odd-levels-only)
92 (defvar org-scheduled-string)
93 (defvar org-ts-regexp)
94 (defvar org-ts-regexp-both)
95 (defvar org-drawer-regexp)
97 (declare-function outline-invisible-p "outline" (&optional pos))
98 (declare-function outline-flag-region "outline" (from to flag))
99 (declare-function outline-next-heading "outline" ())
100 (declare-function outline-previous-heading "outline" ())
102 (declare-function org-at-heading-p "org" (&optional ignored))
103 (declare-function org-before-first-heading-p "org" ())
104 (declare-function org-back-to-heading "org" (&optional invisible-ok))
105 (declare-function org-combine-plists "org" (&rest plists))
106 (declare-function org-count "org" (cl-item cl-seq))
107 (declare-function org-current-level "org" ())
108 (declare-function org-entry-get "org"
109 (pom property &optional inherit literal-nil))
110 (declare-function org-fix-tags-on-the-fly "org" ())
111 (declare-function org-get-indentation "org" (&optional line))
112 (declare-function org-icompleting-read "org" (&rest args))
113 (declare-function org-in-block-p "org" (names))
114 (declare-function org-in-regexp "org" (re &optional nlines visually))
115 (declare-function org-level-increment "org" ())
116 (declare-function org-narrow-to-subtree "org" ())
117 (declare-function org-at-heading-p "org" (&optional invisible-ok))
118 (declare-function org-previous-line-empty-p "org" ())
119 (declare-function org-remove-if "org" (predicate seq))
120 (declare-function org-reduced-level "org" (L))
121 (declare-function org-show-subtree "org" ())
122 (declare-function org-sort-remove-invisible "org" (S))
123 (declare-function org-time-string-to-seconds "org" (s))
124 (declare-function org-timer-hms-to-secs "org-timer" (hms))
125 (declare-function org-timer-item "org-timer" (&optional arg))
126 (declare-function org-trim "org" (s))
127 (declare-function org-uniquify "org" (list))
129 (declare-function org-inlinetask-goto-beginning "org-inlinetask" ())
130 (declare-function org-inlinetask-goto-end "org-inlinetask" ())
131 (declare-function org-inlinetask-in-task-p "org-inlinetask" ())
132 (declare-function org-inlinetask-outline-regexp "org-inlinetask" ())
134 (declare-function org-export-string-as "ox"
135 (string backend &optional body-only ext-plist))
140 ;;; Configuration variables
142 (defgroup org-plain-lists nil
143 "Options concerning plain lists in Org-mode."
144 :tag "Org Plain lists"
145 :group 'org-structure)
147 (defcustom org-cycle-include-plain-lists t
148 "When t, make TAB cycle visibility on plain list items.
149 Cycling plain lists works only when the cursor is on a plain list
150 item. When the cursor is on an outline heading, plain lists are
151 treated as text. This is the most stable way of handling this,
152 which is why it is the default.
154 When this is the symbol `integrate', then integrate plain list
155 items when cycling, as if they were children of outline headings.
157 This setting can lead to strange effects when switching visibility
158 to `children', because the first \"child\" in a subtree decides
159 what children should be listed. If that first \"child\" is a
160 plain list item with an implied large level number, all true
161 children and grand children of the outline heading will be
162 exposed in a children' view."
163 :group 'org-plain-lists
164 :group 'org-cycle
165 :type '(choice
166 (const :tag "Never" nil)
167 (const :tag "With cursor in plain list (recommended)" t)
168 (const :tag "As children of outline headings" integrate)))
170 (defcustom org-list-demote-modify-bullet nil
171 "Default bullet type installed when demoting an item.
172 This is an association list, for each bullet type, this alist will point
173 to the bullet that should be used when this item is demoted.
174 For example,
176 (setq org-list-demote-modify-bullet
177 '((\"+\" . \"-\") (\"-\" . \"+\") (\"*\" . \"+\")))
179 will make
181 + Movies
182 + Silence of the Lambs
183 + My Cousin Vinny
184 + Books
185 + The Hunt for Red October
186 + The Road to Omaha
188 into
190 + Movies
191 - Silence of the Lambs
192 - My Cousin Vinny
193 + Books
194 - The Hunt for Red October
195 - The Road to Omaha"
196 :group 'org-plain-lists
197 :type '(repeat
198 (cons
199 (choice :tag "If the current bullet is "
200 (const "-")
201 (const "+")
202 (const "*")
203 (const "1.")
204 (const "1)"))
205 (choice :tag "demotion will change it to"
206 (const "-")
207 (const "+")
208 (const "*")
209 (const "1.")
210 (const "1)")))))
212 (defcustom org-plain-list-ordered-item-terminator t
213 "The character that makes a line with leading number an ordered list item.
214 Valid values are ?. and ?\). To get both terminators, use t.
216 This variable needs to be set before org.el is loaded. If you
217 need to make a change while Emacs is running, use the customize
218 interface or run the following code after updating it:
220 \\[org-element-update-syntax]"
221 :group 'org-plain-lists
222 :type '(choice (const :tag "dot like in \"2.\"" ?.)
223 (const :tag "paren like in \"2)\"" ?\))
224 (const :tag "both" t))
225 :set (lambda (var val) (set var val)
226 (when (featurep 'org-element) (org-element-update-syntax))))
228 (define-obsolete-variable-alias 'org-alphabetical-lists
229 'org-list-allow-alphabetical "24.4") ; Since 8.0
230 (defcustom org-list-allow-alphabetical nil
231 "Non-nil means single character alphabetical bullets are allowed.
233 Both uppercase and lowercase are handled. Lists with more than
234 26 items will fallback to standard numbering. Alphabetical
235 counters like \"[@c]\" will be recognized.
237 This variable needs to be set before org.el is loaded. If you
238 need to make a change while Emacs is running, use the customize
239 interface or run the following code after updating it:
241 \\[org-element-update-syntax]"
242 :group 'org-plain-lists
243 :version "24.1"
244 :type 'boolean
245 :set (lambda (var val) (set var val)
246 (when (featurep 'org-element) (org-element-update-syntax))))
248 (defcustom org-list-two-spaces-after-bullet-regexp nil
249 "A regular expression matching bullets that should have 2 spaces after them.
250 When nil, no bullet will have two spaces after them. When
251 a string, it will be used as a regular expression. When the
252 bullet type of a list is changed, the new bullet type will be
253 matched against this regexp. If it matches, there will be two
254 spaces instead of one after the bullet in each item of the list."
255 :group 'org-plain-lists
256 :type '(choice
257 (const :tag "never" nil)
258 (regexp)))
260 (define-obsolete-variable-alias 'org-empty-line-terminates-plain-lists
261 'org-list-empty-line-terminates-plain-lists "24.4") ;; Since 8.0
262 (defcustom org-list-empty-line-terminates-plain-lists nil
263 "Non-nil means an empty line ends all plain list levels.
264 Otherwise, two of them will be necessary."
265 :group 'org-plain-lists
266 :type 'boolean)
268 (defcustom org-list-automatic-rules '((checkbox . t)
269 (indent . t))
270 "Non-nil means apply set of rules when acting on lists.
271 By default, automatic actions are taken when using
272 \\[org-meta-return], \\[org-metaright], \\[org-metaleft],
273 \\[org-shiftmetaright], \\[org-shiftmetaleft],
274 \\[org-ctrl-c-minus], \\[org-toggle-checkbox] or
275 \\[org-insert-todo-heading]. You can disable individually these
276 rules by setting them to nil. Valid rules are:
278 checkbox when non-nil, checkbox statistics is updated each time
279 you either insert a new checkbox or toggle a checkbox.
280 indent when non-nil, indenting or outdenting list top-item
281 with its subtree will move the whole list and
282 outdenting a list whose bullet is * to column 0 will
283 change that bullet to \"-\"."
284 :group 'org-plain-lists
285 :version "24.1"
286 :type '(alist :tag "Sets of rules"
287 :key-type
288 (choice
289 (const :tag "Checkbox" checkbox)
290 (const :tag "Indent" indent))
291 :value-type
292 (boolean :tag "Activate" :value t)))
294 (defcustom org-list-use-circular-motion nil
295 "Non-nil means commands implying motion in lists should be cyclic.
297 In that case, the item following the last item is the first one,
298 and the item preceding the first item is the last one.
300 This affects the behavior of \\[org-move-item-up],
301 \\[org-move-item-down], \\[org-next-item] and
302 \\[org-previous-item]."
303 :group 'org-plain-lists
304 :version "24.1"
305 :type 'boolean)
307 (defvar org-checkbox-statistics-hook nil
308 "Hook that is run whenever Org thinks checkbox statistics should be updated.
309 This hook runs even if checkbox rule in
310 `org-list-automatic-rules' does not apply, so it can be used to
311 implement alternative ways of collecting statistics
312 information.")
314 (define-obsolete-variable-alias 'org-hierarchical-checkbox-statistics
315 'org-checkbox-hierarchical-statistics "24.4") ;; Since 8.0
316 (defcustom org-checkbox-hierarchical-statistics t
317 "Non-nil means checkbox statistics counts only the state of direct children.
318 When nil, all boxes below the cookie are counted.
319 This can be set to nil on a per-node basis using a COOKIE_DATA property
320 with the word \"recursive\" in the value."
321 :group 'org-plain-lists
322 :type 'boolean)
324 (org-defvaralias 'org-description-max-indent
325 'org-list-description-max-indent) ;; Since 8.0
326 (defcustom org-list-description-max-indent 20
327 "Maximum indentation for the second line of a description list.
328 When the indentation would be larger than this, it will become
329 5 characters instead."
330 :group 'org-plain-lists
331 :type 'integer)
333 (defcustom org-list-indent-offset 0
334 "Additional indentation for sub-items in a list.
335 By setting this to a small number, usually 1 or 2, one can more
336 clearly distinguish sub-items in a list."
337 :group 'org-plain-lists
338 :version "24.1"
339 :type 'integer)
341 (defcustom org-list-radio-list-templates
342 '((latex-mode "% BEGIN RECEIVE ORGLST %n
343 % END RECEIVE ORGLST %n
344 \\begin{comment}
345 #+ORGLST: SEND %n org-list-to-latex
347 \\end{comment}\n")
348 (texinfo-mode "@c BEGIN RECEIVE ORGLST %n
349 @c END RECEIVE ORGLST %n
350 @ignore
351 #+ORGLST: SEND %n org-list-to-texinfo
353 @end ignore\n")
354 (html-mode "<!-- BEGIN RECEIVE ORGLST %n -->
355 <!-- END RECEIVE ORGLST %n -->
356 <!--
357 #+ORGLST: SEND %n org-list-to-html
359 -->\n"))
360 "Templates for radio lists in different major modes.
361 All occurrences of %n in a template will be replaced with the name of the
362 list, obtained by prompting the user."
363 :group 'org-plain-lists
364 :type '(repeat
365 (list (symbol :tag "Major mode")
366 (string :tag "Format"))))
368 (defvar org-list-forbidden-blocks '("example" "verse" "src" "ascii" "beamer"
369 "html" "latex" "odt")
370 "Names of blocks where lists are not allowed.
371 Names must be in lower case.")
373 (defvar org-list-export-context '(block inlinetask)
374 "Context types where lists will be interpreted during export.
376 Valid types are `drawer', `inlinetask' and `block'. More
377 specifically, type `block' is determined by the variable
378 `org-list-forbidden-blocks'.")
382 ;;; Predicates and regexps
384 (defconst org-list-end-re (if org-list-empty-line-terminates-plain-lists "^[ \t]*\n"
385 "^[ \t]*\n[ \t]*\n")
386 "Regex corresponding to the end of a list.
387 It depends on `org-list-empty-line-terminates-plain-lists'.")
389 (defconst org-list-full-item-re
390 (concat "^[ \t]*\\(\\(?:[-+*]\\|\\(?:[0-9]+\\|[A-Za-z]\\)[.)]\\)\\(?:[ \t]+\\|$\\)\\)"
391 "\\(?:\\[@\\(?:start:\\)?\\([0-9]+\\|[A-Za-z]\\)\\][ \t]*\\)?"
392 "\\(?:\\(\\[[ X-]\\]\\)\\(?:[ \t]+\\|$\\)\\)?"
393 "\\(?:\\(.*\\)[ \t]+::\\(?:[ \t]+\\|$\\)\\)?")
394 "Matches a list item and puts everything into groups:
395 group 1: bullet
396 group 2: counter
397 group 3: checkbox
398 group 4: description tag")
400 (defun org-item-re ()
401 "Return the correct regular expression for plain lists."
402 (let ((term (cond
403 ((eq org-plain-list-ordered-item-terminator t) "[.)]")
404 ((= org-plain-list-ordered-item-terminator ?\)) ")")
405 ((= org-plain-list-ordered-item-terminator ?.) "\\.")
406 (t "[.)]")))
407 (alpha (if org-list-allow-alphabetical "\\|[A-Za-z]" "")))
408 (concat "\\([ \t]*\\([-+]\\|\\(\\([0-9]+" alpha "\\)" term
409 "\\)\\)\\|[ \t]+\\*\\)\\([ \t]+\\|$\\)")))
411 (defsubst org-item-beginning-re ()
412 "Regexp matching the beginning of a plain list item."
413 (concat "^" (org-item-re)))
415 (defun org-list-at-regexp-after-bullet-p (regexp)
416 "Is point at a list item with REGEXP after bullet?"
417 (and (org-at-item-p)
418 (save-excursion
419 (goto-char (match-end 0))
420 (let ((counter-re (concat "\\(?:\\[@\\(?:start:\\)?"
421 (if org-list-allow-alphabetical
422 "\\([0-9]+\\|[A-Za-z]\\)"
423 "[0-9]+")
424 "\\][ \t]*\\)")))
425 ;; Ignore counter if any
426 (when (looking-at counter-re) (goto-char (match-end 0))))
427 (looking-at regexp))))
429 (defun org-list-in-valid-context-p ()
430 "Is point in a context where lists are allowed?"
431 (not (org-in-block-p org-list-forbidden-blocks)))
433 (defun org-in-item-p ()
434 "Return item beginning position when in a plain list, nil otherwise."
435 (save-excursion
436 (beginning-of-line)
437 (let* ((case-fold-search t)
438 (context (org-list-context))
439 (lim-up (car context))
440 (inlinetask-re (and (featurep 'org-inlinetask)
441 (org-inlinetask-outline-regexp)))
442 (item-re (org-item-re))
443 ;; Indentation isn't meaningful when point starts at an empty
444 ;; line or an inline task.
445 (ind-ref (if (or (looking-at "^[ \t]*$")
446 (and inlinetask-re (looking-at inlinetask-re)))
447 10000
448 (org-get-indentation))))
449 (cond
450 ((eq (nth 2 context) 'invalid) nil)
451 ((looking-at item-re) (point))
453 ;; Detect if cursor in amidst `org-list-end-re'. First, count
454 ;; number HL of hard lines it takes, then call `org-in-regexp'
455 ;; to compute its boundaries END-BOUNDS. When point is
456 ;; in-between, move cursor before regexp beginning.
457 (let ((hl 0) (i -1) end-bounds)
458 (when (and (progn
459 (while (setq i (string-match
460 "[\r\n]" org-list-end-re (1+ i)))
461 (setq hl (1+ hl)))
462 (setq end-bounds (org-in-regexp org-list-end-re hl)))
463 (>= (point) (car end-bounds))
464 (< (point) (cdr end-bounds)))
465 (goto-char (car end-bounds))
466 (forward-line -1)))
467 ;; Look for an item, less indented that reference line.
468 (catch 'exit
469 (while t
470 (let ((ind (org-get-indentation)))
471 (cond
472 ;; This is exactly what we want.
473 ((and (looking-at item-re) (< ind ind-ref))
474 (throw 'exit (point)))
475 ;; At upper bound of search or looking at the end of a
476 ;; previous list: search is over.
477 ((<= (point) lim-up) (throw 'exit nil))
478 ((looking-at org-list-end-re) (throw 'exit nil))
479 ;; Skip blocks, drawers, inline-tasks, blank lines
480 ((and (looking-at "^[ \t]*#\\+end_")
481 (re-search-backward "^[ \t]*#\\+begin_" lim-up t)))
482 ((and (looking-at "^[ \t]*:END:")
483 (re-search-backward org-drawer-regexp lim-up t))
484 (beginning-of-line))
485 ((and inlinetask-re (looking-at inlinetask-re))
486 (org-inlinetask-goto-beginning)
487 (forward-line -1))
488 ((looking-at "^[ \t]*$") (forward-line -1))
489 ;; Text at column 0 cannot belong to a list: stop.
490 ((zerop ind) (throw 'exit nil))
491 ;; Normal text less indented than reference line, take
492 ;; it as new reference.
493 ((< ind ind-ref)
494 (setq ind-ref ind)
495 (forward-line -1))
496 (t (forward-line -1)))))))))))
498 (defun org-at-item-p ()
499 "Is point in a line starting a hand-formatted item?"
500 (save-excursion
501 (beginning-of-line)
502 (and (looking-at (org-item-re)) (org-list-in-valid-context-p))))
504 (defun org-at-item-bullet-p ()
505 "Is point at the bullet of a plain list item?"
506 (and (org-at-item-p)
507 (not (member (char-after) '(?\ ?\t)))
508 (< (point) (match-end 0))))
510 (defun org-at-item-timer-p ()
511 "Is point at a line starting a plain list item with a timer?"
512 (org-list-at-regexp-after-bullet-p
513 "\\([0-9]+:[0-9]+:[0-9]+\\)[ \t]+::[ \t]+"))
515 (defun org-at-item-description-p ()
516 "Is point at a description list item?"
517 (org-list-at-regexp-after-bullet-p "\\(\\S-.+\\)[ \t]+::\\([ \t]+\\|$\\)"))
519 (defun org-at-item-checkbox-p ()
520 "Is point at a line starting a plain-list item with a checklet?"
521 (org-list-at-regexp-after-bullet-p "\\(\\[[- X]\\]\\)[ \t]+"))
523 (defun org-at-item-counter-p ()
524 "Is point at a line starting a plain-list item with a counter?"
525 (and (org-at-item-p)
526 (looking-at org-list-full-item-re)
527 (match-string 2)))
531 ;;; Structures and helper functions
533 (defun org-list-context ()
534 "Determine context, and its boundaries, around point.
536 Context will be a cell like (MIN MAX CONTEXT) where MIN and MAX
537 are boundaries and CONTEXT is a symbol among `drawer', `block',
538 `invalid', `inlinetask' and nil.
540 Contexts `block' and `invalid' refer to `org-list-forbidden-blocks'."
541 (save-match-data
542 (save-excursion
543 (org-with-limited-levels
544 (beginning-of-line)
545 (let ((case-fold-search t) (pos (point)) beg end context-type
546 ;; Get positions of surrounding headings. This is the
547 ;; default context.
548 (lim-up (or (save-excursion (and (ignore-errors (org-back-to-heading t))
549 (point)))
550 (point-min)))
551 (lim-down (or (save-excursion (outline-next-heading)) (point-max))))
552 ;; Is point inside a drawer?
553 (let ((end-re "^[ \t]*:END:")
554 (beg-re org-drawer-regexp))
555 (when (save-excursion
556 (and (not (looking-at beg-re))
557 (not (looking-at end-re))
558 (setq beg (and (re-search-backward beg-re lim-up t)
559 (1+ (point-at-eol))))
560 (setq end (or (and (re-search-forward end-re lim-down t)
561 (1- (match-beginning 0)))
562 lim-down))
563 (>= end pos)))
564 (setq lim-up beg lim-down end context-type 'drawer)))
565 ;; Is point strictly in a block, and of which type?
566 (let ((block-re "^[ \t]*#\\+\\(begin\\|end\\)_") type)
567 (when (save-excursion
568 (and (not (looking-at block-re))
569 (setq beg (and (re-search-backward block-re lim-up t)
570 (1+ (point-at-eol))))
571 (looking-at "^[ \t]*#\\+begin_\\(\\S-+\\)")
572 (setq type (downcase (match-string 1)))
573 (goto-char beg)
574 (setq end (or (and (re-search-forward block-re lim-down t)
575 (1- (point-at-bol)))
576 lim-down))
577 (>= end pos)
578 (equal (downcase (match-string 1)) "end")))
579 (setq lim-up beg lim-down end
580 context-type (if (member type org-list-forbidden-blocks)
581 'invalid 'block))))
582 ;; Is point in an inlinetask?
583 (when (and (featurep 'org-inlinetask)
584 (save-excursion
585 (let* ((beg-re (org-inlinetask-outline-regexp))
586 (end-re (concat beg-re "END[ \t]*$")))
587 (and (not (looking-at "^\\*+"))
588 (setq beg (and (re-search-backward beg-re lim-up t)
589 (1+ (point-at-eol))))
590 (not (looking-at end-re))
591 (setq end (and (re-search-forward end-re lim-down t)
592 (1- (match-beginning 0))))
593 (> (point) pos)))))
594 (setq lim-up beg lim-down end context-type 'inlinetask))
595 ;; Return context boundaries and type.
596 (list lim-up lim-down context-type))))))
598 (defun org-list-struct ()
599 "Return structure of list at point.
601 A list structure is an alist where key is point at item, and
602 values are:
603 1. indentation,
604 2. bullet with trailing whitespace,
605 3. bullet counter, if any,
606 4. checkbox, if any,
607 5. description tag, if any,
608 6. position at item end.
610 Thus the following list, where numbers in parens are
611 point-at-bol:
613 - [X] first item (1)
614 1. sub-item 1 (18)
615 5. [@5] sub-item 2 (34)
616 some other text belonging to first item (55)
617 - last item (97)
618 + tag :: description (109)
619 (131)
621 will get the following structure:
623 \(\(1 0 \"- \" nil \"[X]\" nil 97\)
624 \(18 2 \"1. \" nil nil nil 34\)
625 \(34 2 \"5. \" \"5\" nil nil 55\)
626 \(97 0 \"- \" nil nil nil 131\)
627 \(109 2 \"+ \" nil nil \"tag\" 131\)
629 Assume point is at an item."
630 (save-excursion
631 (beginning-of-line)
632 (let* ((case-fold-search t)
633 (context (org-list-context))
634 (lim-up (car context))
635 (lim-down (nth 1 context))
636 (text-min-ind 10000)
637 (item-re (org-item-re))
638 (inlinetask-re (and (featurep 'org-inlinetask)
639 (org-inlinetask-outline-regexp)))
640 (beg-cell (cons (point) (org-get-indentation)))
641 ind itm-lst itm-lst-2 end-lst end-lst-2 struct
642 (assoc-at-point
643 (function
644 ;; Return association at point.
645 (lambda (ind)
646 (looking-at org-list-full-item-re)
647 (let ((bullet (match-string-no-properties 1)))
648 (list (point)
650 bullet
651 (match-string-no-properties 2) ; counter
652 (match-string-no-properties 3) ; checkbox
653 ;; Description tag.
654 (and (save-match-data (string-match "[-+*]" bullet))
655 (match-string-no-properties 4)))))))
656 (end-before-blank
657 (function
658 ;; Ensure list ends at the first blank line.
659 (lambda ()
660 (skip-chars-backward " \r\t\n")
661 (min (1+ (point-at-eol)) lim-down)))))
662 ;; 1. Read list from starting item to its beginning, and save
663 ;; top item position and indentation in BEG-CELL. Also store
664 ;; ending position of items in END-LST.
665 (save-excursion
666 (catch 'exit
667 (while t
668 (let ((ind (org-get-indentation)))
669 (cond
670 ((<= (point) lim-up)
671 ;; At upward limit: if we ended at an item, store it,
672 ;; else dismiss useless data recorded above BEG-CELL.
673 ;; Jump to part 2.
674 (throw 'exit
675 (setq itm-lst
676 (if (not (looking-at item-re))
677 (memq (assq (car beg-cell) itm-lst) itm-lst)
678 (setq beg-cell (cons (point) ind))
679 (cons (funcall assoc-at-point ind) itm-lst)))))
680 ;; Looking at a list ending regexp. Dismiss useless
681 ;; data recorded above BEG-CELL. Jump to part 2.
682 ((looking-at org-list-end-re)
683 (throw 'exit
684 (setq itm-lst
685 (memq (assq (car beg-cell) itm-lst) itm-lst))))
686 ;; Point is at an item. Add data to ITM-LST. It may
687 ;; also end a previous item: save it in END-LST. If
688 ;; ind is less or equal than BEG-CELL and there is no
689 ;; end at this ind or lesser, this item becomes the new
690 ;; BEG-CELL.
691 ((looking-at item-re)
692 (push (funcall assoc-at-point ind) itm-lst)
693 (push (cons ind (point)) end-lst)
694 (when (< ind text-min-ind) (setq beg-cell (cons (point) ind)))
695 (forward-line -1))
696 ;; Skip blocks, drawers, inline tasks, blank lines.
697 ((and (looking-at "^[ \t]*#\\+end_")
698 (re-search-backward "^[ \t]*#\\+begin_" lim-up t)))
699 ((and (looking-at "^[ \t]*:END:")
700 (re-search-backward org-drawer-regexp lim-up t))
701 (beginning-of-line))
702 ((and inlinetask-re (looking-at inlinetask-re))
703 (org-inlinetask-goto-beginning)
704 (forward-line -1))
705 ((looking-at "^[ \t]*$")
706 (forward-line -1))
707 ;; From there, point is not at an item. Interpret
708 ;; line's indentation:
709 ;; - text at column 0 is necessarily out of any list.
710 ;; Dismiss data recorded above BEG-CELL. Jump to
711 ;; part 2.
712 ;; - any other case may be an ending position for an
713 ;; hypothetical item above. Store it and proceed.
714 ((zerop ind)
715 (throw 'exit
716 (setq itm-lst
717 (memq (assq (car beg-cell) itm-lst) itm-lst))))
719 (when (< ind text-min-ind) (setq text-min-ind ind))
720 (push (cons ind (point)) end-lst)
721 (forward-line -1)))))))
722 ;; 2. Read list from starting point to its end, that is until we
723 ;; get out of context, or that a non-item line is less or
724 ;; equally indented than BEG-CELL's cdr. Also, store ending
725 ;; position of items in END-LST-2.
726 (catch 'exit
727 (while t
728 (let ((ind (org-get-indentation)))
729 (cond
730 ((>= (point) lim-down)
731 ;; At downward limit: this is de facto the end of the
732 ;; list. Save point as an ending position, and jump to
733 ;; part 3.
734 (throw 'exit
735 (push (cons 0 (funcall end-before-blank)) end-lst-2)))
736 ;; Looking at a list ending regexp. Save point as an
737 ;; ending position and jump to part 3.
738 ((looking-at org-list-end-re)
739 (throw 'exit (push (cons 0 (point)) end-lst-2)))
740 ((looking-at item-re)
741 ;; Point is at an item. Add data to ITM-LST-2. It may
742 ;; also end a previous item, so save it in END-LST-2.
743 (push (funcall assoc-at-point ind) itm-lst-2)
744 (push (cons ind (point)) end-lst-2)
745 (forward-line 1))
746 ;; Skip inline tasks and blank lines along the way
747 ((and inlinetask-re (looking-at inlinetask-re))
748 (org-inlinetask-goto-end))
749 ((looking-at "^[ \t]*$")
750 (forward-line 1))
751 ;; Ind is lesser or equal than BEG-CELL's. The list is
752 ;; over: store point as an ending position and jump to
753 ;; part 3.
754 ((<= ind (cdr beg-cell))
755 (throw 'exit
756 (push (cons 0 (funcall end-before-blank)) end-lst-2)))
757 ;; Else, if ind is lesser or equal than previous item's,
758 ;; this is an ending position: store it. In any case,
759 ;; skip block or drawer at point, and move to next line.
761 (when (<= ind (nth 1 (car itm-lst-2)))
762 (push (cons ind (point)) end-lst-2))
763 (cond
764 ((and (looking-at "^[ \t]*#\\+begin_")
765 (re-search-forward "^[ \t]*#\\+end_" lim-down t)))
766 ((and (looking-at org-drawer-regexp)
767 (re-search-forward "^[ \t]*:END:" lim-down t))))
768 (forward-line 1))))))
769 (setq struct (append itm-lst (cdr (nreverse itm-lst-2)))
770 end-lst (append end-lst (cdr (nreverse end-lst-2))))
771 ;; 3. Associate each item to its end position.
772 (org-list-struct-assoc-end struct end-lst)
773 ;; 4. Return STRUCT
774 struct)))
776 (defun org-list-struct-assoc-end (struct end-list)
777 "Associate proper ending point to items in STRUCT.
779 END-LIST is a pseudo-alist where car is indentation and cdr is
780 ending position.
782 This function modifies STRUCT."
783 (let ((endings end-list))
784 (mapc
785 (lambda (elt)
786 (let ((pos (car elt))
787 (ind (nth 1 elt)))
788 ;; Remove end candidates behind current item.
789 (while (or (<= (cdar endings) pos))
790 (pop endings))
791 ;; Add end position to item assoc.
792 (let ((old-end (nthcdr 6 elt))
793 (new-end (assoc-default ind endings '<=)))
794 (if old-end
795 (setcar old-end new-end)
796 (setcdr elt (append (cdr elt) (list new-end)))))))
797 struct)))
799 (defun org-list-prevs-alist (struct)
800 "Return alist between item and previous item in STRUCT."
801 (let ((item-end-alist (mapcar (lambda (e) (cons (car e) (nth 6 e)))
802 struct)))
803 (mapcar (lambda (e)
804 (let ((prev (car (rassq (car e) item-end-alist))))
805 (cons (car e) prev)))
806 struct)))
808 (defun org-list-parents-alist (struct)
809 "Return alist between item and parent in STRUCT."
810 (let* ((ind-to-ori (list (list (nth 1 (car struct)))))
811 (top-item (org-list-get-top-point struct))
812 (prev-pos (list top-item)))
813 (cons prev-pos
814 (mapcar (lambda (item)
815 (let ((pos (car item))
816 (ind (nth 1 item))
817 (prev-ind (caar ind-to-ori)))
818 (push pos prev-pos)
819 (cond
820 ((> prev-ind ind)
821 ;; A sub-list is over. Find the associated
822 ;; origin in IND-TO-ORI. If it cannot be
823 ;; found (ill-formed list), set its parent as
824 ;; the first item less indented. If there is
825 ;; none, make it a top-level item.
826 (setq ind-to-ori
827 (or (member (assq ind ind-to-ori) ind-to-ori)
828 (catch 'exit
829 (mapc
830 (lambda (e)
831 (when (< (car e) ind)
832 (throw 'exit (member e ind-to-ori))))
833 ind-to-ori)
834 (list (list ind)))))
835 (cons pos (cdar ind-to-ori)))
836 ;; A sub-list starts. Every item at IND will
837 ;; have previous item as its parent.
838 ((< prev-ind ind)
839 (let ((origin (nth 1 prev-pos)))
840 (push (cons ind origin) ind-to-ori)
841 (cons pos origin)))
842 ;; Another item in the same sub-list: it shares
843 ;; the same parent as the previous item.
844 (t (cons pos (cdar ind-to-ori))))))
845 (cdr struct)))))
849 ;;; Accessors
851 (defsubst org-list-get-nth (n key struct)
852 "Return the Nth value of KEY in STRUCT."
853 (nth n (assq key struct)))
855 (defun org-list-set-nth (n key struct new)
856 "Set the Nth value of KEY in STRUCT to NEW.
857 \nThis function modifies STRUCT."
858 (setcar (nthcdr n (assq key struct)) new))
860 (defsubst org-list-get-ind (item struct)
861 "Return indentation of ITEM in STRUCT."
862 (org-list-get-nth 1 item struct))
864 (defun org-list-set-ind (item struct ind)
865 "Set indentation of ITEM in STRUCT to IND.
866 \nThis function modifies STRUCT."
867 (org-list-set-nth 1 item struct ind))
869 (defsubst org-list-get-bullet (item struct)
870 "Return bullet of ITEM in STRUCT."
871 (org-list-get-nth 2 item struct))
873 (defun org-list-set-bullet (item struct bullet)
874 "Set bullet of ITEM in STRUCT to BULLET.
875 \nThis function modifies STRUCT."
876 (org-list-set-nth 2 item struct bullet))
878 (defsubst org-list-get-counter (item struct)
879 "Return counter of ITEM in STRUCT."
880 (org-list-get-nth 3 item struct))
882 (defsubst org-list-get-checkbox (item struct)
883 "Return checkbox of ITEM in STRUCT or nil."
884 (org-list-get-nth 4 item struct))
886 (defun org-list-set-checkbox (item struct checkbox)
887 "Set checkbox of ITEM in STRUCT to CHECKBOX.
888 \nThis function modifies STRUCT."
889 (org-list-set-nth 4 item struct checkbox))
891 (defsubst org-list-get-tag (item struct)
892 "Return end position of ITEM in STRUCT."
893 (org-list-get-nth 5 item struct))
895 (defun org-list-get-item-end (item struct)
896 "Return end position of ITEM in STRUCT."
897 (org-list-get-nth 6 item struct))
899 (defun org-list-get-item-end-before-blank (item struct)
900 "Return point at end of ITEM in STRUCT, before any blank line.
901 Point returned is at end of line."
902 (save-excursion
903 (goto-char (org-list-get-item-end item struct))
904 (skip-chars-backward " \r\t\n")
905 (point-at-eol)))
907 (defun org-list-get-parent (item struct parents)
908 "Return parent of ITEM or nil.
909 STRUCT is the list structure. PARENTS is the alist of parents,
910 as returned by `org-list-parents-alist'."
911 (let ((parents (or parents (org-list-parents-alist struct))))
912 (cdr (assq item parents))))
914 (defun org-list-has-child-p (item struct)
915 "Non-nil if ITEM has a child.
917 STRUCT is the list structure.
919 Value returned is the position of the first child of ITEM."
920 (let ((ind (org-list-get-ind item struct))
921 (child-maybe (car (nth 1 (member (assq item struct) struct)))))
922 (when (and child-maybe
923 (< ind (org-list-get-ind child-maybe struct)))
924 child-maybe)))
926 (defun org-list-get-next-item (item struct prevs)
927 "Return next item in same sub-list as ITEM, or nil.
928 STRUCT is the list structure. PREVS is the alist of previous
929 items, as returned by `org-list-prevs-alist'."
930 (car (rassq item prevs)))
932 (defun org-list-get-prev-item (item struct prevs)
933 "Return previous item in same sub-list as ITEM, or nil.
934 STRUCT is the list structure. PREVS is the alist of previous
935 items, as returned by `org-list-prevs-alist'."
936 (cdr (assq item prevs)))
938 (defun org-list-get-subtree (item struct)
939 "List all items having ITEM as a common ancestor, or nil.
940 STRUCT is the list structure."
941 (let* ((item-end (org-list-get-item-end item struct))
942 (sub-struct (cdr (member (assq item struct) struct)))
943 subtree)
944 (catch 'exit
945 (mapc (lambda (e)
946 (let ((pos (car e)))
947 (if (< pos item-end) (push pos subtree) (throw 'exit nil))))
948 sub-struct))
949 (nreverse subtree)))
951 (defun org-list-get-all-items (item struct prevs)
952 "List all items in the same sub-list as ITEM.
953 STRUCT is the list structure. PREVS is the alist of previous
954 items, as returned by `org-list-prevs-alist'."
955 (let ((prev-item item)
956 (next-item item)
957 before-item after-item)
958 (while (setq prev-item (org-list-get-prev-item prev-item struct prevs))
959 (push prev-item before-item))
960 (while (setq next-item (org-list-get-next-item next-item struct prevs))
961 (push next-item after-item))
962 (append before-item (list item) (nreverse after-item))))
964 (defun org-list-get-children (item struct parents)
965 "List all children of ITEM, or nil.
966 STRUCT is the list structure. PARENTS is the alist of parents,
967 as returned by `org-list-parents-alist'."
968 (let (all child)
969 (while (setq child (car (rassq item parents)))
970 (setq parents (cdr (member (assq child parents) parents)))
971 (push child all))
972 (nreverse all)))
974 (defun org-list-get-top-point (struct)
975 "Return point at beginning of list.
976 STRUCT is the list structure."
977 (caar struct))
979 (defun org-list-get-bottom-point (struct)
980 "Return point at bottom of list.
981 STRUCT is the list structure."
982 (apply 'max
983 (mapcar (lambda (e) (org-list-get-item-end (car e) struct)) struct)))
985 (defun org-list-get-list-begin (item struct prevs)
986 "Return point at beginning of sub-list ITEM belongs.
987 STRUCT is the list structure. PREVS is the alist of previous
988 items, as returned by `org-list-prevs-alist'."
989 (let ((first-item item) prev-item)
990 (while (setq prev-item (org-list-get-prev-item first-item struct prevs))
991 (setq first-item prev-item))
992 first-item))
994 (defalias 'org-list-get-first-item 'org-list-get-list-begin)
996 (defun org-list-get-last-item (item struct prevs)
997 "Return point at last item of sub-list ITEM belongs.
998 STRUCT is the list structure. PREVS is the alist of previous
999 items, as returned by `org-list-prevs-alist'."
1000 (let ((last-item item) next-item)
1001 (while (setq next-item (org-list-get-next-item last-item struct prevs))
1002 (setq last-item next-item))
1003 last-item))
1005 (defun org-list-get-list-end (item struct prevs)
1006 "Return point at end of sub-list ITEM belongs.
1007 STRUCT is the list structure. PREVS is the alist of previous
1008 items, as returned by `org-list-prevs-alist'."
1009 (org-list-get-item-end (org-list-get-last-item item struct prevs) struct))
1011 (defun org-list-get-list-type (item struct prevs)
1012 "Return the type of the list containing ITEM, as a symbol.
1014 STRUCT is the list structure. PREVS is the alist of previous
1015 items, as returned by `org-list-prevs-alist'.
1017 Possible types are `descriptive', `ordered' and `unordered'. The
1018 type is determined by the first item of the list."
1019 (let ((first (org-list-get-list-begin item struct prevs)))
1020 (cond
1021 ((string-match "[[:alnum:]]" (org-list-get-bullet first struct)) 'ordered)
1022 ((org-list-get-tag first struct) 'descriptive)
1023 (t 'unordered))))
1025 (defun org-list-get-item-number (item struct prevs parents)
1026 "Return ITEM's sequence number.
1028 STRUCT is the list structure. PREVS is the alist of previous
1029 items, as returned by `org-list-prevs-alist'. PARENTS is the
1030 alist of ancestors, as returned by `org-list-parents-alist'.
1032 Return value is a list of integers. Counters have an impact on
1033 that value."
1034 (let ((get-relative-number
1035 (function
1036 (lambda (item struct prevs)
1037 ;; Return relative sequence number of ITEM in the sub-list
1038 ;; it belongs. STRUCT is the list structure. PREVS is
1039 ;; the alist of previous items.
1040 (let ((seq 0) (pos item) counter)
1041 (while (and (not (setq counter (org-list-get-counter pos struct)))
1042 (setq pos (org-list-get-prev-item pos struct prevs)))
1043 (incf seq))
1044 (if (not counter) (1+ seq)
1045 (cond
1046 ((string-match "[A-Za-z]" counter)
1047 (+ (- (string-to-char (upcase (match-string 0 counter))) 64)
1048 seq))
1049 ((string-match "[0-9]+" counter)
1050 (+ (string-to-number (match-string 0 counter)) seq))
1051 (t (1+ seq)))))))))
1052 ;; Cons each parent relative number into return value (OUT).
1053 (let ((out (list (funcall get-relative-number item struct prevs)))
1054 (parent item))
1055 (while (setq parent (org-list-get-parent parent struct parents))
1056 (push (funcall get-relative-number parent struct prevs) out))
1057 ;; Return value.
1058 out)))
1062 ;;; Searching
1064 (defun org-list-search-generic (search re bound noerr)
1065 "Search a string in valid contexts for lists.
1066 Arguments SEARCH, RE, BOUND and NOERR are similar to those used
1067 in `re-search-forward'."
1068 (catch 'exit
1069 (let ((origin (point)))
1070 (while t
1071 ;; 1. No match: return to origin or bound, depending on NOERR.
1072 (unless (funcall search re bound noerr)
1073 (throw 'exit (and (goto-char (if (memq noerr '(t nil)) origin bound))
1074 nil)))
1075 ;; 2. Match in valid context: return point. Else, continue
1076 ;; searching.
1077 (when (org-list-in-valid-context-p) (throw 'exit (point)))))))
1079 (defun org-list-search-backward (regexp &optional bound noerror)
1080 "Like `re-search-backward' but stop only where lists are recognized.
1081 Arguments REGEXP, BOUND and NOERROR are similar to those used in
1082 `re-search-backward'."
1083 (org-list-search-generic #'re-search-backward
1084 regexp (or bound (point-min)) noerror))
1086 (defun org-list-search-forward (regexp &optional bound noerror)
1087 "Like `re-search-forward' but stop only where lists are recognized.
1088 Arguments REGEXP, BOUND and NOERROR are similar to those used in
1089 `re-search-forward'."
1090 (org-list-search-generic #'re-search-forward
1091 regexp (or bound (point-max)) noerror))
1095 ;;; Methods on structures
1097 (defsubst org-list-bullet-string (bullet)
1098 "Return BULLET with the correct number of whitespaces.
1099 It determines the number of whitespaces to append by looking at
1100 `org-list-two-spaces-after-bullet-regexp'."
1101 (save-match-data
1102 (let ((spaces (if (and org-list-two-spaces-after-bullet-regexp
1103 (string-match
1104 org-list-two-spaces-after-bullet-regexp bullet))
1106 " ")))
1107 (if (string-match "\\S-+\\([ \t]*\\)" bullet)
1108 (replace-match spaces nil nil bullet 1)
1109 bullet))))
1111 (defun org-list-swap-items (beg-A beg-B struct)
1112 "Swap item starting at BEG-A with item starting at BEG-B in STRUCT.
1114 Blank lines at the end of items are left in place. Item
1115 visibility is preserved. Return the new structure after the
1116 changes.
1118 Assume BEG-A is lesser than BEG-B and that BEG-A and BEG-B belong
1119 to the same sub-list.
1121 This function modifies STRUCT."
1122 (save-excursion
1123 (let* ((end-A-no-blank (org-list-get-item-end-before-blank beg-A struct))
1124 (end-B-no-blank (org-list-get-item-end-before-blank beg-B struct))
1125 (end-A (org-list-get-item-end beg-A struct))
1126 (end-B (org-list-get-item-end beg-B struct))
1127 (size-A (- end-A-no-blank beg-A))
1128 (size-B (- end-B-no-blank beg-B))
1129 (body-A (buffer-substring beg-A end-A-no-blank))
1130 (body-B (buffer-substring beg-B end-B-no-blank))
1131 (between-A-no-blank-and-B (buffer-substring end-A-no-blank beg-B))
1132 (sub-A (cons beg-A (org-list-get-subtree beg-A struct)))
1133 (sub-B (cons beg-B (org-list-get-subtree beg-B struct)))
1134 ;; Store overlays responsible for visibility status. We
1135 ;; also need to store their boundaries as they will be
1136 ;; removed from buffer.
1137 (overlays (cons
1138 (mapcar (lambda (ov)
1139 (list ov (overlay-start ov) (overlay-end ov)))
1140 (overlays-in beg-A end-A))
1141 (mapcar (lambda (ov)
1142 (list ov (overlay-start ov) (overlay-end ov)))
1143 (overlays-in beg-B end-B)))))
1144 ;; 1. Move effectively items in buffer.
1145 (goto-char beg-A)
1146 (delete-region beg-A end-B-no-blank)
1147 (insert (concat body-B between-A-no-blank-and-B body-A))
1148 ;; 2. Now modify struct. No need to re-read the list, the
1149 ;; transformation is just a shift of positions. Some special
1150 ;; attention is required for items ending at END-A and END-B
1151 ;; as empty spaces are not moved there. In others words,
1152 ;; item BEG-A will end with whitespaces that were at the end
1153 ;; of BEG-B and the same applies to BEG-B.
1154 (mapc (lambda (e)
1155 (let ((pos (car e)))
1156 (cond
1157 ((< pos beg-A))
1158 ((memq pos sub-A)
1159 (let ((end-e (nth 6 e)))
1160 (setcar e (+ pos (- end-B-no-blank end-A-no-blank)))
1161 (setcar (nthcdr 6 e)
1162 (+ end-e (- end-B-no-blank end-A-no-blank)))
1163 (when (= end-e end-A) (setcar (nthcdr 6 e) end-B))))
1164 ((memq pos sub-B)
1165 (let ((end-e (nth 6 e)))
1166 (setcar e (- (+ pos beg-A) beg-B))
1167 (setcar (nthcdr 6 e) (+ end-e (- beg-A beg-B)))
1168 (when (= end-e end-B)
1169 (setcar (nthcdr 6 e)
1170 (+ beg-A size-B (- end-A end-A-no-blank))))))
1171 ((< pos beg-B)
1172 (let ((end-e (nth 6 e)))
1173 (setcar e (+ pos (- size-B size-A)))
1174 (setcar (nthcdr 6 e) (+ end-e (- size-B size-A))))))))
1175 struct)
1176 (setq struct (sort struct (lambda (e1 e2) (< (car e1) (car e2)))))
1177 ;; Restore visibility status, by moving overlays to their new
1178 ;; position.
1179 (mapc (lambda (ov)
1180 (move-overlay
1181 (car ov)
1182 (+ (nth 1 ov) (- (+ beg-B (- size-B size-A)) beg-A))
1183 (+ (nth 2 ov) (- (+ beg-B (- size-B size-A)) beg-A))))
1184 (car overlays))
1185 (mapc (lambda (ov)
1186 (move-overlay (car ov)
1187 (+ (nth 1 ov) (- beg-A beg-B))
1188 (+ (nth 2 ov) (- beg-A beg-B))))
1189 (cdr overlays))
1190 ;; Return structure.
1191 struct)))
1193 (defun org-list-separating-blank-lines-number (pos struct prevs)
1194 "Return number of blank lines that should separate items in list.
1196 POS is the position of point where `org-list-insert-item' was called.
1198 STRUCT is the list structure. PREVS is the alist of previous
1199 items, as returned by `org-list-prevs-alist'.
1201 Assume point is at item's beginning. If the item is alone, apply
1202 some heuristics to guess the result."
1203 (save-excursion
1204 (let ((item (point))
1205 (insert-blank-p
1206 (cdr (assq 'plain-list-item org-blank-before-new-entry)))
1207 usr-blank
1208 (count-blanks
1209 (function
1210 (lambda ()
1211 ;; Count blank lines above beginning of line.
1212 (save-excursion
1213 (count-lines (goto-char (point-at-bol))
1214 (progn (skip-chars-backward " \r\t\n")
1215 (forward-line)
1216 (point))))))))
1217 (cond
1218 ;; Trivial cases where there should be none.
1219 ((or org-list-empty-line-terminates-plain-lists (not insert-blank-p)) 0)
1220 ;; When `org-blank-before-new-entry' says so, it is 1.
1221 ((eq insert-blank-p t) 1)
1222 ;; `plain-list-item' is 'auto. Count blank lines separating
1223 ;; neighbors' items in list.
1224 (t (let ((next-p (org-list-get-next-item item struct prevs)))
1225 (cond
1226 ;; Is there a next item?
1227 (next-p (goto-char next-p)
1228 (funcall count-blanks))
1229 ;; Is there a previous item?
1230 ((org-list-get-prev-item item struct prevs)
1231 (funcall count-blanks))
1232 ;; User inserted blank lines, trust him.
1233 ((and (> pos (org-list-get-item-end-before-blank item struct))
1234 (> (save-excursion (goto-char pos)
1235 (setq usr-blank (funcall count-blanks)))
1237 usr-blank)
1238 ;; Are there blank lines inside the list so far?
1239 ((save-excursion
1240 (goto-char (org-list-get-top-point struct))
1241 ;; Do not use `org-list-search-forward' so blank lines
1242 ;; in blocks can be counted in.
1243 (re-search-forward
1244 "^[ \t]*$" (org-list-get-item-end-before-blank item struct) t))
1246 ;; Default choice: no blank line.
1247 (t 0))))))))
1249 (defun org-list-insert-item (pos struct prevs &optional checkbox after-bullet)
1250 "Insert a new list item at POS and return the new structure.
1251 If POS is before first character after bullet of the item, the
1252 new item will be created before the current one.
1254 STRUCT is the list structure. PREVS is the alist of previous
1255 items, as returned by `org-list-prevs-alist'.
1257 Insert a checkbox if CHECKBOX is non-nil, and string AFTER-BULLET
1258 after the bullet. Cursor will be after this text once the
1259 function ends.
1261 This function modifies STRUCT."
1262 (let ((case-fold-search t))
1263 ;; 1. Get information about list: position of point with regards
1264 ;; to item start (BEFOREP), blank lines number separating items
1265 ;; (BLANK-NB), if we're allowed to (SPLIT-LINE-P).
1266 (let* ((item (progn (goto-char pos) (goto-char (org-list-get-item-begin))))
1267 (item-end (org-list-get-item-end item struct))
1268 (item-end-no-blank (org-list-get-item-end-before-blank item struct))
1269 (beforep
1270 (progn
1271 (looking-at org-list-full-item-re)
1272 ;; Do not count tag in a non-descriptive list.
1273 (<= pos (if (and (match-beginning 4)
1274 (save-match-data
1275 (string-match "[.)]" (match-string 1))))
1276 (match-beginning 4)
1277 (match-end 0)))))
1278 (split-line-p (org-get-alist-option org-M-RET-may-split-line 'item))
1279 (blank-nb (org-list-separating-blank-lines-number
1280 pos struct prevs))
1281 ;; 2. Build the new item to be created. Concatenate same
1282 ;; bullet as item, checkbox, text AFTER-BULLET if
1283 ;; provided, and text cut from point to end of item
1284 ;; (TEXT-CUT) to form item's BODY. TEXT-CUT depends on
1285 ;; BEFOREP and SPLIT-LINE-P. The difference of size
1286 ;; between what was cut and what was inserted in buffer
1287 ;; is stored in SIZE-OFFSET.
1288 (ind (org-list-get-ind item struct))
1289 (ind-size (if indent-tabs-mode
1290 (+ (/ ind tab-width) (mod ind tab-width))
1291 ind))
1292 (bullet (org-list-bullet-string (org-list-get-bullet item struct)))
1293 (box (when checkbox "[ ]"))
1294 (text-cut
1295 (and (not beforep) split-line-p
1296 (progn
1297 (goto-char pos)
1298 ;; If POS is greater than ITEM-END, then point is
1299 ;; in some white lines after the end of the list.
1300 ;; Those must be removed, or they will be left,
1301 ;; stacking up after the list.
1302 (when (< item-end pos)
1303 (delete-region (1- item-end) (point-at-eol)))
1304 (skip-chars-backward " \r\t\n")
1305 (setq pos (point))
1306 (delete-and-extract-region pos item-end-no-blank))))
1307 (body (concat bullet (when box (concat box " ")) after-bullet
1308 (and text-cut
1309 (if (string-match "\\`[ \t]+" text-cut)
1310 (replace-match "" t t text-cut)
1311 text-cut))))
1312 (item-sep (make-string (1+ blank-nb) ?\n))
1313 (item-size (+ ind-size (length body) (length item-sep)))
1314 (size-offset (- item-size (length text-cut))))
1315 ;; 4. Insert effectively item into buffer.
1316 (goto-char item)
1317 (org-indent-to-column ind)
1318 (insert body item-sep)
1319 ;; 5. Add new item to STRUCT.
1320 (mapc (lambda (e)
1321 (let ((p (car e)) (end (nth 6 e)))
1322 (cond
1323 ;; Before inserted item, positions don't change but
1324 ;; an item ending after insertion has its end shifted
1325 ;; by SIZE-OFFSET.
1326 ((< p item)
1327 (when (> end item) (setcar (nthcdr 6 e) (+ end size-offset))))
1328 ;; Trivial cases where current item isn't split in
1329 ;; two. Just shift every item after new one by
1330 ;; ITEM-SIZE.
1331 ((or beforep (not split-line-p))
1332 (setcar e (+ p item-size))
1333 (setcar (nthcdr 6 e) (+ end item-size)))
1334 ;; Item is split in two: elements before POS are just
1335 ;; shifted by ITEM-SIZE. In the case item would end
1336 ;; after split POS, ending is only shifted by
1337 ;; SIZE-OFFSET.
1338 ((< p pos)
1339 (setcar e (+ p item-size))
1340 (if (< end pos)
1341 (setcar (nthcdr 6 e) (+ end item-size))
1342 (setcar (nthcdr 6 e) (+ end size-offset))))
1343 ;; Elements after POS are moved into new item.
1344 ;; Length of ITEM-SEP has to be removed as ITEM-SEP
1345 ;; doesn't appear in buffer yet.
1346 ((< p item-end)
1347 (setcar e (+ p size-offset (- item pos (length item-sep))))
1348 (if (= end item-end)
1349 (setcar (nthcdr 6 e) (+ item item-size))
1350 (setcar (nthcdr 6 e)
1351 (+ end size-offset
1352 (- item pos (length item-sep))))))
1353 ;; Elements at ITEM-END or after are only shifted by
1354 ;; SIZE-OFFSET.
1355 (t (setcar e (+ p size-offset))
1356 (setcar (nthcdr 6 e) (+ end size-offset))))))
1357 struct)
1358 (push (list item ind bullet nil box nil (+ item item-size)) struct)
1359 (setq struct (sort struct (lambda (e1 e2) (< (car e1) (car e2)))))
1360 ;; 6. If not BEFOREP, new item must appear after ITEM, so
1361 ;; exchange ITEM with the next item in list. Position cursor
1362 ;; after bullet, counter, checkbox, and label.
1363 (if beforep
1364 (goto-char item)
1365 (setq struct (org-list-swap-items item (+ item item-size) struct))
1366 (goto-char (org-list-get-next-item
1367 item struct (org-list-prevs-alist struct))))
1368 struct)))
1370 (defun org-list-delete-item (item struct)
1371 "Remove ITEM from the list and return the new structure.
1373 STRUCT is the list structure."
1374 (let* ((end (org-list-get-item-end item struct))
1375 (beg (if (= (org-list-get-bottom-point struct) end)
1376 ;; If ITEM ends with the list, delete blank lines
1377 ;; before it.
1378 (save-excursion
1379 (goto-char item)
1380 (skip-chars-backward " \r\t\n")
1381 (min (1+ (point-at-eol)) (point-max)))
1382 item)))
1383 ;; Remove item from buffer.
1384 (delete-region beg end)
1385 ;; Remove item from structure and shift others items accordingly.
1386 ;; Don't forget to shift also ending position when appropriate.
1387 (let ((size (- end beg)))
1388 (delq nil (mapcar (lambda (e)
1389 (let ((pos (car e)))
1390 (cond
1391 ((< pos item)
1392 (let ((end-e (nth 6 e)))
1393 (cond
1394 ((< end-e item) e)
1395 ((= end-e item)
1396 (append (butlast e) (list beg)))
1398 (append (butlast e) (list (- end-e size)))))))
1399 ((< pos end) nil)
1401 (cons (- pos size)
1402 (append (butlast (cdr e))
1403 (list (- (nth 6 e) size))))))))
1404 struct)))))
1406 (defun org-list-send-item (item dest struct)
1407 "Send ITEM to destination DEST.
1409 STRUCT is the list structure.
1411 DEST can have various values.
1413 If DEST is a buffer position, the function will assume it points
1414 to another item in the same list as ITEM, and will move the
1415 latter just before the former.
1417 If DEST is `begin' (respectively `end'), ITEM will be moved at
1418 the beginning (respectively end) of the list it belongs to.
1420 If DEST is a string like \"N\", where N is an integer, ITEM will
1421 be moved at the Nth position in the list.
1423 If DEST is `kill', ITEM will be deleted and its body will be
1424 added to the kill-ring.
1426 If DEST is `delete', ITEM will be deleted.
1428 Visibility of item is preserved.
1430 This function returns, destructively, the new list structure."
1431 (let* ((prevs (org-list-prevs-alist struct))
1432 (item-end (org-list-get-item-end item struct))
1433 ;; Grab full item body minus its bullet.
1434 (body (org-trim
1435 (buffer-substring
1436 (save-excursion
1437 (goto-char item)
1438 (looking-at
1439 (concat "[ \t]*"
1440 (regexp-quote (org-list-get-bullet item struct))))
1441 (match-end 0))
1442 item-end)))
1443 ;; Change DEST into a buffer position. A trick is needed
1444 ;; when ITEM is meant to be sent at the end of the list.
1445 ;; Indeed, by setting locally `org-M-RET-may-split-line' to
1446 ;; nil and insertion point (INS-POINT) to the first line's
1447 ;; end of the last item, we ensure the new item will be
1448 ;; inserted after the last item, and not after any of its
1449 ;; hypothetical sub-items.
1450 (ins-point (cond
1451 ((or (eq dest 'kill) (eq dest 'delete)))
1452 ((eq dest 'begin)
1453 (setq dest (org-list-get-list-begin item struct prevs)))
1454 ((eq dest 'end)
1455 (setq dest (org-list-get-list-end item struct prevs))
1456 (save-excursion
1457 (goto-char (org-list-get-last-item item struct prevs))
1458 (point-at-eol)))
1459 ((string-match "\\`[0-9]+\\'" dest)
1460 (let* ((all (org-list-get-all-items item struct prevs))
1461 (len (length all))
1462 (index (mod (string-to-number dest) len)))
1463 (if (not (zerop index))
1464 (setq dest (nth (1- index) all))
1465 ;; Send ITEM at the end of the list.
1466 (setq dest (org-list-get-list-end item struct prevs))
1467 (save-excursion
1468 (goto-char
1469 (org-list-get-last-item item struct prevs))
1470 (point-at-eol)))))
1471 (t dest)))
1472 (org-M-RET-may-split-line nil)
1473 ;; Store visibility.
1474 (visibility (overlays-in item item-end)))
1475 (cond
1476 ((eq dest 'delete) (org-list-delete-item item struct))
1477 ((eq dest 'kill)
1478 (kill-new body)
1479 (org-list-delete-item item struct))
1480 ((and (integerp dest) (/= item ins-point))
1481 (setq item (copy-marker item))
1482 (setq struct (org-list-insert-item ins-point struct prevs nil body))
1483 ;; 1. Structure returned by `org-list-insert-item' may not be
1484 ;; accurate, as it cannot see sub-items included in BODY.
1485 ;; Thus, first compute the real structure so far.
1486 (let ((moved-items
1487 (cons (marker-position item)
1488 (org-list-get-subtree (marker-position item) struct)))
1489 (new-end (org-list-get-item-end (point) struct))
1490 (old-end (org-list-get-item-end (marker-position item) struct))
1491 (new-item (point))
1492 (shift (- (point) item)))
1493 ;; 1.1. Remove the item just created in structure.
1494 (setq struct (delete (assq new-item struct) struct))
1495 ;; 1.2. Copy ITEM and any of its sub-items at NEW-ITEM.
1496 (setq struct (sort
1497 (append
1498 struct
1499 (mapcar (lambda (e)
1500 (let* ((cell (assq e struct))
1501 (pos (car cell))
1502 (end (nth 6 cell)))
1503 (cons (+ pos shift)
1504 (append (butlast (cdr cell))
1505 (list (if (= end old-end)
1506 new-end
1507 (+ end shift)))))))
1508 moved-items))
1509 (lambda (e1 e2) (< (car e1) (car e2))))))
1510 ;; 2. Restore visibility.
1511 (mapc (lambda (ov)
1512 (move-overlay ov
1513 (+ (overlay-start ov) (- (point) item))
1514 (+ (overlay-end ov) (- (point) item))))
1515 visibility)
1516 ;; 3. Eventually delete extra copy of the item and clean marker.
1517 (prog1 (org-list-delete-item (marker-position item) struct)
1518 (move-marker item nil)))
1519 (t struct))))
1521 (defun org-list-struct-outdent (start end struct parents)
1522 "Outdent items between positions START and END.
1524 STRUCT is the list structure. PARENTS is the alist of items'
1525 parents, as returned by `org-list-parents-alist'.
1527 START is included, END excluded."
1528 (let* (acc
1529 (out (lambda (cell)
1530 (let* ((item (car cell))
1531 (parent (cdr cell)))
1532 (cond
1533 ;; Item not yet in zone: keep association.
1534 ((< item start) cell)
1535 ;; Item out of zone: follow associations in ACC.
1536 ((>= item end)
1537 (let ((convert (and parent (assq parent acc))))
1538 (if convert (cons item (cdr convert)) cell)))
1539 ;; Item has no parent: error
1540 ((not parent)
1541 (error "Cannot outdent top-level items"))
1542 ;; Parent is outdented: keep association.
1543 ((>= parent start)
1544 (push (cons parent item) acc) cell)
1546 ;; Parent isn't outdented: reparent to grand-parent.
1547 (let ((grand-parent (org-list-get-parent
1548 parent struct parents)))
1549 (push (cons parent item) acc)
1550 (cons item grand-parent))))))))
1551 (mapcar out parents)))
1553 (defun org-list-struct-indent (start end struct parents prevs)
1554 "Indent items between positions START and END.
1556 STRUCT is the list structure. PARENTS is the alist of parents
1557 and PREVS is the alist of previous items, returned by,
1558 respectively, `org-list-parents-alist' and
1559 `org-list-prevs-alist'.
1561 START is included and END excluded.
1563 STRUCT may be modified if `org-list-demote-modify-bullet' matches
1564 bullets between START and END."
1565 (let* (acc
1566 (set-assoc (lambda (cell) (push cell acc) cell))
1567 (change-bullet-maybe
1568 (function
1569 (lambda (item)
1570 (let ((new-bul-p
1571 (cdr (assoc
1572 ;; Normalize ordered bullets.
1573 (let ((bul (org-trim
1574 (org-list-get-bullet item struct))))
1575 (cond ((string-match "[A-Z]\\." bul) "A.")
1576 ((string-match "[A-Z])" bul) "A)")
1577 ((string-match "[a-z]\\." bul) "a.")
1578 ((string-match "[a-z])" bul) "a)")
1579 ((string-match "[0-9]\\." bul) "1.")
1580 ((string-match "[0-9])" bul) "1)")
1581 (t bul)))
1582 org-list-demote-modify-bullet))))
1583 (when new-bul-p (org-list-set-bullet item struct new-bul-p))))))
1584 (ind
1585 (lambda (cell)
1586 (let* ((item (car cell))
1587 (parent (cdr cell)))
1588 (cond
1589 ;; Item not yet in zone: keep association.
1590 ((< item start) cell)
1591 ((>= item end)
1592 ;; Item out of zone: follow associations in ACC.
1593 (let ((convert (assq parent acc)))
1594 (if convert (cons item (cdr convert)) cell)))
1596 ;; Item is in zone...
1597 (let ((prev (org-list-get-prev-item item struct prevs)))
1598 ;; Check if bullet needs to be changed.
1599 (funcall change-bullet-maybe item)
1600 (cond
1601 ;; First item indented but not parent: error
1602 ((and (not prev) (< parent start))
1603 (error "Cannot indent the first item of a list"))
1604 ;; First item and parent indented: keep same
1605 ;; parent.
1606 ((not prev) (funcall set-assoc cell))
1607 ;; Previous item not indented: reparent to it.
1608 ((< prev start) (funcall set-assoc (cons item prev)))
1609 ;; Previous item indented: reparent like it.
1611 (funcall set-assoc
1612 (cons item (cdr (assq prev acc)))))))))))))
1613 (mapcar ind parents)))
1617 ;;; Repairing structures
1619 (defun org-list-use-alpha-bul-p (first struct prevs)
1620 "Non-nil if list starting at FIRST can have alphabetical bullets.
1622 STRUCT is list structure. PREVS is the alist of previous items,
1623 as returned by `org-list-prevs-alist'."
1624 (and org-list-allow-alphabetical
1625 (catch 'exit
1626 (let ((item first) (ascii 64) (case-fold-search nil))
1627 ;; Pretend that bullets are uppercase and check if alphabet
1628 ;; is sufficient, taking counters into account.
1629 (while item
1630 (let ((bul (org-list-get-bullet item struct))
1631 (count (org-list-get-counter item struct)))
1632 ;; Virtually determine current bullet
1633 (if (and count (string-match "[a-zA-Z]" count))
1634 ;; Counters are not case-sensitive.
1635 (setq ascii (string-to-char (upcase count)))
1636 (setq ascii (1+ ascii)))
1637 ;; Test if bullet would be over z or Z.
1638 (if (> ascii 90)
1639 (throw 'exit nil)
1640 (setq item (org-list-get-next-item item struct prevs)))))
1641 ;; All items checked. All good.
1642 t))))
1644 (defun org-list-inc-bullet-maybe (bullet)
1645 "Increment BULLET if applicable."
1646 (let ((case-fold-search nil))
1647 (cond
1648 ;; Num bullet: increment it.
1649 ((string-match "[0-9]+" bullet)
1650 (replace-match
1651 (number-to-string (1+ (string-to-number (match-string 0 bullet))))
1652 nil nil bullet))
1653 ;; Alpha bullet: increment it.
1654 ((string-match "[A-Za-z]" bullet)
1655 (replace-match
1656 (char-to-string (1+ (string-to-char (match-string 0 bullet))))
1657 nil nil bullet))
1658 ;; Unordered bullet: leave it.
1659 (t bullet))))
1661 (defun org-list-struct-fix-bul (struct prevs)
1662 "Verify and correct bullets in STRUCT.
1663 PREVS is the alist of previous items, as returned by
1664 `org-list-prevs-alist'.
1666 This function modifies STRUCT."
1667 (let ((case-fold-search nil)
1668 (fix-bul
1669 (function
1670 ;; Set bullet of ITEM in STRUCT, depending on the type of
1671 ;; first item of the list, the previous bullet and counter
1672 ;; if any.
1673 (lambda (item)
1674 (let* ((prev (org-list-get-prev-item item struct prevs))
1675 (prev-bul (and prev (org-list-get-bullet prev struct)))
1676 (counter (org-list-get-counter item struct))
1677 (bullet (org-list-get-bullet item struct))
1678 (alphap (and (not prev)
1679 (org-list-use-alpha-bul-p item struct prevs))))
1680 (org-list-set-bullet
1681 item struct
1682 (org-list-bullet-string
1683 (cond
1684 ;; Alpha counter in alpha list: use counter.
1685 ((and prev counter
1686 (string-match "[a-zA-Z]" counter)
1687 (string-match "[a-zA-Z]" prev-bul))
1688 ;; Use cond to be sure `string-match' is used in
1689 ;; both cases.
1690 (let ((real-count
1691 (cond
1692 ((string-match "[a-z]" prev-bul) (downcase counter))
1693 ((string-match "[A-Z]" prev-bul) (upcase counter)))))
1694 (replace-match real-count nil nil prev-bul)))
1695 ;; Num counter in a num list: use counter.
1696 ((and prev counter
1697 (string-match "[0-9]+" counter)
1698 (string-match "[0-9]+" prev-bul))
1699 (replace-match counter nil nil prev-bul))
1700 ;; No counter: increase, if needed, previous bullet.
1701 (prev
1702 (org-list-inc-bullet-maybe (org-list-get-bullet prev struct)))
1703 ;; Alpha counter at first item: use counter.
1704 ((and counter (org-list-use-alpha-bul-p item struct prevs)
1705 (string-match "[A-Za-z]" counter)
1706 (string-match "[A-Za-z]" bullet))
1707 (let ((real-count
1708 (cond
1709 ((string-match "[a-z]" bullet) (downcase counter))
1710 ((string-match "[A-Z]" bullet) (upcase counter)))))
1711 (replace-match real-count nil nil bullet)))
1712 ;; Num counter at first item: use counter.
1713 ((and counter
1714 (string-match "[0-9]+" counter)
1715 (string-match "[0-9]+" bullet))
1716 (replace-match counter nil nil bullet))
1717 ;; First bullet is alpha uppercase: use "A".
1718 ((and alphap (string-match "[A-Z]" bullet))
1719 (replace-match "A" nil nil bullet))
1720 ;; First bullet is alpha lowercase: use "a".
1721 ((and alphap (string-match "[a-z]" bullet))
1722 (replace-match "a" nil nil bullet))
1723 ;; First bullet is num: use "1".
1724 ((string-match "\\([0-9]+\\|[A-Za-z]\\)" bullet)
1725 (replace-match "1" nil nil bullet))
1726 ;; Not an ordered list: keep bullet.
1727 (t bullet)))))))))
1728 (mapc fix-bul (mapcar 'car struct))))
1730 (defun org-list-struct-fix-ind (struct parents &optional bullet-size)
1731 "Verify and correct indentation in STRUCT.
1733 PARENTS is the alist of parents, as returned by
1734 `org-list-parents-alist'.
1736 If numeric optional argument BULLET-SIZE is set, assume all
1737 bullets in list have this length to determine new indentation.
1739 This function modifies STRUCT."
1740 (let* ((ancestor (org-list-get-top-point struct))
1741 (top-ind (org-list-get-ind ancestor struct))
1742 (new-ind
1743 (lambda (item)
1744 (let ((parent (org-list-get-parent item struct parents)))
1745 (if parent
1746 ;; Indent like parent + length of parent's bullet +
1747 ;; sub-list offset.
1748 (org-list-set-ind
1749 item struct (+ (or bullet-size
1750 (length
1751 (org-list-get-bullet parent struct)))
1752 (org-list-get-ind parent struct)
1753 org-list-indent-offset))
1754 ;; If no parent, indent like top-point.
1755 (org-list-set-ind item struct top-ind))))))
1756 (mapc new-ind (mapcar 'car (cdr struct)))))
1758 (defun org-list-struct-fix-box (struct parents prevs &optional ordered)
1759 "Verify and correct checkboxes in STRUCT.
1761 PARENTS is the alist of parents and PREVS is the alist of
1762 previous items, as returned by, respectively,
1763 `org-list-parents-alist' and `org-list-prevs-alist'.
1765 If ORDERED is non-nil, a checkbox can only be checked when every
1766 checkbox before it is checked too. If there was an attempt to
1767 break this rule, the function will return the blocking item. In
1768 all others cases, the return value will be nil.
1770 This function modifies STRUCT."
1771 (let ((all-items (mapcar 'car struct))
1772 (set-parent-box
1773 (function
1774 (lambda (item)
1775 (let* ((box-list
1776 (mapcar (lambda (child)
1777 (org-list-get-checkbox child struct))
1778 (org-list-get-children item struct parents))))
1779 (org-list-set-checkbox
1780 item struct
1781 (cond
1782 ((and (member "[ ]" box-list) (member "[X]" box-list)) "[-]")
1783 ((member "[-]" box-list) "[-]")
1784 ((member "[X]" box-list) "[X]")
1785 ((member "[ ]" box-list) "[ ]")
1786 ;; Parent has no boxed child: leave box as-is.
1787 (t (org-list-get-checkbox item struct))))))))
1788 parent-list)
1789 ;; 1. List all parents with a checkbox.
1790 (mapc
1791 (lambda (e)
1792 (let* ((parent (org-list-get-parent e struct parents))
1793 (parent-box-p (org-list-get-checkbox parent struct)))
1794 (when (and parent-box-p (not (memq parent parent-list)))
1795 (push parent parent-list))))
1796 all-items)
1797 ;; 2. Sort those parents by decreasing indentation.
1798 (setq parent-list (sort parent-list
1799 (lambda (e1 e2)
1800 (> (org-list-get-ind e1 struct)
1801 (org-list-get-ind e2 struct)))))
1802 ;; 3. For each parent, get all children's checkboxes to determine
1803 ;; and set its checkbox accordingly.
1804 (mapc set-parent-box parent-list)
1805 ;; 4. If ORDERED is set, see if we need to uncheck some boxes.
1806 (when ordered
1807 (let* ((box-list
1808 (mapcar (lambda (e) (org-list-get-checkbox e struct)) all-items))
1809 (after-unchecked (member "[ ]" box-list)))
1810 ;; There are boxes checked after an unchecked one: fix that.
1811 (when (member "[X]" after-unchecked)
1812 (let ((index (- (length struct) (length after-unchecked))))
1813 (mapc (lambda (e)
1814 (when (org-list-get-checkbox e struct)
1815 (org-list-set-checkbox e struct "[ ]")))
1816 (nthcdr index all-items))
1817 ;; Verify once again the structure, without ORDERED.
1818 (org-list-struct-fix-box struct parents prevs nil)
1819 ;; Return blocking item.
1820 (nth index all-items)))))))
1822 (defun org-list-struct-fix-item-end (struct)
1823 "Verify and correct each item end position in STRUCT.
1825 This function modifies STRUCT."
1826 (let (end-list acc-end)
1827 (mapc (lambda (e)
1828 (let* ((pos (car e))
1829 (ind-pos (org-list-get-ind pos struct))
1830 (end-pos (org-list-get-item-end pos struct)))
1831 (unless (assq end-pos struct)
1832 ;; To determine real ind of an ending position that is
1833 ;; not at an item, we have to find the item it belongs
1834 ;; to: it is the last item (ITEM-UP), whose ending is
1835 ;; further than the position we're interested in.
1836 (let ((item-up (assoc-default end-pos acc-end '>)))
1837 (push (cons
1838 ;; Else part is for the bottom point.
1839 (if item-up (+ (org-list-get-ind item-up struct) 2) 0)
1840 end-pos)
1841 end-list)))
1842 (push (cons ind-pos pos) end-list)
1843 (push (cons end-pos pos) acc-end)))
1844 struct)
1845 (setq end-list (sort end-list (lambda (e1 e2) (< (cdr e1) (cdr e2)))))
1846 (org-list-struct-assoc-end struct end-list)))
1848 (defun org-list-struct-apply-struct (struct old-struct)
1849 "Apply set difference between STRUCT and OLD-STRUCT to the buffer.
1851 OLD-STRUCT is the structure before any modifications, and STRUCT
1852 the structure to be applied. The function will only modify parts
1853 of the list which have changed.
1855 Initial position of cursor is restored after the changes."
1856 (let* ((origin (point-marker))
1857 (inlinetask-re (and (featurep 'org-inlinetask)
1858 (org-inlinetask-outline-regexp)))
1859 (item-re (org-item-re))
1860 (shift-body-ind
1861 (function
1862 ;; Shift the indentation between END and BEG by DELTA. If
1863 ;; MAX-IND is non-nil, ensure that no line will be indented
1864 ;; more than that number. Start from the line before END.
1865 (lambda (end beg delta max-ind)
1866 (goto-char end)
1867 (skip-chars-backward " \r\t\n")
1868 (beginning-of-line)
1869 (while (or (> (point) beg)
1870 (and (= (point) beg)
1871 (not (looking-at item-re))))
1872 (cond
1873 ;; Skip inline tasks.
1874 ((and inlinetask-re (looking-at inlinetask-re))
1875 (org-inlinetask-goto-beginning))
1876 ;; Shift only non-empty lines.
1877 ((org-looking-at-p "^[ \t]*\\S-")
1878 (let ((i (org-get-indentation)))
1879 (org-indent-line-to
1880 (if max-ind (min (+ i delta) max-ind) (+ i delta))))))
1881 (forward-line -1)))))
1882 (modify-item
1883 (function
1884 ;; Replace ITEM first line elements with new elements from
1885 ;; STRUCT, if appropriate.
1886 (lambda (item)
1887 (goto-char item)
1888 (let* ((new-ind (org-list-get-ind item struct))
1889 (old-ind (org-get-indentation))
1890 (new-bul (org-list-bullet-string
1891 (org-list-get-bullet item struct)))
1892 (old-bul (org-list-get-bullet item old-struct))
1893 (new-box (org-list-get-checkbox item struct)))
1894 (looking-at org-list-full-item-re)
1895 ;; a. Replace bullet
1896 (unless (equal old-bul new-bul)
1897 (replace-match new-bul nil nil nil 1))
1898 ;; b. Replace checkbox.
1899 (cond
1900 ((equal (match-string 3) new-box))
1901 ((and (match-string 3) new-box)
1902 (replace-match new-box nil nil nil 3))
1903 ((match-string 3)
1904 (looking-at ".*?\\([ \t]*\\[[ X-]\\]\\)")
1905 (replace-match "" nil nil nil 1))
1906 (t (let ((counterp (match-end 2)))
1907 (goto-char (if counterp (1+ counterp) (match-end 1)))
1908 (insert (concat new-box (unless counterp " "))))))
1909 ;; c. Indent item to appropriate column.
1910 (unless (= new-ind old-ind)
1911 (delete-region (goto-char (point-at-bol))
1912 (progn (skip-chars-forward " \t") (point)))
1913 (indent-to new-ind)))))))
1914 ;; 1. First get list of items and position endings. We maintain
1915 ;; two alists: ITM-SHIFT, determining indentation shift needed
1916 ;; at item, and END-LIST, a pseudo-alist where key is ending
1917 ;; position and value point.
1918 (let (end-list acc-end itm-shift all-ends sliced-struct)
1919 (dolist (e old-struct)
1920 (let* ((pos (car e))
1921 (ind-pos (org-list-get-ind pos struct))
1922 (ind-old (org-list-get-ind pos old-struct))
1923 (bul-pos (org-list-get-bullet pos struct))
1924 (bul-old (org-list-get-bullet pos old-struct))
1925 (ind-shift (- (+ ind-pos (length bul-pos))
1926 (+ ind-old (length bul-old))))
1927 (end-pos (org-list-get-item-end pos old-struct)))
1928 (push (cons pos ind-shift) itm-shift)
1929 (unless (assq end-pos old-struct)
1930 ;; To determine real ind of an ending position that
1931 ;; is not at an item, we have to find the item it
1932 ;; belongs to: it is the last item (ITEM-UP), whose
1933 ;; ending is further than the position we're
1934 ;; interested in.
1935 (let ((item-up (assoc-default end-pos acc-end '>)))
1936 (push (cons end-pos item-up) end-list)))
1937 (push (cons end-pos pos) acc-end)))
1938 ;; 2. Slice the items into parts that should be shifted by the
1939 ;; same amount of indentation. Each slice follow the pattern
1940 ;; (END BEG DELTA MAX-IND-OR-NIL). Slices are returned in
1941 ;; reverse order.
1942 (setq all-ends (sort (append (mapcar 'car itm-shift)
1943 (org-uniquify (mapcar 'car end-list)))
1944 '<))
1945 (while (cdr all-ends)
1946 (let* ((up (pop all-ends))
1947 (down (car all-ends))
1948 (itemp (assq up struct))
1949 (item (if itemp up (cdr (assq up end-list))))
1950 (ind (cdr (assq item itm-shift)))
1951 ;; If we're not at an item, there's a child of the item
1952 ;; point belongs to above. Make sure this slice isn't
1953 ;; moved within that child by specifying a maximum
1954 ;; indentation.
1955 (max-ind (and (not itemp)
1956 (+ (org-list-get-ind item struct)
1957 (length (org-list-get-bullet item struct))
1958 org-list-indent-offset))))
1959 (push (list down up ind max-ind) sliced-struct)))
1960 ;; 3. Shift each slice in buffer, provided delta isn't 0, from
1961 ;; end to beginning. Take a special action when beginning is
1962 ;; at item bullet.
1963 (dolist (e sliced-struct)
1964 (unless (and (zerop (nth 2 e)) (not (nth 3 e)))
1965 (apply shift-body-ind e))
1966 (let* ((beg (nth 1 e))
1967 (cell (assq beg struct)))
1968 (unless (or (not cell) (equal cell (assq beg old-struct)))
1969 (funcall modify-item beg)))))
1970 ;; 4. Go back to initial position and clean marker.
1971 (goto-char origin)
1972 (move-marker origin nil)))
1974 (defun org-list-write-struct (struct parents &optional old-struct)
1975 "Correct bullets, checkboxes and indentation in list at point.
1977 STRUCT is the list structure. PARENTS is the alist of parents,
1978 as returned by `org-list-parents-alist'.
1980 When non-nil, optional argument OLD-STRUCT is the reference
1981 structure of the list. It should be provided whenever STRUCT
1982 doesn't correspond anymore to the real list in buffer."
1983 ;; Order of functions matters here: checkboxes and endings need
1984 ;; correct indentation to be set, and indentation needs correct
1985 ;; bullets.
1987 ;; 0. Save a copy of structure before modifications
1988 (let ((old-struct (or old-struct (copy-tree struct))))
1989 ;; 1. Set a temporary, but coherent with PARENTS, indentation in
1990 ;; order to get items endings and bullets properly
1991 (org-list-struct-fix-ind struct parents 2)
1992 ;; 2. Fix each item end to get correct prevs alist.
1993 (org-list-struct-fix-item-end struct)
1994 ;; 3. Get bullets right.
1995 (let ((prevs (org-list-prevs-alist struct)))
1996 (org-list-struct-fix-bul struct prevs)
1997 ;; 4. Now get real indentation.
1998 (org-list-struct-fix-ind struct parents)
1999 ;; 5. Eventually fix checkboxes.
2000 (org-list-struct-fix-box struct parents prevs))
2001 ;; 6. Apply structure modifications to buffer.
2002 (org-list-struct-apply-struct struct old-struct)))
2006 ;;; Misc Tools
2008 (defun org-apply-on-list (function init-value &rest args)
2009 "Call FUNCTION on each item of the list at point.
2010 FUNCTION must be called with at least one argument: INIT-VALUE,
2011 that will contain the value returned by the function at the
2012 previous item, plus ARGS extra arguments.
2014 FUNCTION is applied on items in reverse order.
2016 As an example, \(org-apply-on-list \(lambda \(result\) \(1+ result\)\) 0\)
2017 will return the number of items in the current list.
2019 Sublists of the list are skipped. Cursor is always at the
2020 beginning of the item."
2021 (let* ((struct (org-list-struct))
2022 (prevs (org-list-prevs-alist struct))
2023 (item (copy-marker (point-at-bol)))
2024 (all (org-list-get-all-items (marker-position item) struct prevs))
2025 (value init-value))
2026 (mapc (lambda (e)
2027 (goto-char e)
2028 (setq value (apply function value args)))
2029 (nreverse all))
2030 (goto-char item)
2031 (move-marker item nil)
2032 value))
2034 (defun org-list-set-item-visibility (item struct view)
2035 "Set visibility of ITEM in STRUCT to VIEW.
2037 Possible values are: `folded', `children' or `subtree'. See
2038 `org-cycle' for more information."
2039 (cond
2040 ((eq view 'folded)
2041 (let ((item-end (org-list-get-item-end-before-blank item struct)))
2042 ;; Hide from eol
2043 (outline-flag-region (save-excursion (goto-char item) (point-at-eol))
2044 item-end t)))
2045 ((eq view 'children)
2046 ;; First show everything.
2047 (org-list-set-item-visibility item struct 'subtree)
2048 ;; Then fold every child.
2049 (let* ((parents (org-list-parents-alist struct))
2050 (children (org-list-get-children item struct parents)))
2051 (mapc (lambda (e)
2052 (org-list-set-item-visibility e struct 'folded))
2053 children)))
2054 ((eq view 'subtree)
2055 ;; Show everything
2056 (let ((item-end (org-list-get-item-end item struct)))
2057 (outline-flag-region item item-end nil)))))
2059 (defun org-list-item-body-column (item)
2060 "Return column at which body of ITEM should start."
2061 (save-excursion
2062 (goto-char item)
2063 (looking-at "[ \t]*\\(\\S-+\\)\\(.*[ \t]+::\\)?\\([ \t]+\\|$\\)")
2064 (if (match-beginning 2)
2065 (let ((start (1+ (match-end 2)))
2066 (ind (org-get-indentation)))
2067 (if (> start (+ ind org-description-max-indent)) (+ ind 5) start))
2068 (+ (progn (goto-char (match-end 1)) (current-column))
2069 (if (and org-list-two-spaces-after-bullet-regexp
2070 (org-string-match-p org-list-two-spaces-after-bullet-regexp
2071 (match-string 1)))
2073 1)))))
2077 ;;; Interactive functions
2079 (defalias 'org-list-get-item-begin 'org-in-item-p)
2081 (defun org-beginning-of-item ()
2082 "Go to the beginning of the current item.
2083 Throw an error when not in a list."
2084 (interactive)
2085 (let ((begin (org-in-item-p)))
2086 (if begin (goto-char begin) (error "Not in an item"))))
2088 (defun org-beginning-of-item-list ()
2089 "Go to the beginning item of the current list or sublist.
2090 Throw an error when not in a list."
2091 (interactive)
2092 (let ((begin (org-in-item-p)))
2093 (if (not begin)
2094 (error "Not in an item")
2095 (goto-char begin)
2096 (let* ((struct (org-list-struct))
2097 (prevs (org-list-prevs-alist struct)))
2098 (goto-char (org-list-get-list-begin begin struct prevs))))))
2100 (defun org-end-of-item-list ()
2101 "Go to the end of the current list or sublist.
2102 Throw an error when not in a list."
2103 (interactive)
2104 (let ((begin (org-in-item-p)))
2105 (if (not begin)
2106 (error "Not in an item")
2107 (goto-char begin)
2108 (let* ((struct (org-list-struct))
2109 (prevs (org-list-prevs-alist struct)))
2110 (goto-char (org-list-get-list-end begin struct prevs))))))
2112 (defun org-end-of-item ()
2113 "Go to the end of the current item.
2114 Throw an error when not in a list."
2115 (interactive)
2116 (let ((begin (org-in-item-p)))
2117 (if (not begin)
2118 (error "Not in an item")
2119 (goto-char begin)
2120 (let ((struct (org-list-struct)))
2121 (goto-char (org-list-get-item-end begin struct))))))
2123 (defun org-previous-item ()
2124 "Move to the beginning of the previous item.
2125 Throw an error when not in a list. Also throw an error when at
2126 first item, unless `org-list-use-circular-motion' is non-nil."
2127 (interactive)
2128 (let ((item (org-in-item-p)))
2129 (if (not item)
2130 (error "Not in an item")
2131 (goto-char item)
2132 (let* ((struct (org-list-struct))
2133 (prevs (org-list-prevs-alist struct))
2134 (prevp (org-list-get-prev-item item struct prevs)))
2135 (cond
2136 (prevp (goto-char prevp))
2137 (org-list-use-circular-motion
2138 (goto-char (org-list-get-last-item item struct prevs)))
2139 (t (error "On first item")))))))
2141 (defun org-next-item ()
2142 "Move to the beginning of the next item.
2143 Throw an error when not in a list. Also throw an error when at
2144 last item, unless `org-list-use-circular-motion' is non-nil."
2145 (interactive)
2146 (let ((item (org-in-item-p)))
2147 (if (not item)
2148 (error "Not in an item")
2149 (goto-char item)
2150 (let* ((struct (org-list-struct))
2151 (prevs (org-list-prevs-alist struct))
2152 (prevp (org-list-get-next-item item struct prevs)))
2153 (cond
2154 (prevp (goto-char prevp))
2155 (org-list-use-circular-motion
2156 (goto-char (org-list-get-first-item item struct prevs)))
2157 (t (error "On last item")))))))
2159 (defun org-move-item-down ()
2160 "Move the item at point down, i.e. swap with following item.
2161 Sub-items (items with larger indentation) are considered part of
2162 the item, so this really moves item trees."
2163 (interactive)
2164 (unless (org-at-item-p) (error "Not at an item"))
2165 (let* ((col (current-column))
2166 (item (point-at-bol))
2167 (struct (org-list-struct))
2168 (prevs (org-list-prevs-alist struct))
2169 (next-item (org-list-get-next-item (point-at-bol) struct prevs)))
2170 (unless (or next-item org-list-use-circular-motion)
2171 (user-error "Cannot move this item further down"))
2172 (if (not next-item)
2173 (setq struct (org-list-send-item item 'begin struct))
2174 (setq struct (org-list-swap-items item next-item struct))
2175 (goto-char
2176 (org-list-get-next-item item struct (org-list-prevs-alist struct))))
2177 (org-list-write-struct struct (org-list-parents-alist struct))
2178 (org-move-to-column col)))
2180 (defun org-move-item-up ()
2181 "Move the item at point up, i.e. swap with previous item.
2182 Sub-items (items with larger indentation) are considered part of
2183 the item, so this really moves item trees."
2184 (interactive)
2185 (unless (org-at-item-p) (error "Not at an item"))
2186 (let* ((col (current-column))
2187 (item (point-at-bol))
2188 (struct (org-list-struct))
2189 (prevs (org-list-prevs-alist struct))
2190 (prev-item (org-list-get-prev-item (point-at-bol) struct prevs)))
2191 (unless (or prev-item org-list-use-circular-motion)
2192 (user-error "Cannot move this item further up"))
2193 (if (not prev-item)
2194 (setq struct (org-list-send-item item 'end struct))
2195 (setq struct (org-list-swap-items prev-item item struct)))
2196 (org-list-write-struct struct (org-list-parents-alist struct))
2197 (org-move-to-column col)))
2199 (defun org-insert-item (&optional checkbox)
2200 "Insert a new item at the current level.
2201 If cursor is before first character after bullet of the item, the
2202 new item will be created before the current one.
2204 If CHECKBOX is non-nil, add a checkbox next to the bullet.
2206 Return t when things worked, nil when we are not in an item, or
2207 item is invisible."
2208 (let ((itemp (org-in-item-p))
2209 (pos (point)))
2210 ;; If cursor isn't is a list or if list is invisible, return nil.
2211 (unless (or (not itemp)
2212 (save-excursion
2213 (goto-char itemp)
2214 (outline-invisible-p)))
2215 (if (save-excursion
2216 (goto-char itemp)
2217 (org-at-item-timer-p))
2218 ;; Timer list: delegate to `org-timer-item'.
2219 (progn (org-timer-item) t)
2220 (let* ((struct (save-excursion (goto-char itemp)
2221 (org-list-struct)))
2222 (prevs (org-list-prevs-alist struct))
2223 ;; If we're in a description list, ask for the new term.
2224 (desc (when (eq (org-list-get-list-type itemp struct prevs)
2225 'descriptive)
2226 " :: ")))
2227 (setq struct (org-list-insert-item pos struct prevs checkbox desc))
2228 (org-list-write-struct struct (org-list-parents-alist struct))
2229 (when checkbox (org-update-checkbox-count-maybe))
2230 (looking-at org-list-full-item-re)
2231 (goto-char (if (and (match-beginning 4)
2232 (save-match-data
2233 (string-match "[.)]" (match-string 1))))
2234 (match-beginning 4)
2235 (match-end 0)))
2236 (if desc (backward-char 1))
2237 t)))))
2239 (defun org-list-repair ()
2240 "Fix indentation, bullets and checkboxes in the list at point."
2241 (interactive)
2242 (unless (org-at-item-p) (error "This is not a list"))
2243 (let* ((struct (org-list-struct))
2244 (parents (org-list-parents-alist struct)))
2245 (org-list-write-struct struct parents)))
2247 (defun org-cycle-list-bullet (&optional which)
2248 "Cycle through the different itemize/enumerate bullets.
2249 This cycle the entire list level through the sequence:
2251 `-' -> `+' -> `*' -> `1.' -> `1)'
2253 If WHICH is a valid string, use that as the new bullet. If WHICH
2254 is an integer, 0 means `-', 1 means `+' etc. If WHICH is
2255 `previous', cycle backwards."
2256 (interactive "P")
2257 (unless (org-at-item-p) (error "Not at an item"))
2258 (save-excursion
2259 (beginning-of-line)
2260 (let* ((struct (org-list-struct))
2261 (parents (org-list-parents-alist struct))
2262 (prevs (org-list-prevs-alist struct))
2263 (list-beg (org-list-get-first-item (point) struct prevs))
2264 (bullet (org-list-get-bullet list-beg struct))
2265 (alpha-p (org-list-use-alpha-bul-p list-beg struct prevs))
2266 (case-fold-search nil)
2267 (current (cond
2268 ((string-match "[a-z]\\." bullet) "a.")
2269 ((string-match "[a-z])" bullet) "a)")
2270 ((string-match "[A-Z]\\." bullet) "A.")
2271 ((string-match "[A-Z])" bullet) "A)")
2272 ((string-match "\\." bullet) "1.")
2273 ((string-match ")" bullet) "1)")
2274 (t (org-trim bullet))))
2275 ;; Compute list of possible bullets, depending on context.
2276 (bullet-list
2277 (append '("-" "+" )
2278 ;; *-bullets are not allowed at column 0.
2279 (unless (looking-at "\\S-") '("*"))
2280 ;; Description items cannot be numbered.
2281 (unless (or (eq org-plain-list-ordered-item-terminator ?\))
2282 (org-at-item-description-p))
2283 '("1."))
2284 (unless (or (eq org-plain-list-ordered-item-terminator ?.)
2285 (org-at-item-description-p))
2286 '("1)"))
2287 (unless (or (not alpha-p)
2288 (eq org-plain-list-ordered-item-terminator ?\))
2289 (org-at-item-description-p))
2290 '("a." "A."))
2291 (unless (or (not alpha-p)
2292 (eq org-plain-list-ordered-item-terminator ?.)
2293 (org-at-item-description-p))
2294 '("a)" "A)"))))
2295 (len (length bullet-list))
2296 (item-index (- len (length (member current bullet-list))))
2297 (get-value (lambda (index) (nth (mod index len) bullet-list)))
2298 (new (cond
2299 ((member which bullet-list) which)
2300 ((numberp which) (funcall get-value which))
2301 ((eq 'previous which) (funcall get-value (1- item-index)))
2302 (t (funcall get-value (1+ item-index))))))
2303 ;; Use a short variation of `org-list-write-struct' as there's
2304 ;; no need to go through all the steps.
2305 (let ((old-struct (copy-tree struct)))
2306 (org-list-set-bullet list-beg struct (org-list-bullet-string new))
2307 (org-list-struct-fix-bul struct prevs)
2308 (org-list-struct-fix-ind struct parents)
2309 (org-list-struct-apply-struct struct old-struct)))))
2311 (defun org-toggle-checkbox (&optional toggle-presence)
2312 "Toggle the checkbox in the current line.
2313 With prefix arg TOGGLE-PRESENCE, add or remove checkboxes. With
2314 double prefix, set checkbox to [-].
2316 When there is an active region, toggle status or presence of the
2317 first checkbox there, and make every item inside have the same
2318 status or presence, respectively.
2320 If the cursor is in a headline, apply this to all checkbox items
2321 in the text below the heading, taking as reference the first item
2322 in subtree, ignoring drawers."
2323 (interactive "P")
2324 (save-excursion
2325 (let* (singlep
2326 block-item
2327 lim-up
2328 lim-down
2329 (keyword-re (concat "^[ \t]*\\<\\(" org-scheduled-string
2330 "\\|" org-deadline-string
2331 "\\|" org-closed-string
2332 "\\|" org-clock-string "\\)"
2333 " *[[<]\\([^]>]+\\)[]>]"))
2334 (orderedp (org-entry-get nil "ORDERED"))
2335 (bounds
2336 ;; In a region, start at first item in region.
2337 (cond
2338 ((org-region-active-p)
2339 (let ((limit (region-end)))
2340 (goto-char (region-beginning))
2341 (if (org-list-search-forward (org-item-beginning-re) limit t)
2342 (setq lim-up (point-at-bol))
2343 (error "No item in region"))
2344 (setq lim-down (copy-marker limit))))
2345 ((org-at-heading-p)
2346 ;; On an heading, start at first item after drawers and
2347 ;; time-stamps (scheduled, etc.).
2348 (let ((limit (save-excursion (outline-next-heading) (point))))
2349 (forward-line 1)
2350 (while (or (looking-at org-drawer-regexp)
2351 (looking-at keyword-re))
2352 (if (looking-at keyword-re)
2353 (forward-line 1)
2354 (re-search-forward "^[ \t]*:END:" limit nil)))
2355 (if (org-list-search-forward (org-item-beginning-re) limit t)
2356 (setq lim-up (point-at-bol))
2357 (error "No item in subtree"))
2358 (setq lim-down (copy-marker limit))))
2359 ;; Just one item: set SINGLEP flag.
2360 ((org-at-item-p)
2361 (setq singlep t)
2362 (setq lim-up (point-at-bol)
2363 lim-down (copy-marker (point-at-eol))))
2364 (t (error "Not at an item or heading, and no active region"))))
2365 ;; Determine the checkbox going to be applied to all items
2366 ;; within bounds.
2367 (ref-checkbox
2368 (progn
2369 (goto-char lim-up)
2370 (let ((cbox (and (org-at-item-checkbox-p) (match-string 1))))
2371 (cond
2372 ((equal toggle-presence '(16)) "[-]")
2373 ((equal toggle-presence '(4))
2374 (unless cbox "[ ]"))
2375 ((equal "[X]" cbox) "[ ]")
2376 (t "[X]"))))))
2377 ;; When an item is found within bounds, grab the full list at
2378 ;; point structure, then: (1) set check-box of all its items
2379 ;; within bounds to REF-CHECKBOX, (2) fix check-boxes of the
2380 ;; whole list, (3) move point after the list.
2381 (goto-char lim-up)
2382 (while (and (< (point) lim-down)
2383 (org-list-search-forward (org-item-beginning-re)
2384 lim-down 'move))
2385 (let* ((struct (org-list-struct))
2386 (struct-copy (copy-tree struct))
2387 (parents (org-list-parents-alist struct))
2388 (prevs (org-list-prevs-alist struct))
2389 (bottom (copy-marker (org-list-get-bottom-point struct)))
2390 (items-to-toggle (org-remove-if
2391 (lambda (e) (or (< e lim-up) (> e lim-down)))
2392 (mapcar 'car struct))))
2393 (mapc (lambda (e) (org-list-set-checkbox
2394 e struct
2395 ;; If there is no box at item, leave as-is
2396 ;; unless function was called with C-u prefix.
2397 (let ((cur-box (org-list-get-checkbox e struct)))
2398 (if (or cur-box (equal toggle-presence '(4)))
2399 ref-checkbox
2400 cur-box))))
2401 items-to-toggle)
2402 (setq block-item (org-list-struct-fix-box
2403 struct parents prevs orderedp))
2404 ;; Report some problems due to ORDERED status of subtree.
2405 ;; If only one box was being checked, throw an error, else,
2406 ;; only signal problems.
2407 (cond
2408 ((and singlep block-item (> lim-up block-item))
2409 (error
2410 "Checkbox blocked because of unchecked box at line %d"
2411 (org-current-line block-item)))
2412 (block-item
2413 (message
2414 "Checkboxes were removed due to unchecked box at line %d"
2415 (org-current-line block-item))))
2416 (goto-char bottom)
2417 (move-marker bottom nil)
2418 (org-list-struct-apply-struct struct struct-copy)))
2419 (move-marker lim-down nil)))
2420 (org-update-checkbox-count-maybe))
2422 (defun org-reset-checkbox-state-subtree ()
2423 "Reset all checkboxes in an entry subtree."
2424 (interactive "*")
2425 (if (org-before-first-heading-p)
2426 (error "Not inside a tree")
2427 (save-restriction
2428 (save-excursion
2429 (org-narrow-to-subtree)
2430 (org-show-subtree)
2431 (goto-char (point-min))
2432 (let ((end (point-max)))
2433 (while (< (point) end)
2434 (when (org-at-item-checkbox-p)
2435 (replace-match "[ ]" t t nil 1))
2436 (beginning-of-line 2)))
2437 (org-update-checkbox-count-maybe 'all)))))
2439 (defun org-update-checkbox-count (&optional all)
2440 "Update the checkbox statistics in the current section.
2441 This will find all statistic cookies like [57%] and [6/12] and
2442 update them with the current numbers.
2444 With optional prefix argument ALL, do this for the whole buffer."
2445 (interactive "P")
2446 (save-excursion
2447 (let ((cookie-re "\\(\\(\\[[0-9]*%\\]\\)\\|\\(\\[[0-9]*/[0-9]*\\]\\)\\)")
2448 (box-re "^[ \t]*\\([-+*]\\|\\([0-9]+\\|[A-Za-z]\\)[.)]\\)[ \t]+\\(?:\\[@\\(?:start:\\)?\\([0-9]+\\|[A-Za-z]\\)\\][ \t]*\\)?\\(\\[[- X]\\]\\)")
2449 (recursivep
2450 (or (not org-checkbox-hierarchical-statistics)
2451 (string-match "\\<recursive\\>"
2452 (or (org-entry-get nil "COOKIE_DATA") ""))))
2453 (bounds (if all
2454 (cons (point-min) (point-max))
2455 (cons (or (ignore-errors (org-back-to-heading t) (point))
2456 (point-min))
2457 (save-excursion (outline-next-heading) (point)))))
2458 (count-boxes
2459 (function
2460 ;; Return number of checked boxes and boxes of all types
2461 ;; in all structures in STRUCTS. If RECURSIVEP is
2462 ;; non-nil, also count boxes in sub-lists. If ITEM is
2463 ;; nil, count across the whole structure, else count only
2464 ;; across subtree whose ancestor is ITEM.
2465 (lambda (item structs recursivep)
2466 (let ((c-on 0) (c-all 0))
2467 (mapc
2468 (lambda (s)
2469 (let* ((pre (org-list-prevs-alist s))
2470 (par (org-list-parents-alist s))
2471 (items
2472 (cond
2473 ((and recursivep item) (org-list-get-subtree item s))
2474 (recursivep (mapcar 'car s))
2475 (item (org-list-get-children item s par))
2476 (t (org-list-get-all-items
2477 (org-list-get-top-point s) s pre))))
2478 (cookies (delq nil (mapcar
2479 (lambda (e)
2480 (org-list-get-checkbox e s))
2481 items))))
2482 (setq c-all (+ (length cookies) c-all)
2483 c-on (+ (org-count "[X]" cookies) c-on))))
2484 structs)
2485 (cons c-on c-all)))))
2486 (backup-end 1)
2487 cookies-list structs-bak box-num)
2488 (goto-char (car bounds))
2489 ;; 1. Build an alist for each cookie found within BOUNDS. The
2490 ;; key will be position at beginning of cookie and values
2491 ;; ending position, format of cookie, and a cell whose car is
2492 ;; number of checked boxes to report, and cdr total number of
2493 ;; boxes.
2494 (while (re-search-forward cookie-re (cdr bounds) t)
2495 (catch 'skip
2496 (save-excursion
2497 (push
2498 (list
2499 (match-beginning 1) ; cookie start
2500 (match-end 1) ; cookie end
2501 (match-string 2) ; percent?
2502 (cond ; boxes count
2503 ;; Cookie is at an heading, but specifically for todo,
2504 ;; not for checkboxes: skip it.
2505 ((and (org-at-heading-p)
2506 (string-match "\\<todo\\>"
2507 (downcase
2508 (or (org-entry-get nil "COOKIE_DATA") ""))))
2509 (throw 'skip nil))
2510 ;; Cookie is at an heading, but all lists before next
2511 ;; heading already have been read. Use data collected
2512 ;; in STRUCTS-BAK. This should only happen when
2513 ;; heading has more than one cookie on it.
2514 ((and (org-at-heading-p)
2515 (<= (save-excursion (outline-next-heading) (point))
2516 backup-end))
2517 (funcall count-boxes nil structs-bak recursivep))
2518 ;; Cookie is at a fresh heading. Grab structure of
2519 ;; every list containing a checkbox between point and
2520 ;; next headline, and save them in STRUCTS-BAK.
2521 ((org-at-heading-p)
2522 (setq backup-end (save-excursion
2523 (outline-next-heading) (point))
2524 structs-bak nil)
2525 (while (org-list-search-forward box-re backup-end 'move)
2526 (let* ((struct (org-list-struct))
2527 (bottom (org-list-get-bottom-point struct)))
2528 (push struct structs-bak)
2529 (goto-char bottom)))
2530 (funcall count-boxes nil structs-bak recursivep))
2531 ;; Cookie is at an item, and we already have list
2532 ;; structure stored in STRUCTS-BAK.
2533 ((and (org-at-item-p)
2534 (< (point-at-bol) backup-end)
2535 ;; Only lists in no special context are stored.
2536 (not (nth 2 (org-list-context))))
2537 (funcall count-boxes (point-at-bol) structs-bak recursivep))
2538 ;; Cookie is at an item, but we need to compute list
2539 ;; structure.
2540 ((org-at-item-p)
2541 (let ((struct (org-list-struct)))
2542 (setq backup-end (org-list-get-bottom-point struct)
2543 structs-bak (list struct)))
2544 (funcall count-boxes (point-at-bol) structs-bak recursivep))
2545 ;; Else, cookie found is at a wrong place. Skip it.
2546 (t (throw 'skip nil))))
2547 cookies-list))))
2548 ;; 2. Apply alist to buffer, in reverse order so positions stay
2549 ;; unchanged after cookie modifications.
2550 (mapc (lambda (cookie)
2551 (let* ((beg (car cookie))
2552 (end (nth 1 cookie))
2553 (percentp (nth 2 cookie))
2554 (checked (car (nth 3 cookie)))
2555 (total (cdr (nth 3 cookie)))
2556 (new (if percentp
2557 (format "[%d%%]" (/ (* 100 checked)
2558 (max 1 total)))
2559 (format "[%d/%d]" checked total))))
2560 (goto-char beg)
2561 (insert new)
2562 (delete-region (point) (+ (point) (- end beg)))
2563 (when org-auto-align-tags (org-fix-tags-on-the-fly))))
2564 cookies-list))))
2566 (defun org-get-checkbox-statistics-face ()
2567 "Select the face for checkbox statistics.
2568 The face will be `org-done' when all relevant boxes are checked.
2569 Otherwise it will be `org-todo'."
2570 (if (match-end 1)
2571 (if (equal (match-string 1) "100%")
2572 'org-checkbox-statistics-done
2573 'org-checkbox-statistics-todo)
2574 (if (and (> (match-end 2) (match-beginning 2))
2575 (equal (match-string 2) (match-string 3)))
2576 'org-checkbox-statistics-done
2577 'org-checkbox-statistics-todo)))
2579 (defun org-update-checkbox-count-maybe (&optional all)
2580 "Update checkbox statistics unless turned off by user.
2581 With an optional argument ALL, update them in the whole buffer."
2582 (when (cdr (assq 'checkbox org-list-automatic-rules))
2583 (org-update-checkbox-count all))
2584 (run-hooks 'org-checkbox-statistics-hook))
2586 (defvar org-last-indent-begin-marker (make-marker))
2587 (defvar org-last-indent-end-marker (make-marker))
2588 (defun org-list-indent-item-generic (arg no-subtree struct)
2589 "Indent a local list item including its children.
2590 When number ARG is a negative, item will be outdented, otherwise
2591 it will be indented.
2593 If a region is active, all items inside will be moved.
2595 If NO-SUBTREE is non-nil, only indent the item itself, not its
2596 children.
2598 STRUCT is the list structure.
2600 Return t if successful."
2601 (save-excursion
2602 (let* ((regionp (org-region-active-p))
2603 (rbeg (and regionp (region-beginning)))
2604 (rend (and regionp (region-end)))
2605 (top (org-list-get-top-point struct))
2606 (parents (org-list-parents-alist struct))
2607 (prevs (org-list-prevs-alist struct))
2608 ;; Are we going to move the whole list?
2609 (specialp
2610 (and (not regionp)
2611 (= top (point-at-bol))
2612 (cdr (assq 'indent org-list-automatic-rules))
2613 (if no-subtree
2614 (error
2615 "First item of list cannot move without its subtree")
2616 t))))
2617 ;; Determine begin and end points of zone to indent. If moving
2618 ;; more than one item, save them for subsequent moves.
2619 (unless (and (memq last-command '(org-shiftmetaright org-shiftmetaleft))
2620 (memq this-command '(org-shiftmetaright org-shiftmetaleft)))
2621 (if regionp
2622 (progn
2623 (set-marker org-last-indent-begin-marker rbeg)
2624 (set-marker org-last-indent-end-marker rend))
2625 (set-marker org-last-indent-begin-marker (point-at-bol))
2626 (set-marker org-last-indent-end-marker
2627 (cond
2628 (specialp (org-list-get-bottom-point struct))
2629 (no-subtree (1+ (point-at-bol)))
2630 (t (org-list-get-item-end (point-at-bol) struct))))))
2631 (let* ((beg (marker-position org-last-indent-begin-marker))
2632 (end (marker-position org-last-indent-end-marker)))
2633 (cond
2634 ;; Special case: moving top-item with indent rule.
2635 (specialp
2636 (let* ((level-skip (org-level-increment))
2637 (offset (if (< arg 0) (- level-skip) level-skip))
2638 (top-ind (org-list-get-ind beg struct))
2639 (old-struct (copy-tree struct)))
2640 (if (< (+ top-ind offset) 0)
2641 (error "Cannot outdent beyond margin")
2642 ;; Change bullet if necessary.
2643 (when (and (= (+ top-ind offset) 0)
2644 (string-match "*"
2645 (org-list-get-bullet beg struct)))
2646 (org-list-set-bullet beg struct
2647 (org-list-bullet-string "-")))
2648 ;; Shift every item by OFFSET and fix bullets. Then
2649 ;; apply changes to buffer.
2650 (mapc (lambda (e)
2651 (let ((ind (org-list-get-ind (car e) struct)))
2652 (org-list-set-ind (car e) struct (+ ind offset))))
2653 struct)
2654 (org-list-struct-fix-bul struct prevs)
2655 (org-list-struct-apply-struct struct old-struct))))
2656 ;; Forbidden move:
2657 ((and (< arg 0)
2658 ;; If only one item is moved, it mustn't have a child.
2659 (or (and no-subtree
2660 (not regionp)
2661 (org-list-has-child-p beg struct))
2662 ;; If a subtree or region is moved, the last item
2663 ;; of the subtree mustn't have a child.
2664 (let ((last-item (caar
2665 (reverse
2666 (org-remove-if
2667 (lambda (e) (>= (car e) end))
2668 struct)))))
2669 (org-list-has-child-p last-item struct))))
2670 (error "Cannot outdent an item without its children"))
2671 ;; Normal shifting
2673 (let* ((new-parents
2674 (if (< arg 0)
2675 (org-list-struct-outdent beg end struct parents)
2676 (org-list-struct-indent beg end struct parents prevs))))
2677 (org-list-write-struct struct new-parents))
2678 (org-update-checkbox-count-maybe))))))
2681 (defun org-outdent-item ()
2682 "Outdent a local list item, but not its children.
2683 If a region is active, all items inside will be moved."
2684 (interactive)
2685 (let ((regionp (org-region-active-p)))
2686 (cond
2687 ((or (org-at-item-p)
2688 (and regionp
2689 (save-excursion (goto-char (region-beginning))
2690 (org-at-item-p))))
2691 (let ((struct (if (not regionp) (org-list-struct)
2692 (save-excursion (goto-char (region-beginning))
2693 (org-list-struct)))))
2694 (org-list-indent-item-generic -1 t struct)))
2695 (regionp (error "Region not starting at an item"))
2696 (t (error "Not at an item")))))
2698 (defun org-indent-item ()
2699 "Indent a local list item, but not its children.
2700 If a region is active, all items inside will be moved."
2701 (interactive)
2702 (let ((regionp (org-region-active-p)))
2703 (cond
2704 ((or (org-at-item-p)
2705 (and regionp
2706 (save-excursion (goto-char (region-beginning))
2707 (org-at-item-p))))
2708 (let ((struct (if (not regionp) (org-list-struct)
2709 (save-excursion (goto-char (region-beginning))
2710 (org-list-struct)))))
2711 (org-list-indent-item-generic 1 t struct)))
2712 (regionp (error "Region not starting at an item"))
2713 (t (error "Not at an item")))))
2715 (defun org-outdent-item-tree ()
2716 "Outdent a local list item including its children.
2717 If a region is active, all items inside will be moved."
2718 (interactive)
2719 (let ((regionp (org-region-active-p)))
2720 (cond
2721 ((or (org-at-item-p)
2722 (and regionp
2723 (save-excursion (goto-char (region-beginning))
2724 (org-at-item-p))))
2725 (let ((struct (if (not regionp) (org-list-struct)
2726 (save-excursion (goto-char (region-beginning))
2727 (org-list-struct)))))
2728 (org-list-indent-item-generic -1 nil struct)))
2729 (regionp (error "Region not starting at an item"))
2730 (t (error "Not at an item")))))
2732 (defun org-indent-item-tree ()
2733 "Indent a local list item including its children.
2734 If a region is active, all items inside will be moved."
2735 (interactive)
2736 (let ((regionp (org-region-active-p)))
2737 (cond
2738 ((or (org-at-item-p)
2739 (and regionp
2740 (save-excursion (goto-char (region-beginning))
2741 (org-at-item-p))))
2742 (let ((struct (if (not regionp) (org-list-struct)
2743 (save-excursion (goto-char (region-beginning))
2744 (org-list-struct)))))
2745 (org-list-indent-item-generic 1 nil struct)))
2746 (regionp (error "Region not starting at an item"))
2747 (t (error "Not at an item")))))
2749 (defvar org-tab-ind-state)
2750 (defun org-cycle-item-indentation ()
2751 "Cycle levels of indentation of an empty item.
2752 The first run indents the item, if applicable. Subsequent runs
2753 outdent it at meaningful levels in the list. When done, item is
2754 put back at its original position with its original bullet.
2756 Return t at each successful move."
2757 (when (org-at-item-p)
2758 (let* ((org-adapt-indentation nil)
2759 (struct (org-list-struct))
2760 (ind (org-list-get-ind (point-at-bol) struct))
2761 (bullet (org-trim (buffer-substring (point-at-bol) (point-at-eol)))))
2762 ;; Accept empty items or if cycle has already started.
2763 (when (or (eq last-command 'org-cycle-item-indentation)
2764 (and (save-excursion
2765 (beginning-of-line)
2766 (looking-at org-list-full-item-re))
2767 (>= (match-end 0) (save-excursion
2768 (goto-char (org-list-get-item-end
2769 (point-at-bol) struct))
2770 (skip-chars-backward " \r\t\n")
2771 (point)))))
2772 (setq this-command 'org-cycle-item-indentation)
2773 ;; When in the middle of the cycle, try to outdent first. If
2774 ;; it fails, and point is still at initial position, indent.
2775 ;; Else, re-create it at its original position.
2776 (if (eq last-command 'org-cycle-item-indentation)
2777 (cond
2778 ((ignore-errors (org-list-indent-item-generic -1 t struct)))
2779 ((and (= ind (car org-tab-ind-state))
2780 (ignore-errors (org-list-indent-item-generic 1 t struct))))
2781 (t (delete-region (point-at-bol) (point-at-eol))
2782 (org-indent-to-column (car org-tab-ind-state))
2783 (insert (cdr org-tab-ind-state) " ")
2784 ;; Break cycle
2785 (setq this-command 'identity)))
2786 ;; If a cycle is starting, remember indentation and bullet,
2787 ;; then try to indent. If it fails, try to outdent.
2788 (setq org-tab-ind-state (cons ind bullet))
2789 (cond
2790 ((ignore-errors (org-list-indent-item-generic 1 t struct)))
2791 ((ignore-errors (org-list-indent-item-generic -1 t struct)))
2792 (t (user-error "Cannot move item"))))
2793 t))))
2795 (defun org-sort-list (&optional with-case sorting-type getkey-func compare-func)
2796 "Sort list items.
2797 The cursor may be at any item of the list that should be sorted.
2798 Sublists are not sorted. Checkboxes, if any, are ignored.
2800 Sorting can be alphabetically, numerically, by date/time as given
2801 by a time stamp, by a property or by priority.
2803 Comparing entries ignores case by default. However, with an
2804 optional argument WITH-CASE, the sorting considers case as well.
2806 The command prompts for the sorting type unless it has been given
2807 to the function through the SORTING-TYPE argument, which needs to
2808 be a character, \(?n ?N ?a ?A ?t ?T ?f ?F ?x ?X). Here is the
2809 detailed meaning of each character:
2811 n Numerically, by converting the beginning of the item to a number.
2812 a Alphabetically. Only the first line of item is checked.
2813 t By date/time, either the first active time stamp in the entry, if
2814 any, or by the first inactive one. In a timer list, sort the timers.
2815 x By \"checked\" status of a check list.
2817 Capital letters will reverse the sort order.
2819 If the SORTING-TYPE is ?f or ?F, then GETKEY-FUNC specifies
2820 a function to be called with point at the beginning of the
2821 record. It must return either a string or a number that should
2822 serve as the sorting key for that record. It will then use
2823 COMPARE-FUNC to compare entries.
2825 Sorting is done against the visible part of the headlines, it
2826 ignores hidden links."
2827 (interactive "P")
2828 (let* ((case-func (if with-case 'identity 'downcase))
2829 (struct (org-list-struct))
2830 (prevs (org-list-prevs-alist struct))
2831 (start (org-list-get-list-begin (point-at-bol) struct prevs))
2832 (end (org-list-get-list-end (point-at-bol) struct prevs))
2833 (sorting-type
2834 (or sorting-type
2835 (progn
2836 (message
2837 "Sort plain list: [a]lpha [n]umeric [t]ime [f]unc [x]checked A/N/T/F/X means reversed:")
2838 (read-char-exclusive))))
2839 (getkey-func
2840 (or getkey-func
2841 (and (= (downcase sorting-type) ?f)
2842 (intern (org-icompleting-read "Sort using function: "
2843 obarray 'fboundp t nil nil))))))
2844 (message "Sorting items...")
2845 (save-restriction
2846 (narrow-to-region start end)
2847 (goto-char (point-min))
2848 (let* ((dcst (downcase sorting-type))
2849 (case-fold-search nil)
2850 (now (current-time))
2851 (sort-func (cond
2852 ((= dcst ?a) 'string<)
2853 ((= dcst ?f) compare-func)
2854 ((= dcst ?t) '<)
2855 ((= dcst ?x) 'string<)))
2856 (next-record (lambda ()
2857 (skip-chars-forward " \r\t\n")
2858 (or (eobp) (beginning-of-line))))
2859 (end-record (lambda ()
2860 (goto-char (org-list-get-item-end-before-blank
2861 (point) struct))))
2862 (value-to-sort
2863 (lambda ()
2864 (when (looking-at "[ \t]*[-+*0-9.)]+\\([ \t]+\\[[- X]\\]\\)?[ \t]+")
2865 (cond
2866 ((= dcst ?n)
2867 (string-to-number
2868 (org-sort-remove-invisible
2869 (buffer-substring (match-end 0) (point-at-eol)))))
2870 ((= dcst ?a)
2871 (funcall case-func
2872 (org-sort-remove-invisible
2873 (buffer-substring
2874 (match-end 0) (point-at-eol)))))
2875 ((= dcst ?t)
2876 (cond
2877 ;; If it is a timer list, convert timer to seconds
2878 ((org-at-item-timer-p)
2879 (org-timer-hms-to-secs (match-string 1)))
2880 ((or (save-excursion
2881 (re-search-forward org-ts-regexp (point-at-eol) t))
2882 (save-excursion (re-search-forward org-ts-regexp-both
2883 (point-at-eol) t)))
2884 (org-time-string-to-seconds (match-string 0)))
2885 (t (org-float-time now))))
2886 ((= dcst ?x) (or (and (stringp (match-string 1))
2887 (match-string 1))
2888 ""))
2889 ((= dcst ?f)
2890 (if getkey-func
2891 (let ((value (funcall getkey-func)))
2892 (if (stringp value)
2893 (funcall case-func value)
2894 value))
2895 (error "Invalid key function `%s'" getkey-func)))
2896 (t (error "Invalid sorting type `%c'" sorting-type)))))))
2897 (sort-subr (/= dcst sorting-type)
2898 next-record
2899 end-record
2900 value-to-sort
2902 sort-func)
2903 ;; Read and fix list again, as `sort-subr' probably destroyed
2904 ;; its structure.
2905 (org-list-repair)
2906 (run-hooks 'org-after-sorting-entries-or-items-hook)
2907 (message "Sorting items...done")))))
2911 ;;; Send and receive lists
2913 (defun org-list-parse-list (&optional delete)
2914 "Parse the list at point and maybe DELETE it.
2916 Return a list whose car is a symbol of list type, among
2917 `ordered', `unordered' and `descriptive'. Then, each item is
2918 a list whose car is counter, and cdr are strings and other
2919 sub-lists. Inside strings, check-boxes are replaced by
2920 \"[CBON]\", \"[CBOFF]\" and \"[CBTRANS]\".
2922 For example, the following list:
2924 1. first item
2925 + sub-item one
2926 + [X] sub-item two
2927 more text in first item
2928 2. [@3] last item
2930 will be parsed as:
2932 \(ordered
2933 \(nil \"first item\"
2934 \(unordered
2935 \(nil \"sub-item one\"\)
2936 \(nil \"[CBON] sub-item two\"\)\)
2937 \"more text in first item\"\)
2938 \(3 \"last item\"\)\)
2940 Point is left at list end."
2941 (let* ((struct (org-list-struct))
2942 (prevs (org-list-prevs-alist struct))
2943 (parents (org-list-parents-alist struct))
2944 (top (org-list-get-top-point struct))
2945 (bottom (org-list-get-bottom-point struct))
2947 parse-item ; for byte-compiler
2948 (get-text
2949 (function
2950 ;; Return text between BEG and END, trimmed, with
2951 ;; checkboxes replaced.
2952 (lambda (beg end)
2953 (let ((text (org-trim (buffer-substring beg end))))
2954 (if (string-match "\\`\\[\\([-X ]\\)\\]" text)
2955 (replace-match
2956 (let ((box (match-string 1 text)))
2957 (cond
2958 ((equal box " ") "CBOFF")
2959 ((equal box "-") "CBTRANS")
2960 (t "CBON")))
2961 t nil text 1)
2962 text)))))
2963 (parse-sublist
2964 (function
2965 ;; Return a list whose car is list type and cdr a list of
2966 ;; items' body.
2967 (lambda (e)
2968 (cons (org-list-get-list-type (car e) struct prevs)
2969 (mapcar parse-item e)))))
2970 (parse-item
2971 (function
2972 ;; Return a list containing counter of item, if any, text
2973 ;; and any sublist inside it.
2974 (lambda (e)
2975 (let ((start (save-excursion
2976 (goto-char e)
2977 (looking-at "[ \t]*\\S-+\\([ \t]+\\[@\\(start:\\)?\\([0-9]+\\|[a-zA-Z]\\)\\]\\)?[ \t]*")
2978 (match-end 0)))
2979 ;; Get counter number. For alphabetic counter, get
2980 ;; its position in the alphabet.
2981 (counter (let ((c (org-list-get-counter e struct)))
2982 (cond
2983 ((not c) nil)
2984 ((string-match "[A-Za-z]" c)
2985 (- (string-to-char (upcase (match-string 0 c)))
2986 64))
2987 ((string-match "[0-9]+" c)
2988 (string-to-number (match-string 0 c))))))
2989 (childp (org-list-has-child-p e struct))
2990 (end (org-list-get-item-end e struct)))
2991 ;; If item has a child, store text between bullet and
2992 ;; next child, then recursively parse all sublists. At
2993 ;; the end of each sublist, check for the presence of
2994 ;; text belonging to the original item.
2995 (if childp
2996 (let* ((children (org-list-get-children e struct parents))
2997 (body (list (funcall get-text start childp))))
2998 (while children
2999 (let* ((first (car children))
3000 (sub (org-list-get-all-items first struct prevs))
3001 (last-c (car (last sub)))
3002 (last-end (org-list-get-item-end last-c struct)))
3003 (push (funcall parse-sublist sub) body)
3004 ;; Remove children from the list just parsed.
3005 (setq children (cdr (member last-c children)))
3006 ;; There is a chunk of text belonging to the
3007 ;; item if last child doesn't end where next
3008 ;; child starts or where item ends.
3009 (unless (= (or (car children) end) last-end)
3010 (push (funcall get-text
3011 last-end (or (car children) end))
3012 body))))
3013 (cons counter (nreverse body)))
3014 (list counter (funcall get-text start end))))))))
3015 ;; Store output, take care of cursor position and deletion of
3016 ;; list, then return output.
3017 (setq out (funcall parse-sublist (org-list-get-all-items top struct prevs)))
3018 (goto-char top)
3019 (when delete
3020 (delete-region top bottom)
3021 (when (and (not (looking-at "[ \t]*$")) (looking-at org-list-end-re))
3022 (replace-match "")))
3023 out))
3025 (defun org-list-make-subtree ()
3026 "Convert the plain list at point into a subtree."
3027 (interactive)
3028 (if (not (ignore-errors (goto-char (org-in-item-p))))
3029 (error "Not in a list")
3030 (let ((list (save-excursion (org-list-parse-list t))))
3031 (insert (org-list-to-subtree list)))))
3033 (defun org-list-insert-radio-list ()
3034 "Insert a radio list template appropriate for this major mode."
3035 (interactive)
3036 (let* ((e (assq major-mode org-list-radio-list-templates))
3037 (txt (nth 1 e))
3038 name pos)
3039 (unless e (error "No radio list setup defined for %s" major-mode))
3040 (setq name (read-string "List name: "))
3041 (while (string-match "%n" txt)
3042 (setq txt (replace-match name t t txt)))
3043 (or (bolp) (insert "\n"))
3044 (setq pos (point))
3045 (insert txt)
3046 (goto-char pos)))
3048 (defun org-list-send-list (&optional maybe)
3049 "Send a transformed version of this list to the receiver position.
3050 With argument MAYBE, fail quietly if no transformation is defined
3051 for this list."
3052 (interactive)
3053 (catch 'exit
3054 (unless (org-at-item-p) (error "Not at a list item"))
3055 (save-excursion
3056 (re-search-backward "#\\+ORGLST" nil t)
3057 (unless (looking-at "\\(?:[ \t]\\)?#\\+ORGLST:[ \t]+SEND[ \t]+\\(\\S-+\\)[ \t]+\\(\\S-+\\)")
3058 (if maybe (throw 'exit nil)
3059 (error "Don't know how to transform this list"))))
3060 (let* ((name (match-string 1))
3061 (transform (intern (match-string 2)))
3062 (bottom-point
3063 (save-excursion
3064 (re-search-forward
3065 "\\(\\\\end{comment}\\|@end ignore\\|-->\\)" nil t)
3066 (match-beginning 0)))
3067 (top-point
3068 (progn
3069 (re-search-backward "#\\+ORGLST" nil t)
3070 (re-search-forward (org-item-beginning-re) bottom-point t)
3071 (match-beginning 0)))
3072 (plain-list (buffer-substring-no-properties top-point bottom-point))
3073 beg txt)
3074 (unless (fboundp transform)
3075 (error "No such transformation function %s" transform))
3076 (let ((txt (funcall transform plain-list)))
3077 ;; Find the insertion place
3078 (save-excursion
3079 (goto-char (point-min))
3080 (unless (re-search-forward
3081 (concat "BEGIN RECEIVE ORGLST +"
3082 name
3083 "\\([ \t]\\|$\\)") nil t)
3084 (error "Don't know where to insert translated list"))
3085 (goto-char (match-beginning 0))
3086 (beginning-of-line 2)
3087 (setq beg (point))
3088 (unless (re-search-forward (concat "END RECEIVE ORGLST +" name) nil t)
3089 (error "Cannot find end of insertion region"))
3090 (delete-region beg (point-at-bol))
3091 (goto-char beg)
3092 (insert txt "\n")))
3093 (message "List converted and installed at receiver location"))))
3095 (defsubst org-list-item-trim-br (item)
3096 "Trim line breaks in a list ITEM."
3097 (setq item (replace-regexp-in-string "\n +" " " item)))
3099 (defun org-list-to-generic (list params)
3100 "Convert a LIST parsed through `org-list-parse-list' to other formats.
3101 Valid parameters PARAMS are:
3103 :ustart String to start an unordered list
3104 :uend String to end an unordered list
3106 :ostart String to start an ordered list
3107 :oend String to end an ordered list
3109 :dstart String to start a descriptive list
3110 :dend String to end a descriptive list
3111 :dtstart String to start a descriptive term
3112 :dtend String to end a descriptive term
3113 :ddstart String to start a description
3114 :ddend String to end a description
3116 :splice When set to t, return only list body lines, don't wrap
3117 them into :[u/o]start and :[u/o]end. Default is nil.
3119 :istart String to start a list item.
3120 :icount String to start an item with a counter.
3121 :iend String to end a list item
3122 :isep String to separate items
3123 :lsep String to separate sublists
3124 :csep String to separate text from a sub-list
3126 :cboff String to insert for an unchecked check-box
3127 :cbon String to insert for a checked check-box
3128 :cbtrans String to insert for a check-box in transitional state
3130 :nobr Non-nil means remove line breaks in lists items.
3132 Alternatively, each parameter can also be a form returning
3133 a string. These sexp can use keywords `counter' and `depth',
3134 representing respectively counter associated to the current
3135 item, and depth of the current sub-list, starting at 0.
3136 Obviously, `counter' is only available for parameters applying to
3137 items."
3138 (interactive)
3139 (let* ((p params)
3140 (splicep (plist-get p :splice))
3141 (ostart (plist-get p :ostart))
3142 (oend (plist-get p :oend))
3143 (ustart (plist-get p :ustart))
3144 (uend (plist-get p :uend))
3145 (dstart (plist-get p :dstart))
3146 (dend (plist-get p :dend))
3147 (dtstart (plist-get p :dtstart))
3148 (dtend (plist-get p :dtend))
3149 (ddstart (plist-get p :ddstart))
3150 (ddend (plist-get p :ddend))
3151 (istart (plist-get p :istart))
3152 (icount (plist-get p :icount))
3153 (iend (plist-get p :iend))
3154 (isep (plist-get p :isep))
3155 (lsep (plist-get p :lsep))
3156 (csep (plist-get p :csep))
3157 (cbon (plist-get p :cbon))
3158 (cboff (plist-get p :cboff))
3159 (cbtrans (plist-get p :cbtrans))
3160 (nobr (plist-get p :nobr))
3161 export-sublist ; for byte-compiler
3162 (export-item
3163 (function
3164 ;; Export an item ITEM of type TYPE, at DEPTH. First
3165 ;; string in item is treated in a special way as it can
3166 ;; bring extra information that needs to be processed.
3167 (lambda (item type depth)
3168 (let* ((counter (pop item))
3169 (fmt (concat
3170 (cond
3171 ((eq type 'descriptive)
3172 ;; Stick DTSTART to ISTART by
3173 ;; left-trimming the latter.
3174 (concat (let ((s (eval istart)))
3175 (or (and (string-match "[ \t\n\r]+\\'" s)
3176 (replace-match "" t t s))
3177 istart))
3178 "%s" (eval ddend)))
3179 ((and counter (eq type 'ordered))
3180 (concat (eval icount) "%s"))
3181 (t (concat (eval istart) "%s")))
3182 (eval iend)))
3183 (first (car item)))
3184 ;; Replace checkbox if any is found.
3185 (cond
3186 ((string-match "\\[CBON\\]" first)
3187 (setq first (replace-match cbon t t first)))
3188 ((string-match "\\[CBOFF\\]" first)
3189 (setq first (replace-match cboff t t first)))
3190 ((string-match "\\[CBTRANS\\]" first)
3191 (setq first (replace-match cbtrans t t first))))
3192 ;; Replace line breaks if required
3193 (when nobr (setq first (org-list-item-trim-br first)))
3194 ;; Insert descriptive term if TYPE is `descriptive'.
3195 (when (eq type 'descriptive)
3196 (let* ((complete (string-match "^\\(.*\\)[ \t]+::" first))
3197 (term (if complete
3198 (save-match-data
3199 (org-trim (match-string 1 first)))
3200 "???"))
3201 (desc (if complete
3202 (org-trim (substring first (match-end 0)))
3203 first)))
3204 (setq first (concat (eval dtstart) term (eval dtend)
3205 (eval ddstart) desc))))
3206 (setcar item first)
3207 (format fmt
3208 (mapconcat (lambda (e)
3209 (if (stringp e) e
3210 (funcall export-sublist e (1+ depth))))
3211 item (or (eval csep) "")))))))
3212 (export-sublist
3213 (function
3214 ;; Export sublist SUB at DEPTH.
3215 (lambda (sub depth)
3216 (let* ((type (car sub))
3217 (items (cdr sub))
3218 (fmt (concat (cond
3219 (splicep "%s")
3220 ((eq type 'ordered)
3221 (concat (eval ostart) "%s" (eval oend)))
3222 ((eq type 'descriptive)
3223 (concat (eval dstart) "%s" (eval dend)))
3224 (t (concat (eval ustart) "%s" (eval uend))))
3225 (eval lsep))))
3226 (format fmt (mapconcat (lambda (e)
3227 (funcall export-item e type depth))
3228 items (or (eval isep) ""))))))))
3229 (concat (funcall export-sublist list 0) "\n")))
3231 (defun org-list-to-latex (list &optional params)
3232 "Convert LIST into a LaTeX list.
3233 LIST is as string representing the list to transform, as Org
3234 syntax. Return converted list as a string."
3235 (require 'ox-latex)
3236 (org-export-string-as list 'latex t))
3238 (defun org-list-to-html (list)
3239 "Convert LIST into a HTML list.
3240 LIST is as string representing the list to transform, as Org
3241 syntax. Return converted list as a string."
3242 (require 'ox-html)
3243 (org-export-string-as list 'html t))
3245 (defun org-list-to-texinfo (list &optional params)
3246 "Convert LIST into a Texinfo list.
3247 LIST is as string representing the list to transform, as Org
3248 syntax. Return converted list as a string."
3249 (require 'ox-texinfo)
3250 (org-export-string-as list 'texinfo t))
3252 (defun org-list-to-subtree (list &optional params)
3253 "Convert LIST into an Org subtree.
3254 LIST is as returned by `org-list-parse-list'. PARAMS is a property list
3255 with overruling parameters for `org-list-to-generic'."
3256 (let* ((rule (cdr (assq 'heading org-blank-before-new-entry)))
3257 (level (org-reduced-level (or (org-current-level) 0)))
3258 (blankp (or (eq rule t)
3259 (and (eq rule 'auto)
3260 (save-excursion
3261 (outline-previous-heading)
3262 (org-previous-line-empty-p)))))
3263 (get-stars
3264 (function
3265 ;; Return the string for the heading, depending on depth D
3266 ;; of current sub-list.
3267 (lambda (d)
3268 (let ((oddeven-level (+ level d 1)))
3269 (concat (make-string (if org-odd-levels-only
3270 (1- (* 2 oddeven-level))
3271 oddeven-level)
3273 " "))))))
3274 (org-list-to-generic
3275 list
3276 (org-combine-plists
3277 '(:splice t
3278 :dtstart " " :dtend " "
3279 :istart (funcall get-stars depth)
3280 :icount (funcall get-stars depth)
3281 :isep (if blankp "\n\n" "\n")
3282 :csep (if blankp "\n\n" "\n")
3283 :cbon "DONE" :cboff "TODO" :cbtrans "TODO")
3284 params))))
3286 (provide 'org-list)
3288 ;;; org-list.el ends here