ChangeLog 57 KB

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