ChangeLog 51 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487
  1. 2010-04-18 Carsten Dominik <carsten.dominik@gmail.com>
  2. * org-habit.el (require): `calendar' is now required already by
  3. org.el on top level.
  4. * org-clock.el (require): `calendar' is now required already by
  5. org.el on top level.
  6. * org-agenda.el (require, org-timeline, org-agenda-list)
  7. (org-todo-list, org-agenda-to-appt): `calendar' is now required
  8. already by org.el on top level.
  9. * org.el (org-export-latex-fix-inputenc): Declare function.
  10. * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
  11. variables.
  12. * org.el (calendar): Require calendar now on top level in org.el
  13. and define aliases to new variables when needed.
  14. (org-read-date, org-goto-calendar): Do not bind obsolete
  15. variables.
  16. * org-clock.el (org-clock-out, org-clock-cancel): Get rid of
  17. compilation warning, add comment that this cannot be done with
  18. `with-current-buffer'.
  19. * org-wl.el (org-wl-open): Use `with-current-buffer'.
  20. * org.el (overlay, org-remove-empty-overlays-at)
  21. (org-outline-overlay-data, org-set-outline-overlay-data)
  22. (org-show-block-all, org-hide-block-toggle)
  23. (org-highlight-new-match, org-remove-occur-highlights)
  24. (org-tags-overlay, org-fast-tag-selection, org-date-ovl)
  25. (org-read-date, org-read-date-display, org-eval-in-calendar)
  26. (org-format-latex, org-context)
  27. (org-speedbar-restriction-lock-overlay)
  28. (org-speedbar-set-agenda-restriction): Use the normal overlay API.
  29. * org-table.el (org-table-add-rectangle-overlay)
  30. (org-table-remove-rectangle-highlight)
  31. (org-table-overlay-coordinates)
  32. (org-table-toggle-coordinate-overlays): Use the normal overlay
  33. API.
  34. * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
  35. (org-edit-src-exit, org-src-mode-configure-edit-buffer): Use the
  36. normal overlay API.
  37. * org-colview.el (org-columns-new-overlay)
  38. (org-columns-display-here, org-columns-remove-overlays)
  39. (org-columns-edit-value, org-columns-next-allowed-value)
  40. (org-columns-update): Use the normal overlay API.
  41. * org-clock.el (org-clock-out, org-clock-cancel)
  42. (org-clock-put-overlay, org-clock-remove-overlays): Use the normal
  43. overlay API.
  44. * org-agenda.el (org-agenda-mark-filtered-text)
  45. (org-agenda-mark-clocking-task, org-agenda-fontify-priorities)
  46. (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
  47. (org-agenda-entry-text-hide)
  48. (org-agenda-restriction-lock-overlay)
  49. (org-agenda-set-restriction-lock)
  50. (org-agenda-filter-by-tag-hide-line)
  51. (org-agenda-fix-tags-filter-overlays-at)
  52. (org-agenda-filter-by-tag-show-all, org-hl)
  53. (org-agenda-goto-calendar, org-agenda-bulk-mark)
  54. (org-agenda-bulk-remove-overlays): Use the normal overlay API.
  55. * org-freemind.el (org-freemind-from-org-mode-node)
  56. (org-freemind-from-org-mode, )
  57. (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode): Use
  58. interactive-p instead of called-interactively, because this is
  59. backward compatible with older Emacsen I still support..
  60. 2010-04-16 Carsten Dominik <carsten.dominik@gmail.com>
  61. * org-exp.el (org-export-define-heading-targets): Fix bug in
  62. regexp finding ID and CUSTOM_ID properties.
  63. 2010-04-14 Carsten Dominik <carsten.dominik@gmail.com>
  64. * org-footnote.el (org-footnote-goto-previous-reference): Renamed
  65. from `org-footnote-goto-next-reference'.
  66. * org.el (org-auto-repeat-maybe): Only record LAST_REPEAT if
  67. org-log-repeat is non-nil, or if there is clocking data in the
  68. entry.
  69. * org-crypt.el (org-encrypt-entry): Improve mapping behavior.
  70. 2010-04-13 Carsten Dominik <carsten.dominik@gmail.com>
  71. * org.el (org-align-all-tags): New command.
  72. 2010-04-13 David Maus <dmaus@ictsoc.de>
  73. * org-wl.el (org-wl-link-remove-filter): New customizable
  74. variable. If non-nil, filter conditions are stripped when storing
  75. link to message in filter folder.
  76. (org-wl-shimbun-prefer-web-links): New customizable variable. If
  77. non-nil, links to shimbun messages are created as web links to
  78. message source.
  79. (org-wl-nntp-prefer-web-links): New customizable variable. If
  80. non-nil, links to nntp message are created as web links to gmane
  81. or googlegroups.
  82. (org-wl-namazu-default-index): New customizable variable.
  83. Directory of namazu search index that should be used as default
  84. when opening a link in a search folder.
  85. (org-wl-folder-types): New constant. Wanderlust folder type
  86. indicators.
  87. (org-wl-folder-type): New function. Return type of Wanderlust
  88. folder.
  89. (org-wl-store-link): Create web links for shimbun or nntp messages
  90. and strip filter conditions depending on customizable variables.
  91. (org-wl-open): Open namazu search folder for message when called
  92. with prefix.
  93. 2010-04-12 Carsten Dominik <carsten.dominik@gmail.com>
  94. * org.el (org-remove-if, org-remove-if-not): New functions.
  95. (org-open-file): Use internal remove-if functions.
  96. 2010-04-10 Jan Böcker <jan.boecker@jboecker.de>
  97. * org.el (org-file-apps-entry-match-against-dlink-p): new function.
  98. (org-file-apps-ex): remove variable.
  99. (org-open-file): Integrate org-file-apps-ex functionality back
  100. into org-file-apps, and decide whether to match a regexp against
  101. the link or the filename using org-file-apps-entry-uses-grouping-p.
  102. 2010-04-09 Jan Böcker <jan.boecker@jboecker.de>
  103. * org.el (org-file-apps-ex): new variable.
  104. (org-open-file): Before considering org-file-apps, first match the
  105. regexps from org-file-apps-ex against the whole link. See
  106. docstring of org-file-apps-ex.
  107. 2010-04-12 Carsten Dominik <carsten.dominik@gmail.com>
  108. * org.el (org-export-latex-default-packages-alist): Remove
  109. microtype package.
  110. (org-todo-repeat-to-state): New variable.
  111. (org-auto-repeat-maybe): Allow user-selected target states.
  112. (org-default-properties): Add the new property REPEAT_TO_STATE.
  113. 2010-04-09 Carsten Dominik <carsten.dominik@gmail.com>
  114. * org-mobile.el (org-mobile-check-setup): Make sure that there is
  115. a binary to compute checksums.
  116. 2010-04-08 Carsten Dominik <carsten.dominik@gmail.com>
  117. * org.el (org-insert-link): Find the link buffer on visible
  118. frames.
  119. (org-export-latex-default-packages-alist): hyperref must be loaded
  120. late.
  121. 2010-04-07 Carsten Dominik <carsten.dominik@gmail.com>
  122. * org-latex.el (org-export-latex-preprocess): Do not yet protect
  123. defined entities - these will be taken care of later.
  124. (org-export-latex-special-chars): Post-process entity replacement.
  125. (org-export-latex-fontify-headline): Do not yet protect defined
  126. entities - these will be taken care of later.
  127. (org-export-latex-tables, org-export-latex-links): Format the
  128. caption properly.
  129. * org-entities.el (org-entities-user): Fix typo.
  130. * org.el (org-prepare-agenda-buffers): Uniquify TODO keywords
  131. * org-entities.el (org-entities-user): Improve docstring.
  132. 2010-04-06 Carsten Dominik <carsten.dominik@gmail.com>
  133. * org-entities.el (org-macs): Require org-macs, to be sure that we
  134. have `declare-function' defined.
  135. 2010-04-05 Carsten Dominik <carsten.dominik@gmail.com>
  136. * org-latex.el (org-export-latex-classes): Update docstring.
  137. * org.el (org-format-latex-header): Add cookies to the header.
  138. (org-splice-latex-header): Implement placement according to
  139. cookies.
  140. 2010-04-04 Carsten Dominik <carsten.dominik@gmail.com>
  141. * org-publish.el (org-publish-aux-preprocess): Control case
  142. sensitivity.
  143. 2010-04-04 Bastien Guerry <bzg@altern.org>
  144. * org.el (org-splice-latex-header): Fix typo.
  145. 2010-04-04 Carsten Dominik <carsten.dominik@gmail.com>
  146. * org-latex.el (org-export-latex-make-header): Use
  147. `org-splice-latex-header' to build the header.
  148. (org-export-latex-classes): Update docstring.
  149. * org.el (org-splice-latex-header): New function.
  150. (org-create-formula-image): Use `org-splice-latex-header' to build
  151. the header.
  152. * org-gnus.el (org-gnus-follow-link): Handle nndoc backend.
  153. 2010-04-03 Carsten Dominik <carsten.dominik@gmail.com>
  154. * org.el (org-export-latex-packages-alist)
  155. (org-export-latex-default-packages-alist): Fix docstring to
  156. reflect the expected structure.
  157. * org-docbook.el (org-docbook-do-expand): Fix bug with variable names.
  158. (org-export-docbook-finalize-table): Make use of label for tables.
  159. 2010-04-02 Carsten Dominik <carsten.dominik@gmail.com>
  160. * org-attach.el (org-attach-commit): Split on newlines.
  161. * org.el (org-export-latex-default-packages-alist): Use list
  162. instead of cons for the entries.
  163. 2010-04-01 Carsten Dominik <carsten.dominik@gmail.com>
  164. * org-entities.el (org-entity-get-representation): Catch the case
  165. that there is not entry in the list.
  166. * org-mobile.el (org-mobile-use-encryption)
  167. (org-mobile-encryption-tempfile, org-mobile-encryption-password):
  168. New options.
  169. (org-mobile-check-setup): CHeck the encryption setup.
  170. (org-mobile-copy-agenda-files, org-mobile-sumo-agenda-command)
  171. (org-mobile-create-sumo-agenda): Use encryption code.
  172. (org-mobile-encrypt-and-move): New function.
  173. (org-mobile-encrypt-file, org-mobile-decrypt-file): New
  174. functions.
  175. (org-mobile-move-capture): Decrypt the capture file.
  176. * org.el (org-entities): Require the new file.
  177. (org-export-latex-default-packages-alist): New variable.
  178. (org-complete): Use new entity code for completion.
  179. (org-create-formula-image): Use the new packages variable.
  180. * org-latex.el (org-export-latex-classes): Remove the standard
  181. packages from the class headers.
  182. (org-export-latex-make-header): Use the new package variable.
  183. (org-export-latex-special-chars): Better regexp for entities, to
  184. support entity name that contain numbers.
  185. (org-export-latex-treat-backslash-char): Use the new entity code.
  186. * org-html.el (org-html-do-expand): Use the new entity code.
  187. * org-exp.el (org-export): Add the new export commands.
  188. (org-html-entities): Constant removed.
  189. (org-export-visible): Add the new export commands.
  190. * org-entities.el: New file.
  191. * org-docbook.el (org-docbook-do-expand): Use new entity code.
  192. * org-ascii.el (org-export-ascii-entities): New variable.
  193. (org-export-as-latin1, org-export-as-latin1-to-buffer)
  194. (org-export-as-utf8, org-export-as-utf8-to-buffer): New commands.
  195. (org-export-as-encoding): New function.
  196. (org-export-ascii-preprocess): Call `org-ascii-replace-entities'.
  197. (org-ascii-replace-entities): New function.
  198. 2010-03-31 Carsten Dominik <carsten.dominik@gmail.com>
  199. * org-html.el (org-html-level-start): Catch the case that target
  200. might be nil.
  201. 2010-03-31 Dan Davison <davison@stats.ox.ac.uk>
  202. * org.el (org-appearance): Change Customize group variable name
  203. from org-font-lock to org-appearance, and change tag from "Org
  204. Font Lock" to "Org Appearance"
  205. (org-odd-levels-only): Change Customize group variable name
  206. (org-level-color-stars-only): Change Customize group variable name
  207. (org-hide-leading-stars): Change Customize group variable name
  208. (org-hidden-keywords): Change Customize group variable name
  209. (org-fontify-done-headline): Change Customize group variable name
  210. (org-fontify-emphasized-text): Change Customize group variable name
  211. (org-fontify-whole-heading-line): Change Customize group variable name
  212. (org-highlight-latex-fragments-and-specials): Change Customize
  213. group variable name
  214. (org-hide-emphasis-markers): Change Customize group variable name
  215. (org-emphasis-alist): Change Customize group variable name
  216. (org-emphasis-regexp-components): Change Customize group variable
  217. name
  218. (org-modules): Remove mention of org-R
  219. * org-faces.el (org-faces): Change Customize group variable name
  220. 2010-03-29 Carsten Dominik <carsten.dominik@gmail.com>
  221. * org-agenda.el (org-diary-last-run-time): New variable.
  222. (org-diary): prepare agenda buffers only if last call was some
  223. time ago.
  224. * org-html.el (org-export-html-preprocess): Replace \ref macros
  225. with a link.
  226. (org-format-org-table-html): Add the label as an anchor.
  227. * org-docbook.el (org-export-docbook-format-image): Do some
  228. formatting on captions.
  229. * org-latex.el (org-export-latex-tables, org-export-latex-links):
  230. Do some formatting on captions.
  231. * org-html.el (org-export-html-format-image)
  232. (org-format-org-table-html): Do some formatting on captions.
  233. 2010-03-28 Dan Davison <davison@stats.ox.ac.uk>
  234. * org.el (org-hidden-keywords): New customizable variable. This is
  235. a list of symbols specifying which of the special keywords #+DATE,
  236. #+AUTHOR, #+EMAIL and #+TITLE should be hidden by font lock.
  237. (org-fontify-meta-lines-and-blocks): Changes to font-lock code
  238. implementing new faces and hiding behaviour.
  239. * org-faces.el (org-document-title): New face for #+TITLE lines
  240. (org-document-info): New face for #+DATE, #+AUTHOR, #+EMAIL lines
  241. (org-document-info-keyword): New face for #+DATE, #+AUTHOR, #+EMAIL keywords
  242. 2010-03-28 Carsten Dominik <carsten.dominik@gmail.com>
  243. * org-publish.el (org-publish-sanitize-plist): New function to
  244. rename "index" properties to "sitemap". Do this renaming
  245. globally.
  246. (org-publish-with-aux-preprocess-maybe): New macro.
  247. (org-publish-org-to-pdf, org-publish-org-to-html): Use the new
  248. macro.
  249. (org-publish-aux-preprocess)
  250. (org-publish-index-generate-theindex.inc): New function.
  251. 2010-03-27 Carsten Dominik <carsten.dominik@gmail.com>
  252. * org-table.el (org-table-align): Interpret <N> at fixed width,
  253. not as maximum width.
  254. 2010-03-26 Carsten Dominik <carsten.dominik@gmail.com>
  255. * org-exp.el (org-export-author-info, org-export-email-info): Fix
  256. docstrings.
  257. * org-beamer.el (org-beamer-select-environment): Renamed from
  258. `org-beamer-set-environment-tag'. Improve docstring.
  259. * org-freemind.el (org-freemind-write-mm-buffer): Fix another
  260. problem with odd levels.
  261. * org-ascii.el (org-export-as-ascii): Export email only if the
  262. author wants it.
  263. * org-docbook.el (org-export-as-docbook): Export email only if the
  264. author wants it.
  265. * org-html.el (org-export-as-html): Export email only if the
  266. author wants it.
  267. * org-exp.el (org-export-email-info): New option.
  268. (org-export-plist-vars): Add entry for `org-export-email'.
  269. 2010-03-25 Carsten Dominik <carsten.dominik@gmail.com>
  270. * org-table.el (org-table-goto-line): Fix typo.
  271. 2010-03-25 Mikael Fornius <mfo@abc.se>
  272. * org.el (org-agenda-files): Typo.
  273. (org-read-agenda-file-list): Add optional argument to help
  274. `org-store-new-agenda-file-list' to remember un-expanded file
  275. names. Expand file names relative to `org-directory'.
  276. (org-store-new-agenda-file-list): Keep un-expanded file names when
  277. saving, if available.
  278. (org-agenda-files): Update documentation.
  279. 2010-03-25 Carsten Dominik <carsten.dominik@gmail.com>
  280. * org-ascii.el (org-export-as-ascii): Catch the case of exporting
  281. a buffer with no file name attached.
  282. * org.el (org-log-refile): New option.
  283. (org-log-note-headings): Add a heading for refiling.
  284. (org-startup-options): Add keywords for logging of the refile
  285. action.
  286. (org-refile): Add logging action.
  287. (org-add-log-note): Allow for refiling action.
  288. * org-agenda.el (org-agenda-bulk-action): Make sure
  289. `org-log-refile' is not `note' during a bulk action.
  290. 2010-03-24 Carsten Dominik <carsten.dominik@gmail.com>
  291. * org.el (org-map-dblocks): Use save-excursion to remember the
  292. position.
  293. * org-attach.el (org-attach-commit): Remove dependence on xargs.
  294. (org-attach-delete-one): Commit after deleting a file.
  295. * org-latex.el (org-export-latex-fontify): Do not mistake table.el
  296. borders for strike-through emphasis.
  297. * org-freemind.el (org-freemind-write-mm-buffer): Simplify the
  298. handling of odd levels.
  299. * org-agenda.el (org-agenda-todo-ignore-deadlines): Document `past'
  300. and `future' values.
  301. (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
  302. Handle `past' and `future' values.
  303. * org.el (org-read-agenda-file-list): Interpret file names
  304. relative to org-directory and allow environment variables and
  305. "~".
  306. * org-latex.el (org-export-latex-special-chars): Allow a
  307. parenthesis before an exponent or subscript.
  308. 2010-03-23 Dan Davison <davison@stats.ox.ac.uk>
  309. * org-src.el (org-edit-src-exit): When returning from code edit
  310. buffer, if code block is hidden, leave point at start of
  311. #+begin_src line
  312. 2010-03-23 Carsten Dominik <carsten.dominik@gmail.com>
  313. * org.el (org-insert-heading): Do not remove all spaces if the
  314. headline is empty.
  315. * org-indent.el (org-indent): Fix group name.
  316. 2010-03-21 Carsten Dominik <carsten.dominik@gmail.com>
  317. * org-table.el (org-table-goto-column): Fix forcing a non-existing
  318. column.
  319. (org-table-get, org-table-put, org-table-goto-line)
  320. (org-table-current-line): New functions.
  321. 2010-03-21 Carsten Dominik <carsten.dominik@gmail.com>
  322. * org-crypt.el (org-reveal-start-hook): Add a decryption function
  323. to this hook.
  324. (org-decrypt-entries, org-encrypt-entries, org-decrypt-entry): Add
  325. docstrings.
  326. * org.el (org-point-at-end-of-empty-headline)
  327. (org-level-increment, org-get-previous-line-level): New function.
  328. (org-cycle-level): Rewritten to be independent of when this
  329. function is called.
  330. (org-in-regexps-block-p): New function.
  331. (org-reveal-start-hook): New hook.
  332. (org-reveal): Run new hook.
  333. 2010-03-19 Carsten Dominik <carsten.dominik@gmail.com>
  334. * org-latex.el (org-export-latex-keywords): Start a new paragraph
  335. after time keywords, do not add "\newline".
  336. * org-html.el (org-export-as-html): Avoid double # in href.
  337. * org.el (org-refile-get-location): Catch an invalid target
  338. specification.
  339. 2010-03-18 Carsten Dominik <carsten.dominik@gmail.com>
  340. * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
  341. Make sure the behavior regarding to extracting time is
  342. consistent.
  343. 2010-03-17 Stephen Eglen <stephen@gnu.org>
  344. * org-agenda.el (org-agenda-insert-diary-extract-time): New
  345. variable.
  346. (org-agenda-add-entry-to-org-agenda-diary-file): Use this new
  347. variable rather than `org-agenda-search-headline-for-time'.
  348. 2010-03-17 Carsten Dominik <carsten.dominik@gmail.com>
  349. * org-list.el (org-fix-bullet-type): Improve cursor positioning.
  350. 2010-03-15 Carsten Dominik <carsten.dominik@gmail.com>
  351. * org.el (org-adaptive-fill-regexp-backup): New variable.
  352. (org-set-autofill-regexps): Store a backup of
  353. `adaptive-fill-regexp'.
  354. (org-adaptive-fill-function): Fix filling of comments and ordered
  355. lists. If there is no other match, till try adaptive fill.
  356. 2010-03-15 John Wiegley <jwiegley@gmail.com>
  357. * org-agenda.el (org-agenda-include-deadlines): Added new
  358. customization variable to determine whether unscheduled tasks
  359. should appear in the agenda solely because of their deadline.
  360. Default to true, which was the previous behavior (it just wasn't
  361. configurable).
  362. (org-agenda-mode-map, org-agenda-view-mode-dispatch): Bind ! in
  363. the agenda to show/hide deadline tasks.
  364. (org-agenda-menu): Added menu option for show/hide deadlines.
  365. (org-agenda-list): Make the agenda list sensitive to the value of
  366. `org-agenda-include-deadlines'.
  367. (org-agenda-toggle-deadlines): New function to toggle the value of
  368. `org-agenda-include-deadlines' and repaint the modeline
  369. indicators.
  370. (org-agenda-set-mode-name): Show "Deadlines" in the agenda
  371. modeline if deadline tasks are being displayed.
  372. 2010-03-14 Carsten Dominik <carsten.dominik@gmail.com>
  373. * org-table.el (org-table-eval-formula): Replace $# and @# by
  374. current column and row number.
  375. 2010-03-12 Carsten Dominik <carsten.dominik@gmail.com>
  376. * org.el (org-set-property, org-delete-property): Go back to
  377. prompting for the property.
  378. * org-latex.el (org-export-latex-make-header): Fully process
  379. author line.
  380. (org-export-latex-fontify-headline): Allow several arguments, not
  381. just one.
  382. (org-export-latex-fix-inputenc): Catch the error when
  383. `latexenc-coding-system-to-inputenc' is not defined.
  384. * org-agenda.el (org-agenda-skip-if-todo): New function.
  385. (org-agenda-skip-if): Add conditions for TODO keywords.
  386. (org-agenda-skip-if): Document the new todo conditions.
  387. 2010-03-11 Mikael Fornius <mfo@abc.se>
  388. * org.el (org-at-property-p): Check if we are inside a property
  389. drawer not just any drawer.
  390. (org-set-property, org-delete-property): When cursor is on a
  391. property key value pair do not prompt for property name instead
  392. use name at cursor.
  393. (org-ctrl-c-ctrl-c): Still do org-property-action when cursor is
  394. on the first line of a property drawer.
  395. (org-property-end-re): Spell check.
  396. 2010-03-11 Carsten Dominik <carsten.dominik@gmail.com>
  397. * org-exp.el (org-export-attach-captions-and-attributes): Add the
  398. properties to the entire table, in case the first line is
  399. removed.
  400. * org-archive.el (org-archive-reversed-order): New option.
  401. (org-archive-subtree, org-archive-to-archive-sibling): Use the new
  402. option `org-archive-reversed-order'.
  403. 2010-03-10 Carsten Dominik <carsten.dominik@gmail.com>
  404. * org-agenda.el (org-agenda-entry-types): New variable.
  405. (org-agenda-list): Use `org-agenda-entry-types'.
  406. (org-agenda-custom-commands-local-options): Support for setting
  407. `org-agenda-entry-types' as an option.
  408. (org-diary): Shift some documentation from here to the variable
  409. `org-agenda-entry-types'.
  410. 2010-03-09 Carsten Dominik <carsten.dominik@gmail.com>
  411. * org-latex.el (org-export-latex-make-header): Apply macros in
  412. author field.
  413. * org-clock.el (org-clocking-buffer, org-clocking-p): New function.
  414. (org-clock-select-task, org-clock-notify-once-if-expired)
  415. (org-clock-in, org-clock-out, org-clock-cancel, org-clock-goto)
  416. (org-clock-out-if-current, org-clock-save): Use the new functions.
  417. 2010-03-08 Carsten Dominik <carsten.dominik@gmail.com>
  418. * org-docbook.el (org-export-as-docbook): Remove unnecessary
  419. newline.
  420. (org-export-as-docbook): Remove unnecessary newline.
  421. (org-export-as-docbook): Fix problem with double footnote
  422. reference in one place.
  423. * org-exp.el (org-export-format-source-code-or-example): Remove
  424. unnecessary newline.
  425. * org.el (org-deadline, org-schedule): Allow rescheduling entries
  426. with repeaters.
  427. * org-table.el (org-table-convert-refs-to-rc): Better way to catch
  428. function calls that look like references.
  429. * org.el (org-open-at-point): Get link abbreviations from
  430. reference buffer.
  431. 2010-03-07 Carsten Dominik <carsten.dominik@gmail.com>
  432. * org-table.el (org-table-convert-refs-to-rc): Do not read arctan2
  433. as a reference.
  434. 2010-03-05 Carsten Dominik <carsten.dominik@gmail.com>
  435. * org.el (org-link-unescape): Solve issue with lower-case escapes.
  436. 2010-03-04 Carsten Dominik <carsten.dominik@gmail.com>
  437. * org-latex.el (org-export-latex-classes): Add
  438. \usepackage{latexsym} to all classes.
  439. 2010-03-03 Carsten Dominik <carsten.dominik@gmail.com>
  440. * org-html.el (org-export-as-html): Do not allow protected lines
  441. into the table of contents.
  442. * org-latex.el (org-export-latex-special-chars): Find subsequent
  443. occurrences of special characters.
  444. (org-export-latex-tables): Do not convert table-like stuff that is
  445. protected.
  446. 2010-03-01 Carsten Dominik <carsten.dominik@gmail.com>
  447. * org-list.el (org-toggle-checkbox): No errors when updating
  448. checkbox count fails because there is no heading.
  449. 2010-02-27 Carsten Dominik <carsten.dominik@gmail.com>
  450. * org-clock.el (org-clock-report-include-clocking-task): New
  451. option.
  452. (org-clock-sum): Add the current clocking task.
  453. 2010-02-26 Carsten Dominik <carsten.dominik@gmail.com>
  454. * org.el (org-cycle): Print a message when in a table.el table.
  455. (org-edit-special): Recognize the table.el context.
  456. (org-ctrl-c-ctrl-c): Print a message when in a table.el table.
  457. * org-src.el (org-at-table.el-p): Declare.
  458. (org-edit-src-code): Handle a special case for table.el editing.
  459. (org-edit-src-find-region-and-lang): Recognize the table.el
  460. context.
  461. * org-latex.el (org-export-latex-tables): Convert table.el
  462. tables.
  463. (org-export-latex-convert-table.el-table): New function.
  464. * org-html.el (org-html-expand): Fix table.el export.
  465. * org-latex.el (org-export-latex-preprocess): Protect footnotes in
  466. headings.
  467. * org-id.el (org-id-find-id-file): Fix bug when there is no hash
  468. table for the id locations.
  469. * org.el (org-read-date-analyze): Match American-style dates, like
  470. 5/30 or 5/13/7. Make sure cal-iso.el is loaded. Don't force he
  471. current year when reading ISO and American dates.
  472. 2010-02-25 Carsten Dominik <carsten.dominik@gmail.com>
  473. * org.el (org-face-from-face-or-color): New function.
  474. (org-get-todo-face, org-font-lock-add-priority-faces)
  475. (org-get-tag-face): Use `org-face-from-face-or-color'.
  476. * org-faces.el (org-todo-keyword-faces, org-priority-faces): Allow
  477. simple colors as values.
  478. (org-faces-easy-properties): New option.
  479. * org-agenda.el (org-agenda-set-mode-name): Show if the agenda is
  480. restricted, as an agenda mode.
  481. (org-agenda-fontify-priorities): Allow simple colors as values.
  482. 2010-02-25 Bastien Guerry <bzg@altern.org>
  483. * org-timer.el (org-timer-current-timer): Renamed from
  484. `org-timer-last-timer'.
  485. (org-timer-timer1, org-timer-timer2, org-timer-timer3): Removed.
  486. (org-timer-cancel-timer, org-timer-show-remaining-time)
  487. (org-timer-set-timer): Update to use only one timer.
  488. * org.el (org-set-property): Remove useless space in the prompt.
  489. 2010-02-25 Carsten Dominik <carsten.dominik@gmail.com>
  490. * org-html.el (org-export-html-style-default): Add a default style
  491. for textareas.
  492. * org-exp.el (org-export-format-source-code-or-example): Fix
  493. textarea tag.
  494. 2010-02-24 Bastien Guerry <bzg@altern.org>
  495. * org-clock.el (org-clock-current-task): New variable to store
  496. last clocked in task.
  497. (org-clock-set-current, org-clock-delete-current): New functions.
  498. 2010-02-24 Carsten Dominik <carsten.dominik@gmail.com>
  499. * org-remember.el (org-remember-apply-template): Extend comment.
  500. (org-remember-handler): Implement clock sibling filing.
  501. 2010-02-23 Carsten Dominik <carsten.dominik@gmail.com>
  502. * org-publish.el (org-publish-all, org-publish-current-file)
  503. (org-publish-current-project): When called with prefix argument
  504. FORCE, also rebuild the validation file list.
  505. * org-latex.el (org-export-latex-preprocess): Protect footnotes in
  506. section headings.
  507. 2010-02-21 Carsten Dominik <carsten.dominik@gmail.com>
  508. * org-html.el (org-export-as-html-and-open): Kill product buffer
  509. if the user wants that.
  510. * org-latex.el (org-export-as-pdf-and-open): Kill product buffer
  511. if the user wants that.
  512. * org-exp.el (org-export-kill-product-buffer-when-displayed): New
  513. option.
  514. * org-agenda.el (org-batch-agenda-csv): Use the time property
  515. instead of the `time-of-day' property.
  516. 2010-02-20 Carsten Dominik <carsten.dominik@gmail.com>
  517. * org-timer.el (org-timer-start-hook, org-timer-stop-hook)
  518. (org-timer-pause-hook, org-timer-set-hook)
  519. (org-timer-cancel-hook): New hooks.
  520. (org-timer-start): Run `org-timer-start-hook'.
  521. (org-timer-pause-or-continue): Run `org-timer-pause-hook'.
  522. (org-timer-stop): Run `org-timer-stop-hook'.
  523. (org-timer-cancel-timers): Run `org-timer-cancel-hook'.
  524. 2010-02-19 Carsten Dominik <carsten.dominik@gmail.com>
  525. * org.el (org-reveal): Double prefix arg shows the subtree of the
  526. parent.
  527. 2010-02-17 Carsten Dominik <carsten.dominik@gmail.com>
  528. * org-agenda.el (org-search-view): Fix bug with searching full
  529. words in headlines in search view.
  530. (org-agenda-skip-deadline-prewarning-if-scheduled): New option.
  531. (org-agenda-get-deadlines): Suppress pre-warning if the entry is
  532. scheduled (if the user configures it so.
  533. 2010-02-16 Carsten Dominik <carsten.dominik@gmail.com>
  534. * org.el (org-hide-archived-subtrees): Don't jump to end of
  535. subtree if the match was not in a headline.
  536. (org-inside-latex-macro-p): Allow more complex arguments.
  537. (org-emphasize): Protect against use at end of buffer.
  538. 2010-02-15 Carsten Dominik <carsten.dominik@gmail.com>
  539. * org-agenda.el (org-agenda-align-tags): Avoid side effects on
  540. text properties.
  541. 2010-02-14 Carsten Dominik <carsten.dominik@gmail.com>
  542. * org-agenda.el (org-agenda-todo-ignore-scheduled): More allowed
  543. values.
  544. (org-agenda-todo-ignore-scheduled)
  545. (org-agenda-todo-ignore-deadlines): More control with different
  546. allowed values.
  547. (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
  548. Honor the new option settings.
  549. 2010-02-12 Carsten Dominik <carsten.dominik@gmail.com>
  550. * org.el (org-get-location): Make sure the selection buffer is
  551. shown in the current frame.
  552. * org-ascii.el (org-export-ascii-table-widen-columns): New
  553. option.
  554. (org-export-ascii-preprocess): Realign tables to remove narrowing
  555. if `org-export-ascii-table-widen-columns' is set.
  556. * org-table.el (org-table-do-narrow): New variable.
  557. (org-table-align): Narrow only if `org-table-do-narrow' is t.
  558. * org.el (org-deadline, org-schedule): Allow updating if the
  559. relevant time stamp does not have a repeater, i.e. do not require
  560. that no time stamp has a repeater.
  561. * org-agenda.el (org-agenda-align-tags): Don't add a face to the
  562. new white space before the tags.
  563. * org-latex.el (org-export-as-latex): Do nit require the buffer to
  564. be visiting a file when only exporting to a buffer or string.
  565. (org-export-latex-fix-inputenc): Only save the buffer is there is
  566. a file name attached to it.
  567. 2010-02-09 Dan Davison <davison@stats.ox.ac.uk>
  568. * org-src.el (org-edit-src-exit): Widen before exiting edit buffers
  569. 2010-02-08 Carsten Dominik <carsten.dominik@gmail.com>
  570. * org.el (org-fontify-meta-lines-and-blocks): Honor
  571. `org-fontify-quote-and-verse-blocks'.
  572. * org-faces.el (org-fontify-quote-and-verse-blocks): New option.
  573. 2010-02-03 Carsten Dominik <carsten.dominik@gmail.com>
  574. * org.el (org-open-at-point): Also check for text property
  575. org-linked-text before offering collected links.
  576. 2010-02-03 Stephen Eglen <stephen@gnu.org>
  577. * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
  578. Optionally extract time specification from text and add to the
  579. timestamp.
  580. 2010-02-03 Carsten Dominik <carsten.dominik@gmail.com>
  581. * org-exp.el (org-html-entities): Fix typo.
  582. * org-latex.el (org-export-latex-make-header): Use \providecommand
  583. to make sure the \alert macro is defined.
  584. * org.el (org-format-latex-signal-error)
  585. (org-create-formula-image): Use `org-format-latex-signal-error'.
  586. 2010-02-02 Stephen Eglen <stephen@gnu.org>
  587. * org.el (org-store-link): For dired buffers, use
  588. default-directory as link name if dired-get-filename returns
  589. nil.
  590. 2010-02-02 Carsten Dominik <carsten.dominik@gmail.com>
  591. * org-exp.el (org-export-concatenate-multiline-links): The for
  592. protectedness at beginning of match.
  593. * org-latex.el (org-export-latex-fix-inputenc): Never leave the
  594. AUTO as a coding system, instead default to utf8.
  595. 2010-02-01 Carsten Dominik <carsten.dominik@gmail.com>
  596. * org.el (org-block-todo-from-children-or-siblings-or-parent)
  597. (org-block-todo-from-checkboxes): Respect the local variable
  598. value when deciding if blocking should be active.
  599. * org-latex.el (org-export-latex-make-header): Define the align
  600. macro if it is not yet defined.
  601. * org-agenda.el (org-agenda-insert-diary-make-new-entry): Call
  602. `org-insert-heading' with the INVISIBLE-OK argument.
  603. * org-mac-message.el (org-mac-message-insert-flagged): Call
  604. `org-insert-heading' with the INVISIBLE-OK argument.
  605. * org.el (org-insert-heading): New argument INVISIBLE-OK.
  606. * org-agenda.el (org-agenda-view-mode-dispatch): Improve the
  607. prompt message.
  608. * org-html.el (org-html-level-start): Use the
  609. `html-container-class' text property to set an additional class
  610. for an outline container.
  611. * org-exp.el (org-export-remember-html-container-classes): New
  612. function.
  613. (org-export-preprocess-string): Call
  614. `org-export-remember-html-container-classes'.
  615. * org.el (org-cycle): Mention level cycling in the docstring.
  616. (org-default-properties): Add new property HTML_CONTAINER_CLASS.
  617. * org-remember.el (org-remember-apply-template): Do file insertion
  618. first.
  619. 2010-01-31 Carsten Dominik <carsten.dominik@gmail.com>
  620. * org-habit.el (org-habit-insert-consistency-graphs): Fix a
  621. problem with mis-aligned graphs when showing habits.
  622. 2010-01-28 Mikael Fornius <mfo@abc.se>
  623. * org.el (org-assign-fast-keys): Prefer keys used in keyword name
  624. when assigning. Begin using numerical characters when all in name
  625. is used up. This is to spare alphanumeric characters for better
  626. match with other keywords.
  627. 2010-01-28 Carsten Dominik <carsten.dominik@gmail.com>
  628. * org-exp.el (org-export-preprocess-hook): Improve documentation.
  629. * org-latex.el (org-export-latex-preprocess): More consistent
  630. conversion and protection of the words LaTeX and TeX.
  631. (org-export-latex-fontify-headline, org-export-latex-preprocess):
  632. Allow angle brackets in commands, for beamer.
  633. 2010-01-26 Carsten Dominik <carsten.dominik@gmail.com>
  634. * org-clock.el (org-clock-in): Improve the look of the clock line
  635. by formatting links.
  636. 2010-01-24 Carsten Dominik <carsten.dominik@gmail.com>
  637. * org-latex.el (org-export-latex-classes): Use AUTO as the place
  638. holder string for the coding system. And improve the
  639. documentation.
  640. (org-export-latex-fix-inputenc): Only modify the coding system if
  641. it is given by the placeholder AUTO.
  642. 2010-01-23 Carsten Dominik <carsten.dominik@gmail.com>
  643. * org-clock.el (org-task-overrun-text): New option.
  644. (org-task-overrun, org-clock-update-period): New variables.
  645. (org-clock-get-clock-string, org-clock-update-mode-line): Mark
  646. overrun clock.
  647. (org-clock-notify-once-if-expired): Check if clock is overrun.
  648. * org-faces.el: New face `org-mode-line-clock-overrun'.
  649. 2010-01-18 Jan Böcker <jan.boecker@jboecker.de>
  650. * org.el (org-narrow-to-subtree): Position the end of the narrowed
  651. region before the line with the next heading, to prevent the user
  652. from prepending text to the next headline.
  653. 2010-01-20 Stephen Eglen <stephen@gnu.org>
  654. * org-agenda.el (org-get-time-of-day): Use
  655. org-agenda-time-leading-zero to allow leading zero (rather than
  656. space) for times.
  657. 2010-01-20 Carsten Dominik <carsten.dominik@gmail.com>
  658. * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
  659. org-datetree.el is loaded.
  660. * org-datetree.el: autoload `org-datetree-find-day-create'
  661. * org-latex.el (org-export-latex-hyperref-format): New option.
  662. (org-export-latex-links): Use `org-export-latex-hyperref-format'.
  663. 2010-01-18 Carsten Dominik <carsten.dominik@gmail.com>
  664. * org-ctags.el (org-ctags-enable): Change order of functions.
  665. (org-ctags-create-tags): Add wildcard to file name expansion.
  666. 2010-01-17 Carsten Dominik <carsten.dominik@gmail.com>
  667. * org.el (org-entry-properties): Fix some important bugs.
  668. 2010-01-16 Carsten Dominik <carsten.dominik@gmail.com>
  669. * org.el (org-link-unescape, org-link-escape): Only use hexlify if
  670. the table is not explicitly given.
  671. 2010-01-15 Carsten Dominik <carsten.dominik@gmail.com>
  672. * org-clock.el (org-clock-out-when-done): Allow a list of keywords
  673. as value.
  674. (org-clock-out-if-current): Work with the new list value of
  675. `org-clock-out-when-done'.
  676. (org-clock-out, org-clock-out-if-current): Avoid circular logic
  677. between clocking out and state changes.
  678. * org-ctags.el (org-ctags-path-to-ctags): Better system-type test.
  679. * org-latex.el (org-export-latex-treat-backslash-char): Do not by
  680. accident protect a character that is before a backslash.
  681. 2010-01-14 Carsten Dominik <carsten.dominik@gmail.com>
  682. * org-agenda.el (org-diary-class): Use
  683. `org-order-calendar-date-args'.
  684. * org.el (org-order-calendar-date-args): New function.
  685. * org-exp.el (org-export-target-internal-links): Check for
  686. protectedness after the first bracket.
  687. * org.el (org-entry-properties): Don't match wrong-case TODO
  688. keywords.
  689. * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
  690. Document that ARG is passed through to remove the date.
  691. (org-agenda-bulk-action): Accept prefix arg and pass it on. Do
  692. not read a date when the user has given a `C-u' prefix.
  693. 2010-01-11 Carsten Dominik <carsten.dominik@gmail.com>
  694. * org-agenda.el (org-agenda-fix-displayed-tags): Fix bug when all
  695. tags are hidden.
  696. 2010-01-10 Carsten Dominik <carsten.dominik@gmail.com>
  697. * org-latex.el (org-export-latex-fix-inputenc): New function.
  698. (org-export-latex-inputenc-alist): New option.
  699. * org-exp.el (org-export): New key SPC to publish enclosing
  700. subtree.
  701. 2010-01-09 Carsten Dominik <carsten.dominik@gmail.com>
  702. * org-indent.el (org-indent-add-properties): Catch case when there
  703. is no headline in the buffer.
  704. 2010-01-08 Carsten Dominik <carsten.dominik@gmail.com>
  705. * org-exp.el (org-html-entities): Add checkmark symbol.
  706. * org-ascii.el (org-export-ascii-preprocess): Protect targets in
  707. verbatim code for ASCII export.
  708. * org.el (org-update-statistics-cookies): Also see checkboxes in
  709. ordered lists.
  710. 2010-01-07 Carsten Dominik <carsten.dominik@gmail.com>
  711. * org-agenda.el (org-agenda-view-mode-dispatch): Define the `L'
  712. key.
  713. * org-beamer.el (org-beamer-amend-header): Change the location
  714. where `org-beamer-header-extra' is inserted.
  715. * org.el (org-compute-latex-and-specials-regexp): Don't do BIND
  716. just for computing this regexp.
  717. 2010-01-06 Carsten Dominik <carsten.dominik@gmail.com>
  718. * org-beamer.el (org-beamer-frame-default-options): New option.
  719. (org-beamer-sectioning): Use default options if the user does not
  720. have defined any.
  721. (org-beamer-fix-toc): Put a frame around the table of contents.
  722. * org-exp.el (org-export-remove-comment-blocks-and-subtrees): Make
  723. sure case-folding works well when processing comment stuff.
  724. * org-latex.el (org-export-latex-after-save-hook): New hook.
  725. (org-export-as-latex): Run the new hook.
  726. 2010-01-05 Carsten Dominik <carsten.dominik@gmail.com>
  727. * org-beamer.el (org-beamer-environments-default): Add the note
  728. environments.
  729. (org-beamer-after-initial-vars): Allow several BEAMER_HEADER_EXTRA
  730. lines and collect and combine the content.
  731. (org-beamer-after-initial-vars): Check for note tags and make sure
  732. they will be seen like a property.
  733. * org.el (org-offer-links-in-entry): Fix bug when there is a
  734. single link.
  735. * org-exp.el (org-export): Make sure the mark is activated, also
  736. when `transient-mark-mode' is off.
  737. * org-agenda.el (org-agenda-search-view-always-boolean): New option.
  738. (org-agenda-search-view-search-words-only): Obsolete variable, is
  739. now an alias for `org-agenda-search-view-always-boolean'.
  740. (org-agenda-search-view-force-full-words): New option.
  741. (org-search-view): Improve docstring, and implement a better logic
  742. for Boolean and phrase searches.
  743. (org-agenda-last-search-view-search-was-boolean): New variable.
  744. (org-agenda-manipulate-query): Consider the type of the last
  745. search when modifying the search string.
  746. 2010-01-04 Carsten Dominik <carsten.dominik@gmail.com>
  747. * org-latex.el (org-export-as-latex): Do the first letbind in the
  748. right moment.
  749. * org-agenda.el (org-get-entries-from-diary): Add the new face to
  750. these entries.
  751. * org-faces.el (org-agenda-diary): New face.
  752. * org.el (org-make-link-regexps): Allow regexp-special characters
  753. in link types.
  754. (org-open-file): When in-emacs is `system', also force system
  755. opening, like when the value was `(16)'.
  756. (org-update-statistics-cookies): Handle entries without children.
  757. * org-exp.el
  758. (org-export-preprocess-before-normalizing-links-hook): New hook.
  759. (org-export-preprocess-string): Run the new hook.
  760. * org.el (org-offer-links-in-entry): Make RET open all links.
  761. * org-html.el (org-export-as-html): Remove any leftover display
  762. properties in the html file.
  763. * org-wl.el (org-wl-store-link): Work-around for format bug with
  764. text properties.
  765. * org-habit.el (org-habit-insert-consistency-graphs): Turn off
  766. invisibility while adding the graphs.
  767. 2010-01-03 Carsten Dominik <carsten.dominik@gmail.com>
  768. * org-remember.el (org-select-remember-template): Use C letter to
  769. customize remember templates.
  770. * org-agenda.el (org-agenda-bulk-mark, org-agenda-bulk-unmark):
  771. Move cursor to next visible line.
  772. 2010-01-02 Carsten Dominik <carsten.dominik@gmail.com>
  773. * org-beamer.el (org-beamer-sectioning): Leave columns environment
  774. by specifying 0 or 1 for column width.
  775. (org-beamer-column-widths): Make 0 stand for 0.0.
  776. 2010-01-01 Carsten Dominik <carsten.dominik@gmail.com>
  777. * org-exp.el (org-export-mark-radio-links): Don't match inside
  778. <<target>>.
  779. * org.el (org-format-latex-header-extra): New variable.
  780. (org-format-latex): Set org-format-latex-header-extra from
  781. in-buffer stuff.
  782. (org-format-latex): Add org-format-latex-header-extra to the
  783. variables on which image creation depends.
  784. (org-create-formula-image): Add the header stuff from in-buffer
  785. settings.
  786. (org-read-date-analyze): Base the analysis for future preference
  787. on NOW, not on the default date.
  788. * org-inlinetask.el (org-inlinetask-export-handler): Add CSS class
  789. for TODO keyword in inline tasks.
  790. * org.el (org-log-note-headings): New headings for removing
  791. deadline or scheduling date.
  792. (org-deadline, org-schedule): Arrange for logging when removing a
  793. date.
  794. (org-add-log-note): Handle deadline and scheduling removal.
  795. 2009-12-31 Carsten Dominik <carsten.dominik@gmail.com>
  796. * org-exp.el (org-export-visible): Add LaTeX/pdf export.
  797. 2009-12-28 Carsten Dominik <carsten.dominik@gmail.com>
  798. * org-agenda.el (org-diary-class): New function.
  799. 2009-12-24 Carsten Dominik <carsten.dominik@gmail.com>
  800. * org-latex.el (org-export-latex-preprocess): Do process the text
  801. of a radio target.
  802. 2009-12-20 Carsten Dominik <carsten.dominik@gmail.com>
  803. * org.el (org-entry-properties): Add TIMESTAMP properties back
  804. in.
  805. 2009-12-18 Carsten Dominik <carsten.dominik@gmail.com>
  806. * org.el (org-all-time-keywords): New variable.
  807. (org-set-regexps-and-options): Set `org-all-time-keywords'.
  808. (org-entry-blocked-p): New function.
  809. (org-special-properties): Add BLOCKED as a new special property.
  810. (org-entry-properties): New optional argument SPECIFIC, only parse
  811. for this property when it is specified.
  812. (org-entry-get): Pass a SPECIFIC argument to
  813. `org-entry-properties'.
  814. * org-latex.el (org-export-as-latex): Preprocess TEXT as well.
  815. 2009-12-17 Carsten Dominik <carsten.dominik@gmail.com>
  816. * org-latex.el (org-export-latex-tables): No forced line end if
  817. there is no caption.
  818. 2009-12-16 Carsten Dominik <carsten.dominik@gmail.com>
  819. * org-exp.el (org-html-entities): Add Euro symbols from Marvosym
  820. package.
  821. * org-latex.el (org-export-latex-tables): Only add a caption when
  822. macro in in longtable environments if one has been defined.
  823. * org-html.el (org-export-as-html): Only take title from buffer if
  824. not exporting body-only.
  825. * org-latex.el (org-export-latex-preprocess): Better version of
  826. the regular expression for protecting LaTeX macros.
  827. (org-export-latex-preprocess): Start searching for macros to
  828. protect from beginning of buffer.
  829. * org-exp.el (org-export-target-internal-links): Check for
  830. protectedness earlier in the string.
  831. * org-agenda.el (org-agenda-highlight-todo): Match TODO keywords
  832. case sensitively.
  833. * org-id.el (org-id-store-link): Match TODO keywords case
  834. sensitively.
  835. * org.el (org-heading-components, org-get-outline-path)
  836. (org-display-outline-path): Match TODO keywords case sensitively.
  837. * org-latex.el (org-export-as-latex): Ignore read-only
  838. properties.
  839. * org-exp.el (org-export-preprocess-string): Remove any
  840. `read-only' properties.
  841. * org-agenda.el (org-agenda-inactive-leader): New option.
  842. (org-agenda-get-timestamps): Use `org-agenda-inactive-leader'.
  843. (org-tags-view): Prompt for matcher if MATCH is an empty string.
  844. (org-todo-list): Prompt for matcher if ARG is an empty string.
  845. 2009-12-15 Carsten Dominik <carsten.dominik@gmail.com>
  846. * org.el (org-open-link-functions): New hook.
  847. (org-open-at-point): Run `org-open-link-functions'.
  848. 2009-12-14 Carsten Dominik <carsten.dominik@gmail.com>
  849. * org-agenda.el (org-agenda-date-prompt): Allow inactive time
  850. stamps as well.
  851. * org.el (org-inhibit-startup-visibility-stuff): New variable.
  852. (org-mode): Don't do startup visibility if inhibited.
  853. (org-outline-overlay-data, org-set-outline-overlay-data): New
  854. functions.
  855. (org-save-outline-visibility): New macro.
  856. (org-log-note-headings): Document that one should not change the
  857. `state' note format.
  858. 2009-12-13 Carsten Dominik <carsten.dominik@gmail.com>
  859. * org.el (org-make-link-regexps): Capture link path into a group.
  860. 2009-12-12 Carsten Dominik <carsten.dominik@gmail.com>
  861. * org-beamer.el (org-beamer-after-initial-vars): Do not overwrite
  862. the options plist.
  863. 2009-12-11 Carsten Dominik <carsten.dominik@gmail.com>
  864. * org.el (org-startup-with-beamer-mode): New option.
  865. (org-property-changed-functions)
  866. (org-property-allowed-value-functions): New hooks.
  867. (org-entry-put, org-property-get-allowed-values): Run the new
  868. hooks.
  869. (org-property-next-allowed-value): Run the new hooks.
  870. * org-exp.el (org-export-select-backend-specific-text): Add the
  871. special beamer tags.
  872. * org-beamer.el
  873. (org-export-preprocess-before-selecting-backend-code-hook): New
  874. file.
  875. * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
  876. (org-export-as-latex): Run
  877. `org-export-latex-after-initial-vars-hook'.
  878. (org-export-latex-format-toc-function)
  879. (org-export-latex-make-header): Call
  880. `org-export-latex-format-toc-function'.
  881. * org.el (org-fill-template): Make template searches case sensitive.
  882. * org-exp.el (org-export): Use "1" as a sign to export only the
  883. subtree.
  884. * org-colview-xemacs.el (org-columns-edit-value): Use
  885. org-unrestricted property.
  886. * org-colview.el (org-columns-edit-value): Use
  887. org-unrestricted property.
  888. * org.el (org-compute-property-at-point): Set org-unrestricted
  889. text property if the list contains ":ETC".
  890. (org-insert-property-drawer): Use
  891. org-unrestricted property.
  892. * org-exp.el
  893. (org-export-preprocess-before-selecting-backend-code-hook): New hook.
  894. (org-export-preprocess-string): Run
  895. `org-export-preprocess-before-selecting-backend-code-hook'.
  896. * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
  897. * org-latex.el (org-export-region-as-latex): Run
  898. `org-export-first-hook'.
  899. * org-html.el (org-export-as-html): Run `org-export-first-hook'.
  900. * org-docbook.el (org-export-as-docbook): Run
  901. `org-export-first-hook'.
  902. * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
  903. * org-exp.el (org-export-first-hook): New hook.
  904. 2009-12-10 Carsten Dominik <carsten.dominik@gmail.com>
  905. * org-list.el (org-previous-item): Exit at the beginning of the
  906. buffer.
  907. * org-id.el (org-id-locations-save): Only write the id locations
  908. if any are defined.
  909. * org-archive.el (org-archive-all-done): Make this work in a file
  910. with org-odd-levels-only set.
  911. * org.el (org-get-refile-targets): Catch the case when a buffer
  912. has no file.
  913. * org-latex.el (org-export-as-latex): Cleanup forced line ends
  914. where they are not needed.
  915. (org-export-latex-subcontent): Remove unnecessary newlines.
  916. 2009-12-09 Carsten Dominik <carsten.dominik@gmail.com>
  917. * org-latex.el (org-export-latex-make-header): Remove \obeylines.
  918. (org-export-latex-fontify): Fix regexp bug that takes special
  919. care of protecting the right boundary characters in emphasis
  920. matches.
  921. (org-export-latex-preprocess): Allow multiple arguments to latex
  922. macros.
  923. * org.el (org-make-link-regexps): Use John Gruber's regexp for
  924. urls.
  925. * org-macs.el (org-re): Interpret :punct: in regexps.
  926. * org-exp.el (org-export-replace-src-segments-and-examples): Also
  927. take the final newline after the END line.
  928. * org.el (org-clean-visibility-after-subtree-move): Only fix
  929. entries that are not entirely invisible already.
  930. (org-insert-link): Respect org-link-file-path-type for
  931. "docview:" links in addition to "file:" links.
  932. 2009-12-03 Carsten Dominik <carsten.dominik@gmail.com>
  933. * org-exp.el (org-export-format-source-code-or-example): Avoid
  934. additional extra white lines in LaTeX.
  935. * org-list.el (org-list-parse-list): Leave empty lines after the
  936. list, don't consider them as part of the list.
  937. * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
  938. searches.
  939. * org-clock.el (org-clock-select-task): Convert integer to
  940. character for XEmacs.
  941. 2009-12-02 Carsten Dominik <carsten.dominik@gmail.com>
  942. * org-clock.el (org-clock-resolve): Make reading a char XEmacs
  943. compatible.
  944. 2009-11-30 Tassilo Horn <tassilo@member.fsf.org>
  945. * org.el (org-complete-tags-always-offer-all-agenda-tags): New
  946. variable.
  947. (org-set-tags): Use it.
  948. 2009-11-30 Carsten Dominik <carsten.dominik@gmail.com>
  949. * org-list.el (org-empty-line-terminates-plain-lists): Update
  950. docstring.
  951. * org.el (org-format-latex): Fix link creation for processed latex
  952. snippets.
  953. 2009-11-29 Carsten Dominik <carsten.dominik@gmail.com>
  954. * org-footnote.el (org-footnote-normalize): Protect replacement
  955. text.
  956. * org.el (org-inside-latex-macro-p): Save match data.
  957. 2009-11-28 Jan Böcker <jan.boecker@jboecker.de>
  958. * org-docview.el: New file.
  959. 2009-11-27 Carsten Dominik <carsten.dominik@gmail.com>
  960. * org-latex.el (org-export-latex-class-options): New variable.
  961. (org-export-latex-set-initial-vars): Use the class options.
  962. * org.el (org-forward-same-level): Stop at headings that start
  963. with an invisible character.
  964. (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
  965. 2009-11-26 Carsten Dominik <carsten.dominik@gmail.com>
  966. * org-footnote.el (org-footnote-normalize): Don't take optional
  967. arguments in LaTeX macros as footnotes.
  968. * org.el (org-inside-latex-macro-p): New function.
  969. * org-latex.el (org-latex-to-pdf-process): Change customization
  970. group to `org-export-pdf'.
  971. * org-agenda.el (org-agenda-get-blocks): Look at time string also
  972. on days after the first one.
  973. * org.el (org-insert-heading): Also check for item before assuming
  974. before-first-heading condition.
  975. * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
  976. (org-export-pdf-logfiles): New option.
  977. (org-export-as-pdf): Use `org-export-pdf-logfiles'.
  978. (org-export-pdf-logfiles): Fix customization type.
  979. * org.el (org-insert-link): Improve error message when there is no
  980. default link to select with RET.
  981. * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
  982. parameter list.
  983. 2009-11-25 Carsten Dominik <carsten.dominik@gmail.com>
  984. * org-latex.el (org-export-latex-parse-global)
  985. (org-export-latex-parse-content)
  986. (org-export-latex-parse-subcontent): Use
  987. `org-re-search-forward-unprotected'.
  988. (org-export-as-pdf): Remove log files produced by XeTeX.
  989. * org-macs.el (org-re-search-forward-unprotected): New function.
  990. 2009-11-25 James TD Smith <ahktenzero@mohorovi.cc>
  991. * org-colview.el (org-agenda-colview-summarize): Sort out some
  992. confusion between properties and titles, which resulted in
  993. agenda summaries not working if a title was set for a column.
  994. 2009-11-24 Carsten Dominik <carsten.dominik@gmail.com>
  995. * org-mobile.el (org-mobile-agendas): New option.
  996. (org-mobile-sumo-agenda-command): Select the right agendas.
  997. * org-latex.el (org-export-latex-format-image): Preserve the
  998. original-indentation property.
  999. 2009-11-23 Carsten Dominik <carsten.dominik@gmail.com>
  1000. * org-clock.el (org-clock-insert-selection-line): Catch error when
  1001. an old tasks no longer exists.
  1002. * org-latex.el (org-export-as-pdf): Remove also the .idx file.
  1003. (org-export-as-pdf): Don't remove the old PDF file before making
  1004. the new one.
  1005. * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
  1006. (org-mouse-context-menu): Use `org-looking-back'.
  1007. * org.el (org-cycle-level): Use `org-looking-back'.
  1008. * org-list.el (org-cycle-item-indentation): Use
  1009. `org-looking-back'.
  1010. * org-compat.el (org-looking-back): New function.
  1011. * org.el (org-insert-heading): Catch before-first-headline when
  1012. inserting a headline.
  1013. 2009-11-22 Carsten Dominik <carsten.dominik@gmail.com>
  1014. * org-latex.el (org-export-latex-format-image): Indent figure
  1015. environment, so that it does not interrupt plain list.
  1016. * org.el (org-open-at-point): Allow long link descriptions.
  1017. 2009-11-21 Carsten Dominik <carsten.dominik@gmail.com>
  1018. * org-html.el (org-export-as-html): Remove empty lines at the
  1019. beginning of the exported text.
  1020. ;; Local Variables:
  1021. ;; coding: utf-8
  1022. ;; add-log-time-zone-rule: t
  1023. ;; End:
  1024. Copyright (C) 2008 Free Software Foundation, Inc.
  1025. This file is part of GNU Emacs.
  1026. GNU Emacs is free software: you can redistribute it and/or modify
  1027. it under the terms of the GNU General Public License as published by
  1028. the Free Software Foundation, either version 3 of the License, or
  1029. (at your option) any later version.
  1030. GNU Emacs is distributed in the hope that it will be useful,
  1031. but WITHOUT ANY WARRANTY; without even the implied warranty of
  1032. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  1033. GNU General Public License for more details.
  1034. You should have received a copy of the GNU General Public License
  1035. along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
  1036. ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c