ChangeLog 52 KB

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