ChangeLog 36 KB

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