Bastien Guerry
eb5a450686
test-ob-lilypond.el: Whitespace cleanup.
2012-03-21 15:27:23 +01:00
Bastien Guerry
72ca335e6c
Merge branch 'master' of orgmode.org:org-mode
2012-03-21 15:26:55 +01:00
Bastien Guerry
e19820b384
Merge branch 'hotfix-7.8.06'
...
Conflicts:
lisp/ob-lilypond.el
testing/lisp/test-ob-lilypond.el
2012-03-21 15:26:25 +01:00
Martyn Jago
51c5680aa0
Re-direct homepage to Worg.
...
* lisp/ob-lilypond.el:
Re-direct homepage to Worg.
2012-03-21 15:24:33 +01:00
Martyn Jago
988f742ccf
Leave versioning to Org.
...
* lisp/ob-lilypond.el:
Leave versioning to Org.
* testing/lisp/test-ob-lilypond.el:
Leave versioning to Org.
2012-03-21 15:24:30 +01:00
Martyn Jago
d1aa517381
Fix compiler warning.
...
* lisp/ob-lilypond.el: Fix compiler warning.
2012-03-21 15:24:27 +01:00
Jambunathan K
eeb08e5c6e
Merge remote-tracking branch 'origin/hotfix-7.8.06'
2012-03-21 15:39:17 +05:30
Jambunathan K
34ab9a0eb2
org-odt.el: Enumerate labeled/captioned entities correctly
...
* lisp/org-odt.el (org-odt-format-entity-caption): Enumerate
entities that have either a caption or a label.
(org-odt-label-styles, org-odt-category-map-alist): Add a
separator between sequence number and caption. Introduced two
new label styles for handling of math formula and math label.
(org-odt-format-label-definition)
(org-export-odt-format-formula): Propagate above changes.
2012-03-21 15:21:10 +05:30
FengShu
eb84020a9f
org-exp.el: Add traditional Chinese translation.
2012-03-21 10:23:31 +01:00
Bastien Guerry
ba51d8e9c8
Merge branch 'hotfix-7.8.06'
2012-03-21 08:27:30 +01:00
Bastien Guerry
d83284b728
org.el (org-enforce-todo-dependencies): Fix docstring.
...
* org.el (org-enforce-todo-dependencies): Fix docstring.
Thanks to Bernt Hansen for spotting this.
2012-03-21 08:27:17 +01:00
Bastien Guerry
c4978d6210
Merge branch 'hotfix-7.8.06'
2012-03-21 01:14:31 +01:00
Bastien Guerry
431407cc27
Merge branch 'hotfix-7.8.06' of orgmode.org:org-mode into hotfix-7.8.06
2012-03-21 01:12:08 +01:00
Jambunathan K
e2f490826c
Merge remote-tracking branch 'origin/hotfix-7.8.06'
2012-03-21 02:51:09 +05:30
Jambunathan K
aa20053803
org.texi (Customizing tables in ODT export): Fix errors
...
* doc/org.texi (Customizing tables in ODT export): Correct few
errors.
2012-03-21 02:47:55 +05:30
Jambunathan K
acec9db838
Merge remote-tracking branch 'origin/hotfix-7.8.06'
2012-03-21 02:15:24 +05:30
Jambunathan K
1cc2af2f25
org.texi: Udpate ODT section
...
* doc/org.texi (Links in ODT export): Update.
(Labels and captions in ODT export): New node.
2012-03-21 02:13:55 +05:30
Jambunathan K
135a74e4cb
Merge remote-tracking branch 'origin/hotfix-7.8.06'
2012-03-20 23:53:46 +05:30
Jambunathan K
fee7de7c56
org-odt.el: Make category component of captions configurable
...
* lisp/org-odt.el (org-export-odt-category-strings): New
custom variable.
(org-odt-category-map-alist): Modify interpretation. Don't
use the same field to double up as both a OpenDocument
variable and a category string. Entries in this list now
specify only the OpenDocument variable. Category strings are
obtained through an indirect lookup of
`org-export-odt-category-strings'. Use same OpenDocument
variables as what LibreOffice uses for various entities. Fix
docstring.
(org-odt-add-label-definition)
(org-odt-format-label-definition)
(org-odt-format-label-reference): Propagate above changes.
Fix for the following bug:
http://lists.gnu.org/archive/html/emacs-orgmode/2012-03/msg00628.html
2012-03-20 23:26:12 +05:30
Bastien Guerry
1d0fa25bda
Merge branch 'hotfix-7.8.06'
2012-03-20 17:21:57 +01:00
Bastien Guerry
3007ddd1cc
org-latex.el (org-export-as-latex): Check TeX-master correctly.
...
* org-latex.el (org-export-as-latex): Check TeX-master correctly.
TINYCHANGE
2012-03-20 17:21:42 +01:00
Tom Alexander
ce7579e1f7
contrib/lisp/org-export-generic.el: Added variables for exporting tables and a mediawiki exporter.
2012-03-20 17:01:21 +01:00
Jambunathan K
aa05c14fe9
org-odt.el: Remove stale code
...
* lisp/org-odt.el (org-odt-category-map-alist): Update
docstring.
(org-export-odt-user-categories)
(org-export-odt-get-category-from-label)
(org-odt-get-label-category-and-style): Remove.
(org-odt-add-label-definition): Propagate above changes.
2012-03-20 21:11:21 +05:30
Bastien Guerry
d22ffc23d0
Merge branch 'master' of orgmode.org:org-mode
2012-03-20 16:29:31 +01:00
Henning Weiss
c6442dac9c
org-mobile.el (org-mobile-sumo-agenda-command): Use a shorter title.
...
* org-mobile.el (org-mobile-sumo-agenda-command): Use a
shorter title.
TINYCHANGE
2012-03-20 16:28:45 +01:00
Bastien Guerry
c7be54d3cb
Merge branch 'hotfix-7.8.06'
2012-03-20 16:25:44 +01:00
Bastien Guerry
d1fd77819e
org-mobile.el: Whitespace cleanup.
2012-03-20 16:25:39 +01:00
Jambunathan K
b137bc4eae
Merge remote-tracking branch 'origin/hotfix-7.8.06'
2012-03-20 20:31:04 +05:30
Jambunathan K
f2fc168a73
org.texi (Literal examples in ODT export): Update
...
* doc/org.texi (Literal examples in ODT export):
htmlfontify.el in Emacs-24.1 now supports fontification. So
ODT source blocks will be fontified by default.
(Evaluating code blocks, Evaluating code blocks):
Whitespace-only change.
2012-03-20 20:23:47 +05:30
Bastien Guerry
b8cd4a0973
Merge branch 'hotfix-7.8.06'
2012-03-20 15:50:46 +01:00
Bastien Guerry
c73f32c14a
org.el: Don't allow creation of parents when using refile as goto.
...
* org.el (org-refile): Don't allow creation of parents when
using the refile command to go to a headline.
TINYCHANGE
2012-03-20 15:44:44 +01:00
Jambunathan K
d3cd3720d5
org-odt.el: Resolve headline links as sec nos only if num:t
...
* lisp/org-odt.el (org-odt-format-org-link): Resolve links to
headlines as section numbers only if section numbering is on.
2012-03-20 19:58:40 +05:30
Bastien Guerry
309bd4c263
Merge branch 'hotfix-7.8.06'
2012-03-20 13:15:44 +01:00
Bastien Guerry
1987412be6
org.el (format-spec): Require 'format-spec.
...
* org.el (format-spec): Require 'format-spec.
2012-03-20 13:15:27 +01:00
Bastien Guerry
2cc3fd7b0d
org.el: Don't declare function `format-spec' as it is already required.
2012-03-20 13:14:34 +01:00
Bastien Guerry
44bf4de900
Merge branch 'hotfix-7.8.06'
...
Conflicts:
lisp/org-agenda.el
2012-03-20 13:06:26 +01:00
Bastien Guerry
fc717f3eb7
Fix compiler warnings.
2012-03-20 13:04:55 +01:00
Bastien Guerry
05ca3731f2
Merge branch 'hotfix-7.8.06'
2012-03-20 12:37:37 +01:00
Rustom Mody
4ef3304ac2
doc/org.texi: Small doc fix.
...
TINYCHANGE
2012-03-20 12:31:26 +01:00
Bastien Guerry
cc46c9627b
Merge branch 'hotfix-7.8.06'
2012-03-20 12:26:16 +01:00
Julian Gehring
04c9e0e64c
doc/org.texi: Remove duplicated keybinding for 'org-refile-cache-clear'.
...
* org.texi (Refiling notes): Remove duplicated keybinding.
TINYCHANGE
2012-03-20 12:25:51 +01:00
Julian Gehring
e2444eab93
doc/org.texi: Tiny stylistic improvements.
...
TINYCHANGE
2012-03-20 12:23:05 +01:00
Bastien Guerry
b05e7cdf3b
org-html.el: New option `org-export-html-date-format-string'.
...
* org-html.el (org-export-html-date-format-string): Make a
defcustom.
TINYCHANGE
Thanks to Sébastian Vauban for this patch.
2012-03-20 12:12:35 +01:00
Bastien Guerry
a0554234ef
* org-html.el (org-export-as-html): New option: a format string
...
for the HTML export of date and time.
2012-03-20 12:11:25 +01:00
Bastien Guerry
c8f9972a41
org-latex.el: Fix TeX-master declaration.
...
* org-latex.el (org-export-as-latex): Fix TeX-master declaration.
TINYCHANGE
2012-03-20 12:11:25 +01:00
Bastien Guerry
18ba67bf57
org-latex.el: Fix TeX-master declaration.
...
* org-latex.el (org-export-as-latex): Fix TeX-master declaration.
TINYCHANGE
2012-03-20 12:01:25 +01:00
Bastien Guerry
fcc7aa5cc9
Merge branch 'hotfix-7.8.06'
2012-03-20 11:50:55 +01:00
Ilya Shlyakhter
ca41982ad4
imenu: Added a check that looking-at succeeds before using the match results.
...
* lisp/org.el (org-imenu-get-tree): Check that looking-at succeeds before using match results.
TINYCHANGE
2012-03-20 11:50:42 +01:00
Bastien Guerry
98b8cdd333
Merge branch 'hotfix-7.8.06'
2012-03-20 11:12:04 +01:00
Bastien Guerry
9c8cc41ae1
Merge branch 'hotfix-7.8.06' of orgmode.org:org-mode into hotfix-7.8.06
2012-03-20 11:11:40 +01:00