diff options
Diffstat (limited to 'lisp/org/ChangeLog')
| -rw-r--r-- | lisp/org/ChangeLog | 595 |
1 files changed, 595 insertions, 0 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index a74388b7d71..0e2838e6469 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog | |||
| @@ -1,3 +1,598 @@ | |||
| 1 | 2014-10-02 Achim Gratz <Stromeko@Stromeko.DE> | ||
| 2 | |||
| 3 | * ob-sh.el (org-babel-sh-initiate-session): After initiating a | ||
| 4 | session, initialize the marker `comint-last-output-start' since it | ||
| 5 | is going to be used by the ANSI color filter without further | ||
| 6 | checks in Emacs 23 and throws an error. | ||
| 7 | |||
| 8 | * ob-lilypond.el, testing/lisp/test-ob-lilypond.el: Change prefix | ||
| 9 | from `ly-' to `org-babel-lilypond-' throughout. | ||
| 10 | |||
| 11 | * org-footnote.el: Forward declare `org-element-context', | ||
| 12 | `org-element-property' and `org-element-type'. | ||
| 13 | |||
| 14 | * org.el: Add forward declarations for a number of functions that | ||
| 15 | the compiler otherwise warns about as potentially undefined at | ||
| 16 | runtime. | ||
| 17 | |||
| 18 | * ob-core.el: Add comment to forward declaration of | ||
| 19 | 'org-src-preserve-indentations'. | ||
| 20 | |||
| 21 | * ob-exp.el: Require org-src to import | ||
| 22 | 'org-src-preserve-indentations'. | ||
| 23 | |||
| 24 | * ob-haskell.el, lisp/ob-python.el: Remove superfluous forward | ||
| 25 | declaration of 'org-src-preserve-indentations', since it gets | ||
| 26 | imported by other requires. | ||
| 27 | |||
| 28 | * ob-core.el (org-every): Forward declare 'org-every'. | ||
| 29 | |||
| 30 | * ob-C.el: Require cl during compilation so that lexical-let is | ||
| 31 | known. | ||
| 32 | |||
| 33 | * org-entities.el: Remove superfluous require of org-macs. | ||
| 34 | Forward declare 'org-toggle-pretty-entities' and | ||
| 35 | 'org-pretty-entities'. | ||
| 36 | |||
| 37 | * ox.el (org-export-get-parent): Move definition of | ||
| 38 | 'org-export-get-parent' before first use. Leave comment at original | ||
| 39 | place of definition. | ||
| 40 | |||
| 41 | * org.el (org-uniquify): Move definition of 'org-uniquify' before | ||
| 42 | first use. Leave comment at original place of definition. | ||
| 43 | |||
| 44 | * ob-tangle.el (org-babel-tangle): When `file-name-directory' | ||
| 45 | returns nil, do not run make-directory. Remove superfluous when | ||
| 46 | clauses by using short-circuiting `and' instead. | ||
| 47 | |||
| 48 | 2014-10-02 Alex Kosorukoff <alex@3form.com> (tiny change) | ||
| 49 | |||
| 50 | * org-capture.el (org-capture-fill-template): Set `mark-active' to | ||
| 51 | nil. | ||
| 52 | |||
| 53 | 2014-10-02 Bastien Guerry <bzg@gnu.org> | ||
| 54 | |||
| 55 | * org-agenda.el (org-agenda-prepare): Reset preset filters when | ||
| 56 | using sticky agendas. | ||
| 57 | |||
| 58 | * org-agenda.el (org-agenda-get-sexps): Don't add tags as text | ||
| 59 | properties. | ||
| 60 | |||
| 61 | * org-capture.el (org-capture-fill-template): Take | ||
| 62 | `org-extend-today-until' into account when setting the format time | ||
| 63 | string. | ||
| 64 | |||
| 65 | * org.el (org-paste-subtree): Fix match subexpression. | ||
| 66 | |||
| 67 | * org.el (org-fix-ellipsis-at-bol): Delete. | ||
| 68 | (org-mode, org-show-context, org-isearch-end): Don't use | ||
| 69 | `org-fix-ellipsis-at-bol'. | ||
| 70 | |||
| 71 | * org-agenda.el (org-agenda-filter-apply): Fix setting of | ||
| 72 | `org-agenda-filtered-by-category'. | ||
| 73 | |||
| 74 | * org.el (org-fontify-meta-lines-and-blocks-1): Fix handling | ||
| 75 | of `org-hidden-keywords'. | ||
| 76 | |||
| 77 | * org-agenda.el (org-cmp-ts): Fix agenda entry type checking. | ||
| 78 | |||
| 79 | * org-agenda.el (org-entries-lessp): Fix inactive timestamp | ||
| 80 | comparison. | ||
| 81 | |||
| 82 | * org-agenda.el (org-agenda-mode): Let `org-agenda-redo' DTRT | ||
| 83 | when agenda are sticky. | ||
| 84 | (org-agenda-tag-filter-while-redo): Delete. | ||
| 85 | (org-agenda-list, org-agenda-redo, org-agenda-filter-by-tag): | ||
| 86 | Remove unused code. | ||
| 87 | (org-agenda-clockreport-mode, org-agenda-set-mode-name): Don't | ||
| 88 | consider tag filters. | ||
| 89 | |||
| 90 | * org.el (org-fix-ellipsis-at-bol) | ||
| 91 | (org-first-headline-recenter): Use `set-window-start' instead | ||
| 92 | of `recenter'. | ||
| 93 | |||
| 94 | * org-agenda.el (org-recenter-heading): Delete. | ||
| 95 | |||
| 96 | * org.el (org-insert-heading): With one universal prefix argument | ||
| 97 | or `org-insert-heading-respect-content' set to `t', always respect | ||
| 98 | the content, i.e. don't insert a list item and don't convert | ||
| 99 | normal lines into headings. Update docstring. | ||
| 100 | (org-insert-heading-respect-content): Remove unused arg. | ||
| 101 | (org-insert-todo-heading-respect-content): Don't use | ||
| 102 | `org-insert-todo-heading-respect-content', use the second argument | ||
| 103 | of `org-insert-todo-heading' instead. | ||
| 104 | |||
| 105 | * org-mobile.el (org-mobile-edit): Use only one arg. | ||
| 106 | |||
| 107 | * org.el (org-overview): Don't call `recenter'. | ||
| 108 | |||
| 109 | * org-agenda.el (org-agenda-custom-commands-local-options): Fix | ||
| 110 | misquoted values. | ||
| 111 | |||
| 112 | * org.el (org-property-re): Also match null properties by default. | ||
| 113 | (org-entry-delete): Also delete null properties. | ||
| 114 | (org-read-property-value): Allow the empty string as a new value. | ||
| 115 | (org-delete-property): Throw a message when there is not property | ||
| 116 | to delete. | ||
| 117 | |||
| 118 | * org-agenda.el (org-agenda-insert-diary-make-new-entry): Fix | ||
| 119 | docstring. | ||
| 120 | |||
| 121 | * org.el (org-re-property): New parameter `allow-null' to match | ||
| 122 | property with a null value. | ||
| 123 | (org-entry-put): Correctly update a property with a null | ||
| 124 | value. | ||
| 125 | |||
| 126 | * ox-md.el (org-md-headline): When exporting with a HTML table of | ||
| 127 | contents, add HTML anchors to Markdown headlines. | ||
| 128 | |||
| 129 | * org.el (org-insert-heading): Don't insert an item when called | ||
| 130 | with two universal prefix arguments. | ||
| 131 | |||
| 132 | * org-agenda.el (org-agenda-finalize): Remove duplicate check for | ||
| 133 | 'org-hd-marker. | ||
| 134 | |||
| 135 | * org-agenda.el (org-agenda-prepare-window): New parameter | ||
| 136 | `filter-alist' to set the filters correctly when | ||
| 137 | `org-agenda-persistent-filter' is on. | ||
| 138 | (org-agenda-prepare): Use the new parameter for | ||
| 139 | `org-agenda-prepare-window'. | ||
| 140 | |||
| 141 | * org-compat.el (org-in-invisibility-spec-p): Tiny code cleanup. | ||
| 142 | (org-move-to-column): Only remove '(org-filtered) from | ||
| 143 | `buffer-invisibility-spec'. | ||
| 144 | |||
| 145 | * org-agenda.el (org-agenda-mode): Add buffer invisibility specs. | ||
| 146 | (org-agenda-filter-hide-line, org-agenda-remove-filter): Set | ||
| 147 | the 'invisible text property to 'org-filtered. | ||
| 148 | (org-agenda-show-new-time): Add the default face to avoid the | ||
| 149 | foreground of the last character on the line to leak into the | ||
| 150 | timestamp notification. | ||
| 151 | |||
| 152 | * org-agenda.el (org-get-time-of-day): Don't return time string | ||
| 153 | from within links. | ||
| 154 | |||
| 155 | * org-timer.el (org-timer-value-string): Always return a positive | ||
| 156 | value. Add docstring. | ||
| 157 | |||
| 158 | * org-capture.el (org-capture-steal-local-variables): Don't steal | ||
| 159 | `mark-active', which should be nil in the target buffer. | ||
| 160 | |||
| 161 | * org-agenda.el (org-agenda-remove-filter): Use `save-excursion'. | ||
| 162 | |||
| 163 | * org.el (org-move-subtree-down): Use `org-end-of-subtree' instead | ||
| 164 | of `outline-end-of-subtree'. | ||
| 165 | (outline-end-of-subtree): Remove advice. | ||
| 166 | |||
| 167 | * org-mouse.el (org-mouse-move-tree, org-mouse-do-remotely): Use | ||
| 168 | `org-end-of-subtree' instead of `outline-end-of-subtree'. | ||
| 169 | |||
| 170 | * org-agenda.el (org-cmp-ts): Argument `type' is not optional. | ||
| 171 | Don't quote it. | ||
| 172 | |||
| 173 | * org-habit.el (org-habit-insert-consistency-graphs): Don't remove | ||
| 174 | filter overlays as we don't use overlays for filters anymore. | ||
| 175 | |||
| 176 | * org-agenda.el (org-agenda-local-vars): Add | ||
| 177 | `org-agenda-top-headline-filter'. | ||
| 178 | (org-agenda-filter-by-category): Fix syntax. | ||
| 179 | (org-agenda-filter-show-all-top-filter): New function. | ||
| 180 | (org-agenda-filter-by-top-headline) | ||
| 181 | (org-agenda-filter-remove-all): Use the new function. | ||
| 182 | (org-agenda-filter-top-headline-apply): Use a dedicated symbol | ||
| 183 | `top-headline'. | ||
| 184 | |||
| 185 | * org.el (org-entry-properties): Ensure the special property is | ||
| 186 | not commented out when matched. | ||
| 187 | |||
| 188 | * org-agenda.el (org-agenda-write): Code cleanup. | ||
| 189 | (org-agenda-mark-filtered-text) | ||
| 190 | (org-agenda-unmark-filtered-text) | ||
| 191 | (org-agenda-fix-tags-filter-overlays-at): Delete. | ||
| 192 | (org-agenda-remove-marked-text): Use the `property' argument | ||
| 193 | instead of hard-coding 'org-filtered. | ||
| 194 | (org-agenda-filter-remove-all): Use `org-agenda-finalize'. | ||
| 195 | (org-agenda-filter-hide-line): Rewrite using text properties | ||
| 196 | instead of overlays. | ||
| 197 | (org-agenda-remove-filter): New function. | ||
| 198 | (org-agenda-filter-show-all-tag) | ||
| 199 | (org-agenda-filter-show-all-cat) | ||
| 200 | (org-agenda-filter-show-all-re): Rewrite using | ||
| 201 | `org-agenda-remove-filter'. | ||
| 202 | |||
| 203 | * org-attach.el (org-attach-dir): When the property is "inherited" | ||
| 204 | from a variable outside of the file, do not use | ||
| 205 | `org-entry-property-inherited-from' to find the attachment | ||
| 206 | position, assume we need to go back to the current headline. | ||
| 207 | |||
| 208 | * ob-R.el (org-babel-R-assign-elisp): Fix parsing of a | ||
| 209 | one-dimensional value. | ||
| 210 | |||
| 211 | * org.el (org-insert-heading): Fix bug when trying to insert a | ||
| 212 | heading when point is before the first headline and not at the | ||
| 213 | beginning of a line. | ||
| 214 | |||
| 215 | * org-table.el (org-table-eval-formula): Fix conversion of | ||
| 216 | inactive timestamps to active ones. | ||
| 217 | |||
| 218 | * org.el (org-set-regexps-and-options): Allow | ||
| 219 | `org-complex-heading-regexp-format' to match [/] and [%] cookies | ||
| 220 | when they are both before and after the heading. | ||
| 221 | |||
| 222 | * org-agenda.el (org-agenda-max-todos, org-agenda-max-tags) | ||
| 223 | (org-agenda-max-effort): Fix type strings. | ||
| 224 | |||
| 225 | * org-capture.el (org-capture-fill-template): Deactivate region | ||
| 226 | while trying to align tags on the current headline. | ||
| 227 | |||
| 228 | * org-agenda.el (org-agenda-finalize): Filter by top headline if | ||
| 229 | `org-agenda-top-headline-filter' is set. | ||
| 230 | |||
| 231 | 2014-10-02 Bernt Hansen <bernt@norang.ca> | ||
| 232 | |||
| 233 | * org-macs.el: Remove restriction when locating markers. | ||
| 234 | |||
| 235 | 2014-10-02 Dmitry Gorbik <dgorbik@me.com> (tiny change) | ||
| 236 | |||
| 237 | * org.el (org-fast-tag-selection): Fix window splitting. | ||
| 238 | |||
| 239 | 2014-10-02 Eric Schulte <schulte.eric@gmail.com> | ||
| 240 | |||
| 241 | * ob-screen.el (org-babel-screen-test): Use unpredictable name for | ||
| 242 | temporary file. | ||
| 243 | |||
| 244 | * ob-screen.el (org-babel-screen-session-write-temp-file): Use | ||
| 245 | unpredictable temp file name, fixes bug#17416. | ||
| 246 | |||
| 247 | 2014-10-02 Ian Kelling <ian@iankelling.org> | ||
| 248 | |||
| 249 | * ob-core.el (org-babel-insert-result): Test all list elements | ||
| 250 | against listp and (eq element 'hline) instead of checking just the | ||
| 251 | first. | ||
| 252 | |||
| 253 | 2014-10-02 Konstantin Kliakhandler <kosta@slumpy.org> (tiny change) | ||
| 254 | |||
| 255 | * org-agenda.el (org-agenda-redo): Reapply the filters correctly. | ||
| 256 | |||
| 257 | 2014-10-02 Kyle Meyer <kyle@kyleam.com> (tiny change) | ||
| 258 | |||
| 259 | * ox.el (org-export-show-temporary-export-buffer): Fix typo. | ||
| 260 | |||
| 261 | 2014-10-02 Matt Lundin <mdl@imapmail.org> | ||
| 262 | |||
| 263 | * ox-publish.el (org-publish-find-title, org-publish-find-date): | ||
| 264 | Make sure to call org-export-get-environment in copy of buffer if | ||
| 265 | emacs is already visiting. Otherwise, #+bind variables meant for | ||
| 266 | export can be set in live buffers. | ||
| 267 | |||
| 268 | * org.el (org-agenda-inhibit-startup): fix docstring to reflect | ||
| 269 | default value | ||
| 270 | |||
| 271 | * ox-publish.el (org-publish-find-title, org-publish-find-date): | ||
| 272 | Fix unnecessary invocations of org-mode with org-inhibit-startup. | ||
| 273 | |||
| 274 | 2014-10-02 Nick Dokos <ndokos@gmail.com> | ||
| 275 | |||
| 276 | * org-table.el (org-table-clean-before-export): The regexes match | ||
| 277 | spaces in addition to the special characters that might be used in | ||
| 278 | the first column as special marking characters. Remove the space | ||
| 279 | from the character class. | ||
| 280 | |||
| 281 | * ox-ascii.el (org-ascii-superscript): Change _ to ^ in the | ||
| 282 | output. | ||
| 283 | |||
| 284 | 2014-10-02 Nick Dokos <ndokos@redhat.com> | ||
| 285 | |||
| 286 | * org-table.el (org-table-show-reference): Call `set-window-start' | ||
| 287 | with the calculated values `min' and `max', not with | ||
| 288 | (point-min) and (point-max). | ||
| 289 | |||
| 290 | 2014-10-02 Nicolas Goaziou <n.goaziou@gmail.com> | ||
| 291 | |||
| 292 | * ox-latex.el (org-latex-link): Improve test for unnumbered | ||
| 293 | headlines. | ||
| 294 | |||
| 295 | * ox-ascii.el (org-ascii--fill-string): Allow filling even when | ||
| 296 | `org-export-preserve-breaks' is non-nil. | ||
| 297 | |||
| 298 | * org.el (org-N-empty-lines-before-current): Make sure to delete | ||
| 299 | only empty lines, not trailing whitespaces. | ||
| 300 | |||
| 301 | * ox-html.el (org-html-headline): Make sure even listified | ||
| 302 | headlines have proper anchors so internal links can refer to them. | ||
| 303 | Small refactoring. | ||
| 304 | |||
| 305 | * org-src.el (org-edit-src-code): Fix regexp. | ||
| 306 | (org-edit-src-exit): Do not remove auto-save timer. This is | ||
| 307 | handled by the timer itself. | ||
| 308 | |||
| 309 | * org.el (org-re-property): Fix regexp. Improve docstring. | ||
| 310 | |||
| 311 | * org-element.el (org-element-property-drawer-parser) | ||
| 312 | (org-element-node-property-parser): Ignore lines that are not node | ||
| 313 | properties. | ||
| 314 | (org-element-node-property-interpreter): Allow nil properties. | ||
| 315 | |||
| 316 | * org.el (org-re-property): Fix regexp to match properties with | ||
| 317 | empty values. | ||
| 318 | |||
| 319 | * org-element.el (org-element-headline-interpreter): Take into | ||
| 320 | consideration `org-odd-levels-only' value. Small refactoring. | ||
| 321 | |||
| 322 | * ox-texinfo.el (org-texinfo--get-node): Return a node or anchor | ||
| 323 | name. | ||
| 324 | (org-texinfo--sanitize-content): Fix regexp. | ||
| 325 | (org-texinfo-link): Fix various bugs in link export. | ||
| 326 | |||
| 327 | * ox-beamer.el (org-beamer-link): | ||
| 328 | * ox-html.el (org-html-link): | ||
| 329 | * ox-latex.el (org-latex-link): | ||
| 330 | * ox-odt.el (org-odt-link): When radio link has no valid | ||
| 331 | target (e.g., this is a subtree export and the radio target is not | ||
| 332 | in the exported subtree), simply return contents. | ||
| 333 | |||
| 334 | * org.el (org-called-with-limited-levels): Initialize variable. | ||
| 335 | |||
| 336 | * org-agenda.el (org-agenda-write): Write headings in proper | ||
| 337 | order. | ||
| 338 | |||
| 339 | * org-element.el (org-element-table-interpreter): Enhance | ||
| 340 | docstring. | ||
| 341 | |||
| 342 | * ox-md.el (org-md-link): Allow custom link type export function. | ||
| 343 | |||
| 344 | * ox-texinfo.el (org-texinfo-template): Fix language and encoding | ||
| 345 | case. | ||
| 346 | |||
| 347 | * ox-md.el (org-md-separate-elements): Outside of lists, preserve | ||
| 348 | blank lines between paragraphs and plain lists. | ||
| 349 | |||
| 350 | * org-element.el (org-element-normalize-contents): Fix indentation | ||
| 351 | removal when there is an empty line within a verse block. | ||
| 352 | |||
| 353 | * ox-texinfo.el (org-texinfo--normalize-headlines): Properly add a | ||
| 354 | section to the contents. | ||
| 355 | |||
| 356 | * ox-texinfo.el (org-texinfo--normalize-headlines): Do not set pre | ||
| 357 | blanks since the value is now hard-coded. | ||
| 358 | (org-texinfo-headline): Force one blank line before contents, when non | ||
| 359 | empty. Refactoring. | ||
| 360 | (org-texinfo-src-block): Refactor code. Comply to predicate naming. | ||
| 361 | |||
| 362 | * ox-texinfo.el (org-texinfo--sanitize-node): Handle | ||
| 363 | " (not)allowed" case. | ||
| 364 | |||
| 365 | * ox-texinfo.el (org-texinfo-headline): Remove wrong code | ||
| 366 | comments. | ||
| 367 | |||
| 368 | * ox-texinfo.el (org-texinfo-headline): Remove `not-in-toc' | ||
| 369 | special case for tags. | ||
| 370 | |||
| 371 | * ox-texinfo.el (org-texinfo-headline): Remove LaTeXism (optional | ||
| 372 | arguments within square brackets). | ||
| 373 | |||
| 374 | * ox-texinfo.el (org-texinfo-info-process): Fix docstring. | ||
| 375 | (org-texinfo-compile): Do not check for impossible cases (e.g., if the | ||
| 376 | previous variable contains a function). | ||
| 377 | |||
| 378 | * ox-texinfo.el (org-texinfo-max-toc-depth): Fix docstring. | ||
| 379 | |||
| 380 | * ox-texinfo.el (org-texinfo--make-option-string, | ||
| 381 | org-texinfo--sanitize-headline, | ||
| 382 | org-texinfo--sanitize-headline-contents): Remove. | ||
| 383 | |||
| 384 | * ox-texinfo.el (org-texinfo--sanitize-node): "@", "{" and "}" | ||
| 385 | characters are allowed in a node name. So are "(" and ")" unless | ||
| 386 | "(" starts the name and there is ")" somewhere in the name. Also | ||
| 387 | trim and collapse whitespace characters. Renamed from | ||
| 388 | `org-texinfo--sanitize-menu'. | ||
| 389 | (org-texinfo--get-node): Do not sanitize node names over zealously. | ||
| 390 | Ensure returned node names are unique. | ||
| 391 | (org-texinfo-headline): Only add @node command where it makes sense. | ||
| 392 | |||
| 393 | * ox-texinfo.el (org-texinfo--sanitize-menu) | ||
| 394 | (org-texinfo--sanitize-content): Fix docstrings. | ||
| 395 | |||
| 396 | * ox-texinfo.el (org-texinfo--normalize-headlines): Make sure a | ||
| 397 | blank line always follows nodes. | ||
| 398 | |||
| 399 | * ox-texinfo.el (org-texinfo-make-menu): Change signature. Remove | ||
| 400 | some intermediate functions. Generate the full master menu when | ||
| 401 | asked. | ||
| 402 | (org-texinfo--build-menu): Use a simpler algorithm. | ||
| 403 | (org-texinfo--format-entries): Fix entries when both node and title | ||
| 404 | are different. | ||
| 405 | (org-texinfo--menu-entries): Renamed from `org-texinfo--generate-menu-list'. | ||
| 406 | (org-texinfo-headline): Move menu handling to next function. | ||
| 407 | (org-texinfo-section): Handle menu for current parent. | ||
| 408 | (org-texinfo--menu-headlines, org-texinfo--generate-detailed): Remove | ||
| 409 | functions. | ||
| 410 | (org-texinfo--normalize-headlines): New function. | ||
| 411 | |||
| 412 | * ox-texinfo.el (org-texinfo-headline): Fix @appendix command. | ||
| 413 | |||
| 414 | * ox-texinfo.el (org-texinfo-headline): Do not sanitize heading | ||
| 415 | text for sectioning command. | ||
| 416 | |||
| 417 | * ox-texinfo.el (org-texinfo--generate-menu-list): ":COPYING: nil" | ||
| 418 | is expected to be equivalent to no COPYING property at all. | ||
| 419 | |||
| 420 | * ox-texinfo.el (org-texinfo-item): Fix blank lines between items. | ||
| 421 | |||
| 422 | * ox-texinfo.el (org-texinfo-plain-list): Fix format string. | ||
| 423 | Small refactoring. | ||
| 424 | |||
| 425 | * ox-texinfo.el (texinfo): Provide new export property. | ||
| 426 | (org-texinfo-template): Use dedicated title for hard copy, when | ||
| 427 | available. | ||
| 428 | |||
| 429 | * ox-texinfo.el (org-texinfo-headline): Always obey to a non-nil | ||
| 430 | :APPENDIX: property. Small refactoring. | ||
| 431 | |||
| 432 | * ox-texinfo.el (org-texinfo-verse-block): Generate somewhat | ||
| 433 | meaningful Texinfo code instead of LaTeX. | ||
| 434 | |||
| 435 | * ox-texinfo.el (org-texinfo-table): Remove reference to | ||
| 436 | "verbatim" attribute. Handle table.el tables. Tiny refactoring. | ||
| 437 | (org-texinfo-table--org-table, org-texinfo-table--table.el-table): | ||
| 438 | Remove functions. | ||
| 439 | (org-texinfo-table-column-widths): Indent code correctly. Ignore | ||
| 440 | special column, if any. Add a comment about the limitation on the | ||
| 441 | width computation. | ||
| 442 | (org-texinfo-table-row): Small refactoring. | ||
| 443 | |||
| 444 | * ox-texinfo.el (texinfo): Do not provide a default value for | ||
| 445 | @setfilename value. | ||
| 446 | (org-texinfo-filename): Remove variable. | ||
| 447 | (org-texinfo-template): Correctly find value for @setfilename command. | ||
| 448 | If none is possible, do not provide the command at all. | ||
| 449 | |||
| 450 | * ox.el (org-export-to-file): Provide output file name in | ||
| 451 | communication channel, through :output-file property. | ||
| 452 | |||
| 453 | * ox-texinfo.el (org-texinfo-template): Do not hardcode "Manual" | ||
| 454 | in top node. | ||
| 455 | |||
| 456 | * ox-texinfo.el (org-texinfo-classes): Change default value. | ||
| 457 | Update docstring. | ||
| 458 | (org-texinfo-template): Insert header string from current class after | ||
| 459 | "@settitle" command. Always provide "\input texinfo" at the beginning | ||
| 460 | of the output. | ||
| 461 | |||
| 462 | * ox-texinfo.el (org-texinfo-template): Remove spurious blank | ||
| 463 | lines in output. Refactor code. | ||
| 464 | |||
| 465 | * ox-texinfo.el (org-texinfo-template): Fix multi-line subtitles. | ||
| 466 | |||
| 467 | * ox-texinfo.el (org-texinfo-template): Make sure table of | ||
| 468 | contents are allowed before inserting them. | ||
| 469 | |||
| 470 | * ox-texinfo.el (org-texinfo-template): Check if copying data is | ||
| 471 | not nil before using it. | ||
| 472 | |||
| 473 | * ox-texinfo.el (org-texinfo-template): Fix multi-line subauthors. | ||
| 474 | Correctly add email, when provided. Check if author info is | ||
| 475 | wanted first. | ||
| 476 | |||
| 477 | * ox-texinfo.el (org-texinfo-node-description-column) | ||
| 478 | (org-texinfo-format-drawer-function): Fix docstrings. | ||
| 479 | |||
| 480 | * ox-texinfo.el (texinfo): Make sure comments are ignored. | ||
| 481 | (org-texinfo-comment, org-texinfo-comment-block): Remove functions. | ||
| 482 | |||
| 483 | * ox-texinfo.el (org-texinfo-template): Properly pad @direntry | ||
| 484 | description. | ||
| 485 | |||
| 486 | * org-element.el (org-element-headline-parser): Add missing | ||
| 487 | `:post-blank' property in docstring. | ||
| 488 | |||
| 489 | * ox-latex.el (org-latex-table-scientific-notation): Set | ||
| 490 | appropriate value. | ||
| 491 | (org-latex-listings-options): Fix docstring. | ||
| 492 | |||
| 493 | * ox.el (org-export-raw-special-block-p): New function. | ||
| 494 | |||
| 495 | * org-element.el (org-element-link-parser): Properly handle | ||
| 496 | multi-line links according to RFC 3986 when enclosed within square | ||
| 497 | brackets. | ||
| 498 | |||
| 499 | * org-element.el (org-element-parse-secondary-string): Clone all | ||
| 500 | local variables from current buffer before parsing a secondary | ||
| 501 | string. Small refactoring. | ||
| 502 | (org-element-object-variables): Remove variable. | ||
| 503 | |||
| 504 | * ox-odt.el (org-odt--format-paragraph): Change signature to | ||
| 505 | include info. | ||
| 506 | (org-odt-footnote-reference, org-odt-paragraph): Apply signature | ||
| 507 | change. | ||
| 508 | |||
| 509 | * org-clock.el (org-clocktable-indent-string): Use "\emsp" instead | ||
| 510 | of "\__", which is not supported anymore since Org 8.0. | ||
| 511 | |||
| 512 | * ox-odt.el (org-odt--paragraph-style): New function. | ||
| 513 | (org-odt--format-paragraph): Use new function to get proper style | ||
| 514 | to apply. | ||
| 515 | |||
| 516 | * org-element.el (org-element--current-element): Fix regexp. | ||
| 517 | |||
| 518 | * org-element.el (org-element--current-element): Fix regexp | ||
| 519 | matching latex environments. Discrepancy with regexp used in | ||
| 520 | `org-element-latex-environment-parser' introduced matching errors. | ||
| 521 | |||
| 522 | * ox-ascii.el (org-ascii--table-cell-width): Correctly export | ||
| 523 | tables with width cookies. | ||
| 524 | |||
| 525 | * org.el (org-insert-heading): Fix error when inserting a headline | ||
| 526 | before first headline, with point not at bol. Remove source block | ||
| 527 | check for consistency with behavior after first headline. Tiny | ||
| 528 | fix to docstring. | ||
| 529 | |||
| 530 | * org.el (org-scan-tags): Fix typo in docstring. | ||
| 531 | |||
| 532 | * ox.el (org-export--get-inbuffer-options): Return the empty | ||
| 533 | string instead of nil when TITLE keywords has no value. | ||
| 534 | (org-export--get-buffer-attributes): Do not set :title property | ||
| 535 | early. | ||
| 536 | (org-export--get-global-options): Do not ignore anymore nil values. | ||
| 537 | Small refactoring. | ||
| 538 | (org-export-as): Correctly set :title here. | ||
| 539 | |||
| 540 | * org-list.el (org-list-repair): Fix typo in docstring. | ||
| 541 | |||
| 542 | * ox-ascii.el (org-ascii--current-text-width): Tiny fix. | ||
| 543 | |||
| 544 | * ox-org.el (org-org-section): Tiny refactoring. Use appropriate | ||
| 545 | property. | ||
| 546 | |||
| 547 | * ox-org.el (org-org-headline): Ignore footnote sections. | ||
| 548 | (org-org-section): New function. | ||
| 549 | |||
| 550 | * ox-beamer.el (org-beamer-select-environment): Ignore persistent | ||
| 551 | tags when displaying environments. | ||
| 552 | |||
| 553 | * ox-ascii.el (org-ascii-indented-line-width): Update docstring. | ||
| 554 | (org-ascii-paragraph): Do not apply indentation to the very first line | ||
| 555 | of a section. | ||
| 556 | |||
| 557 | * ox-latex.el (org-latex-inlinetask): Skip body if contents are | ||
| 558 | empty. | ||
| 559 | |||
| 560 | * ox-html.el (org-html-standalone-image-p): Ensure paragraph | ||
| 561 | contains at least a link before return a non-nil value. Clarify | ||
| 562 | docstring. | ||
| 563 | |||
| 564 | * ox.el (org-export-data): Always return a string, as specified | ||
| 565 | by the docstring. | ||
| 566 | |||
| 567 | * ox-ascii.el (org-ascii--indent-string): Fix regexp to avoid | ||
| 568 | stack overflow in regexp matcher on very long lines. | ||
| 569 | |||
| 570 | * org-element.el (org-element-timestamp-parser): Fix docstring. | ||
| 571 | |||
| 572 | * ox-icalendar.el (org-icalendar-include-sexps, | ||
| 573 | org-icalendar-blocked-headline-p): Fix docstrings. | ||
| 574 | (org-icalendar-clear-blank-lines): Fix docstring and regexp. | ||
| 575 | |||
| 576 | * ox-icalendar.el (org-icalendar-entry): Use | ||
| 577 | `org-icalendar-with-timestamps'. | ||
| 578 | |||
| 579 | 2014-10-02 Nicolas Richard <theonewiththeevillook@yahoo.fr> | ||
| 580 | |||
| 581 | * org.el (org-cycle-internal-local): Don't show a trailing | ||
| 582 | character when cycling a subtree that ends with a non-newline | ||
| 583 | character at the end of the buffer or the narrowed region. | ||
| 584 | |||
| 585 | 2014-10-02 Sebastien Vauban <sva-news-D0wtAvR13HarG/iDocfnWg@public.gmane.org> | ||
| 586 | |||
| 587 | * ox-ascii.el (org-ascii--box-string): Choose more universal | ||
| 588 | Unicode characters for boxquote corners. | ||
| 589 | |||
| 590 | 2014-10-02 marcowahlsoft@gmail.com <marcowahlsoft@gmail.com> (tiny change) | ||
| 591 | |||
| 592 | * org-agenda.el (org-agenda-bulk-mark) | ||
| 593 | (org-agenda-bulk-mark-regexp, org-agenda-bulk-toggle-all): Fix | ||
| 594 | org-agenda-bulk-mark-all when time-grid is shown. | ||
| 595 | |||
| 1 | 2014-05-12 Eric Schulte <eric.schulte@gmx.com> | 596 | 2014-05-12 Eric Schulte <eric.schulte@gmx.com> |
| 2 | 597 | ||
| 3 | * ob-screen.el (org-babel-screen-session-write-temp-file) | 598 | * ob-screen.el (org-babel-screen-session-write-temp-file) |