Nicolas Goaziou
926b093c16
Merge branch 'maint'
2017-04-10 21:12:47 +02:00
Skip Collins
90f5c0d1a4
Ensure test files are opened in Emacs in test-org/fuzzy-links
2017-04-10 21:12:15 +02:00
Kyle Meyer
1336347065
Merge branch 'maint'
2017-04-09 20:52:41 -04:00
Kyle Meyer
10301ab1ff
org-insert-link: Correct changes from a08dd527d
...
* lisp/org.el (org-insert-link): Fix regexp and undefined variable.
2017-04-09 20:49:03 -04:00
Tom Tromey
dd40193bfa
Backport commit c92bae9a0 from Emacs
...
* lisp/org-list.el (org-list-insert-radio-list):
* lisp/org-table.el (orgtbl-setup, orgtbl-insert-radio-table): Use
derived-mode-p.
change org to use derived-mode-p
c92bae9a08cc7c2eb61bad32d9a9d6553b6d2c19
Tom Tromey
Wed Apr 5 15:53:38 2017 -0600
2017-04-09 20:48:07 -04:00
Kyle Meyer
08674eae54
org-link-edit.el: Sync with upstream
...
Update to version 1.1.0 (af79eebdb).
2017-04-09 20:48:07 -04:00
Andreas Gerler
8ba336ea0c
ob-sql: Add vertica engine
...
* lisp/ob-sql.el (org-babel-sql-dbstring-vertica): New function.
(org-babel-execute:sql): Add `vertica' engine.
Signed-off-by: Andreas Gerler <baron@bundesbrandschatzamt.de>
2017-04-06 08:46:04 +02:00
Nicolas Goaziou
106ecb10a2
Merge branch 'maint'
2017-04-01 10:17:30 +02:00
Francesco Montanari
b2f4f4dc42
ox-man: Add new line before line break tag
...
* lisp/ox-man.el (org-man-line-break): Transcode a LINE-BREAK object
from Org to Man by adding the appropriate tag on a new line.
TINYCHANGE
2017-04-01 10:17:01 +02:00
Nicolas Goaziou
e65be54b91
Merge branch 'maint'
2017-03-30 12:48:08 +02:00
Nicolas Goaziou
31f3725ba8
Fix `org-startup-with-latex-preview' handling
...
* lisp/org.el (org-mode): When honoring
`org-startup-with-latex-preview', make sure to preview the whole
buffer.
Reported-by: Diego Nicola Barbato
<http://permalink.gmane.org/gmane.emacs.orgmode/112925 >
2017-03-30 12:46:46 +02:00
Rasmus
8892fbdb60
org-agenda: Set default-directory when exporting agenda
...
* lisp/org-agenda.el (org-agenda-write): Use default-directory of
export file. This is necessary for htmlize.el to write the correct
path to agenda icons.
2017-03-29 17:17:19 +02:00
Nicolas Goaziou
0b87157e19
Merge branch 'maint'
2017-03-29 16:34:21 +02:00
Nicolas Goaziou
df0c7d96a2
org-clock: Preserve narrowing when building clock table
...
* lisp/org-clock.el (org-dblock-write:clocktable): Preserve current
narrowing, if any, when building the table.
Reported-by: Christof Musik <ml-orgmode@litephone.org>
<http://permalink.gmane.org/gmane.emacs.orgmode/112872 >
2017-03-29 16:33:10 +02:00
Nicolas Goaziou
d4cae34eaa
Merge branch 'maint'
2017-03-29 15:34:50 +02:00
Nicolas Goaziou
a08dd527d9
Small refactoring
...
* lisp/org.el (org-insert-link): Small refactoring.
2017-03-29 15:34:27 +02:00
Matt Lundin
d9038a01c1
Allow insertion of links with multi-line search strings
...
* lisp/org.el: (org-insert-link): Fix regexps to match across
newlines.
2017-03-29 14:28:48 +02:00
Nicolas Goaziou
a126020e56
Merge branch 'maint'
2017-03-29 14:18:14 +02:00
Nicolas Goaziou
1f8cf90d2e
Add test for link search
...
* testing/lisp/test-org.el (test-org/fuzzy-links): Add test.
2017-03-29 14:17:50 +02:00
Nicolas Goaziou
109c86998e
Allow blank lines in text search link
...
* lisp/org.el (org-link-search): Allow blank lines.
This is a follow-up to 4dde26f08
.
2017-03-29 14:12:58 +02:00
U-IHM-NOTEBOOK\Olli
0ea6845711
org-index.el, version 5.3.0: focus can now be a list; cleaned up dependencies
2017-03-28 20:57:37 +02:00
Nicolas Goaziou
4ac47e507d
Merge branch 'maint'
2017-03-27 14:01:54 +02:00
Nicolas Goaziou
c6b62fd648
ox-latex: Fix last commit
...
* lisp/ox-latex.el (org-latex--align-string): Fix typo in last commit.
2017-03-27 14:01:32 +02:00
Nicolas Goaziou
211d7aa9b2
Merge branch 'maint'
2017-03-27 13:53:05 +02:00
Nicolas Goaziou
0fda6465af
Merge branch 'maint' of orgmode.org:org-mode into maint
2017-03-27 13:52:40 +02:00
Nicolas Goaziou
7648354952
ox-latex: Fix user-defined align string in matrices
...
* lisp/ox-latex.el (org-latex--align-string): Change signature.
Center all cells in matrices, yet preserve user-defined align
string.
(org-latex--math-table): Apply signature change.
Reported-by: Phil Regier <phil.regier@gmail.com>
<http://permalink.gmane.org/gmane.emacs.orgmode/112873 >
2017-03-27 13:51:55 +02:00
Nicolas Goaziou
7839fb891b
ox-latex: Fix user-defined align string in matrices
...
* lisp/ox-latex.el (org-latex--align-string): Change signature.
Center all cells in matrices, yet preserve user-defined align
string.
(org-latex--math-table): Apply signature change.
Reported-by: Phil Regier <phil.regier@gmail.com>
<http://permalink.gmane.org/gmane.emacs.orgmode/112873 >
2017-03-27 13:43:49 +02:00
Nicolas Goaziou
72c3c42259
Merge branch 'maint'
2017-03-27 13:36:49 +02:00
Nicolas Goaziou
4dde26f086
Fix lsearch strings with newline characters
...
* lisp/org.el (org-link-search): Fix regexp.
* testing/lisp/test-org.el (test-org/fuzzy-links): Add test.
Reported-by: Matt Lundin <mdl@imapmail.org>
<http://permalink.gmane.org/gmane.emacs.orgmode/112876 >
2017-03-27 13:34:04 +02:00
Kyle Meyer
e9018fbd0e
Merge branch 'maint'
2017-03-26 21:52:15 -04:00
Paul Eggert
18d9b2181b
Backport commit 14d8b6858 from Emacs
...
* doc/org.texi (noweb-ref): Simplify shell script example and don’t
use ‘tail -1’, which is not portable.
Port and simplify example sh script
14d8b6858a49e97f9b69593df5a8a7886430d43f
Paul Eggert
Tue Mar 21 09:19:42 2017 -0700
2017-03-26 21:50:06 -04:00
Marco Wahl
772dc6ea27
Merge branch 'maint'
2017-03-26 15:40:10 +02:00
Marco Wahl
82310e34b9
org: Fix tag setter
...
* lisp/org.el (org-set-tags): Treat ':' and '::' as no tag.
2017-03-26 15:39:20 +02:00
Rasmus
9faf000e6a
ox-latex: Support caption for latex-environment
...
* lisp/ox-latex.el (org-latex--environment-type): New function
determining type of a latex-environment.
(org-latex-latex-environment): Add support for caption.
(org-latex--caption/label-string): Use correct type for non-floating
latex-environments.
* etc/ORG-NEWS: Add entry.
2017-03-24 17:22:11 +01:00
Bastien
8a7fe3c219
Merge branch 'maint'
2017-03-23 23:49:11 +01:00
Bastien
e3ed81c98d
ox-html.el (org-html-scripts): Fix copyright years
...
* lisp/ox-html.el (org-html-scripts): Fix copyright years.
2017-03-23 23:46:13 +01:00
Matt Price
d5bbf36553
ox-html: Allow displaying source code block using klipse
...
* lisp/ox-html.el (html, org-html-template)
(org-html-src-block): Allow to display source code block using
the klipse javascript plugin.
Thanks to Nicolas Goaziou for reviewing the patch.
2017-03-23 23:22:30 +01:00
Nicolas Goaziou
0f51e643c4
Merge branch 'maint'
2017-03-23 16:46:52 +01:00
Nicolas Goaziou
b791cd59a5
ox: Fix "Fix :filter-options"
...
* lisp/ox.el (org-export-as): Remove uninterpreted data from back-end
specific parsed keywords.
* testing/lisp/test-ox.el (test-org-export/uninterpreted): Add test.
This fixes 6cd42b08f9
.
2017-03-23 16:46:28 +01:00
Nicolas Goaziou
aadde88799
ox: Clarify a docstring
...
* lisp/ox.el (org-export-get-all-options): Specify return value for
unknown back-ends.
(org-export--parse-option-keyword):
(org-export--get-subtree-options):
(org-export--get-inbuffer-options):
(org-export--get-global-options): Remove useless check.
2017-03-23 16:38:59 +01:00
Marco Wahl
1d35684c56
org: Liberate org-property-action
...
* lisp/org.el (org-property-action): Remove unnecessary restriction
for property action.
2017-03-23 11:03:10 +01:00
Marco Wahl
86ff112707
Merge branch 'maint'
2017-03-21 20:53:02 +01:00
Marco Wahl
4b4ccdc3fa
org-agenda: Fix agenda buffer name after reload sticky agenda
...
* lisp/org-agenda.el (org-agenda-list): Don't rename the buffer when
redoing sticky.
This fix has been proposed by Ian Dunn.
<http://permalink.gmane.org/gmane.emacs.orgmode/112833 >
TINYCHANGE
2017-03-21 20:47:30 +01:00
Marco Wahl
f50f8d0d10
test-org-agenda: Test agenda buffername when reload sticky agenda
...
* testing/lisp/test-org-agenda.el: One additional test to Check that
buffer name remains the same after reload. (BTW some cleanup.)
2017-03-21 20:42:08 +01:00
Nicolas Goaziou
f64fd2a8f1
Merge branch 'maint'
2017-03-19 23:56:56 +01:00
Aaron Jensen
0ccd8286a1
org-src: Fix fontification error
...
* lisp/org-src.el (org-src-font-lock-fontify-block): Fix fontification
error introduced in commit f2a5104e45
.
TINYCHANGE
2017-03-19 23:55:51 +01:00
Kyle Meyer
48cd9729a5
Merge branch 'maint'
2017-03-19 13:32:19 -04:00
Michael Albinus
10bd44db7b
Backport commit 265a5d979 from Emacs
...
* doc/org.texi (dir): Change example to use a method.
Document remote file name syntax change
265a5d9791bf42da0bab7bdbef4352e8d734ef31
Michael Albinus
Thu Mar 16 16:23:07 2017 +0100
2017-03-19 13:31:49 -04:00
Nicolas Goaziou
a9762b37dd
org-clock: Add test
...
* testing/lisp/test-org-clock.el (test-org-clock/clocktable/formula):
Add test.
2017-03-19 10:59:52 +01:00
Nicolas Goaziou
7bbd62cef4
Merge branch 'maint'
2017-03-19 10:57:11 +01:00