Achim Gratz
d5fddbc053
Merge branch 'maint'
2012-09-06 20:14:52 +02:00
Achim Gratz
2de5d35243
add a missing require for gnus-util
...
* lisp/org-gnus.el: Add a missing require for gnus-util.
* contrib/lisp/org-contacts.el: Add a missing require for gnus-util.
2012-09-06 19:54:28 +02:00
Bastien Guerry
cf98ded2d4
Merge branch 'maint'
2012-09-06 19:41:51 +02:00
Bastien Guerry
12f46c9d00
org.el (org-version): New constant
...
* org.el (org-version): New constant.
2012-09-06 19:41:26 +02:00
Eric Schulte
0a6165a555
widen buffer restrictions when inserting results
2012-09-05 12:02:48 -06:00
Jambunathan K
c276eeebee
org-export.el: Revert an erroneous commit, sigh
2012-09-05 03:33:16 +05:30
Jambunathan K
272c5fb74f
org-e-freemind.el: Reverted accidental commit
2012-09-05 03:25:50 +05:30
Jambunathan K
f7de184e43
org-e-odt.el: Typeset list-tables within a grid
2012-09-05 03:21:06 +05:30
Jambunathan K
602ef336a7
org-e-odt.el: Don't use `org-e-odt--translate-description-lists'
2012-09-05 01:08:30 +05:30
Jambunathan K
14442acde2
Merge remote branch 'origin/maint'
2012-09-05 01:04:55 +05:30
Jambunathan K
7de1b14465
org-odt.el: Replace `copy-seq' with `copy-sequence'
2012-09-04 23:56:02 +05:30
Nicolas Goaziou
eeb5b92342
Merge branch 'maint'
2012-09-04 16:14:45 +02:00
Nicolas Goaziou
dd28223042
Remove duplicate code
...
* lisp/org.el (org-setup-filling): Remove duplicate code.
2012-09-04 16:14:08 +02:00
Nicolas Goaziou
9d0d1bdc01
org-e-beamer: Small refactoring
...
* contrib/lisp/org-e-beamer.el (org-e-beamer--get-label): New
function.
(org-e-beamer--format-frame, org-e-beamer-headline): Use new function.
2012-09-04 15:04:31 +02:00
Nicolas Goaziou
8f96986c45
org-e-latex: Add xelatex as a possible processor
...
* contrib/lisp/org-e-latex.el (org-e-latex-pdf-process): Add xelatex
as a possible processor.
2012-09-04 14:19:30 +02:00
Nicolas Goaziou
153ff40a2a
org-e-odt: Internalize filter
...
* contrib/lisp/org-e-odt.el (org-e-odt--translate-description-lists):
This is a developer filter, which should be handled by
`org-export-define-backend'. Also, such filters do not require
a back-end check.
`org-export-*-functions' are user-oriented variables.
2012-09-04 11:15:51 +02:00
Nicolas Goaziou
e49668ab5d
org-e-beamer: Add an "againframe" environment
...
* contrib/lisp/org-e-beamer.el (org-e-beamer-environments-special):
Make "againframe" an hard-coded environment.
(org-e-beamer-headline): Handle "againframe" environment.
(org-e-beamer-select-environment): Provide support for "againframe"
environments.
2012-09-04 11:10:54 +02:00
Jambunathan K
7435489f1d
org-e-odt.el: Continue earlier commit
2012-09-04 14:28:05 +05:30
Jambunathan K
d7e75f3035
org-e-odt.el: Support for list-tables.
...
A list marked with non-nil `:list-table' attribute will be deemed as a
list-table. A typical list-table will look like this:
,----
| #+attr_odt :list-table t
| - Row 1
| - 1.1
| - 1.2
| - 1.3
| - Row 2
| - 2.1
| - 2.2
| - 2.3
`----
Also fix regression in indented table caused by recent `section'
changes.
2012-09-04 14:15:14 +05:30
Nicolas Goaziou
97c1b93e04
org-e-beamer: Allow to define frame labels
...
* contrib/lisp/org-e-beamer.el (org-e-beamer--format-frame):
User-provided frame labels overwrite default label.
2012-09-04 08:25:46 +02:00
Bastien Guerry
cc1e2cf6f6
Merge branch 'maint'
2012-09-04 00:07:00 +02:00
Bastien Guerry
fa0236ce03
Merge branch 'maint' of orgmode.org:org-mode into maint
2012-09-04 00:06:39 +02:00
Bastien Guerry
320a1201cd
org.texi (History and Acknowledgments): Fix typo
...
* org.texi (History and Acknowledgments): Fix typo.
2012-09-04 00:00:33 +02:00
Luis Anaya
d46887f206
Code to process export of PNG and JPG images.
...
* org-e-groff.el
(org-e-groff-inline-image-rules): Added PNG and JPG as valid
inline suffixes.
(org-e-groff-raster-to-ps): Variable that contains the command
to execute raster to eps conversion.
(org-e-groff--letter-head): Updated logic to handle empty
FROM/TO in letter classes.
(org-e-groff-link--inline-image): Added logic to process
raster images.
2012-09-03 17:24:58 -04:00
Jambunathan K
d0ad93075e
Merge remote branch 'origin/maint'
2012-09-03 20:25:26 +05:30
Jambunathan K
256bb29780
org-odt.el: Open OpenDocument files in os-specific way
...
* lisp/org-lparse.el (org-lparse-and-open)
(org-lparse-do-convert): Open exported files with
system-specific application.
* lisp/org-odt.el: Don't meddle with `org-file-apps'.
2012-09-03 20:23:33 +05:30
Jambunathan K
0ea0a60c59
org-e-odt.el: Continue previous commit
2012-09-03 20:04:34 +05:30
Jambunathan K
02ad62e300
org-odt.el: Open OpenDocument files in os-specific way
...
* lisp/org-lparse.el (org-lparse-and-open)
(org-lparse-do-convert): Open exported files with
system-specific application.
* lisp/org-odt.el: Don't meddle with `org-file-apps'.
2012-09-03 19:29:21 +05:30
Jambunathan K
3ad0618169
org-e-odt.el: Don't meddle with `org-file-apps'
2012-09-03 19:19:28 +05:30
Jambunathan K
8ff4ea03b0
org-export.el (org-export-dispatch): Open ODT files with system app
2012-09-03 19:19:28 +05:30
Jambunathan K
b9270bf46f
* lisp/org.el (org-open-file): Print shell command used to open file
2012-09-03 19:19:23 +05:30
Bastien Guerry
5681a04cc2
Merge branch 'maint'
2012-09-03 13:31:50 +02:00
Bastien Guerry
7719734dd7
org-compat.el: New compatibility function `org-random'
...
* org-compat.el (org-random): New compatibility function.
* org-id.el (org-id-uuid): Use it.
2012-09-03 13:16:52 +02:00
Bastien Guerry
7b89f1a466
Merge branch 'maint'
...
Conflicts:
contrib/scripts/x11idle.c
2012-09-03 13:01:13 +02:00
Bastien Guerry
069b5bab38
mk/eldo.el: Small fix
2012-09-03 13:00:13 +02:00
Bastien Guerry
ce4187f085
Delete utils/x11idle.c
2012-09-03 12:49:55 +02:00
Bastien Guerry
200037dcd2
Merge branch 'maint'
2012-09-03 12:48:12 +02:00
Bastien Guerry
432c6ee7c9
mk/make_emacs_changelog: Small fix
2012-09-03 12:47:02 +02:00
Bastien Guerry
c02fe61361
Merge branch 'maint'
2012-09-03 12:37:18 +02:00
Bastien Guerry
74c57911a7
org.texi (History and Acknowledgments): Add my own acknowledgments
...
* org.texi (History and Acknowledgments): Add my own acknowledgments.
2012-09-03 12:37:10 +02:00
Bastien Guerry
c808b646fc
Merge branch 'maint'
2012-09-03 11:58:17 +02:00
Bastien Guerry
985e1acb2d
Update the README* files.
2012-09-03 11:58:06 +02:00
Bastien Guerry
c0d100ca7d
Merge branch 'master' of orgmode.org:org-mode
2012-09-03 11:19:34 +02:00
Bastien Guerry
0fa4255eab
Merge branch 'maint'
2012-09-03 11:19:28 +02:00
Bastien Guerry
7efb9cb7ed
Merge branch 'maint' of orgmode.org:org-mode into maint
2012-09-03 11:19:14 +02:00
Bastien Guerry
87208bdecd
etc/ORG-NEWS: Update to reflect changes in 7.9.1
2012-09-03 11:18:55 +02:00
Nicolas Goaziou
ba44fab320
Merge branch 'maint'
2012-09-02 15:05:01 +02:00
Nicolas Goaziou
8d599a4eb2
Make sure fill prefix is computed from beginning of line
...
* lisp/org.el (org-adaptive-fill-function): Make sure fill prefix is
computed from beginning of line.
2012-09-02 15:01:00 +02:00
Bastien Guerry
f43c8c8100
Merge branch 'maint'
2012-09-02 13:45:18 +02:00
T.F. Torrey
c7b3c56efd
org-exp.el: Fix export of subtree with HTML_CONTAINER_CLASS
...
* org-exp.el (org-export-remember-html-container-classes):
Allow exporting a single subtree with HTML_CONTAINER_CLASS
property.
TINYCHANGE
2012-09-02 13:08:19 +02:00