ChangeLog 51 KB

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