ChangeLog 48 KB

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