ChangeLog 57 KB

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