ChangeLog 56 KB

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