ChangeLog 38 KB

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