ChangeLog 55 KB

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