ChangeLog 55 KB

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