ChangeLog 59 KB

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