ChangeLog 53 KB

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