ChangeLog 44 KB

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