ChangeLog 42 KB

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