Commit Graph

1791 Commits

Author SHA1 Message Date
Bastien Guerry 5a36318511 Merge branch 'maint' 2013-06-28 09:13:41 +02:00
Bastien Guerry 39d1323eec org.texi (Publishing options): Fix old variable names
* org.texi (Publishing options): Fix old variable names.
2013-06-28 09:13:06 +02:00
Bastien Guerry 640339845e org.texi (Orgstruct mode): Fix suggested setting of `orgstruct-heading-prefix-regexp'
* org.texi (Orgstruct mode): Fix suggested setting of
`orgstruct-heading-prefix-regexp'.

Thanks to Nathaniel Cunningham for reporting this.
http://mid.gmane.org/CAAGwS84TrrmPdO9eQLc1acCvwTiPy=N5TnC1p2S-dz5jazDgjg%40mail.gmail.com
2013-06-27 16:24:48 +02:00
Achim Gratz 8cbbbe16a5 org.texi: document header-args[:lang] properties
* doc/org.texi: Document header-args[:lang] properties and remove
  deprecated old-style properties from documentation.
2013-06-23 19:35:13 +02:00
Eric Schulte 56ac8f8b69 prolog and epilog header arguments
* lisp/ob-gnuplot.el (org-babel-expand-body:gnuplot): Use new header
  arguments.
* lisp/ob-core.el (org-babel-common-header-args-w-values): Mention new
  header arguments.
  (org-babel-expand-body:generic): Use new header arguments.
* doc/org.texi (Specific header arguments): Document new header
  arguments.
2013-06-22 14:09:24 -06:00
Nicolas Goaziou 70b9b93feb ox-html: Use OPTIONS items instead of keywords for booleans
* lisp/ox-html.el (html): Replace "HTML_HTML5_FANCY",
  "HTML_INCLUDE_STYLE" and "HTML_INCLUDE_SCRIPTS" with, respectively,
  ":html5-fancy", "html-style" and "html-scripts" options.
(org-html-html5-fancy): Reformat docstring.
* doc/org.texi (HTML doctypes): Reflect keyword removal.
(CSS support): Reflect keyword removal.

The reasoning behind this change is that keywords can only store
strings as value.  Therefore, they are not suited for toggles ("nil"
vs nil problem).
2013-06-21 19:17:47 +02:00
Christopher Schmidt 3fe512d7ca doc/org.texi (Orgstruct mode): Fix wrong regexp.
* doc/org.texi (Orgstruct mode): Fix wrong regexp.
2013-06-20 22:09:11 +02:00
Eric Schulte 374a08b950 updating tangle-mode documentation for new reading 2013-06-08 15:15:28 -06:00
Eric Schulte bbc435595e fix errors building the documentation 2013-06-08 12:33:20 -06:00
Eric Schulte 2a73e06a6d adding a new global tangle-mode header argument
* doc/org.texi (Top): Documentation for new tangle-mode header argument.
  (Specific header arguments): Documentation for new tangle-mode header
  argument.
  (rownames): Documentation for new tangle-mode header argument.
  (tangle-mode): Documentation for new tangle-mode header argument.

* lisp/ob-core.el (org-babel-common-header-args-w-values): Adding the
  new :tangle-mode header argument.
  (org-babel-read): Read values starting with a "#" character as emacs
  lisp.

* lisp/ob-tangle.el (org-babel-tangle): Use the new :tangle-mode header
  argument.

* lisp/org-pcomplete.el (pcomplete/org-mode/block-option/src): Use the
  new :tangle-mode header argument.
2013-06-08 12:29:02 -06:00
Eric Schulte d578556557 sub -> subsub heading 2013-06-06 11:07:52 -06:00
Eric Schulte 510debcf56 documentation of jump-from-src-to-org functionality 2013-06-06 09:03:09 -06:00
Nicolas Goaziou 45565503dc ox-latex: Extend :float attribute to source blocks and normalize its values
* lisp/ox-latex.el (org-latex-src-block): Handle :float attribute. Its
  value can be set to "t", "multicolumn" or "nil".  Also
  remove :long-listing attribute, which is now replaced with :float
  nil.
