ChangeLog 52 KB

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