ChangeLog 48 KB

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