Richard Kim
c80509a5df
org.texi: Fix whitespaces
...
TINYCHANGE
2014-05-06 11:57:02 +02:00
Bastien Guerry
51893a4e3d
Merge branch 'maint'
2014-04-29 13:46:49 +02:00
Bastien Guerry
b0f862dfa9
doc/texinfo.tex: Update to stable version 5.2
2014-04-29 13:46:21 +02:00
Nicolas Goaziou
4c0a29edec
Merge branch 'maint'
...
Conflicts:
lisp/ox.el
2014-04-21 09:50:10 +02:00
Nicolas Goaziou
b983048b73
Small documentation improvements
...
* doc/org.texi (The Export Dispatcher): Reformulation.
* lisp/ox.el (org-export-copy-to-kill-ring): Comply to docstrings
standards.
2014-04-21 09:48:17 +02:00
Nicolas Goaziou
3e401117fd
org.texi: Update documentation
...
* doc/org.texi (The export dispatcher): Update documentation since
`org-export-copy-to-kill-ring' has a different default value.
The change happened in 53aab23e70
.
2014-04-21 09:44:54 +02:00
Bastien Guerry
ff706b2e9c
org.texi (Property syntax, noweb-ref): Minor fixes
...
* org.texi (Property syntax, noweb-ref): Minor fixes.
2014-04-18 13:21:37 +02:00
Bastien Guerry
28131ee94a
org.texi (Feedback): Add a link to the mailman subscription page
...
* org.texi (Feedback): Add a link to the mailman subscription
page.
2014-04-17 18:04:33 +02:00
Bastien Guerry
a2b69cc4d7
Merge branch 'maint'
2014-04-17 13:38:41 +02:00
Bastien Guerry
4315658419
org.texi (Installation): Fix documentation bug
...
* org.texi (Installation): Be more clear on why installing Org
through ELPA should be done without loading any Org file.
This is a very common pitfall that needs to be considered a
documentation bug.
2014-04-17 13:38:29 +02:00
Bastien Guerry
ca80c8c277
org.texi (Beamer export): Update example to let it display a table of contents
...
* org.texi (Beamer export): Update example to let it display a
table of contents.
2014-04-17 12:09:53 +02:00
Bastien Guerry
132da2db35
Let sort-by-time handle [H]H:MM strings and add a :sort parameter for clocktables
...
* org-clock.el (org-clocktable-write-default): New parameter
":sort" to sort a column by a sorting type. E.g., a value of
:sort (1 . ?a) will sort the first column alphabetically. The
sorting line is the third one, table-wise, which is usually
the first line that contains user data.
* org.texi (The clock table): Document the new :sort
parameter.
* org.el (org-do-sort): Recognize [H]H:MM strings as time
values and allow sort-by-time to process them.
* org-table.el (org-table-sort-lines): Mention that sorting by
time also recognize [H]H:MM time values.
2014-04-16 18:23:47 +02:00
Rainer M. Krug
7cf4d591eb
Add clarification to `:no-expand' header argument
...
* doc/org.texi (no-expand): Added statement to clarify that this
header argument has no impact on the execution of a code block.
TINYCHANGE
2014-04-16 17:41:57 +02:00
Bastien Guerry
f86b6d8aa3
org.texi (Agenda dispatcher): Small rewrite
...
* org.texi (Agenda dispatcher): Small rewrite. Add a concept
to the concept index.
2014-04-16 16:44:11 +02:00
Nicolas Goaziou
b8781c4c85
ox: Make footnotes file specific when including Org files
...
* lisp/ox.el (org-export-expand-include-keyword,
org-export--prepare-file-contents): Make footnotes file specific
when including Org files.
* doc/org.texi (Include files): Add documentation.
* testing/lisp/test-ox.el (test-org-export/expand-include): Add tests.
http://permalink.gmane.org/gmane.emacs.orgmode/83606
2014-04-12 15:07:42 +02:00
Nicolas Goaziou
e84c1d8442
org.texi: Update COMMENT keyword documentation
...
* doc/org.texi (Comment lines):
* doc/orgguide.texi (Comment lines): Update COMMENT keyword
documentation. Small tense changes.
2014-04-12 10:59:01 +02:00
Greg Tucker-Kellogg
c99fa2ab8a
ox-latex.el: support sideways :float options for tables and figures
...
* lisp/ox-latex.el (org-latex--inline-image): support a 'sideways
option for the float, and add case to handle it with a \sideaysfigure
in the export.
(org-latex--org-table): support "sideways" instead of deprecated
"sidewaystable". The latter is still handled for backward
compatibility.
* doc/org.texi (Tables in LaTeX export): Document use of :float
sideways.
(Images in LaTeX export): Document use of :float sideways.
This patch provides consistent :float sideways support for LaTeX
export of both figures and tables.
http://permalink.gmane.org/gmane.emacs.orgmode/84618
TINYCHANGE
2014-04-06 14:19:55 +02:00
Nicolas Goaziou
74c0241146
org.texi: Remove reference to `org-drawers' and #+DRAWERS
...
* doc/org.texi (In-buffer settings): Remove reference to `org-drawers'
and #+DRAWERS as they no longer exist.
2014-03-29 09:40:10 +01:00
Nicolas Goaziou
ea097c25dd
ox-latex: Allow :options in LaTeX attributes
...
* lisp/ox-latex.el (org-latex-src-block): Allow to add options to
listings or minted block-wise.
(org-latex-listings-options, org-latex-minted-options): Update
docstring.
* doc/org.texi (@LaTeX{} specific attributes): Document feature.
2014-03-25 19:08:56 +01:00
Nicolas Richard
b3a10b66fe
Keep documentation on "Previewing LaTeX" in its own section
...
* doc/org.texi (@LaTeX{} fragments)
(Previewing @LaTeX{} fragments): Keep documentation on
"Previewing LaTeX" in its own section.
2014-03-22 17:40:52 +01:00
Bastien Guerry
343a6dd082
org.texi (Macro replacement): Small rewrite
...
* org.texi (Macro replacement): Small rewrite.
Thanks to Nicolas for his suggestions.
2014-03-21 10:03:50 +01:00
Bastien Guerry
7527e3a80c
org.texi (Macro replacement): Minor enhancement
...
* org.texi (Macro replacement): Minor enhancement.
2014-03-19 17:06:45 +01:00
Bastien Guerry
33f8b1b02f
org.texi (Tables in HTML export): Enhance.
...
* org.texi (Tables in HTML export): Mention the grouping of
columns, add documentation for variables.
2014-03-19 11:31:47 +01:00
Thomas Holst
599ccd1cc8
docu change for table-line-pos new feature
...
* org.texi (Template elements): Document new features of
`:table-line-pos' in capture templates.
TINYCHANGE
2014-03-19 09:35:02 +01:00
Nicolas Goaziou
c444e4ed38
org.texi: Fix typos
2014-03-16 14:45:29 +01:00
Eric Schulte
e01672c2fb
fixed broken @index commands in documentation
2014-03-15 20:45:51 -06:00
Eric Schulte
64d9ba15b6
clarification of commented code block export
2014-03-15 20:44:38 -06:00
Bastien Guerry
6aba2424c9
org.texi: Document -i in source code blocks
...
* org.texi (Literal examples): Add index entry.
(Editing source code): Document the -i flag.
2014-03-15 07:41:56 +01:00
John Henderson
e0c723573b
org.texi: Clarification: `:exports' is only applicable to blocks, not to inline code
...
* doc/org.texi (Exporting code blocks, exports): Clarify.
The documentation change resulted from the expectation that `:exports'
could be used with inline code blocks, which is not the case.
Clarification was added to avoid future confusion on this header
argument, which is applicable only to blocks.
TINYCHANGE
2014-03-14 17:15:48 +01:00
Bastien Guerry
1e402cee8b
Merge branch 'maint'
2014-03-12 10:47:01 +01:00
Bastien Guerry
3e560f053c
Backport r116740 from Emacs trunk
2014-03-12 10:46:50 +01:00
Nicolas Goaziou
081abcd652
Merge branch 'maint'
2014-03-12 08:58:55 +01:00
John Henderson
ffc60fd494
Modified documentation for `org-src-preserve-indentation'
...
TINYCHANGE
2014-03-12 08:58:13 +01:00
tsdye
162dc4d5fd
Documented org-babel-inline-result-wrap
2014-03-11 19:43:42 -06:00
Bastien Guerry
080f1dd5af
Merge branch 'maint'
2014-03-05 15:47:55 +01:00
Bastien Guerry
adbb2f7c9f
Fix doc and code inconsistency: now use =verbatim= and ~code~.
...
* org.el (org-emphasis-alist): Use `org-verbatim' for =text=
and `org-code' for ~text~.
* org.texi (Emphasis and monospace): Document the use of
=verbatim= and ~code~ to be consistent with
`org-element-text-markup-successor'.
Thanks to Yasushi for reporting this.
2014-03-04 10:49:49 +01:00
Michael Brand
076b8e1dbf
Merge branch 'maint'
2014-02-11 21:02:35 +01:00
Michael Brand
9061fe5fbe
org.texi: Fix typo
2014-02-11 21:01:24 +01:00
Michael Brand
b6025f42d3
Merge branch 'maint'
2014-02-11 19:31:21 +01:00
Michael Brand
9de9c0d1b5
org.texi: Column attributes format specifier
...
* doc/org.texi (Column attributes): Add a sentence to point out the
dependency on the format specifier.
2014-02-11 19:30:52 +01:00
Bastien Guerry
f05d148e61
Merge branch 'maint'
...
Conflicts:
doc/org.texi
2014-02-06 11:36:50 +01:00
Bastien Guerry
49b25fff59
org.texi (In-buffer settings, Radio tables): Tiny fixes
...
* org.texi (In-buffer settings, Radio tables): Tiny fixes.
2014-02-06 11:31:32 +01:00
Bastien Guerry
986ca8883c
org.texi (Initial visibility): Fix typo
...
* org.texi (Initial visibility): Fix typo.
2014-02-06 11:25:03 +01:00
Bastien Guerry
e96cda127a
doc/org.texi: Fix trailing whitespace
2014-02-05 11:14:12 +01:00
Florian Beck
01e8103f8f
Font-lock: allow hiding of brackets surrounding macros
...
* lisp/org.el (org-hide-macro-markers): new option
(org-fontify-macros): new function
(org-set-font-lock-defaults): call `org-fontify-macros'
* doc/org.texi: Document user option `org-hide-macro-markers'
TINYCHANGE
2014-02-05 11:13:39 +01:00
Bastien Guerry
e45d13d94e
Merge branch 'maint'
2014-01-28 11:20:42 +01:00
Bastien Guerry
b298a47eb1
org.texi (Literal examples): Fix typo
...
* org.texi (Literal examples): Fix typo.
2014-01-28 11:20:29 +01:00
Nicolas Goaziou
e0d14e6aa7
Merge branch 'maint'
2014-01-25 14:57:46 +01:00
Nicolas Goaziou
b2dce80601
ox-latex: Fix :options discrepancy between blocks and lists
...
* lisp/ox-latex.el (org-latex-plain-list): Do not automatically
enclose value for :options attribute within square brackets.
Instead, append them verbatim next to the block name, as special
blocks do.
* doc/org.texi (@LaTeX{} specific attributes): Update manual.
2014-01-25 14:56:49 +01:00
Bastien Guerry
dd412491b3
Merge branch 'maint'
2014-01-13 23:26:33 +01:00
Bastien Guerry
3f7822d31b
Backport typo fix from Emacs revno r116017
2014-01-13 23:26:17 +01:00
Michael Brand
bc1d54b84b
TBLFM remote ref: Add indirection of name or ID
...
* doc/org.texi (References): Add description for indirection of
NAME-OR-ID.
* lisp/org-table.el (org-table-eval-formula): Make use of
`org-table-remote-reference-indirection'.
(org-table-remote-reference-indirection): New function.
* testing/lisp/test-org-table.el
(test-org-table/remote-reference-indirect): Change to use remote
reference indirection.
2014-01-12 10:53:06 +01:00
Nicolas Goaziou
d19fe8cb72
Merge branch 'maint'
2014-01-10 23:04:25 +01:00
Nicolas Goaziou
de8884f38e
org.texi: Fix typo
...
* doc/org.texi (Top, Exporting): Fix typo.
2014-01-10 22:27:58 +01:00
Nicolas Goaziou
fcdf05b141
org.texi: Fix sectioning
...
* doc/org.texi (Global and local cycling): Remove "Initial visibility"
and "Catching invisible edits" subsections since they already are
located in "Visibility cycling" menu.
2014-01-10 11:07:17 +01:00
Nicolas Goaziou
99fdd76bb8
Merge branch 'maint'
2014-01-09 22:41:30 +01:00
Nicolas Goaziou
432decf725
org.texi: Fix some sections subtitiles
...
* doc/org.texi (Top, Exporting): Org has its own documentation and
should therefore be removed from "Other build-in back-ends".
2014-01-09 22:37:57 +01:00
Achim Gratz
f18b153d7c
Merge branch 'maint'
2014-01-07 21:24:35 +01:00
Achim Gratz
6dc83e651d
doc/Makefile: avoid spurious whitespace in environment variables
...
* doc/Makefile (%.pdf): Ensure that LANG and LC_ALL are set to "C",
not "C " (with trailing whitespace).
Make evaluation order produces spurious whitespace in variables when a
variable definition is followed by whitespace plus a comment.
2014-01-07 21:23:45 +01:00
Bastien Guerry
f8e1745440
Merge branch 'maint'
...
Conflicts:
contrib/lisp/org-favtable.el
2014-01-07 14:19:03 +01:00
Bastien Guerry
7d9a883b50
Update copyright years again.
...
Hint: copyright years are all updated in Emacs.
2014-01-07 14:18:17 +01:00
Bastien Guerry
a0d4c8d85d
Merge branch 'maint'
2014-01-07 13:09:55 +01:00
Rasmus
5b7d53e713
Bug in org.texi
...
* org.texi (Global and local cycling): Fix missing '@'.
2014-01-07 13:09:45 +01:00
Bastien Guerry
115680e50d
Merge branch 'maint'
2014-01-07 10:15:27 +01:00
Bastien Guerry
beeebfb9a6
org.texi (Global and local cycling): Mention C-u C-u TAB
...
* org.texi (Global and local cycling): Mention C-u C-u TAB.
Thanks to François Pinard for suggesting this.
2014-01-07 10:15:13 +01:00
Bastien Guerry
721cc10b5a
Merge branch 'maint'
2014-01-06 11:00:37 +01:00
Bastien Guerry
9590067793
Backport change from Emacs r115884
2014-01-06 11:00:28 +01:00
Bastien Guerry
c41f5075ac
Merge branch 'maint'
...
Conflicts:
contrib/lisp/org-favtable.el
2014-01-05 06:36:11 +01:00
Bastien Guerry
3737676632
Update copyright year for files changed since 2013
2014-01-05 06:35:21 +01:00
Bastien Guerry
0beda99171
Revert "Update copyright years."
...
This reverts commit 21105594fc
.
2014-01-05 06:28:07 +01:00
Bastien Guerry
19b895b464
Backport changes from Emacs r115870
...
* org.texi (Include files, The Export Dispatcher)
(Advanced configuration)
(Header arguments in Org mode properties): Spelling fixes.
2014-01-05 06:24:20 +01:00
Bastien Guerry
096ff7e078
Merge branch 'maint'
...
Conflicts:
contrib/lisp/org-favtable.el
2014-01-04 18:58:12 +01:00
Bastien Guerry
21105594fc
Update copyright years.
2014-01-04 18:56:11 +01:00
Bastien Guerry
6e51188ead
Merge branch 'maint'
2014-01-02 16:11:08 +01:00
Bastien Guerry
03ce57e7db
Backport r115828 from Emacs trunk
2014-01-02 16:10:44 +01:00
Bastien Guerry
3c4a99c731
Merge branch 'maint'
2014-01-02 16:08:36 +01:00
Bastien Guerry
a66028dfc5
Revert "Backport change from r115807 in Emacs trunk"
...
This reverts commit c2ed678f20
.
2014-01-02 16:08:26 +01:00
Bastien Guerry
c8bb89faca
Merge branch 'maint'
2013-12-30 10:32:24 +01:00
Bastien Guerry
c2ed678f20
Backport change from r115807 in Emacs trunk
2013-12-30 10:10:56 +01:00
Bastien Guerry
66f55af525
Merge branch 'maint'
2013-12-22 23:37:27 +01:00
Bastien Guerry
6999c5cc84
doc/org.texi: Add #+BEGIN_ABSTRACT as example
...
* org.texi (Special blocks): Add #+BEGIN_ABSTRACT as another
example.
(@LaTeX{} specific attributes): New index entries. Use
#+BEGIN_ABSTRACT in the example.
2013-12-22 23:36:38 +01:00
Nicolas Goaziou
4e02e48fa3
Merge branch 'maint'
...
Conflicts:
doc/org.texi
2013-12-15 14:59:33 +01:00
Nicolas Goaziou
18d3057e62
org.texi: Document `org' back-end
...
* doc/org.texi (Org export): New section.
* lisp/ox-org.el: Remove initial code comments since this is now in
manual.
2013-12-15 14:52:46 +01:00
Nicolas Goaziou
b617d407ed
Merge branch 'maint'
2013-12-15 11:55:44 +01:00
Nicolas Goaziou
7a80881d65
org.texi: Fix some whitespace errors
...
* doc/org.texi (HTML doctypes): Fix whitespace error.
2013-12-15 11:54:59 +01:00
Nicolas Goaziou
c356b114d7
Merge branch 'maint'
2013-12-15 11:40:55 +01:00
Nicolas Goaziou
64d9159ad0
org.texi: Add html related publishing options
...
* doc/org.texi (HTML doctypes): Fix display.
(Publishing options): Add missing html publishing options.
2013-12-15 11:38:37 +01:00
Nicolas Goaziou
0cff09f94b
Merge branch 'maint'
2013-12-01 13:41:09 +01:00
Nicolas Goaziou
c92606b326
Documentation for :export: tag usage
...
* doc/org.texi (Export settings): documentation describing how text
above the first heading is ignored when an :export: tag is in a file.
Commit 7cf4406088
introduced a feature of
the exporter that ignores text above the first headline when an :export:
tag is used anywhere in a file. This commit documents that behaviour
introduced in 7cf44060
, in doc/org.texi.
TINYCHANGE
2013-12-01 13:32:26 +01:00
Nicolas Goaziou
92f30ae53c
Merge branch 'maint'
2013-11-20 22:02:20 +01:00
Nicolas Goaziou
2dcd6dace9
org.texi: Fix export snippet syntax in ODT backend
...
* doc/org.texi (Creating one-off styles): Use new export snippet
syntax.
2013-11-20 22:01:10 +01:00
Bastien Guerry
9214000c21
Merge branch 'maint'
...
Conflicts:
doc/org.texi
2013-11-17 09:17:39 +01:00
Bastien Guerry
a6210cc9c2
Backport Paul's fixes from Emacs trunk (1/2)
...
See http://article.gmane.org/gmane.emacs.diffs/123123
2013-11-17 09:12:41 +01:00
Michael Brand
396b2172e4
Improve manual and ERT for table formulas
...
* doc/org.texi (Field coordinates in formulas): Rephrase and add an
example with a Lisp formula to copy from remote table.
* testing/lisp/test-org-table.el (Comments): Adapt comment.
(test-org-table/copy-field): Add reference to
`test-org-table/remote-reference-access'.
(test-org-table/remote-reference-access): Add reference to
`test-org-table/copy-field'. Differentiate between Lisp formula to
copy and Calc (or Lisp) formula to calculate.
2013-11-13 20:10:56 +01:00
Bastien Guerry
6255cbb3fe
org.texi (Repeated tasks): Document marking repeating tasks as done
...
* org.texi (Repeated tasks): Document marking repeating tasks
as done.
2013-11-13 14:00:09 +01:00
Bastien Guerry
637d010ce6
Merge branch 'maint'
2013-11-04 12:45:44 +01:00
Bastien Guerry
2a95f5e409
org.texi (Catching invisible edits): Fix typo
...
* org.texi (Catching invisible edits): Fix typo.
Thanks to Cyprien Gay for reporting this.
2013-11-04 12:45:22 +01:00
Nicolas Goaziou
e0011113b3
org.texi: Remove references to DRAWERS keyword
...
* doc/org.texi (Drawers, RSS feeds, In-buffer settings): Remove
references to DRAWERS keyword, which is unused now.
2013-10-31 21:27:18 +01:00
Nicolas Goaziou
5a78f12866
Merge branch 'maint'
2013-10-24 11:18:19 +02:00
Nicolas Goaziou
6541e1632f
org.texi: Remove reference to quoted underscores
...
* doc/org.texi (Subscripts and superscripts): Remove reference to
quoted underscores until this mechanism is implemented again.
2013-10-24 11:16:19 +02:00
Nicolas Goaziou
d20c5fbc81
org.texi: Improve Beamer export documentation
...
* doc/org.texi (Beamer export): Be more accurate about BEAMER_OPT
property.
2013-10-24 11:14:55 +02:00
Bastien Guerry
66676f7dc7
Merge branch 'maint'
2013-10-14 09:51:42 +02:00
Bastien Guerry
838cf55bcd
org.texi (Plain lists, Plain lists): Fix typos
...
* org.texi (Plain lists, Plain lists): Fix typos.
Thanks to Elifsu Sabuncu for reporting this.
2013-10-14 09:51:06 +02:00
Carsten Dominik
5128864d2c
Manual: Grammar fixes
...
Thanks to TonyMc for pointing these out.
2013-10-14 08:40:31 +02:00
Carsten Dominik
e0dd999a7b
Manual: Improvements to summary by Thomas Dye
2013-10-01 05:28:27 +02:00
Carsten Dominik
3868f45c16
Fix typos
2013-09-30 11:01:29 +02:00
Carsten Dominik
d0c797aa5a
Fix typos
2013-09-30 10:56:33 +02:00
Carsten Dominik
8e5932acc8
Manual and guide: more small changes
2013-09-30 09:16:18 +02:00
Carsten Dominik
a68f44f08e
Manual: small fixes
2013-09-30 08:03:38 +02:00
Carsten Dominik
95784bef22
Manual: Improve activation section
2013-09-30 07:01:33 +02:00
Carsten Dominik
fbd604d7f5
Merge branch 'master' of orgmode.org:org-mode
2013-09-29 22:21:07 +02:00
Carsten Dominik
afeff01f77
Manual: Shorten Introduction
...
* doc/org.texi: Remove one useless piece from the introduction. Modify
a paragraph about key bidings.
2013-09-29 22:20:46 +02:00
Carsten Dominik
817cbca767
Allow regexp separator when converting the region to a table
...
* lisp/org-table.el (org-table-convert-region): Interpret string SEPARATOR
as regular expression. Triple `C-u' prefix arg will read a regexp
from the user.
* doc/org.texi: Document that `C-c |' can take a regexp as a separator.
Patch modified from a proposal by Francois.
2013-09-29 12:27:09 +02:00
Carsten Dominik
cd5cccd6e9
Manual: Say something about the roots of or in the Introduction
2013-09-28 23:13:12 +02:00
Carsten Dominik
8ead22e095
Merge branch 'guide-maintenance'
2013-09-28 19:55:27 +02:00
Carsten Dominik
95ca17550e
Manual: Add short contents
2013-09-28 19:54:44 +02:00
Carsten Dominik
85cf5a7a82
More changes to the introduction
2013-09-28 19:46:32 +02:00
Carsten Dominik
c920019bc0
Manual: Some trivial reformatting
...
* doc/org.texi: Trivial reformatting
2013-09-28 18:30:06 +02:00
Carsten Dominik
10c80f94fa
Manual: Add babel header arguments to the concept index
2013-09-28 18:30:06 +02:00
Carsten Dominik
d8f1643c51
Remove some subsection of ODT documentation from the table of contents
...
The documentation stays, but not all subsubheadings make it into the
table of contents.
2013-09-28 18:30:06 +02:00
Carsten Dominik
0c6f044c37
Manual: Modernize introduction
...
doc/org.texi (Introduction): Modernize.
2013-09-28 18:30:06 +02:00
Carsten Dominik
936ef91869
Remove unnecessary node comments
2013-09-28 18:30:06 +02:00
Carsten Dominik
3ddb2a1312
Manual: Standardize capitalisation of node names
2013-09-28 18:30:06 +02:00
Carsten Dominik
1dc68b9723
Manual: Rely on automatic node structure
...
This patch removes the manual setting of next, previous, and top links
and instead relies on info making this connection from the sectioning
structure. This makes it easier to change node names.
2013-09-28 18:30:05 +02:00
Carsten Dominik
3ffab650e0
Fix order of contributors to manual
...
* doc/org.texi: Fix order of contributors to manual.
2013-09-28 18:30:05 +02:00
Nicolas Goaziou
fe0e5cf309
org.texi: Update Drawers section
2013-09-26 17:25:31 +02:00
Nicolas Goaziou
e09ffe2a67
ox: Add a defcustom to export properties drawers
...
* lisp/ox.el (org-export-with-drawers): Improve docstring.
(org-export-with-properties): New variable
(org-export--skip-p): Handle new variable.
(org-export-options-alist): Install new variable.
* lisp/ox-ascii.el (org-ascii-node-property,
org-ascii-property-drawer): New functions.
* lisp/ox-html.el (org-html-node-property): New function.
(org-html-property-drawer): Export property drawers as "pre" blocks.
* lisp/ox-latex.el (org-latex-property-drawer,
org-latex-node-property): New functions.
* lisp/ox-man.el (org-man-node-property, org-man-property-drawer): New
functions.
* lisp/ox-md.el (org-md-node-property, org-md-property-drawer): New
functions.
* lisp/ox-odt.el (org-odt-node-property): New function.
(org-odt-property-drawer): Export property drawers as fixed width
blocks.
* lisp/ox-texinfo.el (org-texinfo-node-property): New function.
(org-texinfo-property-drawer): Export property drawers as verbatim
blocks.
* doc/org.texi: Update manual.
* testing/lisp/test-ox.el: Add tests.
2013-09-26 13:46:31 +02:00
Carsten Dominik
289b5578ab
Update the guide and make it more compact
2013-09-24 14:10:55 +02:00
Carsten Dominik
b6cc24ae14
Simplify example documentation of local filters
...
* doc/org.texi (Advanced configuration): Simplify example of local
filters, using #+BIND.
2013-09-23 16:28:39 +02:00
Carsten Dominik
e5f16b80c8
Document the use of file-local export filters
...
* doc/org.texi (Advanced configuration): Document how to set local export
filters for individual files.
2013-09-22 08:47:21 +02:00
Carsten Dominik
a761d9128a
Improve documentation of sparse trees
2013-09-17 21:49:14 +02:00
Carsten Dominik
cf966c4312
Improve a sentence in the manual
...
* doc/org.texi (CSS support): Clarify this section.
2013-09-17 07:17:07 +02:00
Carsten Dominik
508ac0f57a
Clean up list of default LaTeX packages
...
* doc/org.texi (@LaTeX{} specific attributes): Document that tabu
and tabularx packages are not in the default set of packages.
* lisp/org.el (org-latex-default-packages-alist): Add the `rotating'
package to the list of default packages. Improve docstring.
2013-09-17 07:02:14 +02:00
Carsten Dominik
a7448b0c12
Add fortnight view to agenda
...
* doc/org.texi (Agenda commands): Document fortnight view.
* lisp/org-agenda.el (org-agenda-custom-commands-local-options):
(org-agenda-span): Add support for fortnight view.
(org-agenda-menu): Add fortnight view command.
(org-agenda-list):
(org-agenda-ndays-to-span): Add support for fortnight view.
(org-agenda-span-to-ndays): Add support for fortnight view.
(org-agenda-later): Add support for fortnight view.
(org-agenda-fortnight-view): New command.
(org-agenda-change-time-span): Add support for fortnight view.
(org-agenda-compute-starting-span): Add support for fortnight view.
This is a patch by Michael Gauland.
2013-09-13 07:54:42 +02:00
Nicolas Goaziou
f902ab8d59
orgguide: Fix documentation
...
* doc/orgguide.texi (Comment lines): A whitespace is mandatory after
the "#" sign.
(Export options): Along with plain text, DATE expects an Org
timestamp, not a format string. Also fix OPTIONS items and remove
back-end specific keywords.
(The export dispatcher): An active region is not sufficient to trigger
subtree export.
(DocBook export): Remove section.
(ASCII/Latin-1/UTF-8 export, HTML export, @LaTeX{} and PDF export,
Publishing): Update keybindings.
(iCalendar export): Update keybindings and fix variable name.
2013-09-06 10:59:12 +02:00
Nicolas Goaziou
458e6cfb56
Merge branch 'maint'
2013-09-05 18:48:42 +02:00
Nicolas Goaziou
48d32a3c26
org.texi: Fix misleading documentation
...
* doc/org.texi (Document title): Subtree export is no longer triggered
by marking one as the region.
(Horizontal rules): LaTeX export doesn't use "\hrule" anymore, and
giving examples isn't very useful: "horizontal rule" is, at least, as
explicit as <hr/>.
2013-09-05 18:46:07 +02:00
Carsten Dominik
09bcbc4228
Merge branch 'master' of orgmode.org:org-mode
2013-09-02 10:25:35 +02:00
Carsten Dominik
0f02804f36
Document conflict with ecomplete.el
...
* doc/org.texi: Document conflict with ecomplete.el
Thanks to Gregor Zattler for pointing out this problem.
2013-09-02 10:25:10 +02:00
Carsten Dominik
cdb8d78b00
Acknowledgements for Jason Dunsmore and Rakcspace
...
* doc/org.texi (History and Acknowledgments): Acknowledgements for
Jason Dunsmore and Rakcspace.
2013-09-01 19:34:51 +02:00
Carsten Dominik
718306e2a1
Rename org-crypt.el node to org-crypt.
...
* doc/org.texi: Rename org-crypt.el node to org-crypt.
This had to be done because a dot is not allowed as a node name
2013-08-31 15:51:12 +02:00
Carsten Dominik
daf36fc918
Fix some issue with orgtbl-mode
...
* lisp/org-table.el (orgtbl-send-replace-tbl): Allow multiple spaces between
keywords in RECEIVE ORGTBL lines.
* doc/org.texi (A @LaTeX{} example): Fix typo in variable name.
2013-08-30 17:53:28 +02:00
Bastien Guerry
555c0520ca
Merge branch 'maint'
2013-07-23 18:47:19 +02:00
Bastien Guerry
c85aabdcf1
org.texi (Advanced configuration): Fix typo
...
* org.texi (Advanced configuration): Fix typo.
Thanks to Bart Bunting for reporting this.
2013-07-23 18:47:08 +02:00
Feng Shu
2a94fca6ca
Fix generating LaTeX formula images
...
* lisp/ox-odt.el (org-odt--translate-latex-fragments): Fix imagemagick support.
* lisp/ox-html.el (org-html-latex-environment)
(org-html-latex-fragment): Fix imagemagick support.
* org.el (org-create-formula-image-with-imagemagick): Generate correct
size formula image.
(org-format-latex-header): Change pagestyle command position.
* doc/org.texi (@LaTeX{} fragments)
(Previewing @LaTeX{} fragments)
(Math formatting in HTML export)
(Working with @LaTeX{} math snippets): Add document about creating
formula image with imagemagick.
2013-07-15 15:31:38 +02:00
Kodi Arfer
03040dd44d
ox-html: Allow "Figure %d:", etc. to be styled
...
* lisp/ox-html.el (org-html-paragraph): Wrap "Figure %d:" in
<span class="figure-number">.
(org-html-list-of-tables, org-html-table): Wrap "Table %d:" in
<span class="table-number">.
(org-html-list-of-listings): Wrap "Listing %d:" in
<span class="listing-number">.
* doc/org.text (CSS support): Mention .figure-number,
.listing-number, and .table-number.
I didn't change org-html-style-default, so these labels won't
appear special by default.
TINYCHANGE
2013-07-09 22:28:53 +02:00
Bastien Guerry
fdaa996e90
org.el (org-refile): Allow to only copy the subtree without moving it
...
* org.el (org-refile): With a numeric prefix argument of `3',
emulate (setq org-refile-keep t) and copy the subtree to the
target location, don't delete it.
* org.texi (Refile and copy): Document `C-3 C-c C-w' and add
an index entry for `org-refile-keep'.
2013-07-08 10:19:03 +02:00
Eric Schulte
7f99950749
subsection headers for prologue and epilogue
2013-07-07 20:01:01 -06:00
Eric Schulte
d422bfff8d
fix documentation of :noweb strip-export header arg
...
Thanks to Christophe Pouzat for catching and reporting this.
* doc/org.texi (noweb): Removed erroneous negative.
2013-07-04 08:51:19 -06:00
Bastien Guerry
62f20c2015
Merge branch 'maint'
2013-07-04 01:43:05 +02:00