ChangeLog 55 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660
  1. 2008-11-17 Carsten Dominik <carsten.dominik@gmail.com>
  2. * org-exp.el (org-export-html-format-desc): Respect the
  3. org-protect property.
  4. (org-export-as-html): Protect image specifiers that are in the
  5. description part of a link.
  6. * org.el (org-sort-entries-or-items, org-completing-read)
  7. (org-refile-get-location, org-olpath-completing-read, org-todo)
  8. (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
  9. (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
  10. (org-set-property, org-delete-property)
  11. (org-delete-property-globally): Use `org-ido-completing-read'.
  12. * org-remember.el (org-remember-apply-template): Use
  13. `org-ido-completing-read'.
  14. * org-publish.el (org-publish): Use `org-ido-completing-read'.
  15. * org-colview.el (org-columns-edit-value, org-columns-new)
  16. (org-insert-columns-dblock): Use `org-ido-completing-read'.
  17. * org-colview-xemacs.el (org-columns-edit-value)
  18. (org-columns-new, org-insert-columns-dblock): Use
  19. `org-ido-completing-read'.
  20. * org-attach.el (org-attach-delete-one, org-attach-open): Use
  21. `org-ido-completing-read'.
  22. * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
  23. `org-ido-completing-read'.
  24. * org.el (org-time-today): New function.
  25. (org-matcher-time): Use `org-time-today'. Add special treatment
  26. for "<tomorrow>" and "<yesterday>".
  27. (org-ido-completing-read): New function.
  28. (org-completion-use-ido): New option.
  29. * org-exp.el (org-export-format-source-code): Fix bug in require
  30. htmlize code.
  31. (org-export-target-internal-links): Fix bug in search for text
  32. property.
  33. 2008-11-16 Carsten Dominik <carsten.dominik@gmail.com>
  34. * org-export-latex.el (org-export-latex-subcontent): Interprete
  35. target aliases as additonal labels.
  36. * org-exp.el (org-export-target-aliases): New variable.
  37. (org-export-preprocess-string)
  38. (org-export-handle-invisible-targets): Fill the alias alist.
  39. (org-export-as-html): Remove the &nbsp; from the anchor, and also
  40. assign an id.
  41. (org-html-level-start): Insert the target aliases as additonal
  42. anchors.
  43. * org.el (org-edit-fixed-width-region): Fix bug when sarting a new
  44. picture area.
  45. 2008-11-15 Carsten Dominik <carsten.dominik@gmail.com>
  46. * org.el (org-open-at-mouse): Ensure correct link abbreviations
  47. when following a link with the mouse from the agenda.
  48. * org-exp.el (org-export-as-html): Avoid lone </div> when no
  49. headlines are created.
  50. 2008-11-14 Carsten Dominik <carsten.dominik@gmail.com>
  51. * org.el (org-link-translation-function): New option.
  52. (org-open-at-point): Call `org-link-translation-function' if
  53. non-nil.
  54. (org-translate-link): New function.
  55. (org-translate-link-from-planner): New function.
  56. (org-open-at-point): Allow interactive commands in elisp links.
  57. * org-exp.el (org-icalendar-cleanup-string): Restore the old
  58. iCalendar quoting. The new one seems to caus problems with
  59. applications.
  60. * org.el (org-yank): Set `this-command' to `yank', so that
  61. `yank-pop' will work.
  62. 2008-11-13 Carsten Dominik <carsten.dominik@gmail.com>
  63. * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
  64. compliance as far as quoting is concerned.
  65. * org.el (org-link-expand-abbrev): Implement %h as an escape for a
  66. hexified version of the tag.
  67. * org-vm.el (org-vm-follow-link): Require `vm-search'.
  68. * org.el (org-up-heading-safe, org-forward-same-level): Always
  69. call `org-back-to-heading' instead of `outline-back-to-heading'.
  70. (org-back-to-heading): New wrapper around outline-back-to-heading,
  71. with a useful error message telling where the error happened.
  72. * org-list.el (org-update-checkbox-count): Always call
  73. `org-back-to-heading' instead of `outline-back-to-heading'.
  74. * org-exp.el (org-export-as-html): Make sure that each <img> tag
  75. has an `alt' attribute, to ensure XHTML validation.
  76. 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
  77. * org-publish.el (org-publish-attachment): Allow publishing to
  78. overwrite attachment files.
  79. * org-agenda.el (org-agenda-timerange-leaders): New option.
  80. (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
  81. * org.el (org-edit-src-exit): Untabify ASCII image before
  82. returning.
  83. 2008-11-11 Carsten Dominik <carsten.dominik@gmail.com>
  84. * org.el (org-yank): Make any prefix force normal yanking.
  85. Suppress folding if text would be swallowed into a folded
  86. subtree.
  87. (org-yank-folded-subtrees, org-yank): Docstring updates.
  88. * org-agenda.el (org-agenda-compare-effort): Treat no effort
  89. defined as 0.
  90. * org-exp.el (org-export-language-setup): Add Catalan and
  91. Esperanto language entries.
  92. 2008-11-10 Carsten Dominik <carsten.dominik@gmail.com>
  93. * org.el (org-refile): Allow refiling of entire regions.
  94. * org-clock.el (org-clock-time%): New function.
  95. * org.el (org-entry-get, org-entry-delete): Use safer regexps to
  96. retrieve property values.
  97. 2008-11-09 Carsten Dominik <carsten.dominik@gmail.com>
  98. * org-agenda.el (org-agenda-list): Handle the value `only' of
  99. org-agenda-show-log'.
  100. (org-agenda-log-mode): Interpret a double prefix arg.
  101. 2008-11-08 Carsten Dominik <carsten.dominik@gmail.com>
  102. * org-exp.el (org-export-html-footnotes-section): New variable.
  103. (org-export-as-html): Use `org-export-html-footnotes-section' to
  104. insert the footnotes.
  105. (org-export-language-setup): Add "Footnotes" to language words.
  106. 2008-11-07 Carsten Dominik <carsten.dominik@gmail.com>
  107. * org.el (org-yank): Fix bug when not inserting a subtree.
  108. 2008-11-06 Carsten Dominik <carsten.dominik@gmail.com>
  109. * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
  110. instead of `vm-beginning-of-message'.
  111. * org.el (org-make-link-regexps): Make sure that links to gnus can
  112. contain brackets.
  113. 2008-11-05 Carsten Dominik <carsten.dominik@gmail.com>
  114. * org-attach.el (org-attach-dir): Remove duplicate ID creation
  115. code.
  116. * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
  117. shell output.
  118. * org.el (org-link-abbrev-alist): Improve customization type.
  119. * org-attach.el (org-attach-expand-link, org-attach-expand): New
  120. functions.
  121. * org-agenda.el (org-agenda-get-progress): Renamed from
  122. `org-get-closed'. Implement searching for state changes as well.
  123. (org-agenda-log-mode-items): New option.
  124. (org-agenda-log-mode): New option prefix argument, interpreted as
  125. request to show all possible progress info.
  126. (org-agenda-get-day-entries): Call `org-get-progress' instead of
  127. `org-get-closed'.
  128. (org-agenda-set-mode-name): Handle the more complex log mode
  129. settings.
  130. (org-get-closed): New alias, pointing to `org-get-progress'.
  131. 2008-11-05 Carsten Dominik <dominik@science.uva.nl>
  132. * org.el (org-file-apps-defaults-gnu)
  133. (org-file-apps-defaults-macosx)
  134. (org-file-apps-defaults-windowsnt): Add an entry defining the
  135. system command.
  136. (org-file-apps): Allow `system' as key and value.
  137. (org-open-at-point): Explain the effect of a double prefix arg.
  138. (org-open-file): If the argument `in-emacs' is (16),
  139. i.e. corresponding to a double prefix argument, try to open the
  140. file externally.
  141. 2008-11-04 Carsten Dominik <dominik@science.uva.nl>
  142. * org.el (org-insert-link): Abbreviate absolute files names in
  143. links. Also, fix a bug in which the double C-u prefix would not
  144. be honored.
  145. 2008-11-03 Carsten Dominik <dominik@science.uva.nl>
  146. * org.el (org-insert-heading): If buffer does not end with a
  147. newline, add one if necessary to insert headline correctly.
  148. * org-exp.el (org-export-as-html): Make sure that <hr/> is between
  149. paragraphs, not inside.
  150. * org.el (org-todo): Quote
  151. `org-agenda-headline-snapshot-before-repeat'.
  152. * org-exp.el (org-export-as-html): Fully process link descriptions.
  153. (org-export-html-format-desc): New function.
  154. (org-export-as-html): Collect footnotes into the correct basket.
  155. (org-html-protect): No longer protect quotations marks here, this
  156. goes wrong.
  157. * org-agenda.el (org-agenda-remove-marked-text): Bind variable
  158. BEG.
  159. * org-compat.el (org-fit-window-to-buffer): New function (not
  160. really, a preliminary and incomplete version was present earlier,
  161. but not used).
  162. * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
  163. `org-fit-window-to-buffer'.
  164. * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
  165. * org-agenda.el (org-agenda-get-restriction-and-command)
  166. (org-fit-agenda-window, org-agenda-convert-date): Use
  167. `org-fit-window-to-buffer'.
  168. * org-exp.el (org-export-as-html): Process href links through
  169. `org-export-html-format-href'.
  170. (org-export-html-format-href): New function.
  171. * org-agenda.el (org-agenda-todo): Update only the current
  172. headline if this is a repeated TODO, marked done for today.
  173. (org-agenda-change-all-lines): New argument JUST-THIS, to change
  174. only the current line.
  175. * org.el (org-todo): Take a snapshot of the headline if the
  176. repeater might change it.
  177. 2008-11-02 Carsten Dominik <dominik@science.uva.nl>
  178. * org-publish.el (org-publish-find-title): Remove buffers visited
  179. only for extracting the title.
  180. * org-exp.el (org-export-html-style)
  181. (org-export-html-style-default): Mark style definitions as
  182. unparsed CDATA.
  183. * org-publish.el (org-publish-validate-link): Function
  184. re-introduced.
  185. 2008-11-02 Charles Sebold <csebold@gmail.com>
  186. * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
  187. property.
  188. (org-plot-quote-timestamp-field): New function.
  189. (org-plot-quote-tsv-field): Call timestamp field function when
  190. necessary rather than just quoting as a string.
  191. (org-plot/gnuplot-to-data): Pass in timefmt property.
  192. (org-plot/gnuplot-script): Supports timefmt property.
  193. (org-plot/gnuplot): Checks for timestamp column before checking
  194. for text index column.
  195. 2008-11-02 Carsten Dominik <dominik@science.uva.nl>
  196. * org.el (org-insert-heading): Improve behavior with hidden subtrees.
  197. * org-publish.el (org-publish-org-index): Create a section in the
  198. index file.
  199. (org-publish-org-index): Stop linking to directories.
  200. * org.el (org-emphasis-alist): Use span instead of <u> to
  201. underline text.
  202. * org-exp.el (org-export-as-html): Make sure <p> is closed before
  203. <pre> sections.
  204. 2008-11-01 Sebastian Rose <sebastian_rose@gmx.de>
  205. * org-jsinfo.el (org-infojs-template): Remove language attribute
  206. from script tag.
  207. 2008-11-01 Carsten Dominik <dominik@science.uva.nl>
  208. * org-agenda.el (org-agenda-remove-marked-text): New function.
  209. (org-agenda-mark-filtered-text)
  210. (org-agenda-unmark-filtered-text): New functions.
  211. (org-write-agenda): Remove fltered text.
  212. * org.el (org-make-tags-matcher): Give access to TODO "property"
  213. without speed penalty.
  214. 2008-10-29 Carsten Dominik <dominik@science.uva.nl>
  215. * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
  216. option.
  217. (org-store-link-props): Make sure adding to the plist works
  218. correctly.
  219. * org-gnus.el (org-gnus-no-new-news): New function.
  220. (org-gnus-follow-link): Allow the article ID to be a message-id,
  221. in addition to allowing article numbers. Message IDs make much
  222. more roubust links.
  223. (org-gnus-store-link): Use message-id to create link.
  224. 2008-10-28 Carsten Dominik <dominik@science.uva.nl>
  225. * org.el (org-emphasize): Reverse the selection array.
  226. (org-emphasis-alist): Set <code> tags for the verbatim
  227. environment.
  228. * org-remember.el (org-remember-handler): Fix bug with
  229. prefix-related changing of the note storage target.
  230. * org-exp.el (org-print-icalendar-entries): Make the exported
  231. priorities compatible with RFC 2445.
  232. * org-clock.el (org-clock-save): Insert time stamp without
  233. dependence on time-stamp.el.
  234. 2008-10-27 Carsten Dominik <dominik@science.uva.nl>
  235. * org.el ("saveplace"): If saveplace puts point into an invisible
  236. location, make it visible.
  237. (org-make-tags-matcher): Allow inactive time stamps in time
  238. comparisons.
  239. (org-yank-adjusted-subtrees): New option.
  240. (org-yank): Incorporate adjusting trees.
  241. (org-paste-subtree): New argument FOR-YANK which will cause
  242. insertion at point without backing up over white lines, and leave
  243. point at the end of the inserted text. Also if the cursor is
  244. at the beginning of a headline, use the same level or the inserted
  245. tree.
  246. * org-publish.el (org-publish-get-base-files-1): Deal correctly
  247. with broken symlinks
  248. 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
  249. * org-exp.el (org-export-select-tags, org-get-current-options):
  250. Fix typo.
  251. 2008-10-25 Carsten Dominik <dominik@science.uva.nl>
  252. * org-agenda.el (org-format-agenda-item)
  253. (org-agenda-filter-make-matcher): Make sure tags are stored and
  254. compared donwcased.
  255. 2008-10-23 Carsten Dominik <dominik@science.uva.nl>
  256. * org.el (org-insert-todo-heading): Fix bug with force-heading
  257. argument.
  258. 2008-10-23 James TD Smith <ahktenzero@mohorovi.cc>
  259. * org-clock.el (org-clock-in-resume): Add a custom option to
  260. toggle starting the clock from an open clock line.
  261. (org-clock-in): When clocking in to an entry, if
  262. `org-clock-in-resume' is set, check if the first clock line is
  263. open and if so, start the clock from the time in the clock line.
  264. (org-clock-persist): Add a custom option to toggle clock
  265. persistence.
  266. (org-clock-persist-query-save): Add a custom option to toggle
  267. asking the user if they want to save the running clock when
  268. exiting.
  269. (org-clock-persist-query-resume): Add a custom option to toggle
  270. asking the user if they want to resume the saved clock when Emacs
  271. is restarted.
  272. (org-clock-save): Add a function to save clock data.
  273. This includes the contents of `org-clock-history' and the buffer
  274. and position of the currently clocked task, if any.
  275. (org-clock-load): Add a function to load clock data.
  276. This populates `org-clock-history', and resumes the saved clocked
  277. task if there is one.
  278. (org-clock-persistence-insinuate): Add a method to set up the
  279. hooks for clock persistence.
  280. 2008-10-22 Carsten Dominik <dominik@science.uva.nl>
  281. * org-exp.el (org-export-as-ascii): Handle the case that we are
  282. publishing from an indirect buffer.
  283. * org-table.el (org-table-copy-down): Fix bug with time stamp
  284. increment.
  285. * org-mouse.el (org-mouse-features): New option.
  286. (org-mode-hook): Turn on features depending on
  287. `org-mouse-features'.
  288. * org.el (org-insert-heading-respect-content): Force heading
  289. creation.
  290. (org-insert-heading): keep the folding state of the heading before
  291. the inserted one.
  292. 2008-10-21 Carsten Dominik <dominik@science.uva.nl>
  293. * org-archive.el (org-archive-to-archive-sibling): Handle top
  294. level headlines better.
  295. 2008-10-21 Bastien Guerry <bzg@altern.org>
  296. * org-export-latex.el (org-export-latex-classes): Added
  297. \usepackage{graphicx} to the default list of packages.
  298. 2008-10-21 Carsten Dominik <dominik@science.uva.nl>
  299. * org-agenda.el (org-agenda-filter): Renamed from
  300. `org-agenda-filter-tags'.
  301. 2008-10-20 Carsten Dominik <dominik@science.uva.nl>
  302. * org.el (org-entry-properties): Add CATEGORY property, iven if it
  303. is not defined as a property in this entry.
  304. (org-add-log-note): Mask prefix argument when immediately storing
  305. the note.
  306. * org-agenda.el (org-agenda-filter-effort-default-operator): New
  307. option.
  308. 2008-10-19 James TD Smith <ahktenzero@mohorovi.cc>
  309. * org.el (org-add-log-setup): Bugfix; code to find insertion point
  310. after drawers was skipping ahead one line too many, so notes were
  311. inserted after the first note instead of before it.
  312. 2008-10-18 Carsten Dominik <dominik@science.uva.nl>
  313. * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
  314. New variables.
  315. (org-prepare-agenda): Reset the filter tags.
  316. (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
  317. Show filter tags in mode line.
  318. * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
  319. formatter.
  320. * org-export-latex.el (org-latex-entities-regexp): New constant.
  321. (org-export-as-pdf): Use two calls to `shell-command'.
  322. 2008-10-17 Carsten Dominik <dominik@science.uva.nl>
  323. * org-export-latex.el (org-export-latex-treat-sub-super-char):
  324. Honor the {} value of the subsuperscript setting. Make sure that
  325. longer subsuperscripts are typeset in a roman font.
  326. * org.el (org-clock-update-time-maybe): Compute negative clock
  327. intervals correctly.
  328. 2008-10-16 Carsten Dominik <dominik@science.uva.nl>
  329. * org.el (org-add-log-setup): Respect
  330. `org-log-state-notes-insert-after-drawers'.
  331. (org-log-state-notes-insert-after-drawers): New option.
  332. (org-todo-trigger-tag-changes): New function.
  333. (org-todo): Call `org-todo-trigger-tag-changes'.
  334. 2008-10-15 James TD Smith <ahktenzero@mohorovi.cc>
  335. * org.el (org-add-log-setup): Only skip drawers if the are
  336. immediately after the scheduling keywords.
  337. * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
  338. function
  339. (org-clock-in): If `org-clock-in-switch-to-state' is a function,
  340. call it with the current todo state to get the state to switch to
  341. when clocking in.
  342. (org-clock-in): Use org-indent-line-function to indent clock lines.
  343. (org-clock-find-position): Fix indentation of empty clock drawers.
  344. 2008-10-15 Carsten Dominik <dominik@science.uva.nl>
  345. * org-publish.el (org-publish-org-to): Handle case when
  346. org-export-to-pdf does return a file name, not a buffer.
  347. (org-publish-org-to-pdf): New function.
  348. * org-export-latex.el (org-export-as-pdf)
  349. (org-export-as-pdf-and-open): New commands.
  350. * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
  351. forms as ranges.
  352. * org-export-latex.el (org-export-latex-lists): Ignore lists-like
  353. things in protexted regions.
  354. 2008-10-14 Carsten Dominik <dominik@science.uva.nl>
  355. * org-export-latex.el (org-export-latex-preprocess): Improve
  356. quoting of LaTeX environments.
  357. 2008-10-10 Carsten Dominik <dominik@science.uva.nl>
  358. * org.el (org-edit-fixed-width-region): Exclude final newline from
  359. picture area.
  360. * org-export-latex.el (org-export-latex-subcontent): Add labels to
  361. sections, to make internal links work.
  362. (org-export-latex-fontify-headline): Do not remove all text
  363. properties, to make sure that target properties survive this
  364. process.
  365. * org-exp.el (org-export-preprocess-string): Change sequence of
  366. modifications, to make sure links are prepared before the LaTeX
  367. conversions do happen.
  368. 2008-10-09 Carsten Dominik <dominik@science.uva.nl>
  369. * org-attach.el (org-attach-delete-all): Renamed from
  370. `org-attch-delete'. Add a security query before deleting the
  371. entire directory. New optional argument FORCE can overrule the
  372. security query.
  373. (org-attach-delete-one): New command.
  374. 2008-10-08 Carsten Dominik <dominik@science.uva.nl>
  375. * org-attach.el (org-attach-file-list): Fix bug with directory.
  376. 2008-10-07 Carsten Dominik <dominik@science.uva.nl>
  377. * org.el (org-apps-regexp-alist): New function.
  378. (org-file-apps): Add auto-mode to the default value.
  379. (org-open-file): Use the new structure of org-file-apps.
  380. * org-attach.el (org-attach): Support the new keys.
  381. (org-attach-method): New option.
  382. 2008-10-06 Carsten Dominik <dominik@science.uva.nl>
  383. * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
  384. March.
  385. * org.el (org-remove-uniherited-tags): Fix reverse interpretation
  386. of the list value o `org-use-tag-inheritance'.
  387. * org-attach.el (org-attach-auto-tag): New option.
  388. (org-attach-tag, org-attach-untag): New functions.
  389. (org-attach-attach, org-attach-new, org-attach-sync): Call
  390. `org-attach-tag'.
  391. (org-attach-delete): Call `org-attach-untag'.
  392. 2008-10-04 Carsten Dominik <dominik@science.uva.nl>
  393. * org-table.el (orgtbl-self-insert-command): Make this work for
  394. the keypad as well.
  395. 2008-10-02 Carsten Dominik <dominik@science.uva.nl>
  396. * org.el (org-add-log-setup): Limit searc for drawers to entry
  397. text, not to subtree.
  398. * org-clock.el (org-clock-heading-for-remember): New variable.
  399. (org-clock-in): Set `org-clock-heading-for-remember'.
  400. 2008-10-01 James TD Smith <ahktenzero@mohorovi.cc>
  401. * org-remember.el (org-remember-apply-template): Add new
  402. expansions: %k, %K for currently clocked task and a link to the
  403. currently clocked task, and %< to file notes in the currently
  404. clocked task.
  405. 2008-10-01 Carsten Dominik <dominik@science.uva.nl>
  406. * org-export-latex.el (org-export-latex-make-header): Also insert
  407. the content of the property :latex-header-extra.
  408. * org-exp.el (org-infile-export-plist): Put the content of
  409. #+LATEX_HEADER: into the property :latex-header-extra.
  410. * org-colview.el (org-columns-get-format-and-top-level): Remove
  411. resetting the marker.
  412. * org-colview-xemacs.el (org-columns-get-format-and-top-level):
  413. Remove resetting the marker.
  414. * org.el (org-entry-property-inherited-from): Improve docstring.
  415. (org-entry-get-with-inheritance): Reset marker before starting the
  416. search.
  417. * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
  418. 2008-09-30 Carsten Dominik <dominik@science.uva.nl>
  419. * org.el (org-entry-get-multivalued-property)
  420. (org-entry-protect-space, org-entry-restore-space): New
  421. functions.
  422. (org-file-apps-defaults-macosx): Let postscript files be opened by
  423. preview.
  424. (org-time-stamp-inactive): Call `org-time-stamp'.
  425. (org-time-stamp): New argument `inactive'. Also edit inacive
  426. stamps. Convert time stamp type.
  427. (org-open-file): Interpret the `default' value for the `command'
  428. in `org-file-apps'.
  429. * org-id.el (org-id-int-to-b36-one-digit)
  430. (org-id-b36-to-int-one-digit, org-id-int-to-b36)
  431. (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
  432. b36.
  433. 2008-09-29 Carsten Dominik <dominik@science.uva.nl>
  434. * org-id.el (org-id-reverse-string): New function.
  435. (org-id-new): Use `org-id-reverse-string' to make sure the
  436. beginning chars of the ID are mutating fast. This allows to use a
  437. directory structure to spread things better.
  438. (org-id-prefix): Changed default to nil.
  439. * org-list.el (org-move-item-down, org-move-item-up): Remember and
  440. restore the column of the cursor position.
  441. * org-remember.el (org-remember-apply-template): Remove properties
  442. from `initial'.
  443. 2008-09-27 Carsten Dominik <dominik@science.uva.nl>
  444. * org-wl.el (org-wl-open): Remove useless call to
  445. `wl-thread-open-all'.
  446. * org-remember.el (org-remember-handler): Fix bug with `bottom'
  447. location.
  448. 2008-09-26 Carsten Dominik <dominik@science.uva.nl>
  449. * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
  450. `org-bbdb-anniversaries'.
  451. * org.el (org-get-next-sibling, org-forward-same-level): New
  452. functions, similar to the outline versions, but invisible headings
  453. are OK.
  454. 2008-09-25 Bastien Guerry <bzg@altern.org>
  455. * org.el (org-auto-repeat-maybe): Insert a space between
  456. the timestamp's type and the timestamp itself.
  457. 2008-09-24 Carsten Dominik <dominik@science.uva.nl>
  458. * org-table.el (org-table-sum): Do not format the result with %g,
  459. it does rounding when there are too many digits.
  460. * org.el (org-map-entries): Protect the keyword-selecting variables.
  461. 2008-09-23 Bastien Guerry <bzg@altern.org>
  462. * org-agenda.el (org-agenda-to-appt): Make sure the function check
  463. against all agenda files.
  464. 2008-09-23 Carsten Dominik <dominik@science.uva.nl>
  465. * org-list.el: New file, aggregating list functions from org.el
  466. and org-export-latex.el.
  467. * org.el (org-edit-src-region-extra): New option.
  468. 2008-09-22 Carsten Dominik <dominik@science.uva.nl>
  469. * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
  470. time before 1am.
  471. 2008-09-22 Bastien Guerry <bzg@altern.org>
  472. * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
  473. 2008-09-22 James TD Smith <ahktenzero@mohorovi.cc>
  474. * org-plot.el (org-plot/gnuplot): Make tables starting with a
  475. hline work correctly.
  476. (org-plot/gnuplot-script): Put commas at the end of each script
  477. line.
  478. 2008-09-20 James TD Smith <ahktenzero@mohorovi.cc>
  479. * org.el (org-get-refile-targets): Replace links with their
  480. descriptions
  481. (org-imenu-get-tree): Replace links with their descriptions.
  482. * org-remember.el (org-remember-apply-template): Add a new
  483. expansion for adding properties to remember items.
  484. * org.el (org-add-log-setup): Skip over drawers (properties,
  485. clocks etc) when adding notes.
  486. * org-agenda.el (org-agenda-get-closed): show durations of clocked
  487. items as well as the start and end times.
  488. * org-compat.el (org-get-x-clipboard-compat): Add a compat
  489. function for fetching the X clipboard on XEmacs and GNU Emacs 21.
  490. * org-remember.el (org-get-x-clipboard): Use the compat
  491. function to get clipboard values when x-selection-value is
  492. unavailable. Use substring-no-properties instead of
  493. set-text-properties to remove text properties from the clipboard
  494. value.
  495. * lisp/org-clock.el (org-update-mode-line): Support limiting the
  496. modeline clock string, and display the full todo value in the
  497. tooltip. Set a local keymap so mouse-3 on the clock string goes to
  498. the currently clocked task.
  499. (org-clock-string-limit): Add a custom value for the maximum
  500. length of the clock string in the modeline.
  501. (org-clock-mode-map): Add a keymap for the modeline string
  502. 2008-09-21 Carsten Dominik <dominik@science.uva.nl>
  503. * org-compat.el (org-propertize): New function.
  504. 2008-09-20 Bastien Guerry <bzg@altern.org>
  505. * org-export-latex.el (org-export-latex-tables): protect exported
  506. tables from further special chars conversion.
  507. (org-export-latex-preprocess): Preserve LaTeX environments.
  508. (org-list-parse-list): Parse descriptive lists.
  509. (org-list-to-generic, org-list-to-latex, org-list-to-html)
  510. (org-list-to-texinfo): Export descriptive lists.
  511. (org-quote-chars): Remove.
  512. (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
  513. (org-export-latex-list-beginning-re): Rename to
  514. `org-list-beginning-re'
  515. (org-list-item-begin): Rename to `org-list-item-beginning'
  516. 2008-09-20 Carsten Dominik <dominik@science.uva.nl>
  517. * org.el (org-refile): Allow refiling to the last entry in the
  518. buffer.
  519. (org-get-tags-at): Fix bug when inheritance is turned off.
  520. 2008-09-19 Carsten Dominik <dominik@science.uva.nl>
  521. * org.el (org-indent-line-function): No longer check for src
  522. regions, this is too much overhead.
  523. * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
  524. matching.
  525. * org.el (org-scan-tags): Make sure that tags matching is not case
  526. sensitive. TODO keyword matching is case sensitive, however, to
  527. avoid confusion with similar words that are not meant to be
  528. keywords.
  529. 2008-09-18 Carsten Dominik <dominik@science.uva.nl>
  530. * org.el (org-get-local-tags-at): New function.
  531. (org-get-local-tags): New function.
  532. * org-exp.el (org-export-get-categories): New function.
  533. * org-agenda.el (org-sorting-choice)
  534. (org-agenda-sorting-strategy, org-agenda-get-todos)
  535. (org-agenda-get-timestamps, org-agenda-get-deadlines)
  536. (org-agenda-get-scheduled, org-agenda-get-blocks)
  537. (org-entries-lessp): Implement sorting by TODO state.
  538. (org-cmp-todo-state): New defsubst.
  539. * org-colview.el (org-colview-construct-allowed-dates): New
  540. function.
  541. (org-columns-next-allowed-value): Use
  542. `org-colview-construct-allowed-dates'.
  543. * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
  544. function.
  545. (org-columns-next-allowed-value): Use
  546. `org-colview-construct-allowed-dates'.
  547. 2008-09-17 Carsten Dominik <dominik@science.uva.nl>
  548. * org.el (org-protect-slash): New function.
  549. (org-get-refile-targets): Use `org-protect-slash'.
  550. * org-agenda.el (org-global-tags-completion-table): New variable.
  551. * org-exp.el (org-export-handle-export-tags): New function.
  552. (org-export-preprocess-string): Call
  553. `org-export-handle-export-tags'.
  554. * org-plot.el: New file.
  555. * org-publish.el (org-publish-expand-components): Function removed.
  556. (org-publish-expand-projects): Allow components to have components.
  557. 2008-09-13 Carsten Dominik <dominik@science.uva.nl>
  558. * org.el (org-indent-line-function): Do not indent in regions that
  559. are external source code.
  560. (org-yank-and-fold-if-subtree): New function.
  561. * org-agenda.el (org-agenda-todayp): New function.
  562. (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
  563. `org-agenda-todayp'.
  564. * org.el (org-insert-heading-respect-content)
  565. (org-insert-todo-heading-respect-content): New commands.
  566. (org-insert-heading-respect-content): New option.
  567. (org-insert-heading): Respect `org-insert-heading-respect-content'.
  568. * org-clock.el (org-clock-find-position): Make sure the note after
  569. the clock line gets moved into the new clock drawer.
  570. 2008-09-11 Carsten Dominik <dominik@science.uva.nl>
  571. * org-id.el (org-id-new): New option.
  572. 2008-09-08 Carsten Dominik <dominik@science.uva.nl>
  573. * org-table.el (org-table-copy-down): Avoid overflow during
  574. increment. Use prefix argument 0 to temporarily disable the
  575. increment.
  576. 2008-09-07 Carsten Dominik <dominik@science.uva.nl>
  577. * org-exp.el (org-export-as-html): Do not turn on the major mode
  578. if the buffer will be killed anyway.
  579. (org-get-current-options): Exclude the #+TEXT field.
  580. (org-export-as-html): Make sure text before the first headline is
  581. a paragraph.
  582. * org-publish.el (org-publish-org-to): Tell the exporter that this
  583. buffer will be killed, so it is not necessary to do major mode
  584. initialization.
  585. * org-archive.el (org-archive-to-archive-sibling): Show empty
  586. lines after folding the archive sibling.
  587. * org.el (org-log-note-extra): New variable.
  588. 2008-09-05 Bastien Guerry <bzg@altern.org>
  589. * org.el (org-additional-option-like-keywords): Added keywords for
  590. the _QUOTE, _VERSE and _SRC environments.
  591. * org-export-latex.el (org-export-latex-preprocess): Fix bug when
  592. exporting _QUOTE and _VERSE environments.
  593. 2008-09-05 Carsten Dominik <dominik@science.uva.nl>
  594. * org-agenda.el (org-agenda-filter-by-tag): New command.
  595. * org-exp.el (org-get-current-options): Remove angular brackets
  596. from the date entry.
  597. * org.el (org-edit-fixed-width-region): New function.
  598. (org-edit-fixed-width-region): Also try
  599. `org-edit-fixed-width-region'.
  600. (org-edit-fixed-width-region-mode): New option.
  601. (org-activate-code): Only interprete lines starting with colon
  602. plus a space as example lines.
  603. * org-remember.el (org-remember-templates): Add nil instead of
  604. empty strings to fix the length of remember templates.
  605. * org-table.el (org-calc-default-modes): Fix the time format for
  606. calc, from 12 hour to 24 hour clock.
  607. 2008-09-04 Carsten Dominik <dominik@science.uva.nl>
  608. * org-agenda.el (org-agenda-get-deadlines)
  609. (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
  610. entries that are pre-warnings of deadlines or reminders.
  611. * org.el (org-sort-entries-or-items): Make numeric and alpha
  612. comparisons ignore any TODO keyword and priority cookie.
  613. * org-remember.el (org-remember-handler): Reinterpretation of the
  614. prefix argument.
  615. 2008-09-03 Carsten Dominik <dominik@science.uva.nl>
  616. * org-agenda.el (org-agenda-get-scheduled): Use new
  617. `org-scheduled' face.
  618. * org-faces.el (org-scheduled): New face.
  619. * org-wl.el (org-wl-open): Remove incorrect declaration.
  620. * org-gnus.el (org-gnus-store-link): Support for :to information
  621. in gnus links.
  622. * org-exp.el (org-export-as-html): Fixed typo in creator
  623. information.
  624. (org-export-protect-examples): New parameter indent. Insert extra
  625. spaces only when this parameter is specified.
  626. (org-export-preprocess-string): Call `org-export-protect-examples'
  627. with an indentation parameter when exporting to ASCII.
  628. * org-remember.el (org-remember-templates)
  629. (org-remember-apply-template): Allow the file component to be a
  630. function.
  631. * org.el (org-goto-local-search-headings): Renamed from
  632. `org-goto-local-search-forward-headings'. Added the possibility
  633. to search backwards.
  634. 2008-09-02 Carsten Dominik <dominik@science.uva.nl>
  635. * org-export-latex.el (org-export-latex): New customization
  636. group.
  637. * org-agenda.el (org-write-agenda): Erase buffer for txt export.
  638. 2008-09-01 Carsten Dominik <dominik@science.uva.nl>
  639. * org-exp.el (org-html-do-expand): Allow {} to terminate
  640. tex macro
  641. 2008-07-29 Carsten Dominik <dominik@science.uva.nl>
  642. * org.el (org-buffer-list): Select buffers based on major mode,
  643. not on file name.
  644. 2008-07-26 Carsten Dominik <dominik@science.uva.nl>
  645. * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
  646. face property.
  647. * org-colview.el (org-columns-display-here): Use
  648. `org-columns-modify-value-for-display-function'.
  649. * org-colview-xemacs.el (org-columns-display-here): Use
  650. `org-columns-modify-value-for-display-function'.
  651. 2008-07-25 Carsten Dominik <dominik@science.uva.nl>
  652. * org.el (org-columns-modify-value-for-display-function): New option.
  653. * org-publish.el (org-publish-file): Make sure the directory match
  654. for the publishing directory works correctly.
  655. * org-agenda.el (org-agenda-execute-calendar-command)
  656. (org-agenda-diary-entry): Additional optional argument.
  657. 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
  658. * org-exp.el (org-export-as-html): Add attributes also in mailto
  659. and ftp links.
  660. * org.el (org-autoload): Add `org-dblock-write:columnview'.
  661. 2008-07-23 Carsten Dominik <dominik@science.uva.nl>
  662. * org-exp.el (org-export-region-as-html, org-export-as-html): Make
  663. sure that calls from `org-export-region-as-html' do not do the
  664. special check for a subtree.
  665. 2008-07-22 Carsten Dominik <dominik@science.uva.nl>
  666. * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
  667. 2008-07-20 Juri Linkov <juri@jurta.org>
  668. * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
  669. new keymap `narrow-map' instead of binding "\C-xns".
  670. 2008-07-18 Carsten Dominik <dominik@science.uva.nl>
  671. * org.el (org-open-file): Use
  672. `org-open-directory-means-index-dot-org'.
  673. (org-open-directory-means-index-dot-org): New option.
  674. 2008-07-17 Carsten Dominik <dominik@science.uva.nl>
  675. * org.el (org-make-link-string): Remove link attributes from
  676. description.
  677. (org-open-at-point): Remove link attributes bevore using the path.
  678. * org-exp.el (org-export-as-html): Handle link attributes.
  679. * org.el (org-extract-attributes, org-attributes-to-string): New functions.
  680. * org-table.el (org-table-to-lisp): New function.
  681. * org.el (org-narrow-to-subtree): Do not include the final newline
  682. into the narrowed region.
  683. * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
  684. bug with user-define skipping condition.
  685. 2008-07-16 Carsten Dominik <dominik@science.uva.nl>
  686. * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
  687. 2008-07-14 Carsten Dominik <dominik@science.uva.nl>
  688. * org-exp.el (org-export-html-style-default): Automatic overflow
  689. handling for pre fields.
  690. (org-export-as-ascii, org-export-as-html): Change default format
  691. for time stamp.
  692. * org-table.el (org-table-export): Offer completion for translator
  693. functions, and do not require a heading above the table.
  694. * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
  695. Cater for the case of a list starting in the first line of the
  696. buffer.
  697. 2008-07-09 Carsten Dominik <dominik@science.uva.nl>
  698. * org-publish.el (org-publish-find-title): Bug fix.
  699. (org-publish-org-index): Implement new :index-style option.
  700. 2008-07-07 Carsten Dominik <dominik@science.uva.nl>
  701. * org-publish.el (org-publish-timestamp-filename): Use
  702. SHA1-encoded file names in the timestamp directory.
  703. 2008-07-05 Carsten Dominik <dominik@science.uva.nl>
  704. * org-publish.el (org-publish-needed-p): Be verbose about files
  705. published and files skipped.
  706. * org-exp.el (org-export-preprocess-string): Swap link
  707. normalization and inernal link targeting.
  708. * org-publish.el (org-publish-needed-p): Create timestamp
  709. directory when it does not exist.
  710. 2008-07-04 Bastien Guerry <bzg@altern.org>
  711. * org-clock.el (org-clock-out-when-done): Doc fix.
  712. * org.el (org-agenda-skip-unavailable-files): Doc fix.
  713. * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
  714. Ignore case when searching for the COMMENT cookie at export time.
  715. 2008-07-02 Carsten Dominik <dominik@science.uva.nl>
  716. * org-exp.el (org-get-file-contents)
  717. (org-get-and-remove-property): New functions.
  718. (org-export-handle-include-files): Handle the new prefix options.
  719. (org-export-as-html): Fix the verse environment.
  720. 2008-07-01 Carsten Dominik <dominik@science.uva.nl>
  721. * org.el (org-time=, org-time<, org-time<=, org-time>)
  722. (org-time>=, org-time<>, org-2ft): New functions.
  723. (org-op-to-function): Also provide for the time testing fucntions.
  724. 2008-06-30 Carsten Dominik <dominik@science.uva.nl>
  725. * org-exp.el (org-export-html-style-default): New constant.
  726. 2008-06-29 Carsten Dominik <dominik@science.uva.nl>
  727. * org-exp.el (org-export-html-style-extra): New variable.
  728. (org-export-splice-style): New function.
  729. 2008-06-26 Carsten Dominik <dominik@science.uva.nl>
  730. * org-exp.el (org-export-plist-vars, org-export-as-html):
  731. Implement `org-export-creator-info'.
  732. (org-export-creator-info): New option.
  733. 2008-06-25 Carsten Dominik <dominik@science.uva.nl>
  734. * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
  735. (org-property-drawer-re, org-clock-drawer-re): New constants.
  736. 2008-06-23 Carsten Dominik <dominik@science.uva.nl>
  737. * org-exp.el (org-icalendar-use-deadline)
  738. (org-icalendar-use-scheduled): New options.
  739. (org-icalendar-include-todo): Default changed to t.
  740. (org-print-icalendar-entries): Implement better utilization of
  741. scheduling and deadline time stamps.
  742. (org-export-target-internal-links, org-export-as-html): Allow file
  743. lines without the "file:" prefix if the file path is an absolute
  744. path or starts with ".".
  745. * org-clock.el (org-clocktable-shift): Also undertand yesterday,
  746. lastweek etc.
  747. (org-clock-special-range): Also undertand yesterday, lastweek etc.
  748. 2008-06-18 Glenn Morris <rgm@gnu.org>
  749. * org.el (org-map-entries): Let-bind `file'.
  750. 2008-06-19 Carsten Dominik <dominik@science.uva.nl>
  751. * org.el (org-agenda-skip-archived-trees): Docstring now
  752. discourages using this.
  753. (org-scan-tags): Check for org-agenda-archives-mode.
  754. (org-map-entries): Make sure org-agenda-archives-mode is nil.
  755. (org-agenda-files): Functionality of second arg changed.
  756. * org-agenda.el (org-agenda-archives-mode): New variable
  757. (org-write-agenda, org-prepare-agenda, org-agenda-list)
  758. (org-search-view, org-todo-list, org-tags-view)
  759. (org-agenda-list-stuck-projects): Call `org-agenda-files' with
  760. `ifmode' argument.
  761. (org-agenda-quit): Reset the archives mode.
  762. (org-agenda-archives-mode): New command.
  763. (org-agenda-set-mode-name): Include archives info.
  764. 2008-06-18 Carsten Dominik <dominik@science.uva.nl>
  765. * org.el (org-paste-subtree): Make sure the yanked headline is
  766. visible if it was yanked at a visible point.
  767. (org-move-item-up): Fix the bug with moving white space at the end
  768. of the item.
  769. (org-show-empty-lines-in-parent): New function.
  770. 2008-06-16 Carsten Dominik <dominik@science.uva.nl>
  771. * org-colview.el (org-columns-next-allowed-value): Bug fix.
  772. * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
  773. * org-agenda.el (org-agenda-get-closed): Get the end time into the
  774. agenda prefix as well.
  775. * org-publish.el (org-publish-org-index): Make a properly indented
  776. list.
  777. * org.el (org-calendar-agenda-action-key): New option.
  778. (org-get-cursor-date): New function.
  779. (org-mark-entry-for-agenda-action): New command.
  780. (org-overriding-default-time): New variable.
  781. (org-read-date): Respect `org-overriding-default-time'.
  782. * org-remember.el (org-remember-apply-template): Respect the
  783. ovverriding default time.
  784. * org-agenda.el (org-agenda-action-marker): New variable.
  785. (org-agenda-action): New command.
  786. (org-agenda-do-action): New function.
  787. 2008-06-15 Carsten Dominik <dominik@science.uva.nl>
  788. * org.el (org-schedule, org-deadline): Protect scheduled and
  789. deadline tasks against changes that accidently remove the
  790. repeater. Also show a message with the new date when done.
  791. 2008-06-15 Carsten Dominik <dominik@science.uva.nl>
  792. * org.el (org-beginning-of-line): Cater for the case when there
  793. are tags but no headline text.
  794. (org-align-tags-here): Convert to tabs only when indent-tabs-mode
  795. it set.
  796. 2008-06-13 Carsten Dominik <dominik@science.uva.nl>
  797. * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
  798. the return value is nil instead of "nil" when there is no match.
  799. * org-exp.el (org-insert-centered): Use fill-column instead of
  800. 80.
  801. (org-export-as-ascii): Use string-width to measure the width of
  802. the heading.
  803. * org.el (org-diary-to-ical-string): No longer kill buffer
  804. FROMBUF, this is now done by the caller.
  805. * org-exp.el (org-print-icalendar-entries): Move the call to
  806. `org-diary-to-ical-string' out of the loop, and kill the buffer
  807. afterwords.
  808. * org-remember.el (org-remember-visit-immediately): Position
  809. cursor after moving to the note.
  810. (org-remember-apply-template): Use a text property to record the
  811. cursor position.
  812. (org-remember-handler): Align tags after pasting the note.
  813. 2008-06-12 Carsten Dominik <dominik@science.uva.nl>
  814. * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
  815. * org-agenda.el (org-agenda-open-link): If there is an
  816. org-bbdb-name property in the current line, jump to that bbdb
  817. entry.
  818. * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
  819. text property, so that the agenda knows where this entry comes
  820. from.
  821. * org-agenda.el (org-agenda-clock-in): Fixed bug in the
  822. interaction between clocking-in from the agenda, and automatic
  823. task state switching.
  824. * org-macs.el (org-with-point-at): Bug fix in macro defintion.
  825. * org.el (org-beginning-of-line, org-end-of-line): Make sure the
  826. zmacs-region stays after this command in XEmacs.
  827. 2008-06-11 Carsten Dominik <dominik@science.uva.nl>
  828. * org.el (org-scan-tags): Allow new values for ACTION parameter.
  829. * org-remember.el (org-remember-templates): Fix bug in
  830. customization type definition.
  831. * org.el (org-map-entries): New function.
  832. 2008-06-11 verhuur82 <verhuur82@macbook-van-verhuur82.local>
  833. * org-agenda.el (org-agenda-skip-comment-trees): New option.
  834. (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
  835. 2008-06-10 Carsten Dominik <dominik@science.uva.nl>
  836. * org-remember.el (org-jump-to-target-location): New variable.
  837. (org-remember-apply-template): Set
  838. `org-remember-apply-template' if requested by template.
  839. (org-remember-handler): Start an idle timer to jump to
  840. remember location.
  841. * org-exp.el (org-get-current-options): Add the FILETAGS setting.
  842. * org.el (org-set-regexps-and-options): Fix bug with parsing of
  843. file tags.
  844. (org-get-tags-at): Add the content of `org-file-tags'.
  845. * org-exp.el (org-export-handle-comments): Fix bug with several
  846. comment lines after each other.
  847. (org-number-to-roman, org-number-to-counter): New functions.
  848. (org-export-section-number-format): New option.
  849. 2008-06-09 Carsten Dominik <dominik@science.uva.nl>
  850. * org-exp.el (org-export-protect-examples): Catch the case of a
  851. missing end_example line.
  852. * org.el (org-set-regexps-and-options): Set `org-file-properties' and
  853. `org-file-tags' to nil.
  854. * org-colview.el (org-columns-next-allowed-value): Handle next
  855. argument NTH to directly select a value.
  856. * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
  857. argument NTH to directly select a value.
  858. 2008-06-08 Carsten Dominik <dominik@science.uva.nl>
  859. * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
  860. 2008-05-30 Carsten Dominik <dominik@science.uva.nl>
  861. * org.el (org-columns-ellipses): New option.
  862. 2008-05-29 Carsten Dominik <dominik@science.uva.nl>
  863. * org-colview.el (org-columns-add-ellipses): New function.
  864. (org-columns-compact-links): New function.
  865. (org-columns-cleanup-item): Call `org-columns-compact-links'.
  866. (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
  867. when in agenda.
  868. (org-columns-edit-value): Fixed bug with editing values from
  869. agenda column view.
  870. (org-columns-redo): Also redo the agenda itself.
  871. 2008-05-28 Carsten Dominik <dominik@science.uva.nl>
  872. * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
  873. option.
  874. * org-colview.el (org-agenda-columns-cleanup-item): New function.
  875. * org-exp.el (org-export-ascii-preprocess): Renamed from
  876. `org-export-ascii-clean-string'.
  877. (org-export-kill-licensed-text)
  878. (org-export-define-heading-targets)
  879. (org-export-handle-invisible-targets)
  880. (org-export-target-internal-links)
  881. (org-export-remove-or-extract-drawers)
  882. (org-export-remove-archived-trees)
  883. (org-export-protect-quoted-subtrees)
  884. (org-export-protect-verbatim, org-export-protect-examples)
  885. (org-export-select-backend-specific-text)
  886. (org-export-mark-blockquote-and-verse)
  887. (org-export-remove-comment-blocks-and-subtrees)
  888. (org-export-handle-comments, org-export-mark-radio-links)
  889. (org-export-remove-special-table-lines)
  890. (org-export-normalize-links)
  891. (org-export-concatenate-multiline-links)
  892. (org-export-concatenate-multiline-emphasis): New functions,
  893. obtained from spliiting the export preprocessor.
  894. * org-table.el (org-table-recalculate): Improve error message if
  895. the row number is invalid.
  896. 2008-05-27 Carsten Dominik <dominik@science.uva.nl>
  897. * org-archive.el (org-archive-save-context-info): Fix bugs in
  898. customization setup and docstring.
  899. * org-exp.el (org-export-html-style): Changed the size of in the
  900. <pre> element to 90%.
  901. 2008-05-26 Carsten Dominik <dominik@science.uva.nl>
  902. * org.el (org-find-src-example-start): Function removed.
  903. (org-edit-src-find-region-and-lang): New function.
  904. 2008-05-25 Carsten Dominik <dominik@science.uva.nl>
  905. * org.el (org-edit-src-exit): New function.
  906. (org-exit-edit-mode): New minor mode.
  907. * org-exp.el (org-export-preprocess-string): Fix bug with removing
  908. comment-like lines from protected examples.
  909. * org.el (org-edit-src-example, org-find-src-example-start)
  910. (org-protect-source-example, org-edit-special): New functions.
  911. 2008-05-24 Carsten Dominik <dominik@science.uva.nl>
  912. * org-publish.el (org-publish-project-alist): Fix typo in
  913. docstring.
  914. (org-publish-project-alist): Handle :index-title property.
  915. 2008-05-21 Carsten Dominik <dominik@science.uva.nl>
  916. * org-export-latex.el (org-export-as-latex): Make sure region
  917. bounds are correct. Parse subtree properties relating to export.
  918. * org-exp.el (org-export-add-options-to-plist): New function.
  919. (org-infile-export-plist): Use `org-export-add-options-to-plist'.
  920. 2008-05-20 Carsten Dominik <dominik@science.uva.nl>
  921. * org.el (org-default-properties): Add EXPORT_FILE_NAME and
  922. EXPORT_TITLE.
  923. * org-exp.el (org-export-get-title-from-subtree)
  924. (org-export-as-ascii, org-export-as-html): Make sure the original
  925. region-beginning and region-end are used, even after moving
  926. point.
  927. (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
  928. property.
  929. * org-remember.el (org-remember-last-stored-marker): New variable.
  930. (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
  931. (org-remember-handler): Also use marker to remember
  932. last-stored position.
  933. * org.el (org-goto-marker-or-bmk): New function.
  934. 2008-05-19 Carsten Dominik <dominik@science.uva.nl>
  935. * org.el (org-file-properties): Renamed from `org-local-properties'.
  936. (org-scan-tags): Take file tags into account.
  937. (org-tags-match-list-sublevels): Default changed to t.
  938. * org-exp.el (org-export-as-html): Close paragraph after a
  939. footnote.
  940. * org.el (org-update-parent-todo-statistics): New function.
  941. * org-exp.el (org-icalendar-store-UID): New option.
  942. (org-icalendar-force-UID): Option removed.
  943. (org-print-icalendar-entries): IMplement UIDs.
  944. 2008-05-18 Carsten Dominik <dominik@science.uva.nl>
  945. * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
  946. 2008-05-16 Carsten Dominik <dominik@science.uva.nl>
  947. * org-faces.el (org-column): Document how this face is being used
  948. and why sometimes the background faces shine through.
  949. * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
  950. * org-publish.el (org-publish-attachment): Create publishing
  951. directory if it does not yet exist.
  952. * org-table.el (org-calc-default-modes): Change default number
  953. format to (float 8).
  954. * org.el (org-olpath-completing-read): New function.
  955. (org-time-clocksum-format): New option.
  956. (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
  957. * org-clock.el (org-clock-display, org-clock-out)
  958. (org-update-mode-line): Use `org-time-clocksum-format'.
  959. * org-colview-xemacs.el (org-columns-number-to-string): Use
  960. `org-time-clocksum-format'.
  961. * org-colview.el (org-columns-number-to-string): Use
  962. `org-time-clocksum-format'.
  963. 2008-05-15 Carsten Dominik <dominik@science.uva.nl>
  964. * org-id.el: New file, move from contrib to core.
  965. * org-exp.el (org-icalendar-force-UID): New option.
  966. 2008-05-14 Carsten Dominik <dominik@science.uva.nl>
  967. * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
  968. shifted by one day if theere is a date range without an end
  969. time.
  970. * org.el (org-try-structure-completion): New function.
  971. 2008-05-13 Carsten Dominik <dominik@science.uva.nl>
  972. * org.el (org-set-font-lock-defaults): Improve fontification of
  973. description lists.
  974. (org-insert-item): Handle description lists.
  975. (org-adaptive-fill-function): Improve auto indentation in
  976. description lists.
  977. * org-exp.el (org-export-as-html, org-export-preprocess-string):
  978. Implement VERSE environment.
  979. (org-export-preprocess-string): Implement the COMMENT
  980. environment.
  981. * org-export-latex.el (org-export-latex-preprocess): Implement
  982. VERSE environment.
  983. 2008-05-12 Carsten Dominik <dominik@science.uva.nl>
  984. * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
  985. option.
  986. 2008-05-10 Carsten Dominik <dominik@science.uva.nl>
  987. * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
  988. * org.el (org-quote-csv-field): New functions.
  989. * org-table.el (org-table-export-default-format): Remove :splice
  990. from default format, we get the same effect by not specifying
  991. :tstart and :tend.
  992. (org-table-export): Improve setup, distinguish better between
  993. interactive and non-interactive use, allow specifying the format
  994. on the fly, better protection against wrong file names.
  995. (orgtbl-to-generic): Fix documentation. Do not require :tstart
  996. and :tend when :splice is omitted.
  997. 2008-05-09 Bernt Hansen <bernt@norang.ca>
  998. * org-clock.el (org-clock-select-task): Make sure the selection
  999. letters are 1-9 and A-Z, no special characters.
  1000. 2008-05-09 Carsten Dominik <dominik@science.uva.nl>
  1001. * org-exp.el (org-export-htmlize): New group.
  1002. (org-export-htmlize-output-type)
  1003. (org-export-htmlize-css-font-prefix): New options.
  1004. (org-export-htmlize-region-for-paste): New function.
  1005. (org-export-htmlize-generate-css): New command.
  1006. 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
  1007. * org/org.el (org-modules, org-format-latex-options):
  1008. * org/org-archive.el (org-archive-stamp-time)
  1009. (org-archive-save-context-info):
  1010. * org/org-faces.el (org-hide):
  1011. * org/org-irc.el (org-irc-parse-link):
  1012. * org/org-macs.el (org-call-with-arg, org-autoload):
  1013. * org/org-mew.el (org-mew-store-link):
  1014. * org/org-remember.el (org-remember-store-without-prompt)
  1015. (org-remember-templates): Fix typos in docstrings.
  1016. * org/org-info.el (org-info-store-link): Remove leftover docstring.
  1017. * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
  1018. (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
  1019. (org-bbdb-anniv-split): Fix typos in docstrings.
  1020. * org/org-publish.el (org-publish-project-alist): Doc fixes.
  1021. (org-publish-use-timestamps-flag): Reflow docstring.
  1022. (org-publish-files-alist): Fix typos in docstring.
  1023. 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
  1024. * org.el (org-set-visibility-according-to-property): New function.
  1025. (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
  1026. and compute the regular expressions, and update font-lock.
  1027. (org-property-re): Allow a dash in property names.
  1028. * org-archive.el (org-extract-archive-file): Insert the file name
  1029. without the path into the format, to allow the location format to
  1030. contain a subdirectory.
  1031. * org-agenda.el (org-agenda-post-command-hook): If point is at end
  1032. of buffer, and the `org-agenda-type' property undefined, use the
  1033. value from the character before.
  1034. * org.el (org-add-planning-info): Don't let indentation for
  1035. would-be timestamp become extra whitespace at the end of headline.
  1036. 2008-05-07 Carsten Dominik <dominik@science.uva.nl>
  1037. * org.el (org-remove-double-quotes, org-file-contents): New
  1038. functions.
  1039. * org-exp.el (org-infile-export-plist): Also parse the
  1040. contents of #+SETUPFILE files, recursively.
  1041. * org.el (org-set-regexps-and-options): Also parse the
  1042. contents of #+SETUPFILE files, recursively.
  1043. * org-exp.el (org-export-handle-include-files): New function.
  1044. (org-export-preprocess-string): Call
  1045. `org-export-handle-include-files'.
  1046. * org.el (org-delete-property-globally)
  1047. (org-delete-property, org-set-property): Ignore case during
  1048. completion.
  1049. (org-set-property): Use `org-completing-read' instead of
  1050. `completing-read'.
  1051. * org.el (org-complete-expand-structure-template): New,
  1052. experimental function.
  1053. (org-structure-template-alist): New, experimental option.
  1054. (org-complete): Call `org-complete-expand-structure-template'.
  1055. 2008-05-06 Bastien Guerry <bzg@altern.org>
  1056. * org-export-latex.el (org-export-latex-preprocess): Added
  1057. support for blockquotes.
  1058. 2008-05-05 Carsten Dominik <dominik@science.uva.nl>
  1059. * org.el (org-read-date-analyze): Catch the case where only a
  1060. weekday is given.
  1061. 2008-05-04 Carsten Dominik <dominik@science.uva.nl>
  1062. * org.el (org-set-font-lock-defaults): Make the description
  1063. tag bold.
  1064. * org-exp.el (org-export-as-html, org-close-li): Implement
  1065. description lists.
  1066. 2008-05-04 Jason Riedy <jason@acm.org>
  1067. * org-table.el (*orgtbl-default-fmt*): New variable.
  1068. (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
  1069. when there is no other fmt available.
  1070. (orgtbl-to-generic): Allow an explicitly nil :tstart or
  1071. :tend to suppress the appropriate string.
  1072. (orgtbl-to-orgtbl): New function for translating to another orgtbl
  1073. table.
  1074. 2008-05-02 Carsten Dominik <dominik@science.uva.nl>
  1075. * org.el (org-read-date-analyze): "." as an alias for "+0" in
  1076. read date.
  1077. * org-clock.el (org-clock-save-markers-for-cut-and-paste):
  1078. New function.
  1079. * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
  1080. New function.
  1081. 2008-05-01 Carsten Dominik <dominik@science.uva.nl>
  1082. * org-clock.el (org-clock-find-position): Don't include notes
  1083. into clock drawer.
  1084. * org-archive.el (org-archive-subtree): No longer remove an
  1085. extra line after cutting the subtree. `org-cut-subtree' already
  1086. takes care of this.
  1087. * org-remember.el (org-remember-handler): Only kill the target
  1088. buffer if it does not contain the running clock.
  1089. * org.el (org-markers-to-move): New variable.
  1090. (org-save-markers-in-region, org-check-and-save-marker)
  1091. (org-reinstall-markers-in-region): New function.
  1092. (org-move-subtree-down, org-copy-subtree): Remember relative
  1093. marker positions before cutting.
  1094. (org-move-subtree-down, org-paste-subtree): Restore relative
  1095. marker positions after pasting.
  1096. * org-remember.el (org-remember-clock-out-on-exit): New option.
  1097. (org-remember-finalize): Clock out only if the setting in
  1098. `org-remember-clock-out-on-exit' requires it.
  1099. (org-remember-handler): Do the cleanup in the buffer, to make sure
  1100. that the clock marker remains in tact.
  1101. 2008-04-29 Carsten Dominik <dominik@science.uva.nl>
  1102. * org-clock.el (org-clock-goto): Widen buffer if necessary.
  1103. (org-clock-in): Make sure that also tasks outside the narrowed
  1104. region will be clocked in correctly.
  1105. (org-clock-insert-selection-line): Widen the buffer so that we can
  1106. find the correct task heading.
  1107. * org.el (org-base-buffer): New function.
  1108. * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
  1109. and ";" are escaped.
  1110. (org-print-icalendar-entries): Also apply
  1111. `org-icalendar-cleanup-string' to the headline, not only to the
  1112. summary property.
  1113. 2008-04-28 Carsten Dominik <dominik@science.uva.nl>
  1114. * org-exp.el (org-export-preprocess-hook): New hook.
  1115. (org-export-preprocess-string): Call
  1116. `org-export-preprocess-hook'.
  1117. * org.el (org-font-lock-hook): New variable.
  1118. (org-font-lock-hook): New function.
  1119. (org-set-font-lock-defaults): Call `org-font-lock-hook'.
  1120. ;; Local Variables:
  1121. ;; coding: utf-8
  1122. ;; add-log-time-zone-rule: t
  1123. ;; End:
  1124. Copyright (C) 2008 Free Software Foundation, Inc.
  1125. This file is part of GNU Emacs.
  1126. GNU Emacs is free software: you can redistribute it and/or modify
  1127. it under the terms of the GNU General Public License as published by
  1128. the Free Software Foundation, either version 3 of the License, or
  1129. (at your option) any later version.
  1130. GNU Emacs is distributed in the hope that it will be useful,
  1131. but WITHOUT ANY WARRANTY; without even the implied warranty of
  1132. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  1133. GNU General Public License for more details.
  1134. You should have received a copy of the GNU General Public License
  1135. along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
  1136. ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c