Bastien Guerry [Tue, 13 Dec 2011 00:34:19 +0000]
Release 7.8.02
Bastien Guerry [Tue, 13 Dec 2011 00:32:17 +0000]
Merge branch 'master' of orgmode.org:org-mode
Bastien Guerry [Tue, 13 Dec 2011 00:31:00 +0000]
Makefile: include etc/* in the distribution.
Eric Schulte [Tue, 13 Dec 2011 00:19:31 +0000]
fixed bug in parsing of arguments to code block references
* lisp/ob-ref.el (org-babel-ref-split-args): Now uses
`org-babel-balanced-split'.
* testing/lisp/test-ob.el (test-ob/splitting-variable-lists-in-references):
Test new working behavior.
Bastien Guerry [Mon, 12 Dec 2011 23:24:11 +0000]
Update website to show 7.8.01 as current release
Bastien Guerry [Mon, 12 Dec 2011 23:24:11 +0000]
Merge branch 'maint'
Bastien Guerry [Mon, 12 Dec 2011 23:23:53 +0000]
Release 7.8.01
Bastien Guerry [Mon, 12 Dec 2011 23:21:16 +0000]
UTILITIES: Use a separate css for the HTML manuals.
Bastien Guerry [Mon, 12 Dec 2011 23:10:00 +0000]
org-html.el: fix docstrings and the pre/postamble inserting.
* org-html.el (org-export-html-preamble)
(org-export-html-postamble): Fix docstrings.
(org-export-as-html): Insert the string used by a custom
function for `org-export-html-pre/postamble'.
The documentation is now in sync with the behavior: a custom
function for `org-export-html-pre/postamble' takes no argument,
and its value is inserted as a string. Before that, users had
to use (insert ...) constructs to insert content in the preamble
through a custom function.
Thanks to Bill Jackson for spotting these inconsistencies.
Julian Gehring [Mon, 12 Dec 2011 23:27:55 +0000]
Org manual: Fix double-spaces at the end of sentences
Org manual: Fix double-spaces at the end of sentences
* doc/org.texi: End sentences with two spaces.
>From
19e39b67f4a8dbee3f1015f636fac4f77e59d3c2 Mon Sep 17 00:00:00 2001
From: Julian Gehring <julian.gehring@googlemail.com>
Date: Mon, 12 Dec 2011 19:19:20 +0100
Subject: [PATCH] Org manual: Fix double-spaces at the end of sentences
* doc/org.texi: End sentences with two spaces.
Julian Gehring [Mon, 12 Dec 2011 23:08:30 +0000]
Orgcard: Correct markup in 'Timestamps' section
Orgcard: Correct markup in 'Timestamps' section
* doc/orgcard.tex: Correct one markup in 'Timestamps' section
>From
756e4eb6aca0e1b72f8fa55537005d2b617b83f8 Mon Sep 17 00:00:00 2001
From: Julian Gehring <julian.gehring@googlemail.com>
Date: Mon, 12 Dec 2011 12:29:46 +0100
Subject: [PATCH] Orgcard: Correct markup in 'Timestamps' section
* doc/orgcard.tex: Correct one markup in 'Timestamps' section
Bastien Guerry [Mon, 12 Dec 2011 17:38:35 +0000]
Merge branch 'master' of orgmode.org:org-mode
Bastien Guerry [Mon, 12 Dec 2011 17:37:09 +0000]
Revert "Fix bug when inserting the output of a custom function for the pre/postamble."
This reverts commit
701830d5a2681ba0ff2e5112fbd4279eb958801a.
Bastien Guerry [Mon, 12 Dec 2011 17:08:28 +0000]
Update website to show 7.8 as current release
Bastien Guerry [Mon, 12 Dec 2011 17:08:27 +0000]
Merge branch 'maint'
Bastien Guerry [Mon, 12 Dec 2011 17:08:10 +0000]
Release 7.8
Bastien Guerry [Mon, 12 Dec 2011 17:04:15 +0000]
Silent a few byte-compiler warnings.
* org.el (org-block-regexp)
(org-heading-keyword-regexp-format)
(org-heading-keyword-maybe-regexp-format): Move up to keep the
byte-compiler happy.
* org-special-blocks.el (org-html): Require 'org-html.
(org-open-par, org-close-par-maybe): Declare as functions.
* ob.el (org-reduce): Declare as a function.
(org-current-export-file): Declare.
* ob-ref.el (org-babel-update-intermediate): Make a defvar.
Bastien Guerry [Mon, 12 Dec 2011 16:40:34 +0000]
`org-agenda-do-tree-to-indirect-buffer': rewrite of the docstring.
Dave Abrahams [Sun, 23 Oct 2011 18:41:44 +0000]
Maintain stable window config when `org-agenda-follow-indirect' is set.
* org-agenda.el (org-agenda-do-tree-to-indirect-buffer): New
function.
(org-agenda-tree-to-indirect-buffer): Use the new function.
TINYCHANGE
Without this change, `org-agenda-follow-indirect' tends to cause the
window configration to bounce around chaotically as you move from item
to item.
suvayu ali [Tue, 8 Nov 2011 04:06:20 +0000]
Improving bug reporting documentation
Hi Bastien and others,
Lately I have been seeing a lot of bug reports sent using the
org-submit-bug-report. The reporter usually reports the bug from a
session they have been using with their full blown customisations. And
often they are requested to reproduce the bug with emacs -Q. So I
thought it would be easier if the manual mentioned this little detail.
A patch is attached.
Hope this helps.
PS: I marked the patch as TINY CHANGE.
Bastien Guerry [Mon, 12 Dec 2011 16:24:21 +0000]
org-lparse.el: don't need to be executable.
Bastien Guerry [Mon, 12 Dec 2011 16:23:44 +0000]
org-agenda.el: small indentation fix.
Bastien Guerry [Mon, 12 Dec 2011 16:14:25 +0000]
Merge branches 'master' and 'master' of orgmode.org:org-mode
Bastien Guerry [Mon, 12 Dec 2011 15:27:47 +0000]
Fix bug when inserting the output of a custom function for the pre/postamble.
* org-html.el (org-export-as-html): Fix bug when inserting the
output of a custom function for the pre/postamble.
Thanks to Bill Jackson for raising a related issue.
Jambunathan K [Mon, 12 Dec 2011 15:10:53 +0000]
org-odt.el: Don't crash if htmlfontify is not available
* lisp/org-odt.el (org-odt-format-source-code-or-example): Try
loading htmlfontify safely.
Bastien Guerry [Mon, 12 Dec 2011 14:05:48 +0000]
Require htmlfontify.el only if emacs-version is greater than 23.2.
* org-odt.el (require): Require htmlfontify.el only if
emacs-version is greater than 23.2.
Thanks to Martyn Jago for reporting this.
Bastien Guerry [Mon, 12 Dec 2011 13:49:54 +0000]
Use the default face instead of fancy colors.
* org-faces.el (org-agenda-calendar-event)
(org-agenda-calendar-sexp): Use the default face.
Thanks to Detlef Steuer for reporting this.
Bastien Guerry [Mon, 12 Dec 2011 13:38:59 +0000]
Fix a few docstrings.
Thanks to Paul Eggert for fixing this in Emacs.
Jambunathan K [Mon, 12 Dec 2011 04:16:45 +0000]
org.texi: Corrections to ODT section
Thanks to Christian Moe for proof-reading the manual and suggesting
corrections.
Eric Schulte [Sun, 11 Dec 2011 19:02:02 +0000]
fixed regexp when resolving noweb references
* lisp/ob.el (org-babel-expand-noweb-references): Fixed regexp.
* testing/lisp/test-ob.el (test-ob/noweb-expansion): Test both named
code block and noweb-ref header argument references.
Michael Brand [Wed, 9 Nov 2011 18:07:45 +0000]
Completion of remapping for Outline functions
* lisp/org.el Key bindings: remap the Outline functions from
`outline-mode-prefix-map' where possible.
Christian Moe [Sun, 16 Oct 2011 14:36:02 +0000]
Correct html export of todo keywords
* org-html.el (org-export-as-html): Apply
`org-export-html-get-todo-kwd-class-name' to the class
attribute of the todo-keyword span tag, not to its text content.
The problem was that special characters in todo keywords were being
replaced by underscore. This was meant to happen to the class
attributes set around them.
TINYCHANGE
This only swaps two arguments to a concat.
Sebastien Vauban [Fri, 18 Nov 2011 12:41:47 +0000]
Add faces for "calendar events" (active timestamps, or S-expressions).
* org-agenda.el (org-agenda-get-timestamps)
(org-agenda-get-sexps): Use face for highlighting "calendar"
events.
* org-faces.el: Add faces `org-agenda-calendar-event' and
`org-agenda-calendar-sexp'.
Peter Münster [Mon, 21 Nov 2011 21:21:41 +0000]
Timestamps: Fix org-schedule and org-deadline with absolute time arguments
* lisp/org.el (org-add-planning-info): Treat absolute time too.
TINYCHANGE
Bastien Guerry [Sun, 11 Dec 2011 17:38:45 +0000]
* org-table.el (org-table-transpose-table-at-point): Don't use ̀remove-if-not'.
* org-table.el (org-table-transpose-table-at-point): Don't use
̀remove-if-not'.
Thanks to Achim Gratz for spotting this.
Dave Abrahams [Sun, 11 Dec 2011 17:25:58 +0000]
org-clock.el: Check the clock buffer is existing when clocking out.
* org-clock.el (org-clock-out-if-current): Check the clock
buffer is existing.
TINYCHANGE
Bernt Hansen [Sun, 20 Nov 2011 02:44:07 +0000]
Fix marker in no buffer error for task state change in an indirect buffer
* lisp/org-clock.el (org-clock-out-if-current): Fix marker in no buffer error
for task state change in an indirect buffer
org-clock-out-when-current was enhanced in 098cf35 (Clock: Clock out
when done also in indirect buffers, 2009-03-23) to handle indirect
buffers.
This enhancement uses (buffer-base-buffer (org-clocking-buffer)) but
when not clocking (org-clocking-buffer) returns nil - so
buffer-base-buffer returns the base buffer of the current buffer which
is never nil. This leads to marker in no buffer errors trying to stop
the clock when it is not running.
Now we explicitly check up front that the clock is running before
any other conditions that lead to stopping the clock.
Michael Brand [Sat, 26 Nov 2011 09:39:54 +0000]
Bugfix open 1 link from list; doc more link types
* doc/org.texi (External links): Document the link types file+sys and
file+emacs, slightly narrow used page width.
* lisp/org.el (org-offer-links-in-entry): Make list when assigning a
single link.
"M-1 C-c C-o" or (org-open-at-point 1) or (org-offer-links-in-entry 1)
on a headline followed by two links enters Lisp error. Both changes
are remainders of the commit release_6.33f-189-g3e0c61d.
Eric Schulte [Mon, 28 Nov 2011 07:43:35 +0000]
remove #+name and #+result hiding
Given that arbitrary regions may already be hidden using a drawer the
ability to hide any named entity is redundant. In addition the name
based hiding does not mix well with other keywords.
Thanks to Nicolas Goaziou for raising this issue and suggesting the
removal of #+name based hiding.
Eric Schulte [Sun, 11 Dec 2011 16:28:58 +0000]
faster method of collecting continuing code blocks
* lisp/ob.el (org-babel-expand-noweb-references): Rather than collect
the info from *every* block in the current buffer, simply regexp
search for those blocks which appear to match the continued source
name.
Eric Schulte [Sun, 11 Dec 2011 16:27:48 +0000]
wrap code block results in drawers rather than blocks
* lisp/ob.el (org-babel-insert-result): Do not examplize wrapped
scalar results, simply wrap them.
(org-babel-result-end): Find the end of results wrapped in a RESULTS
drawer.
Bastien Guerry [Sun, 11 Dec 2011 16:52:10 +0000]
Make `org-todo-yesterday' call `org-agenda-todo-yesterday' if necessary.
* org.el (org-todo-yesterday): When called from the agenda,
use `org-agenda-todo-yesterday' instead.
Bastien Guerry [Sun, 11 Dec 2011 16:34:37 +0000]
New command: `org-table-transpose-table-at-point'.
* org-table.el (org-table-transpose-table-at-point): New
command.
Thanks to Juan Pechiar for this function.
Paul M. Rodriguez [Sun, 11 Dec 2011 16:14:09 +0000]
Rewrite of contrib/lisp/org-velocity.el.
From the author: "This is a rewrite of Org-Velocity for speed. Delays due
to file size should no longer be perceptible. I have also added in-line
previews of entry contents and dropped support for Org-Remember."
Bastien Guerry [Sun, 11 Dec 2011 15:50:05 +0000]
New option `org-export-html-headline-anchor-format'.
* org-html.el (org-export-html-headline-anchor-format): New
option.
(org-html-level-start): Use the new option.
This was requested by Alan L Tyree.
Bastien Guerry [Sun, 11 Dec 2011 15:33:34 +0000]
Add a commentary: how to test org-e-latex.el.
Bastien Guerry [Sun, 11 Dec 2011 15:23:09 +0000]
Rename EXPERIMENTAL/org-latex.el to EXPERIMENTAL/org-e-latex.el.
This prevents a namespace conflict with lisp/org-latex.el. By
convention, new exporters in EXPERIMENTAL/ will share the org-e-*
prefix.
Rob Giardina [Sun, 11 Dec 2011 13:47:25 +0000]
Fix quoting in org-agenda-with-point-at-orig-entry.
* org-agenda.el (org-agenda-with-point-at-orig-entry): Small
bugfix.
TINYCHANGE
Bastien Guerry [Sun, 11 Dec 2011 13:25:16 +0000]
Minor example fix.
Thanks to Dov Grobgeld for spotting this.
Christian Moe [Sun, 11 Dec 2011 13:11:05 +0000]
Special blocks: Make well-formed HTML
* org-special-blocks.el
(org-special-blocks-convert-html-special-cookies): Close paragraph
before opening or closing the <div>, and open paragraph after. Also
changed newline placement to be the same as for other blocks.
The problem was that special blocks did not produce well-formed HTML
because they wrapped the opening and closing
<div> tags in <p> tags.
TINYCHANGE
This patch only borrows a few lines from the handling of `CENTER'
blocks in org-export-as-html.
Bastien Guerry [Sun, 11 Dec 2011 13:05:13 +0000]
New option `org-table-formula-field-format'.
Format for fields which contain the result of a formula.
For example, using \"~%s~\" will display the result within tilde
characters. Beware that modifying the display can prevent the
field from being used in another formula.
Based on an idea of Dov Grobgeld.
Bastien Guerry [Sun, 11 Dec 2011 12:53:23 +0000]
Merge branch 'master' of orgmode.org:org-mode
Roberto Huelga [Sun, 11 Dec 2011 12:50:36 +0000]
Make the function `org-program-exists' work on osx.
* org-clock.el (org-program-exists): Make the function
compatible with darwin systems.
Nicolas Goaziou [Fri, 9 Dec 2011 13:38:36 +0000]
Code indentation fix (tabify)
David Maus [Sun, 11 Dec 2011 09:53:14 +0000]
Avoid erroneous normalization of bracket link parts
* org-exp.el (org-export-normalize-links): Mark bracket links before
normalization to avoid erroneous normalization of bracket link parts.
This fixes a bug reported by M. Bauer at
<http://thread.gmane.org/gmane.emacs.orgmode/49756> and allows proper
normalization of bracket links with a link in the query part, e.g.
[[http://example.tld?q=http://example.tld][Example]]
Jambunathan K [Sun, 11 Dec 2011 08:38:28 +0000]
org.texi (Custom Table Styles - An Illustration): New node
Also improve various menus.
Jambunathan K [Sat, 10 Dec 2011 23:04:29 +0000]
org.texi (Validating OpenDocument XML): New node
Jambunathan K [Sat, 10 Dec 2011 19:18:20 +0000]
org-odt.el (org-export-odt-schema-dir): Modified
Jambunathan K [Sat, 10 Dec 2011 15:09:07 +0000]
Makefile (PKG_FILES) : Include etc/
Also fix all byte-compiler warnings in org-lparse.el and org-odt.el.
Litvinov Sergey [Tue, 8 Nov 2011 21:19:04 +0000]
Add string input variables to ob-octave.el. Add tests for ob-octave.el
Jambunathan K [Tue, 6 Dec 2011 22:34:55 +0000]
org.texi: Improve ODT section
Jambunathan K [Tue, 6 Dec 2011 21:12:52 +0000]
org.texi: Improve ODT section
Jambunathan K [Tue, 6 Dec 2011 19:35:14 +0000]
org.texi: Improve ODT section
Jambunathan K [Tue, 6 Dec 2011 18:38:54 +0000]
org.texi: Refine ODT section
Jambunathan K [Sun, 4 Dec 2011 19:20:12 +0000]
doc/org.texi: Update ODT section
Jambunathan K [Mon, 5 Dec 2011 07:15:35 +0000]
Add copyright and license info for files in etc/styles/
Jambunathan K [Sun, 4 Dec 2011 22:01:02 +0000]
org-odt.el: Misc changes to reflect change in dir layout
* lisp/org-odt.el (org-odt-data-dir): Removed.
(org-odt-styles-dir, org-export-odt-schema-dir): New
variables.
Jambunathan K [Sun, 4 Dec 2011 21:00:57 +0000]
Makefile (LISPF): Add org-lparse.el and org-odt.el
Also update dependencies.
Jambunathan K [Sun, 4 Dec 2011 20:58:13 +0000]
org-exp.el: s/OpenDocumentText/OpenDocument Text/
Jambunathan K [Sun, 4 Dec 2011 20:57:26 +0000]
org.el (org-modules): odt is no longer a contrib module
Jambunathan K [Sun, 4 Dec 2011 20:46:03 +0000]
Move org-lparse.el and org-odt.el to the main lisp dir
Jambunathan K [Sun, 4 Dec 2011 20:27:50 +0000]
Move contrib/odt/styles/*.xml to etc/styles
Bastien Guerry [Sat, 10 Dec 2011 16:58:20 +0000]
Delete org-export.el, org-mw.el and org-mm.el.
org-export.el conflicts with contrib/lisp/org-export.el and the
two org-mw.el org-mm.el don't work without it. A rewrite of these
experimental exporters using Nicolas' org-export.el is necessary.
Bastien Guerry [Sat, 10 Dec 2011 16:38:36 +0000]
Revert "Rename EXPERIMENTAL/org-latex.el to EXPERIMENTAL/org-latex-old.el"
This reverts commit
a75e29ca5bc14734c760823c28540730f7a6eff8.
Bastien Guerry [Sat, 10 Dec 2011 12:46:50 +0000]
UTILITIES/man*: Fix bug: don't insert </style>
Bastien Guerry [Sat, 10 Dec 2011 11:49:54 +0000]
Rename EXPERIMENTAL/org-latex.el to EXPERIMENTAL/org-latex-old.el
This is necessary to prepare release 7.8.
Carsten Dominik [Fri, 9 Dec 2011 22:23:07 +0000]
Merge branch 'master' of orgmode.org:org-mode
Carsten Dominik [Fri, 9 Dec 2011 22:22:56 +0000]
Add the binding for org-table-wrap-region to orgtbl-mode
Nicolas Goaziou [Wed, 7 Dec 2011 20:03:05 +0000]
EXPERIMENTAL/org-latex: Fix bug in table transcoding
* EXPERIMENTAL/org-latex.el (org-latex-table): Fix confusion between
communication channel and table information plists.
Nicolas Goaziou [Wed, 7 Dec 2011 16:39:51 +0000]
contrib/lisp/org-export: Extract more properties from tables
* contrib/lisp/org-export.el (org-export-table-format-info): Extract
column width and and row groups.
Bastien Guerry [Tue, 6 Dec 2011 18:20:21 +0000]
Fix typos (already fixed in Emacs trunk.)
Thanks to Juanma Barranquero for spotting and fixing them in Emacs.
Carsten Dominik [Tue, 6 Dec 2011 08:00:27 +0000]
Fix bug in org-capture file+datetree+promt target type
* lisp/org-capture.el (org-capture-set-target-location): Set the capture
default time also to the prompt time.
In the file+datetree+promt target type, the user is being asked for a
date, where to file an entry. In the template, there can the escape
placeholders for active and inactive time stamps. So far, these were
filled with todays date. This patch changes this behavior, so that
also at %t and %u escaped, the date entered at the prompt will be
used.
Reported by Erik Hetzner.
Nicolas Goaziou [Sun, 4 Dec 2011 16:00:46 +0000]
org-export: Cleanup #+name and #+results
* lisp/org-exp.el (org-export-res/src-name-cleanup): Remove #+name and
#+results lines during preprocess.
Now Babel doesn't handle anymore those keywords cleanup (as #+name may
be used for other thing than code evaluation), that task is moved to
org-export.el. See commit
25a0a0212193ecc5e910696301b3a64a51f837e0.
Bastien Guerry [Sun, 4 Dec 2011 10:44:23 +0000]
org.texi: Fix typos.
Thanks to Paul Eggert for spotting this and fixing it in Emacs.
Nicolas Goaziou [Thu, 1 Dec 2011 14:42:06 +0000]
contrib/lisp/org-element: Re-order a function within the file
Nicolas Goaziou [Thu, 1 Dec 2011 13:57:59 +0000]
contrib/lisp/org-element: Do not map function to ignored elements or objects
* contrib/lisp/org-element.el (org-element-map): In an export
situation, only map function on included elements or objects.
Nicolas Goaziou [Thu, 1 Dec 2011 13:01:32 +0000]
contrib/lisp/org-export: Fix headline numbering
* contrib/lisp/org-export.el (org-export-persistent-properties-list):
Remove unused persistent properties.
(org-export-initialize-persistent-properties): Delegate headline
numbering alist to `org-export-collect-headline-numbering'.
(org-export-collect-headline-numbering): New function.
(org-export-update-info): Remove part relative to headline numbering.
(org-export-get-headline-number): Use new `:headline-numbering' to get
current headline number.
Headline numbering is not done on demand anymore, but built once and
for all at the beginning of the export process, and stored in an
alist, accessible through the `:headline-numbering' property in the
communication channel.
Nicolas Goaziou [Tue, 29 Nov 2011 20:37:15 +0000]
EXPERIMENTAL/org-latex: Small refactoring.
* EXPERIMENTAL/org-latex.el (org-latex-footnote-reference): Small
refactoring.
Eric Schulte [Tue, 29 Nov 2011 16:16:14 +0000]
fix compiler warnings in ob-picolisp
* lisp/ob-picolisp.el (ob-comint): Required.
(comint): Required.
(cl): Required.
(run-picolisp): Declared.
(org-babel-execute:picolisp): Capture free variable, and replace
function from cl-extra with core function.
Eric Schulte [Tue, 29 Nov 2011 16:05:31 +0000]
moving ob-picolisp into the core
Thanks to Thorsten Jolitz for contributing support for this new
language.
* Makefile (LISPF): Add ob-picolisp to the Makefile.
* contrib/babel/langs/ob-picolisp.el: Remove from contrib.
* lisp/ob-picolisp.el: Add to core lisp directory.
* lisp/org.el (org-babel-load-languages): Add Pico Lisp to the list of
supported code block languages.
Eric Schulte [Tue, 29 Nov 2011 15:56:27 +0000]
improved warnings of bibtex errors during multi-headline export
* lisp/org-bibtex.el (org-bibtex): Now catches bibtex errors and
directs the user to the location of the error.
Nicolas Goaziou [Mon, 28 Nov 2011 22:36:51 +0000]
EXPERIMENTAL/org-latex: LaTeX back-end for generic exporter
* EXPERIMENTAL/org-latex.el (org-latex-option-alist,
org-latex-default-class, org-latex-classes
org-latex-inputenc-alist, org-latex-date-format,
org-latex-title-command, org-latex-format-headline-function, org-latex-emphasis-alist,
org-latex-footnote-separator, org-latex-active-timestamp-format,
org-latex-inactive-timestamp-format,
org-latex-diary-timestamp-format, org-latex-image-default-option,
org-latex-default-figure-position, org-latex-inline-image-extensions,
org-latex-default-table-environment, org-latex-tables-centered,
org-latex-tables-verbatim, org-latex-table-caption-above,
org-latex-format-drawer-function,
org-latex-format-inlinetask-function, org-latex-listings, org-latex-listings-langs,
org-latex-listings-options, org-latex-minted-langs,
org-latex-minted-options, org-latex-quotes,
org-latex-custom-lang-environments): New variables.
(org-latex--caption/label-string, org-latex--guess-inputenc,
org-latex--find-verb-separator, org-latex--make-option-string,
org-latex--quotation-marks, org-latex--wrap-label,
org-latex-template, org-latex-center-block, org-latex-drawer,
org-latex-dynamic-block, org-latex-emphasis, org-latex-entity,
org-latex-example-block, org-latex-export-snippet,
org-latex-export-block, org-latex-fixed-width,
org-latex-footnote-reference, org-latex-headline,
org-latex-horizontal-rule, org-latex-inline-src-block,
org-latex-inlinetask, org-latex-item, org-latex-keyword,
org-latex-latex-environment, org-latex-latex-fragment,
org-latex-line-break, org-latex-link--inline-image, org-latex-link,
org-latex-macro, org-latex-paragraph, org-latex-plain-list,
org-latex-plain-text, org-latex-property-drawer,
org-latex-quote-block, org-latex-quote-section,
org-latex-radio-target, org-latex-special-block,
org-latex-src-block, org-latex-statistics-cookie,
org-latex-subscript, org-latex-superscript,
org-latex-table--format-string, org-latex-table--align-string,
org-latex-table, org-latex-target, org-latex-time-stamp,
org-latex-verbatim, org-latex-verse-block): New functions.
Nicolas Goaziou [Mon, 28 Nov 2011 19:14:20 +0000]
contrib/lisp/org-export: Fix visibility influence on list parsing
* contrib/lisp/org-export.el (org-export-with-current-buffer-copy):
Full invisibility prevents `current-column' from returning useful
values. Thus, keep visibility related text-properties and set
`buffer-invisibility-spec' to nil.
Eric Schulte [Mon, 28 Nov 2011 18:21:52 +0000]
note that colnames behavior may differ across languages
* doc/org.texi (colnames): Note that colnames behavior may differ
across languages.
Eric Schulte [Mon, 28 Nov 2011 08:55:28 +0000]
tests for the colnames header argument
Bastien Guerry [Mon, 28 Nov 2011 14:23:27 +0000]
org-agenda.el (org-agenda-dim-blocked-tasks): Fix typo.
* org-agenda.el (org-agenda-dim-blocked-tasks): Fix typo.
Thanks to Paul Eggert for spotting this and fixing it in Emacs trunk.
Bastien Guerry [Mon, 28 Nov 2011 14:17:15 +0000]
org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
* org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
Thanks to Paul Eggert for spotting this.
Bastien Guerry [Mon, 28 Nov 2011 14:13:04 +0000]
Fix typo fixed in Emacs trunk.
* ob.el (org-babel-execute-src-block): Fix typo.
Thanks to Juanma Barranquero for spotting this.
Bastien Guerry [Mon, 28 Nov 2011 14:11:52 +0000]
Fix typos fixed in Emacs trunk.
* org-freemind.el (org-freemind-write-mm-buffer): Fix typo.
* org-colview.el (org-columns-edit-value) (org-columns-next-allowed-value):
Fix typos.
* org-bibtex.el (org-bibtex-autogen-keys): Fix typo.
* org-clock.el (org-clock-special-range): Fix typo.
Thanks to Paul Eggert for these fixes.
Bastien Guerry [Mon, 28 Nov 2011 14:07:49 +0000]
org.el: Fix two typos in docstrings.
* org.el (org-link-unescape, org-link-unescape-compound): Fix two
typos in docstrings.