Commit Graph

1850 Commits

Author SHA1 Message Date
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