ChangeLog 33 KB

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