Nicolas Goaziou
582fc12d0e
org-agenda: Prevent icon from leaking on white space after TODO
...
* lisp/org-agenda.el (org-agenda-highlight-todo): Prevent icon from
leaking on white space after TODO.
Reported-by: Keith David Bershatsky
2017-06-28 15:54:20 +02:00
Nicolas Goaziou
52a5375861
Merge branch 'maint'
2017-06-28 14:47:35 +02:00
Nicolas Goaziou
1385dea0b9
org-irc: Fix port handling
...
* lisp/org-irc.el (org-irc-visit-erc): Fix "stringp, nil".
Reported-by: "numbchild@gmail.com" <numbchild@gmail.com>
<http://lists.gnu.org/archive/html/emacs-orgmode/2017-06/msg00541.html >
2017-06-28 14:44:21 +02:00
Nicolas Goaziou
82ff5277ff
Merge branch 'maint'
2017-06-28 11:22:43 +02:00
Mario Martelli
cbcd714b23
org-protocol: Fix for silently failing open-source subprotocol
...
* (org-protocol-open-source): Tests URL against base-url and not the
filename.
TINYCHANGE
2017-06-28 11:19:46 +02:00
Mario Martelli
5748615c48
org-protocol: Fix for failing open-source subprotocol
...
* (org-protocol-open-source): Make sure url is sanitised before
processing.
TINYCHANGE
2017-06-28 11:19:44 +02:00
Kyle Meyer
6b65af9e10
Merge branch 'maint'
2017-06-28 01:00:26 -04:00
Kyle Meyer
a8d007db15
doc/Makefile: Auto-generate org-version.tex for orgcard
...
* doc/Makefile: Add rule to generate org-version.tex.
* doc/orgcard.tex: Include org-version.tex rather than explicitly
setting version and year.
This removes the only instance in the repo where the Org version is
hardcoded.
2017-06-28 00:54:32 -04:00
Nicolas Goaziou
87a6e3970a
Merge branch 'maint'
2017-06-26 23:40:35 +02:00
Nicolas Goaziou
6c498f1337
Forbid empty string as org-ellipsis value
...
* lisp/org.el (org-ellipsis): Harden :safe value.
(org-display-table): Fix typo.
(org-mode): Only change ellipsis if `org-ellipsis' is a non-empty
string. Remove obsolete checks.
Reported-by: Michael Ax <michaelax@gmail.com>
<http://permalink.gmane.org/gmane.emacs.orgmode/114283 >
2017-06-26 23:38:23 +02:00
Nicolas Goaziou
9389563356
org-entities: Add \dollar and \USD
...
* lisp/org-entities.el (org-entities): Add \dollar and \USD.
2017-06-26 22:13:01 +02:00
Nicolas Goaziou
df0c345eac
Merge branch 'maint'
2017-06-26 22:08:46 +02:00
Nicolas Goaziou
bc1d6aadfd
org-element: Fix $...$ parser error
...
* lisp/org-element.el (org-element-latex-fragment-parser): Also check
border character right after opening "$" sign.
* testing/lisp/test-org-element.el (test-org-element/latex-fragment-parser):
Add tests.
Reported-by: thomas <thomas@friendlyvillagers.com>
<http://permalink.gmane.org/gmane.emacs.orgmode/114285 >
2017-06-26 22:07:05 +02:00
Nicolas Goaziou
09e61233ed
Merge branch 'maint'
2017-06-25 23:09:41 +02:00
Nicolas Goaziou
7b065b1d0a
ox-odt: Include #+latex_header when converting LaTeX to PNG
...
* lisp/ox-odt.el (org-odt--translate-latex-fragments): Include
#+latex_header when converting LaTeX to PNG.
Reported-by: edgar@openmail.cc
<http://lists.gnu.org/archive/html/emacs-orgmode/2017-06/msg00480.html >
2017-06-25 23:09:21 +02:00
Bastien
d9344b9ad6
Merge branch 'maint'
2017-06-25 10:53:06 +02:00
Kitamoto Tsuyoshi
08334effc1
doc/org.texi (HTML doctypes): Fix formatting
...
* doc/org.texi (HTML doctypes): Fix formatting.
TINYCHANGE
2017-06-25 10:38:46 +02:00
Nicolas Goaziou
6fac813a52
Merge branch 'maint'
2017-06-25 09:40:54 +02:00
Nicolas Goaziou
e903288e50
ox-latex: Fix LATEX_HEADER_EXTRA keyword
...
* lisp/ox-latex.el (org-latex-make-preamble): Do not include
LATEX_HEADER_EXTRA keywords' contents when previewing a LaTeX
fragment.
Reported-by: Mario Román <mromang08@gmail.com>
<http://lists.gnu.org/archive/html/emacs-orgmode/2017-06/msg00477.html >
2017-06-25 09:39:32 +02:00
Nicolas Goaziou
cc631078ad
Merge branch 'maint'
2017-06-23 13:53:08 +02:00
Nicolas Goaziou
7ca34d2aef
org-indent: Fix indentation of inline tasks
...
* lisp/org-indent.el (org-indent--compute-prefixes): Fix indentation
of inline tasks when `org-inlinetask-show-first-star is non-nil.
Reported-by: Rasmus <rasmus@gmx.us>
<http://lists.gnu.org/archive/html/emacs-orgmode/2017-06/msg00452.html >
2017-06-23 13:52:16 +02:00
Kaushal Modi
d94475d63c
Merge branch 'maint'
2017-06-23 06:05:10 -04:00
Kaushal Modi
3c9ec81e18
Improve Noweb documentation
...
* doc/org.texi (noweb, noweb-ref, Noweb reference syntax): Add
examples and improve wording. Clarify how to use Noweb style
references with code block arguments. Replace occurrences of
``noweb'' and ``Noweb'' with Noweb for consistency.
2017-06-23 06:03:36 -04:00
Kyle Meyer
3741196060
Merge branch 'maint'
2017-06-22 21:33:24 -04:00
Kyle Meyer
1930a8f05a
org-todo: Display state change message when headline is not visible
...
* lisp/org.el (org-todo): Display state change message when headline
is not visible, reversing unintentional modification from dd17e9d29
.
Prior to dd17e9d29
(2014-05-31), a message was displayed when changing
the state of a headline that was *not* visible, helping the user know
what the new state was even though the headline was off the screen.
While extending this code, dd17e9d29
unintentionally reversed the
visibility check, resulting in the message only being shown when the
headline is visible.
Reported-by: Russell Adams <RLAdams@AdamsInfoServ.Com>
<https://lists.gnu.org/archive/html/emacs-orgmode/2017-06/msg00442.html >
2017-06-22 21:29:43 -04:00
Kyle Meyer
305a0cb67e
Merge branch 'maint'
2017-06-22 13:32:58 -04:00
Kyle Meyer
17a1cd23b9
etc/styles/README: Update copyright year
...
This has not been getting updated during the bulk copyright year
updates.
2017-06-22 13:31:04 -04:00
Kyle Meyer
f2980782c4
Clean up spacing to pass Emacs's pre-commit check
...
This is in preparation for syncing with the Emacs repo.
2017-06-22 13:31:04 -04:00
Paul Eggert
549c2cb75e
ORG-NEWS: Backport commit dc152c54f from Emacs
...
Modernize usage of 'macOS' in doc and comments
dc152c54f4e44f5f2040883b03f71ff6aa66c893
Paul Eggert
Sun Nov 6 00:42:03 2016 -0700
2017-06-22 13:30:44 -04:00
Paul Eggert
265ee374c0
ORG-NEWS: Backport commit 62803a2ef from Emacs
...
Specify coding if Latin-1 Emacs would misinterpret.
62803a2ef134e37f1ba2c404dda15bf5e2a2a036
Paul Eggert
Sat May 24 15:23:47 2014 -0700
2017-06-22 13:30:44 -04:00
Nicolas Goaziou
1b415735ea
ox-texinfo: Small menu refactoring
...
* lisp/ox-texinfo.el (org-texinfo--menu-entries): Use
`org-export-collect-headlines'.
2017-06-22 19:01:28 +02:00
Nicolas Goaziou
988e8802a6
ox-texinfo: Move menu handling from sections to headlines
...
* lisp/ox-texinfo.el (org-texinfo-headline): Move menu handling from
sections to headlines.
2017-06-22 19:01:23 +02:00
Nicolas Goaziou
20795aae27
ox-texinfo: Change Texinfo class definition
...
* lisp/ox-texinfo.el (org-texinfo-classes): Change default value and
structure.
(org-texinfo--structuring-command): New function.
(org-texinfo-headline): Use new function.
The new structure handles properly appendices at sub-levels.
2017-06-22 18:46:44 +02:00
Nicolas Goaziou
a0d1ad325d
Merge branch 'maint'
2017-06-22 18:32:38 +02:00
Nicolas Goaziou
5d99560ddf
Fix open-at-point in example blocks and diary-sexps
...
* lisp/org.el (org-open-at-point): Also open links in example blocks
and diary-sexps.
* testing/lisp/test-org.el (test-org/open-at-point/keyword):
(test-org/open-at-point/property):
(test-org/open-at-point/comment): Add tests.
Reported-by: Dieter Faulbaum <Dieter.Faulbaum@helmholtz-berlin.de>
<http://lists.gnu.org/archive/html/emacs-orgmode/2017-06/msg00277.html >
2017-06-22 18:30:58 +02:00
Nicolas Goaziou
92e8c85381
Merge branch 'maint'
2017-06-21 22:57:44 +02:00
Nicolas Goaziou
521734d51f
Fix link fontification
...
* lisp/org.el (org-activate-links): Fix link fontification.
Reported-by: John Kitchin <jkitchin@andrew.cmu.edu>
<http://lists.gnu.org/archive/html/emacs-orgmode/2017-06/msg00381.html >
2017-06-21 22:55:10 +02:00
Nicolas Goaziou
e90b643b05
Merge branch 'maint'
2017-06-21 22:35:28 +02:00
Nicolas Goaziou
112c5ba479
org-clock: Remove daylight saving time offset in duration
...
* lisp/org-clock.el (org-clock-out):
(org-clock-sum):
(org-clocktable-steps):
(org-clock-update-time-maybe): Use UTC to compute time differences.
* testing/lisp/test-org-clock.el (test-org-clock/clocktable/scope):
Update test.
2017-06-21 22:32:57 +02:00
Bastien
6bbc07f916
Merge branch 'maint'
2017-06-21 15:23:55 +02:00
Tsuyoshi Kitamoto
877377ebb3
doc/org.texi (External links): Tiny formatting fix
...
* doc/org.texi (External links): Tiny formatting fix.
TINYCHANGE
2017-06-21 15:23:23 +02:00
Nicolas Goaziou
dbed60d6bd
Merge branch 'maint'
2017-06-20 21:21:35 +02:00
Nicolas Goaziou
7fe9ae6bd2
org-element: Fix babel call parser
...
* lisp/org-element.el (org-element-babel-call-parser): Handle complex
arguments.
* testing/lisp/test-org-element.el (test-org-element/babel-call-parser):
Add test.
Reported-by: Eric S Fraga <e.fraga@ucl.ac.uk>
<http://lists.gnu.org/archive/html/emacs-orgmode/2017-06/msg00366.html >
2017-06-20 21:20:30 +02:00
Nicolas Goaziou
15c9e91bf3
Merge branch 'maint'
2017-06-20 09:54:35 +02:00
Nicolas Goaziou
97fa95cbc3
org-indent: Fix "Fix line and wrap prefixes"
...
* lisp/org-indent.el (org-indent-set-line-properties): Fix
wrap-prefix.
Reported-by: William Denton <wtd@pobox.com>
<http://lists.gnu.org/archive/html/emacs-orgmode/2017-06/msg00360.html >
2017-06-20 09:53:26 +02:00
Nicolas Goaziou
3aa3add326
Merge branch 'maint'
2017-06-20 09:32:48 +02:00
Nicolas Goaziou
bb25a04f86
org.texi: Fix menus
...
* doc/org.texi (Top):
(Texinfo export): Fix menus.
2017-06-20 09:32:10 +02:00
Nicolas Goaziou
03d43ee6c6
Merge branch 'maint'
2017-06-20 09:30:25 +02:00
Nicolas Goaziou
5d6325ffa3
ox-texinfo: Remove spurious "@insertcopying"
...
* lisp/ox-texinfo.el (org-texinfo-template): Remove "@insertcopying"
command outside title page.
See (info "(texinfo) Copyright") for details.
2017-06-20 09:28:40 +02:00
Nicolas Goaziou
5e439d41f8
Merge branch 'maint'
2017-06-20 09:25:05 +02:00