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
Bastien Guerry
f011496ceb
`k' now calls org-agenda-capture from agenda. Also add `org-capture-use-agenda-date' option.
...
* org-capture.el (org-capture-use-agenda-date): New option.
(org-capture): Use it.
* org-agenda.el (org-agenda-capture): New command.
(org-agenda-mode-map): Bind it to `k'.
(org-agenda-menu): Add it to the menu.
* org.texi (Agenda commands): Document the new command and the
new option.
Thanks to Eric Abrahamsen who suggested this change, along with
other merging about bulk actions.
2012-09-02 12:52:38 +02:00
Bastien Guerry
b121753490
org-capture.el (org-capture): Update docstring
...
* org-capture.el (org-capture): Update docstring.
2012-09-02 12:30:56 +02:00
Bastien Guerry
a3f82f430b
org-capture.el: When capturing from an agenda buffer use the cursor date at the default date
...
* org-capture.el (org-capture): When called from an agenda
buffer, use the cursor date at the default date.
2012-09-02 12:29:59 +02:00
Bastien Guerry
ea0b50be37
org-agenda.el (org-agenda-bulk-action): Use the let-bound `entries' instead the variable
...
* org-agenda.el (org-agenda-bulk-action): Use the let-bound
`entries' instead the variable.
2012-09-02 12:02:13 +02:00
Bastien Guerry
34d66d7d0c
org-agenda.el: Fix bug: don't remove persistent marks too early
...
* org-agenda.el (org-agenda-bulk-action): Fix bug: don't
remove persistent marks too early.
2012-09-02 11:26:27 +02:00
Bastien Guerry
bda6404b32
org-agenda.el (org-agenda-bulk-action): Use the date at point
...
* org-agenda.el (org-agenda-bulk-action): Possibly use the day
at point to reset the scheduled or deadline cookie. On date
headers, use it without prompting the user. On an item, use
the item's date as the default prompt for `org-read-date'.
2012-09-02 11:24:16 +02:00
Bastien Guerry
727c558c0f
org.el (org-read-date): Docstring fix
...
* org.el (org-read-date): Docstring fix.
2012-09-02 11:22:04 +02:00
Bastien Guerry
a15d8283e5
org-agenda.el (org-agenda-bulk-action): Reorder possible actions in the message
...
* org-agenda.el (org-agenda-bulk-action): Reorder possible
actions in the message.
2012-09-02 11:21:13 +02:00
Bastien Guerry
916c300414
org-agenda.el: Delete `org-agenda-action'
...
* org-agenda.el (org-agenda-action, org-agenda-do-action):
Delete.
(org-agenda-mode-map): Delete related keys.
* org.texi (Agenda commands): Delete `org-agenda-action'
section.
(Agenda commands): Reorder. Document `*' to toggle persistent
marks.
2012-09-02 11:20:01 +02:00
Bastien Guerry
70136298e3
org-agenda.el (org-agenda-menu): Fix a keybinding
...
* org-agenda.el (org-agenda-menu): Fix a keybinding.
2012-09-02 10:48:28 +02:00
Michael Brand
9852ad9418
ob-tangle: Fix bug when heading has no text
...
* lisp/ob-tangle.el (org-babel-tangle-collect-blocks): Use dummy
string when heading has no text.
2012-09-02 10:30:40 +02:00
Jambunathan K
845daf6648
org-e-odt-preferred-output-format: Make string values safe
2012-09-02 03:01:56 +05:30
Nicolas Goaziou
90aae1e2e8
Merge branch 'maint'
2012-09-01 22:57:19 +02:00
Nicolas Goaziou
8d09d1aaa9
org-element: Fix section parsing
...
* lisp/org-element.el (org-element-section-parser): Make sure section
cannot contain an headline.
(org-element--current-element): Fix bug requiring to parse a quote
section even when point is at an headline.
* testing/lisp/test-org-element.el: Add test.
2012-09-01 22:55:31 +02:00
Nicolas Goaziou
ef3706ba92
Merge branch 'maint'
2012-09-01 21:39:08 +02:00
Nicolas Goaziou
4026f2e3ad
Remove occasional spurious space character when auto-filling
...
* lisp/org.el (org-adaptive-fill-function): Remove occasional spurious
space character when auto-filling.
2012-09-01 21:38:18 +02:00
Jambunathan K
79bf7dfe7e
Merge remote branch 'origin/maint'
2012-09-02 00:12:17 +05:30
Jambunathan K
8a0abc4dc2
org-export-odt-preferred-output-format: Mark string values as safe
2012-09-01 23:59:21 +05:30