Bastien Guerry
f20de09dcb
org.texi (External links): Document contributed link types separately
...
* org.texi (External links): Document contributed link types
separately.
2013-04-16 10:06:41 +02:00
Bastien Guerry
9b5f92a2d6
org.texi (Closing items): Document `org-closed-keep-when-no-todo'
...
* org.texi (Closing items): Document
`org-closed-keep-when-no-todo'.
2013-04-16 09:59:21 +02:00
Bastien Guerry
8546254ce5
org-capture.el (org-mks): Make cursor invisible
...
* org-capture.el (org-mks): Make cursor invisible.
2013-04-16 09:23:45 +02:00
Bastien Guerry
8546ef131d
org.el (org-link-expand-abbrev): Save match data before before calling the replacement function
...
* org.el (org-link-expand-abbrev): Save match data before
before calling the replacement function.
2013-04-16 09:15:45 +02:00
Bastien Guerry
7c466e470c
org-list.el (org-sort-list): Don't move point when matching time values
...
* org-list.el (org-sort-list): Don't move point when matching
time values.
Thanks to Samuel Wales for reporting this bug.
2013-04-16 08:23:52 +02:00
Carsten Dominik
cb658482c3
Fix typo in docstring of `org-small-year-to-year'
...
* lisp/org.el (org-small-year-to-year): Fix typo in docstring
2013-04-16 05:59:27 +02:00
Bastien Guerry
92eaf7bbd8
Merge branch 'master' of orgmode.org:org-mode
2013-04-15 23:38:47 +02:00
Bastien Guerry
600c55a039
org-man.el (org-man-export): Fix export to LaTeX and add export to Texinfo
...
* org-man.el (org-man-export): Fix export to LaTeX and add
export to Texinfo.
2013-04-15 23:38:39 +02:00
Bastien Guerry
540b859a3d
org.texi (Advanced configuration): Use @lisp and @smalllisp
...
* org.texi (Advanced configuration): Use @lisp and @smalllisp.
2013-04-15 23:38:00 +02:00
Nicolas Goaziou
5e0c969381
Better document LATEX_HEADER_EXTRA keywords
...
* doc/org.texi (Header and sectioning): Add a footnote about the
different between LATEX_HEADER_EXTRA and LATEX_HEADER.
* lisp/ox-latex.el (org-latex-classes): Be more explicit about
LATEX_HEADER_EXTRA.
2013-04-15 23:24:53 +02:00
Nicolas Goaziou
a39f9c35cc
org.texi: Small update
2013-04-15 23:12:56 +02:00
Bastien Guerry
b019cab9de
Merge branch 'master' of orgmode.org:org-mode
2013-04-15 22:57:33 +02:00
Bastien Guerry
4b236f2043
org-bibtex.el: Fix email address
2013-04-15 22:57:26 +02:00
Bastien Guerry
9ed3c55ce6
org.texi: Fix typos.
2013-04-15 22:26:45 +02:00
Bastien Guerry
e36b814f23
org.texi: Tiny rephrasing
2013-04-15 22:25:02 +02:00
Bastien Guerry
bd00b097b0
org.texi: More rewriting
...
* org.texi (Export back-ends): Rename from "Export formats".
(The Export Dispatcher, Export settings): Minor rewrites.
(ASCII/Latin-1/UTF-8 export): Update variable's name.
(In-buffer settings): Add #+HTML_HEAD_EXTRA.
Thanks to Thomas Dye for these suggestions.
2013-04-15 22:25:02 +02:00
Bastien Guerry
5ec66d165c
org.texi (Export in foreign buffers): New section
...
* org.texi (Export in foreign buffers): New section.
(Exporting): Remove documentation about converting the
selected region.
2013-04-15 22:25:02 +02:00
Rick Frankel
db8d3f5dcf
Allow setting :HTML_CONTAINER as a per-headline property.
...
* lisp/ox-html.el (org-html-headline): Use (new) org-html--container
function to set container element.
(org-html--container): Returns appropriate element for headline
container:
1. The element set on the headline :HTML_CONTAINER property.
2. the :html-container element (if the relative headline level
is 1.)
3. The default ("div").
2013-04-15 13:59:16 -04:00
Bastien Guerry
6e1a39bd6e
Merge branch 'master' of orgmode.org:org-mode
2013-04-15 18:34:14 +02:00
Bastien Guerry
5e3964d5b4
org.el (org-shifttab): Show the correct number of empty headlines
...
* org.el (org-shifttab): Show the correct number of empty
headlines when called with a numeric prefix argument. Enhance
docstring.
Thanks to Michael Crouch for reporting this bug and providing the fix.
2013-04-15 18:32:30 +02:00
Nicolas Goaziou
4c812675d0
ox-html: Fix invalid syntax in html attributes
...
* lisp/ox-html.el (org-html--build-meta-info): Fix invalid characters
in html attributes.
2013-04-15 17:54:13 +02:00
Bastien Guerry
f6d7230ca2
Merge branch 'master' of orgmode.org:org-mode
2013-04-15 10:45:03 +02:00
Bastien Guerry
ab8689d261
org.el: Tiny cosmetic change.
2013-04-15 10:44:53 +02:00
Nicolas Goaziou
df2807b59d
ox: Remove macro filters
...
* lisp/ox.el (org-export-filters-alist): Remove macro filter.
(org-export-filter-macro-functions): Remove variable.
Macro filters are never called since macro expansion happens before
the export process.
2013-04-15 08:22:51 +02:00
Bastien Guerry
fd8de3b6f1
org.texi (Advanced configuration): Put the filter valid types in a table
...
* org.texi (Advanced configuration): Put the filter valid
types in a table.
2013-04-15 02:07:46 +02:00
Bastien Guerry
372824a311
org.texi: Use @code{nil} instead of nil
...
* org.texi: Use @code{nil} instead of nil.
2013-04-15 01:54:46 +02:00
Bastien Guerry
ef4bbe5608
org.el (org-uniquify): Use `copy-sequence'
...
* org.el (org-uniquify): Use `copy-sequence'.
Thanks to Thomas Dye for reporting this.
2013-04-15 01:11:03 +02:00
Bastien Guerry
41e313118d
org.texi (Exporting): Better introductory sentence
...
* org.texi (Exporting): Better introductory sentence.
Thanks to Thomas Dye for this suggestion.
2013-04-15 01:02:29 +02:00
Bastien Guerry
4d77fb7696
ox.el: Fix tiny typo.
2013-04-15 00:55:26 +02:00
Bastien Guerry
7ed97e767d
org.texi: Use @var{...} instead of @code{...} for variables
...
* org.texi: Use @var{...} instead of @code{...} for variables.
2013-04-15 00:51:20 +02:00
Eric Schulte
06294c8dac
ox-beamer: Ensure nil is not passed to regexp function
...
* lisp/ox-beamer.el (org-beamer--format-frame): If contents is nil, then
replace it with an empty string.
2013-04-14 19:26:01 +02:00
Nicolas Goaziou
209e071246
org.texi: Add advanced configuration for export
2013-04-14 17:01:26 +02:00
Florian Beck
f9555eef69
Unescape :help-echo for links
...
* lisp/org.el (org-activate-bracket-links): Remove escapes
from the help string.
TINYCHANGE
2013-04-14 12:20:02 +02:00
Michael Brand
45afcf137c
Improve doc of empty fields
...
* doc/org.texi (Formula syntax for Calc): Improve the documentation of
empty fields in formulas for spreadsheet.
* testing/lisp/test-org-table.el: Rename wrongly named functions.
* testing/lisp/test-org-table.el: Use the more obvious "==" instead of
"=" for Calc conditions.
* testing/lisp/test-org-table.el (test-org-table/empty-field): Improve
the examples for vmean with empty fields.
2013-04-14 12:07:48 +02:00
Michael Brand
d9cd50bd35
org.texi: Reformat some description lists
...
* doc/org.texi (Formula syntax for Calc, Emacs Lisp forms as
formulas): Reformat spreadsheet formula mode strings and some examples
from @example block with xy @r{yz} to @table.
2013-04-14 12:07:43 +02:00
Bastien Guerry
0ffeb8709e
org.el (org-adaptive-fill-function, org-fill-paragraph): Throw a useful error message
...
* org.el (org-adaptive-fill-function, org-fill-paragraph):
Throw a useful error message when parse an element fails in
the current buffer.
This can happen for example in a `message-mode' buffer when using
orgstruct-mode. If you insert a line like:
SCHEDULED: <2013-04-13 Sat> is blablabla
then org-element-at-point will fail and the user will get an error
he cannot understand.
2013-04-14 11:46:45 +02:00
Bastien Guerry
7c048fd886
ox.el (org-export-with-planning): Enhance docstring
...
* ox.el (org-export-with-planning): Enhance docstring.
2013-04-14 11:46:45 +02:00
Bastien Guerry
d06ecf54f5
org.el (org-closed-keep-when-no-todo): New option
...
* org.el (org-closed-keep-when-no-todo): New option.
(org-todo): Use the new option.
Thanks to Brian van den Broek for asking for this.
2013-04-14 11:46:44 +02:00
Bastien Guerry
2fd5120364
org.el (org-open-line): Rename from `org-ctrl-o'
...
* org.el (org-open-line): Rename from `org-ctrl-o'.
(org-mode-map): Use `remap'.
Thanks to Sean O'Halpin for pointing this.
2013-04-14 11:46:44 +02:00
Bastien Guerry
94aedb97c9
org.texi (Exporting, Export settings): Rephrasing
...
* org.texi (Exporting, Export settings): Rephrasing.
Thanks to Thomas Dye for his detailed suggestions for this.
2013-04-14 11:46:44 +02:00
Nicolas Goaziou
65b9aa089c
org.texi: Small fixes
2013-04-14 11:43:30 +02:00
Nicolas Goaziou
acc0d01563
ox-beamer: Install a default class set-up when loading library
...
* lisp/ox-beamer.el (beamer): Install a default class set-up when
loading library.
This change should provide a meaninfgul export even if user forgot to
set-up `org-latex-classes'.
2013-04-14 11:41:42 +02:00
Suvayu Ali
d5da1d9428
Fix org info manual compilation
2013-04-14 09:37:49 +02:00
Nicolas Goaziou
a6afda1a2e
org.texi: Document `org-export-in-background'
...
* doc/org.texi (The Export Dispatcher): Document
`org-export-in-background'.
2013-04-13 16:02:30 +02:00
Nicolas Goaziou
6e92b32e45
org.texi: Update Beamer documentation
2013-04-13 15:59:44 +02:00
Bastien Guerry
d579301165
doc/org.texi: Delete trailing whitespaces
2013-04-13 15:55:11 +02:00
Bastien Guerry
c6f8cb1518
org.el: Minor code clean-up: fix dangling parentheses
...
* org.el (org-cycle-emulate-tab, org-file-apps)
(org-set-font-lock-defaults)
(org-translate-link-from-planner, org-link-search)
(org-refile-get-targets, org-read-date-get-relative): Minor
code clean-up: fix dangling parentheses.
2013-04-13 15:54:38 +02:00
Bastien Guerry
906f07554f
org.texi (The Export Dispatcher): Remove reference to `org-export-run-in-background'
...
* org.texi (The Export Dispatcher): Remove reference to
`org-export-run-in-background'.
2013-04-13 15:52:20 +02:00
Bastien Guerry
d1d6740339
org.texi (Publishing action): Enhance explanations for `org-org-publish-to-org'
...
* org.texi (Publishing action): Enhance explanations for
`org-org-publish-to-org'.
2013-04-13 15:52:20 +02:00
Bastien Guerry
5840e4cc64
org.texi (Exporting): Add a note about conversion commands
...
* org.texi (Exporting): Add a note about conversion commands.
(Feedback, Orgstruct mode, Built-in table editor)
(Built-in table editor, Orgtbl mode, Updating the table)
(Property syntax, Capturing column view, Capture)
(Agenda files, Agenda commands, CDLaTeX mode, CDLaTeX mode)
(Exporting, Extending ODT export)
(Working with @LaTeX{} math snippets, dir, Customization)
(Radio tables, A @LaTeX{} example, Pulling from MobileOrg):
Uniformly use @kbd{M-x command RET}.
2013-04-13 15:52:20 +02:00