Nicolas Goaziou
c4e744ec8e
Merge branch 'maint'
2018-12-29 15:51:18 +01:00
Nicolas Goaziou
19babce53f
org-manual: Fix markup
...
* doc/org-manual.org (Field and range formulas): Use =...= markup for
text meant to be inserted in an Org document.
2018-12-29 15:50:43 +01:00
Toon Claes
e37412b5d2
ox-html: Make it possible to self link headlines
...
* lisp/ox-html.el (org-html-self-link-headlines): New variable.
(org-html-headline): Create a hyperlink on headlines
when :html-self-link-headlines is set.
2018-12-29 14:58:43 +01:00
Nicolas Goaziou
2154339e4b
Merge branch 'maint'
2018-12-27 11:22:37 +01:00
Nicolas Goaziou
be9bfd3ff4
org-manual: Small fixes
...
* doc/org-manual.org (Completion): Use @kbd markup in description.
(Context Dependent Documentation): Improve description and wording.
Add kindex entry.
2018-12-27 11:20:27 +01:00
Nicolas Goaziou
f502203e76
Merge branch 'master' into next
2018-12-20 18:36:27 +01:00
Nicolas Goaziou
908b55124c
org-manual: Fix markup
...
* doc/org-manual.org (Initial visibility): Fix markup.
2018-12-20 18:36:01 +01:00
Nicolas Goaziou
86a0659af8
Merge branch 'master' into next
2018-12-18 01:17:46 +01:00
Nicolas Goaziou
cd0517da24
org-manual: Fix markup
...
* doc/org-manual.org (Handling Links):
(Using capture):
(Capture templates):
(Refile and Copy):
(Footnotes): Fix markup.
2018-12-18 01:17:15 +01:00
Nicolas Goaziou
6920c4390d
Merge branch 'master' into next
2018-12-14 14:38:08 +01:00
Nicolas Goaziou
dc74770706
org-manual: Fix typos
...
* doc/org-manual.org (Using Emacs packaging system):
(Formula syntax for Calc):
(Lookup functions):
(Weekly/daily agenda):
(Setting limits for the agenda):
(Export Settings):
(Other Built-in Back-ends):
(Structure Templates):
(Adding Hyperlink Types): Use correct markup for sexps.
(Using the Mapping API): Fix typo. Use correct markup.
2018-12-14 14:37:01 +01:00
Nicolas Goaziou
a34b43629b
Merge branch 'master' into next
2018-12-14 14:23:09 +01:00
Nicolas Goaziou
b3afd71a06
org-manual: Small fixes
...
* doc/org-manual.org (A LaTeX example of radio tables): Use correct
markup, improve wording, fix typo.
2018-12-14 14:22:07 +01:00
Nicolas Goaziou
8fc4fcb8a7
org-manual: Fix markup
...
* doc/org-manual.org (Special Agenda Views): Use = markup for sexps.
2018-12-14 14:18:01 +01:00
Kaushal Modi
bd2a666a17
Merge branch 'master' into next
2018-12-13 14:11:08 -05:00
Kaushal Modi
a60a0edc6f
Add :no-save keyword for Org capture templates
...
* lisp/org-capture.el (org-capture-finalize): Do not save the target
capture file if :no-save keyword is non-nil in the capture template.
* doc/org-manual.org (Template elements),
lisp/org-capture.el (org-capture-templates): Document :no-save.
Ref: https://lists.gnu.org/r/emacs-orgmode/2018-09/msg00325.html
2018-12-13 14:09:39 -05:00
Nicolas Goaziou
63e58ac22d
Merge branch 'master' into next
2018-12-09 23:37:19 +01:00
Nicolas Goaziou
adec504d5b
org-manual: Improve %(sexp) capture template placeholder documentation
...
* doc/org-manual.org (Template expansion): Improve documentation for
%(sexp) documentation.
2018-12-09 23:36:04 +01:00
Allen Li
601f373e3f
Document %i prefix in capture templates
...
* doc/org-manual.org (Template expansion): Fix documentation.
* lisp/org-capture.el (org-capture-templates): Fix docstring.
2018-12-09 23:34:20 +01:00
Nicolas Goaziou
2f00151020
org-manual: Small markup fixes
...
* doc/org-manual.org (Template elements):
(Template expansion):
(Attachments): Replace ~ with =.
2018-12-09 12:34:05 +01:00
Jens Lechtenboerger
94d2dbf95f
ox-html: New property HTML_HEADLINE_CLASS for class of headline
...
* lisp/ox-html.el (org-html-headline): Add new property
HTML_HEADLINE_CLASS to assign class attribute to headline.
* doc/org-manual.org (CSS support): Document new property
HTML_HEADLINE_CLASS.
2018-12-08 12:45:22 +01:00
Nicolas Goaziou
63e8efda8d
Merge branch 'master' into next
2018-12-06 23:20:18 +01:00
Nicolas Goaziou
4c23d83eed
manual: Tiny rewording
...
* doc/org-manual.org (LaTeX math snippets): Tiny rewording.
2018-12-06 23:18:36 +01:00
Nicolas Goaziou
fc464d7a72
manual: Fix footnote location
...
* doc/org-manual.org (Customizing tables in ODT export): Fix footnote location.
2018-12-06 23:11:14 +01:00
Emmanuel Charpentier
e30aed8f0c
manual: document the need for babel when setting LANGUAGE keyword
...
* doc/org-manual.org (Export Settings): Add a note to Export
Variables.
(LaTeX specific export settings): Describe the use of
org-latex-packages-alist for loading babel (or polyglossia) with the
right argument in LaTeX specific export settings.
2018-12-06 23:09:28 +01:00
Nicolas Goaziou
78901a6602
Merge branch 'master' into next
2018-11-19 23:25:17 +01:00
Nicolas Goaziou
4aa6a37d24
org-manual: Document "format" parameter for colview blocks
...
* doc/org-manual.org (Capturing column view): Document "format"
parameter for colview blocks.
2018-11-19 23:23:52 +01:00
Nicolas Goaziou
ae03104402
org-attach: Attach buffers to tasks
...
* lisp/org-attach.el (org-attach-buffer): New function.
(org-attach): Call new function.
* doc/org-manual.org (Attachments): Document new function.
2018-11-02 02:04:38 +01:00
Nicolas Goaziou
363df82b19
Change default value for `org-email-link-description-format'
...
* lisp/org.el (org-email-link-description-format): Change default
value. No longer truncate subject by default. Add `:safe' keyword.
* doc/org-manual.org (Handling Links): Document change.
Reported-by: "Garreau, Alexandre" <galex-713@galex-713.eu>
<http://lists.gnu.org/r/emacs-orgmode/2018-10/msg00344.html >
2018-11-01 23:00:45 +01:00
Nicolas Goaziou
802272bfbc
Merge branch 'master' into next
2018-10-27 13:30:40 +02:00
Nicolas Goaziou
643481fade
org-manual: Insist on case-sensitive tags
...
* doc/org-manual.org (TODO keywords, tags, properties, etc.): Mention
tags are case-sensitive.
(Setting Tags): Obey to typesetting convention.
2018-10-27 13:29:51 +02:00
Nicolas Goaziou
f3711ff144
Merge branch 'master' into next
2018-10-27 11:21:16 +02:00
Nicolas Goaziou
c6f012ee24
org-manual: Reference `org-email-link-description-format'
...
* doc/org-manual.org (Handling Links): Reference
`org-email-link-description-format'. Mention the subject may be
truncated by default.
2018-10-27 11:20:37 +02:00
Nicolas Goaziou
9b9fa671b5
Merge branch 'master' into next
2018-10-25 16:55:17 +02:00
Nicolas Goaziou
4832a432f0
ox-ascii: Add missing ASCII and UTF-8 conversion functions
...
* lisp/ox-ascii.el (org-ascii-convert-region-to-ascii):
(org-ascii-convert-region-to-utf8): New functions.
* doc/org-manual.org (Export in Foreign Buffers): Document new
functions.
Reported-by: Alexander Adolf <alexander.adolf@condition-alpha.com>
<http://lists.gnu.org/r/emacs-orgmode/2018-10/msg00294.html >
2018-10-25 16:53:30 +02:00
Nicolas Goaziou
7776482e36
Merge branch 'master' into next
2018-10-25 16:47:25 +02:00
Nicolas Goaziou
12232c5cd0
org-manual: Small rewording
...
* doc/org-manual.org (Link Format): Small rewording.
2018-10-24 14:25:40 +02:00
Nicolas Goaziou
2412044aa7
org-manual: Fix typo
...
* doc/org-manual.org (Exporting): Fix typo.
2018-10-24 09:02:32 +02:00
Nicolas Goaziou
bddd287cce
org-manual: Reference "davs" Tramp's protocol
...
* doc/org-manual.org (Setting up the staging area): Reference "davs"
Tramp's protocol as an example to access a WebDAV server.
2018-10-22 14:12:48 +02:00
Nicolas Goaziou
bb29ee41b3
org-manual: Reference "davs" Tramp's protocol
...
* doc/org-manual.org (Setting up the staging area): Reference "davs"
Tramp's protocol as an example to access a WebDAV server.
2018-10-22 14:06:04 +02:00
Kyle Meyer
1c5339e974
Merge branch 'master' into next
2018-10-13 12:17:17 -04:00
Kyle Meyer
d59ca13c20
org-manual: Correct suggested value for org-agenda-inhibit-startup
...
* doc/org-manual.org (Speeding Up Your Agendas): Adjust
org-agenda-inhibit-startup snippet to match the text.
This correpsonds to maint's 01c419426
.
2018-10-13 12:16:08 -04:00
Nicolas Goaziou
100edaccd1
Implement `month' and `year' steps in clock tables
...
* doc/org-manual.org (The clock table): Update manual.
* lisp/org-clock.el (org-clocktable-steps): Rewrite function. Add
`month' and `year' steps.
* testing/lisp/test-org-clock.el (test-org-clock/clocktable/step): Add
tests.
2018-10-13 16:22:43 +02:00
Nicolas Goaziou
6a12f65453
Merge branch 'master' into next
2018-10-09 18:27:39 +02:00
Nicolas Goaziou
a85ba9fb9b
org-manual: Remove unnecessary @noindent
...
* doc/org-manual.org (Feedback):
(Headlines):
(Initial visibility):
(Sparse Trees):
(Creating Footnotes):
(Column Width and Alignment):
(Named references):
(Formula syntax for Calc):
(Using multiple =TBLFM= lines):
(Link Format):
(External Links):
(Link Abbreviations):
(Basic TODO Functionality):
(Setting up keywords for individual files):
(Tracking TODO state changes):
(Priorities):
(Checkboxes):
(Tag Inheritance):
(Setting Tags):
(Property Syntax):
(Column attributes):
(Capturing column view):
(Custom time format):
(The clock table):
(Template elements):
(Template expansion):
(Attachments):
(Moving a tree to an archive file):
(Agenda Views):
(Agenda Files):
(Categories):
(Exporting Agenda Views):
(Exporting):
(Images in HTML export):
(JavaScript supported display of web pages):
(Images in LaTeX export):
(A Cleaner Outline View):
(Setting up the staging area):
(Radio tables):
(A LaTeX example of radio tables):
(Extracting Agenda Information):
(From Carsten): Remove unnecessary @noindent.
2018-10-07 23:16:59 +02:00
Nicolas Goaziou
01061ccb06
org-manual: Use "Important" quotations
...
* doc/org-manual.org (Advanced features):
(Inserting deadlines or schedules): Use "Important" quotations.
2018-10-07 23:16:24 +02:00
Nicolas Goaziou
c088176c8b
org-manual: Tiny change
...
* doc/org-manual.org (Using Emacs packaging system): Use a tagged
quotation for the important remark.
2018-10-07 22:35:10 +02:00
Nicolas Goaziou
cbe1d76dc2
ox-texinfo: Fix quotations
...
* lisp/ox-texinfo.el (org-texinfo-quote-block): Do not use NAME
keyword as the emphasized tag. Use a dedicated :tag attribute
instead. Also add :author attribute.
* doc/org-manual.org (Quotations in Texinfo export): New section.
2018-10-07 22:32:03 +02:00
Nicolas Goaziou
25b3fd06be
org-manual: Fix typo
...
* doc/org-manual.org (Repeated tasks):
(Effort Estimates): Fix typos.
2018-10-07 18:36:28 +02:00
Nicolas Goaziou
58a13f58f5
org-manual: Remove reference to Orgstruct minor mode
...
* doc/org-manual.org (Export in Foreign Buffers): Remove reference to
Orgstruct minor mode.
2018-10-07 18:35:32 +02:00