ChangeLog 51 KB

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