ChangeLog 51 KB

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