Bastien Guerry
0b74959587
Merge branch 'hotfix-7.8.06'
2012-03-22 01:39:56 +01:00
Bastien Guerry
6ba1d35f64
Don't try to hide drawers within subtrees, it slows cycling down.
...
* org.el (org-cycle-internal-local): Don't try to hide drawers
within subtrees in this function, it slows cycling down.
This comments the change made in commit
bb28480169
Thanks to Marcel Van der Boom for reporting this.
2012-03-22 01:39:51 +01:00
Bastien Guerry
b54ad29fa3
Merge branch 'hotfix-7.8.06'
2012-03-22 01:19:24 +01:00
Bastien Guerry
2fa0aa69ea
org-agenda.el: Fix incorrect custom option definition.
...
* org-agenda.el (org-agenda-custom-commands-local-options):
Fix incorrect custom option definition.
Thanks to Joe Vornehm Jr. for this patch.
See http://patchwork.newartisans.com/patch/1231/
2012-03-22 01:19:03 +01:00
Bastien Guerry
138fd8e474
Merge branch 'hotfix-7.8.06'
2012-03-21 23:57:36 +01:00
Bastien Guerry
652e5e0ecf
Bugfix: use the date as the value for the ITEM column when displaying a summary.
...
* org-colview.el (org-columns-display-here): Bugfix: use the date as the
value for the ITEM column when displaying a summary.
Thanks to Rasmus Rempling for reporting this and to Nick Dokos for digging
further.
2012-03-21 23:57:29 +01:00
Bastien Guerry
ab771171cf
Merge branch 'hotfix-7.8.06'
2012-03-21 23:50:57 +01:00
Bastien Guerry
5f7d9bffd7
Merge branch 'hotfix-7.8.06' of orgmode.org:org-mode into hotfix-7.8.06
2012-03-21 23:50:37 +01:00
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