(org-latex--org-table): Replace :float table with :float t.
(org-latex--inline-image): Replace :float figure with :float t.
(org-latex-long-listings): Remove variable.
* doc/org.texi (@LaTeX{} specific attributes): Document new :float values.
2013-06-01 15:15:02 +02:00
Nicolas Goaziou a2b81c7152 Merge branch 'maint' 2013-05-18 19:55:43 +02:00
Nicolas Goaziou f3c86bc488 org.texi: Fix joke 2013-05-18 19:54:34 +02:00
Eric Abrahamsen 7cc982a767 org.texi: Correct syntax for exporting HTML fragments 2013-05-18 19:48:46 +02:00
Carsten Dominik 8bbfdbe357 Mention Sean Escriva in the Manual
* doc/org.texi (MobileOrg): Mention the new iPhone developer.
2013-05-12 06:35:58 +02:00
Carsten Dominik 7350e29eae Small fix in manual
* doc/org.texi: Fix description of behavior at end of folded headline
2013-05-10 08:50:44 +02:00
Bastien Guerry 39becc6381 Merge branch 'maint' 2013-05-07 12:44:51 +02:00
Bastien Guerry a8d6ef3676 org.texi (Conventions): Fix typo
* org.texi (Conventions): Fix typo.
2013-05-07 12:44:39 +02:00
Eric Abrahamsen 9bc55c7d00 Export to various flavors of (X)HTML
* lisp/ox-html.el: (org-html-doctype-alist): New variable holding an
alist of (X)HTML doctypes
(org-html-xhtml-p): New function
(org-html-html5-p): New function
(org-html-close-tag): New function
(org-html-html5-fancy): New export option, determining whether or not to
use HTML5-specific elements.
(org-html-html5-elements): New variable, new HTML5 elements.
(org-html-special-block): Export special blocks to new HTML5 elements.
(org-html-format-inline-image): Use <figure> and <figcaption> for
standalone images.
(org-html-format-inline-image,org-html--build-meta-info)
(org-html--build-head,org-html--build-pre/postable,org-html-template)
(org-html-horizontal-rule,org-html-format-list-item)
(org-html-line-break,org-html-table,`org-html-verse-block): Changes to
allow flavored export.

* doc/org.texi: Document export to (X)HTML flavors.
2013-05-06 09:47:05 +02:00
Carsten Dominik 73ce77f991 Improve documentation of TOC placement.
* doc/org.texi: (Table of contents) Improve documentation of TOC placement.
2013-05-02 05:20:51 +02:00
Grégoire Jadi 00badf1b70 doc/org.texi (Handling links): Fix a typo in `org-startup-with-inline-images' documentation
* doc/org.texi (Handling links): Fix a typo in
`org-startup-with-inline-images' documentation.
2013-05-01 09:52:57 +02:00
Bastien Guerry af51c11ba9 Rephrase previous change 2013-04-29 19:10:55 +02:00
Bastien Guerry 7f84b5fe5e org.texi (Export settings): Document `org-export-allow-bind-keywords'
* org.texi (Export settings): Document
`org-export-allow-bind-keywords'.

Thanks to Thomas S. Dye for spotting this.
2013-04-29 19:09:29 +02:00
Carsten Dominik e6ab7869f7 Use @var{} only for metasyntactical meanings in the manual.
Thanks to Suvayu Ali for the patch
2013-04-26 16:43:36 +02:00
Bastien Guerry bb0492d717 doc/orgcard.tex: Update version number
Also update etc/ORG-NEWS.
2013-04-22 08:27:40 +02:00
Bastien Guerry 8a5ac12268 org.el: New maintainer
* doc/orgguide.texi:
* doc/org.texi:
* org.el: New maintainer.
2013-04-21 16:58:01 +02:00
Bastien Guerry 7248fb19f1 doc/orgguide.texi: Fix menus 2013-04-18 18:21:13 +02:00
Bastien Guerry cf4947775d doc/orgguide.texi: Fix wrong node ref 2013-04-18 18:17:52 +02:00
Bastien Guerry 01d71f50ef Merge 8.0 2013-04-18 18:00:30 +02:00
Bastien Guerry 9c513c2a03 org.texi (History and Acknowledgments): Small rephrasing
* org.texi (History and Acknowledgments): Small rephrasing.
2013-04-18 13:04:29 +02:00
Bastien Guerry e61c7eab40 org.texi (Template elements): Add a footnote about tags accepted in a year datetree
* org.texi (Template elements): Add a footnote about tags
accepted in a year datetree.
2013-04-18 12:45:07 +02:00
Bastien Guerry b432d2eb93 org.texi: Enhance style.
* org.texi (Beamer export, @LaTeX{} and PDF export)
(Header and sectioning, @LaTeX{} specific attributes): Enhance
style.

Thanks to Thomas Dye for these suggestions.
2013-04-18 12:04:48 +02:00
Aaron Ecay 25869e5670 Add 'inline-only option to org-export-babel-evaluate
* lisp/ob-exp.el (org-export-babel-evaluate): Add a 'inline-only option.
  (org-babel-exp-results): Implement 'inline-only for
  `org-export-babel-evaluate'.
* doc/org.texi (Exporting code blocks): Document the 'inline-only setting
  for `org-export-babel-evaluate'.

This is useful because there is no way for inline results to be stored.
The imagined usecase is that all non-inline source blocks will be
evaluated manually by the user.  Inline blocks, however, must be
evaluated during export, or they will be simply deleted by the exporter.
2013-04-18 10:41:47 +02:00
Nicolas Goaziou bdde7db20c org.texi: Improve documentation for export settings
* doc/org.texi (Export settings): Improve documentation.
2013-04-17 22:12:50 +02:00
Nicolas Goaziou 718e7e8b80 org.texi: Small fixes to HTML documentation
* doc/org.texi (Math formatting in HTML export): Fix OPTIONS item's name.
(Text areas in HTML export): Update text areas.
(HTML Export commands): Update export commands.
2013-04-17 22:12:50 +02:00
Bastien Guerry 79ecb6570b org.texi (Agenda commands): Add a footnote
* org.texi (Agenda commands): Add a footnote about dragging
agenda lines: it does not persist and it does not change the
.org files.
2013-04-17 20:34:28 +02:00
Bastien Guerry 937b4484c6 org-agenda.el: New commands for dragging a line forward/backward
* org-agenda.el (org-agenda-drag-line-forward)
(org-agenda-drag-line-backward): New commands.
(org-agenda-mode-map): Bind the new commands to M-<down> and
M-<up> respectively.

* org.texi (Agenda commands): Add a table heading for dragging
agenda lines forward/backward.
2013-04-17 20:25:02 +02:00
Bastien Guerry c66dfa2318 org.texi (Agenda commands): Add documentation for bulk marking commands
* org.texi (Agenda commands): Add documentation for
`org-agenda-bulk-toggle' and `org-agenda-bulk-toggle-all'.
2013-04-17 07:00:35 +02:00
Bastien Guerry f1ff37ebbd org.texi (Publishing options): Update the list of options
* org.texi (Publishing options): Update the list of options.
(Simple example, Complex example): Fix the examples.
2013-04-16 18:55:10 +02:00
Bastien Guerry be63eeca01 org.texi (Formula syntax for Calc): Don't use a bold font the warning
* org.texi (Formula syntax for Calc): Don't use a bold font
the warning.
2013-04-16 16:40:35 +02:00
Bastien Guerry 2335b10bf2 org.texi (Other built-in back-ends): New section
* org.texi (Other built-in back-ends): New section.
2013-04-16 11:17:05 +02:00
Bastien Guerry 7790a97cdd org-src.el (org-edit-src-turn-on-auto-save): New option
* org-src.el (org-edit-src-turn-on-auto-save): New option.
(org-edit-src-code): Use it.
(org-edit-src-auto-save-idle-delay): Enhance docstring.

* doc/org.texi (Editing source code): Document
`org-edit-src-auto-save-idle-delay' and
`org-edit-src-turn-on-auto-save'.

Thanks to Charles C. Berry for bringing this up again.
2013-04-16 10:38:01 +02:00
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 92eaf7bbd8 Merge branch 'master' of orgmode.org:org-mode 2013-04-15 23:38:47 +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