org-list.el 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122
  1. ;;; org-list.el --- Plain lists for Org-mode
  2. ;;
  3. ;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
  4. ;;
  5. ;; Author: Carsten Dominik <carsten at orgmode dot org>
  6. ;; Bastien Guerry <bzg AT altern DOT org>
  7. ;; Keywords: outlines, hypermedia, calendar, wp
  8. ;; Homepage: http://orgmode.org
  9. ;; Version: 6.17trans
  10. ;;
  11. ;; This file is part of GNU Emacs.
  12. ;;
  13. ;; GNU Emacs is free software: you can redistribute it and/or modify
  14. ;; it under the terms of the GNU General Public License as published by
  15. ;; the Free Software Foundation, either version 3 of the License, or
  16. ;; (at your option) any later version.
  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.
  21. ;; You should have received a copy of the GNU General Public License
  22. ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
  23. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  24. ;;
  25. ;;; Commentary:
  26. ;; This file contains the code dealing with plain lists in Org-mode.
  27. ;;; Code:
  28. (require 'org-macs)
  29. (require 'org-compat)
  30. (defvar org-blank-before-new-entry)
  31. (defvar org-M-RET-may-split-line)
  32. (declare-function org-invisible-p "org" ())
  33. (declare-function org-on-heading-p "org" (&optional invisible-ok))
  34. (declare-function outline-next-heading "outline" ())
  35. (declare-function outline-back-to-heading "outline" (&optional invisible-ok))
  36. (declare-function org-back-to-heading "org" (&optional invisible-ok))
  37. (declare-function org-back-over-empty-lines "org" ())
  38. (declare-function org-skip-whitespace "org" ())
  39. (declare-function org-trim "org" (s))
  40. (declare-function org-get-indentation "org" (&optional line))
  41. (declare-function org-timer-item "org-timer" (&optional arg))
  42. (declare-function org-combine-plists "org" (&rest plists))
  43. (defgroup org-plain-lists nil
  44. "Options concerning plain lists in Org-mode."
  45. :tag "Org Plain lists"
  46. :group 'org-structure)
  47. (defcustom org-cycle-include-plain-lists nil
  48. "Non-nil means, include plain lists into visibility cycling.
  49. This means that during cycling, plain list items will *temporarily* be
  50. interpreted as outline headlines with a level given by 1000+i where i is the
  51. indentation of the bullet. In all other operations, plain list items are
  52. not seen as headlines. For example, you cannot assign a TODO keyword to
  53. such an item."
  54. :group 'org-plain-lists
  55. :type 'boolean)
  56. (defcustom org-plain-list-ordered-item-terminator t
  57. "The character that makes a line with leading number an ordered list item.
  58. Valid values are ?. and ?\). To get both terminators, use t. While
  59. ?. may look nicer, it creates the danger that a line with leading
  60. number may be incorrectly interpreted as an item. ?\) therefore is
  61. the safe choice."
  62. :group 'org-plain-lists
  63. :type '(choice (const :tag "dot like in \"2.\"" ?.)
  64. (const :tag "paren like in \"2)\"" ?\))
  65. (const :tab "both" t)))
  66. (defcustom org-list-two-spaces-after-bullet-regexp nil
  67. "A regular expression matching bullets that should have 2 spaces after them.
  68. When nil, no bullet will have two spaces after them.
  69. When a string, it will be used as a regular expression. When the bullet
  70. type of a list is changed, the new bullet type will be matched against this
  71. regexp. If it matches, there will be two spaces instead of one after
  72. the bullet in each item of he list."
  73. :group 'org-plain-list
  74. :type '(choice
  75. (const :tag "never" nil)
  76. (regexp)))
  77. (defcustom org-empty-line-terminates-plain-lists nil
  78. "Non-nil means, an empty line ends all plain list levels.
  79. When nil, empty lines are part of the preceeding item."
  80. :group 'org-plain-lists
  81. :type 'boolean)
  82. (defcustom org-auto-renumber-ordered-lists t
  83. "Non-nil means, automatically renumber ordered plain lists.
  84. Renumbering happens when the sequence have been changed with
  85. \\[org-shiftmetaup] or \\[org-shiftmetadown]. After other editing commands,
  86. use \\[org-ctrl-c-ctrl-c] to trigger renumbering."
  87. :group 'org-plain-lists
  88. :type 'boolean)
  89. (defcustom org-provide-checkbox-statistics t
  90. "Non-nil means, update checkbox statistics after insert and toggle.
  91. When this is set, checkbox statistics is updated each time you either insert
  92. a new checkbox with \\[org-insert-todo-heading] or toggle a checkbox
  93. with \\[org-ctrl-c-ctrl-c\\]."
  94. :group 'org-plain-lists
  95. :type 'boolean)
  96. (defcustom org-description-max-indent 20
  97. "Maximum indentation for the second line of a description list.
  98. When the indentation would be larger than this, it will become
  99. 5 characters instead."
  100. :group 'org-plain-lists
  101. :type 'integer)
  102. (defvar org-list-beginning-re
  103. "^\\([ \t]*\\)\\([-+*]\\|[0-9]+[.)]\\) +\\(.*\\)$")
  104. (defcustom org-list-radio-list-templates
  105. '((latex-mode "% BEGIN RECEIVE ORGLST %n
  106. % END RECEIVE ORGLST %n
  107. \\begin{comment}
  108. #+ORGLST: SEND %n org-list-to-latex
  109. | | |
  110. \\end{comment}\n")
  111. (texinfo-mode "@c BEGIN RECEIVE ORGLST %n
  112. @c END RECEIVE ORGLST %n
  113. @ignore
  114. #+ORGLST: SEND %n org-list-to-texinfo
  115. | | |
  116. @end ignore\n")
  117. (html-mode "<!-- BEGIN RECEIVE ORGLST %n -->
  118. <!-- END RECEIVE ORGLST %n -->
  119. <!--
  120. #+ORGLST: SEND %n org-list-to-html
  121. | | |
  122. -->\n"))
  123. "Templates for radio lists in different major modes.
  124. All occurrences of %n in a template will be replaced with the name of the
  125. list, obtained by prompting the user."
  126. :group 'org-plain-lists
  127. :type '(repeat
  128. (list (symbol :tag "Major mode")
  129. (string :tag "Format"))))
  130. ;;;; Plain list items, including checkboxes
  131. ;;; Plain list items
  132. (defun org-at-item-p ()
  133. "Is point in a line starting a hand-formatted item?"
  134. (let ((llt org-plain-list-ordered-item-terminator))
  135. (save-excursion
  136. (goto-char (point-at-bol))
  137. (looking-at
  138. (cond
  139. ((eq llt t) "\\([ \t]*\\([-+]\\|\\([0-9]+[.)]\\)\\)\\|[ \t]+\\*\\)\\( \\|$\\)")
  140. ((= llt ?.) "\\([ \t]*\\([-+]\\|\\([0-9]+\\.\\)\\)\\|[ \t]+\\*\\)\\( \\|$\\)")
  141. ((= llt ?\)) "\\([ \t]*\\([-+]\\|\\([0-9]+))\\)\\|[ \t]+\\*\\)\\( \\|$\\)")
  142. (t (error "Invalid value of `org-plain-list-ordered-item-terminator'")))))))
  143. (defun org-in-item-p ()
  144. "It the cursor inside a plain list item.
  145. Does not have to be the first line."
  146. (save-excursion
  147. (condition-case nil
  148. (progn
  149. (org-beginning-of-item)
  150. (org-at-item-p)
  151. t)
  152. (error nil))))
  153. (defun org-insert-item (&optional checkbox)
  154. "Insert a new item at the current level.
  155. Return t when things worked, nil when we are not in an item."
  156. (when (save-excursion
  157. (condition-case nil
  158. (progn
  159. (org-beginning-of-item)
  160. (org-at-item-p)
  161. (if (org-invisible-p) (error "Invisible item"))
  162. t)
  163. (error nil)))
  164. (let* ((bul (match-string 0))
  165. (descp (save-excursion (goto-char (match-beginning 0))
  166. (beginning-of-line 1)
  167. (save-match-data
  168. (and (looking-at "[ \t]*\\(.*?\\) ::")
  169. (match-string 1)))))
  170. (timerp (and descp
  171. (save-match-data
  172. (string-match "^[-+*][ \t]+[0-9]+:[0-9]+:[0-9]+$"
  173. descp))))
  174. (eow (save-excursion (beginning-of-line 1) (looking-at "[ \t]*")
  175. (match-end 0)))
  176. (blank (cdr (assq 'plain-list-item org-blank-before-new-entry)))
  177. pos)
  178. (if descp (setq checkbox nil))
  179. (if timerp
  180. (progn (org-timer-item) t)
  181. (cond
  182. ((and (org-at-item-p) (<= (point) eow))
  183. ;; before the bullet
  184. (beginning-of-line 1)
  185. (open-line (if blank 2 1)))
  186. ((<= (point) eow)
  187. (beginning-of-line 1))
  188. (t
  189. (unless (org-get-alist-option org-M-RET-may-split-line 'item)
  190. (end-of-line 1)
  191. (delete-horizontal-space))
  192. (newline (if blank 2 1))))
  193. (insert bul
  194. (if checkbox "[ ]" "")
  195. (if descp (concat (if checkbox " " "")
  196. (read-string "Term: ") " :: ") ""))
  197. (just-one-space)
  198. (setq pos (point))
  199. (end-of-line 1)
  200. (unless (= (point) pos) (just-one-space) (backward-delete-char 1)))
  201. (org-maybe-renumber-ordered-list)
  202. (and checkbox (org-update-checkbox-count-maybe))
  203. t)))
  204. ;;; Checkboxes
  205. (defun org-at-item-checkbox-p ()
  206. "Is point at a line starting a plain-list item with a checklet?"
  207. (and (org-at-item-p)
  208. (save-excursion
  209. (goto-char (match-end 0))
  210. (skip-chars-forward " \t")
  211. (looking-at "\\[[- X]\\]"))))
  212. (defun org-toggle-checkbox (&optional arg)
  213. "Toggle the checkbox in the current line."
  214. (interactive "P")
  215. (catch 'exit
  216. (let (beg end status (firstnew 'unknown))
  217. (cond
  218. ((org-region-active-p)
  219. (setq beg (region-beginning) end (region-end)))
  220. ((org-on-heading-p)
  221. (setq beg (point) end (save-excursion (outline-next-heading) (point))))
  222. ((org-at-item-checkbox-p)
  223. (let ((pos (point)))
  224. (replace-match
  225. (cond (arg "[-]")
  226. ((member (match-string 0) '("[ ]" "[-]")) "[X]")
  227. (t "[ ]"))
  228. t t)
  229. (goto-char pos))
  230. (throw 'exit t))
  231. (t (error "Not at a checkbox or heading, and no active region")))
  232. (save-excursion
  233. (goto-char beg)
  234. (while (< (point) end)
  235. (when (org-at-item-checkbox-p)
  236. (setq status (equal (match-string 0) "[X]"))
  237. (when (eq firstnew 'unknown)
  238. (setq firstnew (not status)))
  239. (replace-match
  240. (if (if arg (not status) firstnew) "[X]" "[ ]") t t))
  241. (beginning-of-line 2)))))
  242. (org-update-checkbox-count-maybe))
  243. (defun org-update-checkbox-count-maybe ()
  244. "Update checkbox statistics unless turned off by user."
  245. (when org-provide-checkbox-statistics
  246. (org-update-checkbox-count)))
  247. (defun org-update-checkbox-count (&optional all)
  248. "Update the checkbox statistics in the current section.
  249. This will find all statistic cookies like [57%] and [6/12] and update them
  250. with the current numbers. With optional prefix argument ALL, do this for
  251. the whole buffer."
  252. (interactive "P")
  253. (save-excursion
  254. (let* ((buffer-invisibility-spec (org-inhibit-invisibility)) ; Emacs 21
  255. (beg (condition-case nil
  256. (progn (org-back-to-heading) (point))
  257. (error (point-min))))
  258. (end (move-marker (make-marker)
  259. (progn (outline-next-heading) (point))))
  260. (re "\\(\\(\\[[0-9]*%\\]\\)\\|\\(\\[[0-9]*/[0-9]*\\]\\)\\)")
  261. (re-box "^[ \t]*\\([-+*]\\|[0-9]+[.)]\\) +\\(\\[[- X]\\]\\)")
  262. (re-find (concat re "\\|" re-box))
  263. beg-cookie end-cookie is-percent c-on c-off lim
  264. eline curr-ind next-ind continue-from startsearch
  265. (cstat 0)
  266. )
  267. (when all
  268. (goto-char (point-min))
  269. (outline-next-heading)
  270. (setq beg (point) end (point-max)))
  271. (goto-char end)
  272. ;; find each statistic cookie
  273. (while (re-search-backward re-find beg t)
  274. (setq beg-cookie (match-beginning 1)
  275. end-cookie (match-end 1)
  276. cstat (+ cstat (if end-cookie 1 0))
  277. startsearch (point-at-eol)
  278. continue-from (point-at-bol)
  279. is-percent (match-beginning 2)
  280. lim (cond
  281. ((org-on-heading-p) (outline-next-heading) (point))
  282. ((org-at-item-p) (org-end-of-item) (point))
  283. (t nil))
  284. c-on 0
  285. c-off 0)
  286. (when lim
  287. ;; find first checkbox for this cookie and gather
  288. ;; statistics from all that are at this indentation level
  289. (goto-char startsearch)
  290. (if (re-search-forward re-box lim t)
  291. (progn
  292. (org-beginning-of-item)
  293. (setq curr-ind (org-get-indentation))
  294. (setq next-ind curr-ind)
  295. (while (and (bolp) (org-at-item-p) (= curr-ind next-ind))
  296. (save-excursion (end-of-line) (setq eline (point)))
  297. (if (re-search-forward re-box eline t)
  298. (if (member (match-string 2) '("[ ]" "[-]"))
  299. (setq c-off (1+ c-off))
  300. (setq c-on (1+ c-on))
  301. )
  302. )
  303. (org-end-of-item)
  304. (setq next-ind (org-get-indentation))
  305. )))
  306. (goto-char continue-from)
  307. ;; update cookie
  308. (when end-cookie
  309. (delete-region beg-cookie end-cookie)
  310. (goto-char beg-cookie)
  311. (insert
  312. (if is-percent
  313. (format "[%d%%]" (/ (* 100 c-on) (max 1 (+ c-on c-off))))
  314. (format "[%d/%d]" c-on (+ c-on c-off)))))
  315. ;; update items checkbox if it has one
  316. (when (org-at-item-p)
  317. (org-beginning-of-item)
  318. (when (and (> (+ c-on c-off) 0)
  319. (re-search-forward re-box (point-at-eol) t))
  320. (setq beg-cookie (match-beginning 2)
  321. end-cookie (match-end 2))
  322. (delete-region beg-cookie end-cookie)
  323. (goto-char beg-cookie)
  324. (cond ((= c-off 0) (insert "[X]"))
  325. ((= c-on 0) (insert "[ ]"))
  326. (t (insert "[-]")))
  327. )))
  328. (goto-char continue-from))
  329. (when (interactive-p)
  330. (message "Checkbox statistics updated %s (%d places)"
  331. (if all "in entire file" "in current outline entry") cstat)))))
  332. (defun org-get-checkbox-statistics-face ()
  333. "Select the face for checkbox statistics.
  334. The face will be `org-done' when all relevant boxes are checked. Otherwise
  335. it will be `org-todo'."
  336. (if (match-end 1)
  337. (if (equal (match-string 1) "100%") 'org-done 'org-todo)
  338. (if (and (> (match-end 2) (match-beginning 2))
  339. (equal (match-string 2) (match-string 3)))
  340. 'org-done
  341. 'org-todo)))
  342. (defun org-beginning-of-item ()
  343. "Go to the beginning of the current hand-formatted item.
  344. If the cursor is not in an item, throw an error."
  345. (interactive)
  346. (let ((pos (point))
  347. (limit (save-excursion
  348. (condition-case nil
  349. (progn
  350. (org-back-to-heading)
  351. (beginning-of-line 2) (point))
  352. (error (point-min)))))
  353. (ind-empty (if org-empty-line-terminates-plain-lists 0 10000))
  354. ind ind1)
  355. (if (org-at-item-p)
  356. (beginning-of-line 1)
  357. (beginning-of-line 1)
  358. (skip-chars-forward " \t")
  359. (setq ind (current-column))
  360. (if (catch 'exit
  361. (while t
  362. (beginning-of-line 0)
  363. (if (or (bobp) (< (point) limit)) (throw 'exit nil))
  364. (if (looking-at "[ \t]*$")
  365. (setq ind1 ind-empty)
  366. (skip-chars-forward " \t")
  367. (setq ind1 (current-column)))
  368. (if (< ind1 ind)
  369. (progn (beginning-of-line 1) (throw 'exit (org-at-item-p))))))
  370. nil
  371. (goto-char pos)
  372. (error "Not in an item")))))
  373. (defun org-end-of-item ()
  374. "Go to the end of the current hand-formatted item.
  375. If the cursor is not in an item, throw an error."
  376. (interactive)
  377. (let* ((pos (point))
  378. ind1
  379. (ind-empty (if org-empty-line-terminates-plain-lists 0 10000))
  380. (limit (save-excursion (outline-next-heading) (point)))
  381. (ind (save-excursion
  382. (org-beginning-of-item)
  383. (skip-chars-forward " \t")
  384. (current-column)))
  385. (end (catch 'exit
  386. (while t
  387. (beginning-of-line 2)
  388. (if (eobp) (throw 'exit (point)))
  389. (if (>= (point) limit) (throw 'exit (point-at-bol)))
  390. (if (looking-at "[ \t]*$")
  391. (setq ind1 ind-empty)
  392. (skip-chars-forward " \t")
  393. (setq ind1 (current-column)))
  394. (if (<= ind1 ind)
  395. (throw 'exit (point-at-bol)))))))
  396. (if end
  397. (goto-char end)
  398. (goto-char pos)
  399. (error "Not in an item"))))
  400. (defun org-next-item ()
  401. "Move to the beginning of the next item in the current plain list.
  402. Error if not at a plain list, or if this is the last item in the list."
  403. (interactive)
  404. (let (ind ind1 (pos (point)))
  405. (org-beginning-of-item)
  406. (setq ind (org-get-indentation))
  407. (org-end-of-item)
  408. (setq ind1 (org-get-indentation))
  409. (unless (and (org-at-item-p) (= ind ind1))
  410. (goto-char pos)
  411. (error "On last item"))))
  412. (defun org-previous-item ()
  413. "Move to the beginning of the previous item in the current plain list.
  414. Error if not at a plain list, or if this is the first item in the list."
  415. (interactive)
  416. (let (beg ind ind1 (pos (point)))
  417. (org-beginning-of-item)
  418. (setq beg (point))
  419. (setq ind (org-get-indentation))
  420. (goto-char beg)
  421. (catch 'exit
  422. (while t
  423. (beginning-of-line 0)
  424. (if (looking-at "[ \t]*$")
  425. nil
  426. (if (<= (setq ind1 (org-get-indentation)) ind)
  427. (throw 'exit t)))))
  428. (condition-case nil
  429. (if (or (not (org-at-item-p))
  430. (< ind1 (1- ind)))
  431. (error "")
  432. (org-beginning-of-item))
  433. (error (goto-char pos)
  434. (error "On first item")))))
  435. (defun org-first-list-item-p ()
  436. "Is this heading the item in a plain list?"
  437. (unless (org-at-item-p)
  438. (error "Not at a plain list item"))
  439. (org-beginning-of-item)
  440. (= (point) (save-excursion (org-beginning-of-item-list))))
  441. (defun org-move-item-down ()
  442. "Move the plain list item at point down, i.e. swap with following item.
  443. Subitems (items with larger indentation) are considered part of the item,
  444. so this really moves item trees."
  445. (interactive)
  446. (let ((col (current-column))
  447. (pos (point))
  448. beg beg0 end end0 ind ind1 txt ne-end ne-beg)
  449. (org-beginning-of-item)
  450. (setq beg0 (point))
  451. (save-excursion
  452. (setq ne-beg (org-back-over-empty-lines))
  453. (setq beg (point)))
  454. (goto-char beg0)
  455. (setq ind (org-get-indentation))
  456. (org-end-of-item)
  457. (setq end0 (point))
  458. (setq ind1 (org-get-indentation))
  459. (setq ne-end (org-back-over-empty-lines))
  460. (setq end (point))
  461. (goto-char beg0)
  462. (when (and (org-first-list-item-p) (< ne-end ne-beg))
  463. ;; include less whitespace
  464. (save-excursion
  465. (goto-char beg)
  466. (forward-line (- ne-beg ne-end))
  467. (setq beg (point))))
  468. (goto-char end0)
  469. (if (and (org-at-item-p) (= ind ind1))
  470. (progn
  471. (org-end-of-item)
  472. (org-back-over-empty-lines)
  473. (setq txt (buffer-substring beg end))
  474. (save-excursion
  475. (delete-region beg end))
  476. (setq pos (point))
  477. (insert txt)
  478. (goto-char pos) (org-skip-whitespace)
  479. (org-maybe-renumber-ordered-list)
  480. (move-to-column col))
  481. (goto-char pos)
  482. (move-to-column col)
  483. (error "Cannot move this item further down"))))
  484. (defun org-move-item-up (arg)
  485. "Move the plain list item at point up, i.e. swap with previous item.
  486. Subitems (items with larger indentation) are considered part of the item,
  487. so this really moves item trees."
  488. (interactive "p")
  489. (let ((col (current-column)) (pos (point))
  490. beg beg0 end ind ind1 txt
  491. ne-beg ne-ins ins-end)
  492. (org-beginning-of-item)
  493. (setq beg0 (point))
  494. (setq ind (org-get-indentation))
  495. (save-excursion
  496. (setq ne-beg (org-back-over-empty-lines))
  497. (setq beg (point)))
  498. (goto-char beg0)
  499. (org-end-of-item)
  500. (org-back-over-empty-lines)
  501. (setq end (point))
  502. (goto-char beg0)
  503. (catch 'exit
  504. (while t
  505. (beginning-of-line 0)
  506. (if (looking-at "[ \t]*$")
  507. (if org-empty-line-terminates-plain-lists
  508. (progn
  509. (goto-char pos)
  510. (error "Cannot move this item further up"))
  511. nil)
  512. (if (<= (setq ind1 (org-get-indentation)) ind)
  513. (throw 'exit t)))))
  514. (condition-case nil
  515. (org-beginning-of-item)
  516. (error (goto-char beg0)
  517. (move-to-column col)
  518. (error "Cannot move this item further up")))
  519. (setq ind1 (org-get-indentation))
  520. (if (and (org-at-item-p) (= ind ind1))
  521. (progn
  522. (setq ne-ins (org-back-over-empty-lines))
  523. (setq txt (buffer-substring beg end))
  524. (save-excursion
  525. (delete-region beg end))
  526. (setq pos (point))
  527. (insert txt)
  528. (setq ins-end (point))
  529. (goto-char pos) (org-skip-whitespace)
  530. (when (and (org-first-list-item-p) (> ne-ins ne-beg))
  531. ;; Move whitespace back to beginning
  532. (save-excursion
  533. (goto-char ins-end)
  534. (let ((kill-whole-line t))
  535. (kill-line (- ne-ins ne-beg)) (point)))
  536. (insert (make-string (- ne-ins ne-beg) ?\n)))
  537. (org-maybe-renumber-ordered-list)
  538. (move-to-column col))
  539. (goto-char pos)
  540. (move-to-column col)
  541. (error "Cannot move this item further up"))))
  542. (defun org-maybe-renumber-ordered-list ()
  543. "Renumber the ordered list at point if setup allows it.
  544. This tests the user option `org-auto-renumber-ordered-lists' before
  545. doing the renumbering."
  546. (interactive)
  547. (when (and org-auto-renumber-ordered-lists
  548. (org-at-item-p))
  549. (if (match-beginning 3)
  550. (org-renumber-ordered-list 1)
  551. (org-fix-bullet-type))))
  552. (defun org-maybe-renumber-ordered-list-safe ()
  553. (condition-case nil
  554. (save-excursion
  555. (org-maybe-renumber-ordered-list))
  556. (error nil)))
  557. (defun org-cycle-list-bullet (&optional which)
  558. "Cycle through the different itemize/enumerate bullets.
  559. This cycle the entire list level through the sequence:
  560. `-' -> `+' -> `*' -> `1.' -> `1)'
  561. If WHICH is a string, use that as the new bullet. If WHICH is an integer,
  562. 0 means `-', 1 means `+' etc."
  563. (interactive "P")
  564. (org-preserve-lc
  565. (org-beginning-of-item-list)
  566. (org-at-item-p)
  567. (beginning-of-line 1)
  568. (let ((current (match-string 0))
  569. (prevp (eq which 'previous))
  570. new old)
  571. (setq new (cond
  572. ((and (numberp which)
  573. (nth (1- which) '("-" "+" "*" "1." "1)"))))
  574. ((string-match "-" current) (if prevp "1)" "+"))
  575. ((string-match "\\+" current)
  576. (if prevp "-" (if (looking-at "\\S-") "1." "*")))
  577. ((string-match "\\*" current) (if prevp "+" "1."))
  578. ((string-match "\\." current)
  579. (if prevp (if (looking-at "\\S-") "+" "*") "1)"))
  580. ((string-match ")" current) (if prevp "1." "-"))
  581. (t (error "This should not happen"))))
  582. (and (looking-at "\\([ \t]*\\)\\(\\S-+\\)")
  583. (setq old (match-string 2))
  584. (replace-match (concat "\\1" new)))
  585. (org-shift-item-indentation (- (length new) (length old)))
  586. (org-fix-bullet-type)
  587. (org-maybe-renumber-ordered-list))))
  588. (defun org-get-string-indentation (s)
  589. "What indentation has S due to SPACE and TAB at the beginning of the string?"
  590. (let ((n -1) (i 0) (w tab-width) c)
  591. (catch 'exit
  592. (while (< (setq n (1+ n)) (length s))
  593. (setq c (aref s n))
  594. (cond ((= c ?\ ) (setq i (1+ i)))
  595. ((= c ?\t) (setq i (* (/ (+ w i) w) w)))
  596. (t (throw 'exit t)))))
  597. i))
  598. (defun org-renumber-ordered-list (arg)
  599. "Renumber an ordered plain list.
  600. Cursor needs to be in the first line of an item, the line that starts
  601. with something like \"1.\" or \"2)\"."
  602. (interactive "p")
  603. (unless (and (org-at-item-p)
  604. (match-beginning 3))
  605. (error "This is not an ordered list"))
  606. (let ((line (org-current-line))
  607. (col (current-column))
  608. (ind (org-get-string-indentation
  609. (buffer-substring (point-at-bol) (match-beginning 3))))
  610. ;; (term (substring (match-string 3) -1))
  611. ind1 (n (1- arg))
  612. fmt bobp old new)
  613. ;; find where this list begins
  614. (org-beginning-of-item-list)
  615. (setq bobp (bobp))
  616. (looking-at "[ \t]*[0-9]+\\([.)]\\)")
  617. (setq fmt (concat "%d" (match-string 1)))
  618. (beginning-of-line 0)
  619. ;; walk forward and replace these numbers
  620. (catch 'exit
  621. (while t
  622. (catch 'next
  623. (if bobp (setq bobp nil) (beginning-of-line 2))
  624. (if (eobp) (throw 'exit nil))
  625. (if (looking-at "[ \t]*$") (throw 'next nil))
  626. (skip-chars-forward " \t") (setq ind1 (current-column))
  627. (if (> ind1 ind) (throw 'next t))
  628. (if (< ind1 ind) (throw 'exit t))
  629. (if (not (org-at-item-p)) (throw 'exit nil))
  630. (setq old (match-string 2))
  631. (delete-region (match-beginning 2) (match-end 2))
  632. (goto-char (match-beginning 2))
  633. (insert (setq new (format fmt (setq n (1+ n)))))
  634. (org-shift-item-indentation (- (length new) (length old))))))
  635. (goto-line line)
  636. (org-move-to-column col)))
  637. (defun org-fix-bullet-type ()
  638. "Make sure all items in this list have the same bullet as the first item.
  639. Also, fix the indentation."
  640. (interactive)
  641. (unless (org-at-item-p) (error "This is not a list"))
  642. (let ((line (org-current-line))
  643. (col (current-column))
  644. (ind (current-indentation))
  645. ind1 bullet oldbullet)
  646. ;; find where this list begins
  647. (org-beginning-of-item-list)
  648. (beginning-of-line 1)
  649. ;; find out what the bullet type is
  650. (looking-at "[ \t]*\\(\\S-+\\)")
  651. (setq bullet (concat (match-string 1) " "))
  652. (if (and org-list-two-spaces-after-bullet-regexp
  653. (string-match org-list-two-spaces-after-bullet-regexp bullet))
  654. (setq bullet (concat bullet " ")))
  655. ;; walk forward and replace these numbers
  656. (beginning-of-line 0)
  657. (catch 'exit
  658. (while t
  659. (catch 'next
  660. (beginning-of-line 2)
  661. (if (eobp) (throw 'exit nil))
  662. (if (looking-at "[ \t]*$") (throw 'next nil))
  663. (skip-chars-forward " \t") (setq ind1 (current-column))
  664. (if (> ind1 ind) (throw 'next t))
  665. (if (< ind1 ind) (throw 'exit t))
  666. (if (not (org-at-item-p)) (throw 'exit nil))
  667. (skip-chars-forward " \t")
  668. (looking-at "\\S-+ *")
  669. (setq oldbullet (match-string 0))
  670. (replace-match bullet)
  671. (org-shift-item-indentation (- (length bullet) (length oldbullet))))))
  672. (goto-line line)
  673. (org-move-to-column col)
  674. (if (string-match "[0-9]" bullet)
  675. (org-renumber-ordered-list 1))))
  676. (defun org-shift-item-indentation (delta)
  677. "Shift the indentation in current item by DELTA."
  678. (save-excursion
  679. (let ((beg (point-at-bol))
  680. (end (progn (org-end-of-item) (point)))
  681. i)
  682. (goto-char end)
  683. (beginning-of-line 0)
  684. (while (> (point) beg)
  685. (when (looking-at "[ \t]*\\S-")
  686. ;; this is not an empty line
  687. (setq i (org-get-indentation))
  688. (if (and (> i 0) (> (setq i (+ i delta)) 0))
  689. (indent-line-to i)))
  690. (beginning-of-line 0)))))
  691. (defun org-beginning-of-item-list ()
  692. "Go to the beginning of the current item list.
  693. I.e. to the first item in this list."
  694. (interactive)
  695. (org-beginning-of-item)
  696. (let ((pos (point-at-bol))
  697. (ind (org-get-indentation))
  698. ind1)
  699. ;; find where this list begins
  700. (catch 'exit
  701. (while t
  702. (catch 'next
  703. (beginning-of-line 0)
  704. (if (looking-at "[ \t]*$")
  705. (throw (if (bobp) 'exit 'next) t))
  706. (skip-chars-forward " \t") (setq ind1 (current-column))
  707. (if (or (< ind1 ind)
  708. (and (= ind1 ind)
  709. (not (org-at-item-p)))
  710. (and (= (point-at-bol) (point-min))
  711. (setq pos (point-min))))
  712. (throw 'exit t)
  713. (when (org-at-item-p) (setq pos (point-at-bol)))))))
  714. (goto-char pos)))
  715. (defun org-end-of-item-list ()
  716. "Go to the end of the current item list.
  717. I.e. to the text after the last item."
  718. (interactive)
  719. (org-beginning-of-item)
  720. (let ((pos (point-at-bol))
  721. (ind (org-get-indentation))
  722. ind1)
  723. ;; find where this list begins
  724. (catch 'exit
  725. (while t
  726. (catch 'next
  727. (beginning-of-line 2)
  728. (if (looking-at "[ \t]*$")
  729. (throw (if (eobp) 'exit 'next) t))
  730. (skip-chars-forward " \t") (setq ind1 (current-column))
  731. (if (or (< ind1 ind)
  732. (and (= ind1 ind)
  733. (not (org-at-item-p)))
  734. (eobp))
  735. (progn
  736. (setq pos (point-at-bol))
  737. (throw 'exit t))))))
  738. (goto-char pos)))
  739. (defvar org-last-indent-begin-marker (make-marker))
  740. (defvar org-last-indent-end-marker (make-marker))
  741. (defun org-outdent-item (arg)
  742. "Outdent a local list item."
  743. (interactive "p")
  744. (org-indent-item (- arg)))
  745. (defun org-indent-item (arg)
  746. "Indent a local list item."
  747. (interactive "p")
  748. (unless (org-at-item-p)
  749. (error "Not on an item"))
  750. (save-excursion
  751. (let (beg end ind ind1 tmp delta ind-down ind-up)
  752. (if (memq last-command '(org-shiftmetaright org-shiftmetaleft))
  753. (setq beg org-last-indent-begin-marker
  754. end org-last-indent-end-marker)
  755. (org-beginning-of-item)
  756. (setq beg (move-marker org-last-indent-begin-marker (point)))
  757. (org-end-of-item)
  758. (setq end (move-marker org-last-indent-end-marker (point))))
  759. (goto-char beg)
  760. (setq tmp (org-item-indent-positions)
  761. ind (car tmp)
  762. ind-down (nth 2 tmp)
  763. ind-up (nth 1 tmp)
  764. delta (if (> arg 0)
  765. (if ind-down (- ind-down ind) 2)
  766. (if ind-up (- ind-up ind) -2)))
  767. (if (< (+ delta ind) 0) (error "Cannot outdent beyond margin"))
  768. (while (< (point) end)
  769. (beginning-of-line 1)
  770. (skip-chars-forward " \t") (setq ind1 (current-column))
  771. (delete-region (point-at-bol) (point))
  772. (or (eolp) (org-indent-to-column (+ ind1 delta)))
  773. (beginning-of-line 2))))
  774. (org-fix-bullet-type)
  775. (org-maybe-renumber-ordered-list-safe)
  776. (save-excursion
  777. (beginning-of-line 0)
  778. (condition-case nil (org-beginning-of-item) (error nil))
  779. (org-maybe-renumber-ordered-list-safe)))
  780. (defun org-item-indent-positions ()
  781. "Return indentation for plain list items.
  782. This returns a list with three values: The current indentation, the
  783. parent indentation and the indentation a child should have.
  784. Assumes cursor in item line."
  785. (let* ((bolpos (point-at-bol))
  786. (ind (org-get-indentation))
  787. ind-down ind-up pos)
  788. (save-excursion
  789. (org-beginning-of-item-list)
  790. (skip-chars-backward "\n\r \t")
  791. (when (org-in-item-p)
  792. (org-beginning-of-item)
  793. (setq ind-up (org-get-indentation))))
  794. (setq pos (point))
  795. (save-excursion
  796. (cond
  797. ((and (condition-case nil (progn (org-previous-item) t)
  798. (error nil))
  799. (or (forward-char 1) t)
  800. (re-search-forward "^\\([ \t]*\\([-+]\\|\\([0-9]+[.)]\\)\\)\\|[ \t]+\\*\\)\\( \\|$\\)" bolpos t))
  801. (setq ind-down (org-get-indentation)))
  802. ((and (goto-char pos)
  803. (org-at-item-p))
  804. (goto-char (match-end 0))
  805. (skip-chars-forward " \t")
  806. (setq ind-down (current-column)))))
  807. (list ind ind-up ind-down)))
  808. ;;; Send and receive lists
  809. (defun org-list-parse-list (&optional delete)
  810. "Parse the list at point and maybe DELETE it.
  811. Return a list containing first level items as strings and
  812. sublevels as a list of strings."
  813. (let* ((item-beginning (org-list-item-beginning))
  814. (start (car item-beginning))
  815. (end (org-list-end (cdr item-beginning)))
  816. output itemsep ltype)
  817. (while (re-search-forward org-list-beginning-re end t)
  818. (goto-char (match-beginning 3))
  819. (save-match-data
  820. (cond ((string-match "[0-9]" (match-string 2))
  821. (setq itemsep "[0-9]+\\(?:\\.\\|)\\)"
  822. ltype 'ordered))
  823. ((string-match "^.*::" (match-string 0))
  824. (setq itemsep "[-+]" ltype 'descriptive))
  825. (t (setq itemsep "[-+]" ltype 'unordered))))
  826. (let* ((indent1 (match-string 1))
  827. (nextitem (save-excursion
  828. (save-match-data
  829. (or (and (re-search-forward
  830. (concat "^" indent1 itemsep " *?") end t)
  831. (match-beginning 0)) end))))
  832. (item (buffer-substring
  833. (point)
  834. (or (and (re-search-forward
  835. org-list-beginning-re end t)
  836. (goto-char (match-beginning 0)))
  837. (goto-char end))))
  838. (nextindent (match-string 1))
  839. (item (org-trim item))
  840. (item (if (string-match "^\\[\\([xX ]\\)\\]" item)
  841. (replace-match (if (equal (match-string 1 item) " ")
  842. "[CBOFF]"
  843. "[CBON]")
  844. t nil item)
  845. item)))
  846. (push item output)
  847. (when (> (length nextindent)
  848. (length indent1))
  849. (narrow-to-region (point) nextitem)
  850. (push (org-list-parse-list) output)
  851. (widen))))
  852. (when delete (delete-region start end))
  853. (setq output (nreverse output))
  854. (push ltype output)))
  855. (defun org-list-item-beginning ()
  856. "Find the beginning of the list item.
  857. Return a cons which car is the beginning position of the item and
  858. cdr is the indentation string."
  859. (save-excursion
  860. (if (not (or (looking-at org-list-beginning-re)
  861. (re-search-backward
  862. org-list-beginning-re nil t)))
  863. (progn (goto-char (point-min)) (point))
  864. (cons (match-beginning 0) (match-string 1)))))
  865. (defun org-list-end (indent)
  866. "Return the position of the end of the list.
  867. INDENT is the indentation of the list."
  868. (save-excursion
  869. (catch 'exit
  870. (while (or (looking-at org-list-beginning-re)
  871. (looking-at (concat "^" indent "[ \t]+\\|^$")))
  872. (if (eq (point) (point-max))
  873. (throw 'exit (point-max)))
  874. (forward-line 1))) (point)))
  875. (defun org-list-insert-radio-list ()
  876. "Insert a radio list template appropriate for this major mode."
  877. (interactive)
  878. (let* ((e (assq major-mode org-list-radio-list-templates))
  879. (txt (nth 1 e))
  880. name pos)
  881. (unless e (error "No radio list setup defined for %s" major-mode))
  882. (setq name (read-string "List name: "))
  883. (while (string-match "%n" txt)
  884. (setq txt (replace-match name t t txt)))
  885. (or (bolp) (insert "\n"))
  886. (setq pos (point))
  887. (insert txt)
  888. (goto-char pos)))
  889. (defun org-list-send-list (&optional maybe)
  890. "Send a tranformed version of this list to the receiver position.
  891. With argument MAYBE, fail quietly if no transformation is defined for
  892. this list."
  893. (interactive)
  894. (catch 'exit
  895. (unless (org-at-item-p) (error "Not at a list"))
  896. (save-excursion
  897. (goto-char (car (org-list-item-beginning)))
  898. (beginning-of-line 0)
  899. (unless (looking-at "#\\+ORGLST: *SEND +\\([a-zA-Z0-9_]+\\) +\\([^ \t\r\n]+\\)\\( +.*\\)?")
  900. (if maybe
  901. (throw 'exit nil)
  902. (error "Don't know how to transform this list"))))
  903. (let* ((name (match-string 1))
  904. (item-beginning (org-list-item-beginning))
  905. (transform (intern (match-string 2)))
  906. (txt (buffer-substring-no-properties
  907. (car item-beginning)
  908. (org-list-end (cdr item-beginning))))
  909. (list (org-list-parse-list))
  910. beg)
  911. (unless (fboundp transform)
  912. (error "No such transformation function %s" transform))
  913. (setq txt (funcall transform list))
  914. ;; Find the insertion place
  915. (save-excursion
  916. (goto-char (point-min))
  917. (unless (re-search-forward
  918. (concat "BEGIN RECEIVE ORGLST +" name "\\([ \t]\\|$\\)") nil t)
  919. (error "Don't know where to insert translated list"))
  920. (goto-char (match-beginning 0))
  921. (beginning-of-line 2)
  922. (setq beg (point))
  923. (unless (re-search-forward (concat "END RECEIVE ORGLST +" name) nil t)
  924. (error "Cannot find end of insertion region"))
  925. (beginning-of-line 1)
  926. (delete-region beg (point))
  927. (goto-char beg)
  928. (insert txt "\n"))
  929. (message "List converted and installed at receiver location"))))
  930. (defun org-list-to-generic (list params)
  931. "Convert a LIST parsed through `org-list-parse-list' to other formats.
  932. Valid parameters PARAMS are
  933. :ustart String to start an unordered list
  934. :uend String to end an unordered list
  935. :ostart String to start an ordered list
  936. :oend String to end an ordered list
  937. :dstart String to start a descriptive list
  938. :dend String to end a descriptive list
  939. :dtstart String to start a descriptive term
  940. :dtend String to end a descriptive term
  941. :ddstart String to start a description
  942. :ddend String to end a description
  943. :splice When set to t, return only list body lines, don't wrap
  944. them into :[u/o]start and :[u/o]end. Default is nil.
  945. :istart String to start a list item
  946. :iend String to end a list item
  947. :isep String to separate items
  948. :lsep String to separate sublists
  949. :cboff String to insert for an unchecked checkbox
  950. :cbon String to insert for a checked checkbox"
  951. (interactive)
  952. (let* ((p params) sublist
  953. (splicep (plist-get p :splice))
  954. (ostart (plist-get p :ostart))
  955. (oend (plist-get p :oend))
  956. (ustart (plist-get p :ustart))
  957. (uend (plist-get p :uend))
  958. (dstart (plist-get p :dstart))
  959. (dend (plist-get p :dend))
  960. (dtstart (plist-get p :dtstart))
  961. (dtend (plist-get p :dtend))
  962. (ddstart (plist-get p :ddstart))
  963. (ddend (plist-get p :ddend))
  964. (istart (plist-get p :istart))
  965. (iend (plist-get p :iend))
  966. (isep (plist-get p :isep))
  967. (lsep (plist-get p :lsep))
  968. (cbon (plist-get p :cbon))
  969. (cboff (plist-get p :cboff)))
  970. (let ((wrapper
  971. (cond ((eq (car list) 'ordered)
  972. (concat ostart "\n%s" oend "\n"))
  973. ((eq (car list) 'unordered)
  974. (concat ustart "\n%s" uend "\n"))
  975. ((eq (car list) 'descriptive)
  976. (concat dstart "\n%s" dend "\n"))))
  977. rtn term defstart defend)
  978. (while (setq sublist (pop list))
  979. (cond ((symbolp sublist) nil)
  980. ((stringp sublist)
  981. (when (string-match "^\\(.*\\) ::" sublist)
  982. (setq term (org-trim (format (concat dtstart "%s" dtend)
  983. (match-string 1 sublist))))
  984. (setq sublist (substring sublist (1+ (length term)))))
  985. (if (string-match "\\[CBON\\]" sublist)
  986. (setq sublist (replace-match cbon t t sublist)))
  987. (if (string-match "\\[CBOFF\\]" sublist)
  988. (setq sublist (replace-match cboff t t sublist)))
  989. (setq rtn (concat rtn istart term ddstart
  990. sublist ddend iend isep)))
  991. (t (setq rtn (concat rtn ;; previous list
  992. lsep ;; list separator
  993. (org-list-to-generic sublist p)
  994. lsep ;; list separator
  995. )))))
  996. (format wrapper rtn))))
  997. (defun org-list-to-latex (list &optional params)
  998. "Convert LIST into a LaTeX list.
  999. LIST is as returnd by `org-list-parse-list'. PARAMS is a property list
  1000. with overruling parameters for `org-list-to-generic'."
  1001. (org-list-to-generic
  1002. list
  1003. (org-combine-plists
  1004. '(:splicep nil :ostart "\\begin{enumerate}" :oend "\\end{enumerate}"
  1005. :ustart "\\begin{itemize}" :uend "\\end{itemize}"
  1006. :dstart "\\begin{description}" :dend "\\end{description}"
  1007. :dtstart "[" :dtend "]"
  1008. :ddstart "" :ddend ""
  1009. :istart "\\item " :iend ""
  1010. :isep "\n" :lsep "\n"
  1011. :cbon "\\texttt{[X]}" :cboff "\\texttt{[ ]}")
  1012. params)))
  1013. (defun org-list-to-html (list &optional params)
  1014. "Convert LIST into a HTML list.
  1015. LIST is as returnd by `org-list-parse-list'. PARAMS is a property list
  1016. with overruling parameters for `org-list-to-generic'."
  1017. (org-list-to-generic
  1018. list
  1019. (org-combine-plists
  1020. '(:splicep nil :ostart "<ol>" :oend "</ol>"
  1021. :ustart "<ul>" :uend "</ul>"
  1022. :dstart "<dl>" :dend "</dl>"
  1023. :dtstart "<dt>" :dtend "</dt>"
  1024. :ddstart "<dd>" :ddend "</dd>"
  1025. :istart "<li>" :iend "</li>"
  1026. :isep "\n" :lsep "\n"
  1027. :cbon "<code>[X]</code>" :cboff "<code>[ ]</code>")
  1028. params)))
  1029. (defun org-list-to-texinfo (list &optional params)
  1030. "Convert LIST into a Texinfo list.
  1031. LIST is as returnd by `org-list-parse-list'. PARAMS is a property list
  1032. with overruling parameters for `org-list-to-generic'."
  1033. (org-list-to-generic
  1034. list
  1035. (org-combine-plists
  1036. '(:splicep nil :ostart "@itemize @minus" :oend "@end itemize"
  1037. :ustart "@enumerate" :uend "@end enumerate"
  1038. :dstart "@table" :dend "@end table"
  1039. :dtstart "@item " :dtend "\n"
  1040. :ddstart "" :ddend ""
  1041. :istart "@item\n" :iend ""
  1042. :isep "\n" :lsep "\n"
  1043. :cbon "@code{[X]}" :cboff "@code{[ ]}")
  1044. params)))
  1045. (provide 'org-list)
  1046. ;; arch-tag: 73cf50c1-200f-4d1d-8a53-4e842a5b11c8
  1047. ;;; org-list.el ends here