diff options
| author | Bastien Guerry | 2013-11-12 14:06:26 +0100 |
|---|---|---|
| committer | Bastien Guerry | 2013-11-12 14:06:26 +0100 |
| commit | 271672fad74cdbc9065d23d6e6cee1b8540f571b (patch) | |
| tree | d322b956ec0e74ee33b22354ef00839b23b1618d /doc/misc/ChangeLog | |
| parent | f201cf3a8143b0b34b07769fc7d73dd14761b87b (diff) | |
| download | emacs-271672fad74cdbc9065d23d6e6cee1b8540f571b.tar.gz emacs-271672fad74cdbc9065d23d6e6cee1b8540f571b.zip | |
Merge Org version 8.2.3a.
Diffstat (limited to 'doc/misc/ChangeLog')
| -rw-r--r-- | doc/misc/ChangeLog | 480 |
1 files changed, 480 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 1396fc12f43..976922a3978 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,483 @@ | |||
| 1 | 2013-11-12 Aaron Ecay <aaronecay@gmail.com> | ||
| 2 | |||
| 3 | * org.texi (Exporting code blocks): Document the 'inline-only | ||
| 4 | setting for `org-export-babel-evaluate'. Document how :var | ||
| 5 | introduces code block dependencies. | ||
| 6 | |||
| 7 | 2013-11-12 Achim Gratz <Stromeko@Stromeko.DE> | ||
| 8 | |||
| 9 | * org.texi (Header arguments): Document header-args[:lang] | ||
| 10 | properties and remove deprecated old-style properties from | ||
| 11 | documentation. | ||
| 12 | |||
| 13 | * org.texi (Agenda commands): Remove footnote from @tsubheading | ||
| 14 | and add a sentence with the reference instead. | ||
| 15 | |||
| 16 | 2013-11-12 Bastien Guerry <bzg@gnu.org> | ||
| 17 | |||
| 18 | * org.texi (Catching invisible edits): | ||
| 19 | * org.texi (Plain lists, Plain lists): | ||
| 20 | * org.texi (Advanced configuration): | ||
| 21 | * org.texi (Tag groups): | ||
| 22 | * org.texi (Conventions): | ||
| 23 | * org.texi (Checkboxes, Radio lists): | ||
| 24 | * org.texi (Top, Summary, Exporting): | ||
| 25 | * org.texi (In-buffer settings): Fix typos. | ||
| 26 | |||
| 27 | * org.texi (Refile and copy): Document `org-copy' and `C-3 C-c | ||
| 28 | C-w'. Add an index entry for `org-refile-keep'. | ||
| 29 | |||
| 30 | * org.texi (Plain lists): Add an index entry for sorting plain | ||
| 31 | list. Document sorting by checked status for check lists. | ||
| 32 | |||
| 33 | * org.texi (Publishing options): Fix old variable names. | ||
| 34 | |||
| 35 | * org.texi (Orgstruct mode): Fix suggested setting of | ||
| 36 | `orgstruct-heading-prefix-regexp'. | ||
| 37 | |||
| 38 | * org.texi (Export settings): Document | ||
| 39 | `org-export-allow-bind-keywords'. | ||
| 40 | |||
| 41 | * org.texi (History and Acknowledgments): Small rephrasing. | ||
| 42 | |||
| 43 | * org.texi (Template elements): Add a footnote about tags accepted | ||
| 44 | in a year datetree. | ||
| 45 | |||
| 46 | * org.texi (Beamer export, @LaTeX{} and PDF export) | ||
| 47 | (Header and sectioning, @LaTeX{} specific attributes): Enhance | ||
| 48 | style. | ||
| 49 | |||
| 50 | * org.texi (Agenda commands): Add a footnote about dragging agenda | ||
| 51 | lines: it does not persist and it does not change the .org files. | ||
| 52 | |||
| 53 | * org.texi (Agenda commands): Add a table heading for dragging | ||
| 54 | agenda lines forward/backward. | ||
| 55 | |||
| 56 | * org.texi (Agenda commands): Add documentation for | ||
| 57 | `org-agenda-bulk-toggle' and `org-agenda-bulk-toggle-all'. | ||
| 58 | |||
| 59 | * org.texi (Publishing options): Update the list of options. | ||
| 60 | (Simple example, Complex example): Fix the examples. | ||
| 61 | |||
| 62 | * org.texi (Formula syntax for Calc): Don't use a bold font the | ||
| 63 | warning. | ||
| 64 | |||
| 65 | * org.texi (Other built-in back-ends): New section. | ||
| 66 | |||
| 67 | * org.texi (Editing source code): Document | ||
| 68 | `org-edit-src-auto-save-idle-delay' and | ||
| 69 | `org-edit-src-turn-on-auto-save'. | ||
| 70 | |||
| 71 | * org.texi (External links): Document contributed link types | ||
| 72 | separately. | ||
| 73 | |||
| 74 | * org.texi (Closing items): Document | ||
| 75 | `org-closed-keep-when-no-todo'. | ||
| 76 | |||
| 77 | * org.texi (Export back-ends): Rename from "Export formats". | ||
| 78 | (The Export Dispatcher): Remove reference to | ||
| 79 | `org-export-run-in-background'. | ||
| 80 | (Export settings): Minor rewrites. | ||
| 81 | (ASCII/Latin-1/UTF-8 export): Update variable's name. | ||
| 82 | (In-buffer settings): Add #+HTML_HEAD_EXTRA. | ||
| 83 | |||
| 84 | * org.texi (Export in foreign buffers): New section. | ||
| 85 | (Exporting): Remove documentation about converting the selected | ||
| 86 | region. | ||
| 87 | |||
| 88 | * org.texi (Advanced configuration): Put the filter valid types in | ||
| 89 | a table. Use @lisp and @smalllisp. | ||
| 90 | |||
| 91 | * org.texi: Use @code{nil} instead of nil. Update the maintainer | ||
| 92 | contact info. | ||
| 93 | |||
| 94 | * org.texi (Exporting): Better introductory sentence. Add a note | ||
| 95 | about conversion commands. | ||
| 96 | (Feedback, Orgstruct mode, Built-in table editor) | ||
| 97 | (Built-in table editor, Orgtbl mode, Updating the table) | ||
| 98 | (Property syntax, Capturing column view, Capture) | ||
| 99 | (Agenda files, Agenda commands, CDLaTeX mode, CDLaTeX mode) | ||
| 100 | (Exporting, Extending ODT export) | ||
| 101 | (Working with @LaTeX{} math snippets, dir, Customization) | ||
| 102 | (Radio tables, A @LaTeX{} example, Pulling from MobileOrg): | ||
| 103 | Uniformly use @kbd{M-x command RET}. | ||
| 104 | |||
| 105 | * org.texi (Filtering/limiting agenda items): New subsection. | ||
| 106 | Document the use of `org-agenda-max-*' options and | ||
| 107 | `org-agenda-limit-interactively' from the agenda. | ||
| 108 | (Agenda commands): Move details about filtering commands to | ||
| 109 | the new section, only include a summary here. | ||
| 110 | (Customizing tables in ODT export) | ||
| 111 | (System-wide header arguments, Conflicts, Dynamic blocks): Use | ||
| 112 | spaces for indentation. | ||
| 113 | |||
| 114 | * org.texi (Emphasis and monospace): Mention `org-emphasis-alist'. | ||
| 115 | |||
| 116 | * org.texi (Links in HTML export, Images in HTML export) | ||
| 117 | (post): Fix syntax within #+ATTR_*. | ||
| 118 | (Tables in HTML export): Document `org-html-table-row-tags' | ||
| 119 | and use `org-html-table-default-attributes' instead of | ||
| 120 | `org-html-table-tag'. | ||
| 121 | |||
| 122 | * org.texi (Publishing action, Publishing options) | ||
| 123 | (Publishing links): Major rewrite. Enhance explanations for | ||
| 124 | `org-org-publish-to-org'. Remove reference to | ||
| 125 | `org-export-run-in-background'. | ||
| 126 | |||
| 127 | * org.texi: Fix many small typos. Use #+NAME instead of | ||
| 128 | #+TBLNAME. Use @smalllisp instead of @example. | ||
| 129 | (Special symbols): Add index? | ||
| 130 | (HTML preamble and postamble): Don't mention obsolete use of | ||
| 131 | opt-plist. | ||
| 132 | (JavaScript support): Don't mention the org-jsinfo.el file as it | ||
| 133 | has been merged with ox-html.el. | ||
| 134 | |||
| 135 | * org.texi (Installation, Feedback, Setting Options) | ||
| 136 | (Code evaluation security, org-crypt.el): Use @lisp instead of | ||
| 137 | @example. | ||
| 138 | (Agenda commands): Use @table instead of @example. | ||
| 139 | |||
| 140 | * org.texi (Adding hyperlink types): New appendix. | ||
| 141 | |||
| 142 | * org.texi (ODT export commands, Extending ODT export) | ||
| 143 | (Applying custom styles, Images in ODT export) | ||
| 144 | (Labels and captions in ODT export) | ||
| 145 | (Literal examples in ODT export) | ||
| 146 | (Configuring a document converter) | ||
| 147 | (Working with OpenDocument style files) | ||
| 148 | (Customizing tables in ODT export) | ||
| 149 | (Validating OpenDocument XML): Fix options names. | ||
| 150 | |||
| 151 | * org.texi (History and Acknowledgments): Update acknowledgments | ||
| 152 | to Nicolas. Add Nicolas Goaziou to the list of contributors. | ||
| 153 | |||
| 154 | * org.texi (System-wide header arguments): Don't use "customizing" | ||
| 155 | for setting a variable. Also remove comments. | ||
| 156 | |||
| 157 | * org.texi (Weekly/daily agenda): Add `org-agenda-start-day' and | ||
| 158 | `org-agenda-start-on-weekday' to the variable index and document | ||
| 159 | them. | ||
| 160 | |||
| 161 | * org.texi (Sparse trees, Agenda commands) | ||
| 162 | (@LaTeX{} fragments, Selective export, Export options) | ||
| 163 | (The export dispatcher, ASCII/Latin-1/UTF-8 export) | ||
| 164 | (HTML Export commands, @LaTeX{}/PDF export commands) | ||
| 165 | (iCalendar export, Publishing options, Triggering publication) | ||
| 166 | (In-buffer settings): Update to reflect changes from the new | ||
| 167 | export engine. | ||
| 168 | |||
| 169 | * org.texi (Matching tags and properties): More examples. Explain | ||
| 170 | group tags expansion as regular expressions. | ||
| 171 | |||
| 172 | * org.texi (Tag groups): New section. | ||
| 173 | |||
| 174 | * org.texi (Setting tags): Tiny formatting fixes. | ||
| 175 | |||
| 176 | * org.texi (Plain lists, Checkboxes): Use non-obsolete variable | ||
| 177 | names. | ||
| 178 | |||
| 179 | * org.texi (Storing searches): Add "agenda" and "agenda*" to the | ||
| 180 | concept index. Include example for these agenda views. | ||
| 181 | (Special agenda views): Mention the "agenda*" agenda view. | ||
| 182 | |||
| 183 | * org.texi (Repeated tasks): Document how to ignore a repeater | ||
| 184 | when using both a scheduled and a deadline timetamp. | ||
| 185 | |||
| 186 | * org.texi (Global and local cycling): Wrap in a new subsection. | ||
| 187 | (Initial visibility, Catching invisible edits): New subsections. | ||
| 188 | |||
| 189 | * org.texi (Visibility cycling): Mention that | ||
| 190 | `org-agenda-inhibit-startup' will prevent visibility setting when | ||
| 191 | the agenda opens an Org file for the first time. | ||
| 192 | |||
| 193 | * org.texi (Org syntax): New section. | ||
| 194 | |||
| 195 | * org.texi (Orgstruct mode): Document | ||
| 196 | `orgstruct-heading-prefix-regexp'. | ||
| 197 | |||
| 198 | * org.texi (Speeding up your agendas): New section. | ||
| 199 | |||
| 200 | * org.texi (Installation): When installing Org from ELPA, users | ||
| 201 | should do this from an Emacs session where no .org file has been | ||
| 202 | visited. | ||
| 203 | |||
| 204 | * org.texi (CSS support, In-buffer settings): Update HTML options | ||
| 205 | names. | ||
| 206 | |||
| 207 | * org.texi (Structure editing): Update documentation for | ||
| 208 | `org-insert-heading-or-item'. | ||
| 209 | (Plain lists, Relative timer): Update index entry. | ||
| 210 | |||
| 211 | * org.texi (JavaScript support): Update variable names. | ||
| 212 | |||
| 213 | * org.texi (comments): Minor formatting fix. | ||
| 214 | |||
| 215 | * org.texi (@LaTeX{} fragments): Minor enhancement. | ||
| 216 | |||
| 217 | * org.texi: Update the list contributions. | ||
| 218 | |||
| 219 | * org.texi (Agenda commands): Exporting the agenda to an .org file | ||
| 220 | will not copy the subtrees and the inherited tags. Document | ||
| 221 | `org-agenda-filter-by-regexp'. | ||
| 222 | |||
| 223 | * org.texi (Publishing action, Complex example): Fix names of | ||
| 224 | publishing functions. | ||
| 225 | |||
| 226 | * org.texi (Top, Exporting): Delete references to Freemind. | ||
| 227 | (Freemind export): Delete section. | ||
| 228 | |||
| 229 | * org.texi (Top, Exporting): Delete references to the XOXO export. | ||
| 230 | (XOXO export): Delete section. | ||
| 231 | |||
| 232 | * org.texi (Capture): Mention that org-remember.el is not | ||
| 233 | supported anymore. | ||
| 234 | |||
| 235 | * org.texi (Top, Exporting, Beamer class export): Delete | ||
| 236 | references to the TaskJuggler export. | ||
| 237 | (History and Acknowledgments): Mention that the TaskJuggler has | ||
| 238 | been rewritten by Nicolas and now lives in the contrib/ directory | ||
| 239 | of Org's distribution. Mention that Jambunathan rewrote the HTML | ||
| 240 | exporter. Remove Jambunathan from my own acknowledgments. | ||
| 241 | (TaskJuggler export): Delete. | ||
| 242 | |||
| 243 | * org.texi (HTML preamble and postamble) | ||
| 244 | (Tables in HTML export, Images in HTML export) | ||
| 245 | (Math formatting in HTML export, CSS support) | ||
| 246 | (@LaTeX{} and PDF export, Publishing options): Fix the names of | ||
| 247 | the HTML export and publishing options. | ||
| 248 | |||
| 249 | * org.texi (Literal examples, Export options) | ||
| 250 | (@LaTeX{} and PDF export, Header and sectioning) | ||
| 251 | (Publishing options): Fix LaTeX options names. | ||
| 252 | |||
| 253 | * org.texi (Export options, CSS support, In-buffer settings): Fix | ||
| 254 | references to HTML_LINK_* and HTML_STYLE keywords. | ||
| 255 | |||
| 256 | * org.texi (Export options, In-buffer settings): Fix references to | ||
| 257 | #+SELECT_TAGS and #+EXCLUDE_TAGS and remove reference to #+XSLT. | ||
| 258 | |||
| 259 | * org.texi (Top, Markup, Initial text, Images and tables) | ||
| 260 | (@LaTeX{} fragments, @LaTeX{} fragments, Exporting) | ||
| 261 | (Export options, JavaScript support, Beamer class export): Remove | ||
| 262 | references to the DocBook export, which has been deleted. | ||
| 263 | (History and Acknowledgments): Mention that DocBook has been | ||
| 264 | deleted, suggest to use the Texinfo exporter instead, then to | ||
| 265 | convert the .texi to DocBook with makeinfo. | ||
| 266 | (Links in ODT export, Tables in ODT export): Fix indices. | ||
| 267 | |||
| 268 | * org.texi (Deadlines and scheduling): Add a variable to the | ||
| 269 | index. Add documentation about delays for scheduled tasks. | ||
| 270 | |||
| 271 | * org.texi (Emphasis and monospace): Mention | ||
| 272 | `org-fontify-emphasized-text' and | ||
| 273 | `org-emphasis-regexp-components'. | ||
| 274 | |||
| 275 | * org.texi (References): Small enhancement. | ||
| 276 | |||
| 277 | * org.texi (Column width and alignment): Make the example visually | ||
| 278 | more clear. | ||
| 279 | |||
| 280 | * org.texi (The clock table): Document :mstart and :wstart as a | ||
| 281 | way to set the starting day of the week. | ||
| 282 | |||
| 283 | * org.texi (In-buffer settings): Document new startup keywords. | ||
| 284 | Thanks to John J Foerch for this idea. | ||
| 285 | |||
| 286 | * org.texi (Include files): Tiny formatting fix. | ||
| 287 | |||
| 288 | * org.texi (Activation): Point to the "Conflicts" section. | ||
| 289 | |||
| 290 | 2013-11-12 Carsten Dominik <carsten.dominik@gmail.com> | ||
| 291 | |||
| 292 | * org.texi (CSS support): Clarify this section. | ||
| 293 | |||
| 294 | * org.texi (@LaTeX{} specific attributes): Document that tabu and | ||
| 295 | tabularx packages are not in the default set of packages. | ||
| 296 | |||
| 297 | * org.texi (Agenda commands): Document fortnight view. | ||
| 298 | |||
| 299 | * org.texi: Document conflict with ecomplete.el. | ||
| 300 | |||
| 301 | * org.texi (History and Acknowledgments): Acknowledgements for | ||
| 302 | Jason Dunsmore and Rakcspace. | ||
| 303 | |||
| 304 | * org.texi: Rename org-crypt.el node to org-crypt. | ||
| 305 | |||
| 306 | * org.texi (A @LaTeX{} example): Fix typo in variable name. | ||
| 307 | |||
| 308 | * org.texi (MobileOrg): Mention the new iPhone developer. | ||
| 309 | |||
| 310 | * org.texi (Table of contents) Improve documentation of TOC | ||
| 311 | placement. | ||
| 312 | |||
| 313 | * org.texi: Explain that date/time information at read-date prompt | ||
| 314 | should start at the beginning, not anywhere in the middle of a | ||
| 315 | long string. | ||
| 316 | |||
| 317 | 2013-11-12 Christopher Schmidt <christopher@ch.ristopher.com> | ||
| 318 | |||
| 319 | * org.texi (Orgstruct mode): Fix wrong regexp. | ||
| 320 | |||
| 321 | 2013-11-12 Eric Abrahamsen <eric@ericabrahamsen.net> | ||
| 322 | |||
| 323 | * org.texi: Document export to (X)HTML flavors. | ||
| 324 | |||
| 325 | 2013-11-12 Eric Schulte <schulte.eric@gmail.com> | ||
| 326 | |||
| 327 | * org.texi (Extracting source code): Mention the prefix argument | ||
| 328 | to org-babel-tangle. | ||
| 329 | (noweb): Removed erroneous negative. | ||
| 330 | (Specific header arguments): Document new header arguments. | ||
| 331 | Documentation for new tangle-mode header argument. | ||
| 332 | (Top): Documentation for new tangle-mode header argument. | ||
| 333 | (rownames): Documentation for new tangle-mode header argument. | ||
| 334 | Mention elisp as special rowname case. | ||
| 335 | (tangle-mode): Documentation for new tangle-mode header argument. | ||
| 336 | (post): Documentation and an example of usage. | ||
| 337 | (var): Remove the "Alternate argument syntax" section from the | ||
| 338 | documentation. | ||
| 339 | (hlines): Note that :hline has no effect for Emacs Lisp code | ||
| 340 | blocks. | ||
| 341 | |||
| 342 | 2013-11-12 Feng Shu <tumashu@gmail.com> | ||
| 343 | |||
| 344 | * org.texi (@LaTeX{} fragments, Previewing @LaTeX{} fragments) | ||
| 345 | (Math formatting in HTML export) | ||
| 346 | (Working with @LaTeX{} math snippets): Add document about creating | ||
| 347 | formula image with imagemagick. | ||
| 348 | |||
| 349 | * org.texi (@LaTeX{} specific attributes): Document `:caption' | ||
| 350 | attribute of #+ATTR_LATEX. | ||
| 351 | |||
| 352 | 2013-11-12 Grégoire Jadi <gregoire.jadi@gmail.com> | ||
| 353 | |||
| 354 | * org.texi (Handling links): Fix a typo in | ||
| 355 | `org-startup-with-inline-images' documentation. | ||
| 356 | |||
| 357 | * org.texi (Previewing @LaTeX{} fragments): Document the startup | ||
| 358 | keywords to use for previewing LaTeX fragments or not. | ||
| 359 | (Summary of in-buffer settings): Improve formatting and add an | ||
| 360 | entry for the variable `org-startup-with-latex-preview'. | ||
| 361 | |||
| 362 | * org.texi (Property syntax): Recall the user to refresh the org | ||
| 363 | buffer when properties are set on a per-file basis. | ||
| 364 | |||
| 365 | 2013-11-12 Gustav Wikström <gustav.erik@gmail.com> (tiny change) | ||
| 366 | |||
| 367 | * org.texi (Matching tags and properties): Clarification. | ||
| 368 | |||
| 369 | 2013-11-12 Ippei Furuhashi <top.tuna+orgmode@gmail.com> | ||
| 370 | |||
| 371 | * org.texi (Editing and debugging formulas): Add an example when a | ||
| 372 | table has multiple #+TBLFM lines. | ||
| 373 | |||
| 374 | 2013-11-12 Ivan Vilata i Balaguer <ivan@selidor.net> (tiny change) | ||
| 375 | |||
| 376 | * org.texi (The clock table): Document acceptance of relative | ||
| 377 | times in tstart and tend, link to syntax description and provide | ||
| 378 | example. | ||
| 379 | |||
| 380 | 2013-11-12 Jarmo Hurri <jarmo.hurri@syk.fi> | ||
| 381 | |||
| 382 | * org.texi (The spreadsheet): Document lookup functions. | ||
| 383 | |||
| 384 | 2013-11-12 Kodi Arfer <git@arfer.net> (tiny change) | ||
| 385 | |||
| 386 | * org.text (CSS support): Mention .figure-number, .listing-number, | ||
| 387 | and .table-number. | ||
| 388 | |||
| 389 | 2013-11-12 Michael Brand <michael.ch.brand@gmail.com> | ||
| 390 | |||
| 391 | * org.texi | ||
| 392 | (Formula syntax for Calc, Emacs Lisp forms as formulas): Reformat | ||
| 393 | spreadsheet formula mode strings and some examples from @example | ||
| 394 | block with xy @r{yz} to @table. | ||
| 395 | |||
| 396 | * org.texi (Formula syntax for Calc): Improve the documentation of | ||
| 397 | empty fields in formulas for spreadsheet. Add explanation and | ||
| 398 | example for empty field. Extend explanations of format | ||
| 399 | specifiers. Add a sentence to mention Calc defmath. | ||
| 400 | |||
| 401 | * org.texi (Column formulas): Add a sentence to be more explicit | ||
| 402 | about when a table header is mandatory. | ||
| 403 | |||
| 404 | 2013-11-12 Nicolas Goaziou <n.goaziou@gmail.com> | ||
| 405 | |||
| 406 | * org.texi (Subscripts and superscripts): Remove reference to | ||
| 407 | quoted underscores until this mechanism is implemented again. | ||
| 408 | |||
| 409 | * org.texi (Beamer export): Be more accurate about BEAMER_OPT | ||
| 410 | property. | ||
| 411 | |||
| 412 | * org.texi (Document title): Subtree export is no longer triggered | ||
| 413 | by marking one as the region. | ||
| 414 | (Horizontal rules): LaTeX export doesn't use "\hrule" anymore, and | ||
| 415 | giving examples isn't very useful: "horizontal rule" is, at least, | ||
| 416 | as explicit as <hr/>. | ||
| 417 | |||
| 418 | * org.texi (HTML doctypes): Reflect keyword removal. | ||
| 419 | (CSS support): Reflect keyword removal. | ||
| 420 | |||
| 421 | * org.texi (@LaTeX{} specific attributes): Document new :float | ||
| 422 | values. | ||
| 423 | |||
| 424 | * org.texi (Export settings): Improve documentation. | ||
| 425 | |||
| 426 | * org.texi (Math formatting in HTML export): Fix OPTIONS item's name. | ||
| 427 | (Text areas in HTML export): Update text areas. | ||
| 428 | (HTML Export commands): Update export commands. | ||
| 429 | |||
| 430 | * org.texi (Header and sectioning): Add a footnote about the | ||
| 431 | different between LATEX_HEADER_EXTRA and LATEX_HEADER. | ||
| 432 | |||
| 433 | * org.texi (The Export Dispatcher): Document | ||
| 434 | `org-export-in-background'. | ||
| 435 | |||
| 436 | * org.texi (Footnotes): Export back-ends do not use | ||
| 437 | `org-footnote-normalize' anymore. | ||
| 438 | |||
| 439 | * org.texi: Document variable changes. | ||
| 440 | |||
| 441 | * org.texi (Export settings): Doument p: item in OPTIONS keyword. | ||
| 442 | |||
| 443 | * org.texi (Exporting): Massive rewrite of the first sections. | ||
| 444 | (Selective export): Delete. | ||
| 445 | (The Export Dispatcher): Rewrite. | ||
| 446 | (Export options): Rewrite as "Export settings". | ||
| 447 | |||
| 448 | * org.texi: Small changes to documentation for embedded LaTeX. | ||
| 449 | |||
| 450 | * org.texi (Internal links): Document #+NAME keyword and | ||
| 451 | cross-referencing during export. | ||
| 452 | |||
| 453 | * org.texi (Include files): Remove reference to :prefix1 | ||
| 454 | and :prefix. Give more details for :minlevel. | ||
| 455 | |||
| 456 | * org.texi (Macro replacement): Fix macro name. Update | ||
| 457 | documentation about possible locations and escaping mechanism. | ||
| 458 | |||
| 459 | * org.texi (Table of contents): Update documentation. Document | ||
| 460 | lists of listings and lists of tables. Add documentation for | ||
| 461 | optional title and #+TOC: keyword. | ||
| 462 | |||
| 463 | 2013-11-12 Rick Frankel <rick@rickster.com> | ||
| 464 | |||
| 465 | * org.texi (results): Add Format section, broken out of Type | ||
| 466 | section to match code. | ||
| 467 | (hlines, colnames): Remove incorrect Emacs Lisp exception. Note | ||
| 468 | that the actual default handling (at least for python and | ||
| 469 | emacs-lisp) does not seem to match the description. | ||
| 470 | |||
| 471 | 2013-11-12 Sacha Chua <sacha@sachachua.com> (tiny change) | ||
| 472 | |||
| 473 | * org.texi (The date/time prompt): Update the documentation to | ||
| 474 | reflect the new way `org-read-date-get-relative' handles weekdays. | ||
| 475 | |||
| 476 | 2013-11-12 Yasushi Shoji <yashi@atmark-techno.com> | ||
| 477 | |||
| 478 | * org.texi (Resolving idle time): Document | ||
| 479 | `org-clock-x11idle-program-name'. | ||
| 480 | |||
| 1 | 2013-10-24 Michael Albinus <michael.albinus@gmx.de> | 481 | 2013-10-24 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 482 | ||
| 3 | * ert.texi (Running Tests Interactively): Adapt examle output. | 483 | * ert.texi (Running Tests Interactively): Adapt examle output. |