ChangeLog 58 KB

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