ChangeLog 40 KB

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