ChangeLog 53 KB

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