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
Nicolas Goaziou
ee6bb635dc
Merge branch 'master' into next
2018-10-06 12:09:22 +02:00
Nicolas Goaziou
fdb36d07e4
org-manual: Fix typos
...
* doc/org-manual.org (Tag Hierarchy):
(~capture~ protocol): Add missing comma.
2018-10-06 12:08:33 +02:00
Nicolas Goaziou
8e33a9fdf8
Merge branch 'master' into next
2018-10-06 12:01:52 +02:00
Nicolas Goaziou
050e2bf509
org-manual: Fix typo
...
* doc/org-manual.org (Footnotes): Fix typo.
2018-10-06 12:01:30 +02:00
Nicolas Goaziou
0954d4c258
Merge branch 'master' into next
2018-10-04 22:52:53 +02:00
Kaushal Modi
5abfdeeb8f
org-manual: Add cindex for include keyword options
...
* doc/org-manual.org (Include Files): Add cindex for :minlevel,
:lines, :only-contents.
2018-10-04 10:55:10 -04:00
Benjamin Motz
3cb4ffe957
org-colview: Add property :exclude-tags to column view table
...
* lisp/org-colview.el (org-columns--capture-view): Add parameter.
(org-dblock-write:columnview): Add new property.
* doc/org-manual.org (Capturing column view): Document feature.
* testing/lisp/test-org-colview.el (test-org-colview/dblock): Add
test.
This addition allows to specify a list of tags to exclude from column
view tables.
TINYCHANGE
2018-10-03 18:44:34 +02:00
Tobias Schlemmer
3b0c5f911a
org-manual: Add support for the iCalendar CLASS property
...
* doc/org-manual.org (iCalendar export): Document the CLASS tag
TINYCHANGE
2018-10-03 18:44:34 +02:00
Nicolas Goaziou
fc5ee0f87b
org-colview: Plain numbers are minutes instead of hours
...
* lisp/org-colview.el (org-columns--summary-apply-times): Use the same
rule as everywhere else in Org.
* doc/org-manual.org (Column attributes): Document change.
Reported-by: Bernt Hansen <bernt@norang.ca>
<http://lists.gnu.org/r/emacs-orgmode/2018-05/msg00294.html >
2018-10-03 18:44:34 +02:00
Chris Kauffman
d0a5308435
org-table: Adding single cell movement functions
...
* lisp/org-table.el (org-table--swap-cells):
(org-table--move-cell):
(org-table-move-cell-up):
(org-table-move-cell-down):
(org-table-move-cell-left):
(org-table-move-cell-right): New functions.
* testing/lisp/test-org-table.el (test-org-table/move-cell-down):
(test-org-table/move-cell-up):
(test-org-table/move-cell-right):
(test-org-table/move-cell-left): New tests.
* doc/org-manual.org (Column and row editing): Document functions and
keybindings for single cell movement.
2018-10-03 18:44:34 +02:00
stardiviner
1b81d6e07b
ob-eshell.el: Add Eshell support for Babel
...
* lisp/ob-eshell.el (org-babel-execute:eshell): Execute Eshell code in Babel.
(org-babel-prep-session:eshell):
(ob-eshell-session-live-p):
(org-babel-eshell-initiate-session):
(org-babel-variable-assignments:eshell):
(org-babel-load-session:eshell):
* testing/test-ob-eshell.el: Write test for ob-eshell.
* doc/org-manual.org (Languages): Add Babel language eshell identity.
2018-10-03 18:44:34 +02:00
Marco Wahl
4ec502fc98
Merge branch 'master' into contextual-docu
2018-10-02 16:34:58 +02:00
Marco Wahl
b19e7737dd
org,org-agenda: New: open info depending on context
...
* lisp/org.el (org-info-find-node): Function to jump to info depending
on context. For an org file the context is the element type at point.
2018-10-01 22:47:33 +02:00
Nicolas Goaziou
0b98efdcd9
org-manual: Fix suggested bindings
...
* doc/org-manual.org (Activation): Fix and clarify bindings, using
`kbd' macro.
2018-10-01 18:16:46 +02:00
Nicolas Goaziou
8ef876053c
org-manual: Fix typo
...
* doc/org-manual.org (Pulling from the mobile application): Fix typo.
2018-09-29 16:43:55 +02:00
Nicolas Goaziou
3f826b9f74
org-manual: Remove a reference to "MobileOrg"
...
* doc/org-manual.org (Footnotes): Remove a reference to "MobileOrg".
2018-09-29 16:40:42 +02:00
Nicolas Goaziou
46b49ab57d
org-manual: Move "Org Mobile" into "Miscellaneous"
...
* doc/org-manual.org (Org Mobile): Moved into "Miscellaneous", much
like Org Crypt library. No longer an appendix.
2018-09-29 16:38:50 +02:00
Nicolas Goaziou
b929e5d774
org-manual: Rewrite Org Mobile section
...
* doc/org-manual.org (Org Mobile): Rewritten from "MobileOrg" section.
Remove all references to non-free software.
2018-09-29 16:38:42 +02:00
Nicolas Goaziou
a841aec7ed
org-manual: Use "ID" instead of "id"
...
* doc/org-manual.org (CSS support): Use "ID" instead of "id".
2018-09-29 14:30:04 +02:00
Nicolas Goaziou
89f8cdedad
org-manual: Add missing "Include Files" documentation
...
* doc/org-manual.org (Include Files): Add missing documentation.
2018-09-29 14:23:57 +02:00
Nicolas Goaziou
241eb8ea7a
org-manual: Add URL for "listings" LaTeX package
...
* doc/org-manual.org (Footnotes): Add URL for "listings" LaTeX
package.
2018-09-29 09:02:24 +02:00
Marco Wahl
bef0b09296
org-manual.org: Correct documentation about bbdb and anniversaries
...
See also similar commit in maint.
Reported by
From: leandro@disroot.org
Subject: Anniversaries from BBDB
Newsgroups: gmane.emacs.orgmode
To: emacs-orgmode@gnu.org
Date: Thu, 20 Sep 2018 22:08:12
2018-09-23 16:40:47 +02:00
Nicolas Goaziou
b197f851f7
org-manual: Shorten address for "comment" package
...
* doc/org-manual.org (Footnotes): Shorten address.
2018-09-22 23:40:25 +02:00
Nicolas Goaziou
a86b2b4155
org-manual: Use CTAN URL for minted package.
...
* doc/org-manual.org (Footnotes): Use CTAN URL for minted package.
2018-09-22 23:39:21 +02:00
Nicolas Goaziou
69c2d102f8
org-manual: Remove reference to non-existing property
...
* doc/org-manual.org (Publishing action): Remove `:plain-source'
reference.
2018-09-21 14:24:03 +02:00
Nicolas Goaziou
4c8b227144
org-manual: Fix :anchor values
...
* doc/org-manual.org (Anchoring of images): Remove wrong quotes around
values.
2018-09-19 19:36:51 +02:00
Nicolas Goaziou
9d9a548cb4
org-manual: Tiny improvement
...
* doc/org-manual.org (Footnotes): Avoid displaying nested parenthesis.
2018-09-19 14:59:25 +02:00
Dominik Schrempf
f644da6361
org-manual: Mention peculiarities of Math in HTML code
...
* doc/org-manual.org (Math formatting in HTML export): Add footnote
about special symbols and MathJax conversion.
TINYCHANGE
2018-09-19 14:35:45 +02:00
pierwill
f1269e4c14
Edit installation section
...
* doc/org-manual.org (Installation): Emphasize Org's near-universal
distribution, reformat vertical list, minor grammar fix.
2018-09-02 14:33:50 +02:00
pierwill
38a89014ab
org-manual: make revisions in export section
...
* make various revision for style and clarity.
2018-08-27 10:57:43 +02:00
pierwill
2c521d2f8c
org-manual: revise markup section intro
...
* also fix typo (s/conjuction/conjunction)
2018-08-27 10:52:55 +02:00
Nicolas Goaziou
8f22ed2018
Revert "org-manual: Move "MobileOrg" into "Miscellaneous""
...
Revert commit b94e6e2b45
. MobileOrg is
described in an appendix, the motivation for the reverted commit no
longer holds.
2018-07-09 10:18:53 +02:00
Nicolas Goaziou
1d8616023d
org-manual: Fix typo
...
* doc/org-manual.org (Capturing column view): Fix typo.
2018-07-07 09:12:02 +02:00
Nicolas Goaziou
beb4709301
org-manual: Fix typo
...
* doc/org-manual.org (Capturing column view): Fix typo.
2018-07-07 09:11:07 +02:00
Nicolas Goaziou
b13d8bf5f7
org-manual: Document zero width space
...
* doc/org-manual.org (Escape Character): New node.
2018-07-05 00:13:05 +02:00
Nicolas Goaziou
14420911f7
org-manual: Add a footnote about point movement on invisible text
...
* doc/org-manual.org (Link Format): Add a footnote about invisible
text.
Reported-by: Alain.Cochard@unistra.fr
<http://lists.gnu.org/r/emacs-orgmode/2018-07/msg00015.html >
2018-07-04 23:46:58 +02:00
Nicolas Goaziou
beaf58a815
org-manual: Do not document entities as a way to escape markup
...
* doc/org-manual.org (Special Symbols): Do not document entities as
a way to escape markup. In this example, a zero width space is more
appropriate.
2018-07-04 23:37:48 +02:00
Nicolas Goaziou
9cc47f8853
org-manual: Tiny change
...
* doc/org-manual.org (Hacking): Tiny change.
2018-07-04 23:35:04 +02:00
Nicolas Goaziou
b94e6e2b45
org-manual: Move "MobileOrg" into "Miscellaneous"
...
* doc/org-manual.org (MobileOrg): Moved into "Miscellaneous".
MobileOrg doesn't belong to Org proper. It should be documented in
the manual, but not at the top level.
2018-07-04 23:35:04 +02:00