summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-16Fix ff902crelease_8.2.5fBastien Guerry
2014-01-16Backport Emacs trunk revno r116039Bastien Guerry
2014-01-16org.el (org-mode-restart): Fix turning off `org-indent-mode' when necessaryNicolas Goaziou
* org.el (org-mode-restart): Fix turning off `org-indent-mode' when necessary.
2014-01-16org.el (customize-package-emacs-version-alist): Fix Org version for Emacs 24.4Bastien Guerry
* org.el (customize-package-emacs-version-alist): Fix Org version for Emacs 24.4.
2014-01-16Fix bf0649release_8.2.5eBastien Guerry
2014-01-16Remove spurious defvarBastien Guerry
Thanks to Nicolas Goaziou for reporting this.
2014-01-16Fix 4a9820Bastien Guerry
2014-01-15Merge branch 'maint' of orgmode.org:org-mode into maintBastien Guerry
2014-01-15Fix 035087777Bastien Guerry
2014-01-15Revert "org.el (org-store-link): When a link has been stored, always returns it"Bastien Guerry
This reverts commit 035087777d0b4d91373466ed1a56f357c63f5465.
2014-01-14Fix mode resetCarsten Dominik
2014-01-14Fix bug when demoting invisible headlinesrelease_8.2.5dBastien Guerry
* org.el (org-demote): Ignore invisible text when aligning tags. (org-set-tags): When JUST-ALIGN is 'ignore-column, ignore invisible text when restoring the cursor to the correct column. This fixes a bug about demoting hidden headlines. If org-move-to-column temporarily ignore visibility specs, this will prevent org-demote to work correctly in hidden regions. Thanks to Susan Cragin for reporting this bug.
2014-01-13Backport typo fix from Emacs revno r116017Bastien Guerry
2014-01-13Delete :grouptags from tags list when creating org-mobile index fileNick Dokos
* org-mobile.el (org-mobile-create-index-file): delete :grouptags entries from tags list when creating the org-mobile index file. Reported by Dror Atariah - see http://thread.gmane.org/gmane.emacs.orgmode/79803 and (the continuation of the above thread) http://thread.gmane.org/gmane.emacs.orgmode/79856
2014-01-13ob-python.el (org-babel-python-var-to-python): BugfixBastien Guerry
* ob-python.el (org-babel-python-var-to-python): Bugfix: Strip properties before formatting the results. Thanks to Daniel Gerber for reporting this and providing a fix, and to others who contributed.
2014-01-12Agenda: Fix dragging line in filtered agendasBastien Guerry
* org-agenda.el (org-agenda-regexp-filter-preset): Fix typo in docstring. (org-agenda-reapply-filters): New function. (org-agenda-drag-line-forward): Rewrite to fix a bug when used in filtered agendas. (org-agenda-drag-line-backward): Rewrite using `org-agenda-drag-line-forward'. Thanks to Thomas Morgan for reporting this.
2014-01-12ob-table.el (org-sbe): Rename from `sbe'Bastien Guerry
* ob-table.el (org-sbe): Rename from `sbe'.
2014-01-12org.el (org-store-link): When a link has been stored, always returns itBastien Guerry
* org.el (org-store-link): When a link has been stored, always returns it. (Storing links from the agenda are broken otherwise.)
2014-01-12Backport typo fixes from Emacs revno 115988Bastien Guerry
2014-01-11Merge branch 'maint' of orgmode.org:org-mode into maintBastien Guerry
2014-01-11org.el (org-ellipsis): Small docstring enhancementBastien Guerry
* org.el (org-ellipsis): Small docstring enhancement.
2014-01-10org.texi: Fix typoNicolas Goaziou
* doc/org.texi (Top, Exporting): Fix typo.
2014-01-10Merge branch 'maint' of orgmode.org:org-mode into maintBastien Guerry
2014-01-10Speed improvementNicolas Goaziou
* lisp/org.el (org-get-previous-line-level): Do not call `org-current-level' twice unless necessary. Also, avoid using `line-number-at-pos' when the information needed is to know if point is in the first line of the visible part of the buffer.
2014-01-10Backport changes from r115955Bastien Guerry
2014-01-09org.texi: Fix some sections subtitilesNicolas Goaziou
* doc/org.texi (Top, Exporting): Org has its own documentation and should therefore be removed from "Other build-in back-ends".
2014-01-09ob-core: Speed improvementNicolas Goaziou
* lisp/ob-core.el (org-babel-get-inline-src-block-matches): Do not compute line number if all is needed is to know if we're on the first one.
2014-01-09Fix multiple TBLFMMichael Brand
Simplify commit release_8.2.4-14-geb28fe4 and commit release_8.2.5c-8-ga2619b7. * org-table.el (org-table-fix-formulas): Handle multiple #+TBLFM lines with `forward-line'.
2014-01-09org-table.el (org-table-fix-formulas): Fix commit eb28feBastien Guerry
Thanks to Michael Brand for reporting this.
2014-01-09Backport typo fixes from Emacs revno r115923Bastien Guerry
2014-01-08ox-md: Prevent error with empty itemsNicolas Goaziou
* lisp/ox-md.el (org-md-item): Do not return an error when exporting an empty item.
2014-01-08Revert "ob-python.el (org-babel-python-var-to-python): Fix code typo"Bastien Guerry
This reverts commit e88d9d7caf75994c00c1f7c95180aac672696eb2.
2014-01-08ob-python.el (org-babel-python-var-to-python): Fix code typoBastien Guerry
* ob-python.el (org-babel-python-var-to-python): Fix code typo. Thanks to Daniel Gerber for reporting this.
2014-01-08org-entities.el: Fix display of pretty entitiesBastien Guerry
* org-entities.el (org-entities-help): Prevent the display of pretty entities, as this help buffer is meant to list literal strings, not utf-8 representations. Thanks to Brice Waegenire for reporting this.
2014-01-07ox-beamer: Fix bug when an selecting environmentNicolas Goaziou
* lisp/ox-beamer.el (org-beamer-select-environment): Function doesn't work if fast tag selection is disabled, so make sure it is always on, independently on user's configuration. Reported-by: Anders Johansson <mejlaandersj@gmail.com>
2014-01-07doc/Makefile: avoid spurious whitespace in environment variablesAchim Gratz
* doc/Makefile (%.pdf): Ensure that LANG and LC_ALL are set to "C", not "C " (with trailing whitespace). Make evaluation order produces spurious whitespace in variables when a variable definition is followed by whitespace plus a comment.
2014-01-07Update copyright years again.release_8.2.5cBastien Guerry
Hint: copyright years are all updated in Emacs.
2014-01-07Backport change from Chong on 2013-12-23Bastien Guerry
2014-01-07Bug in org.texirelease_8.2.5bRasmus
* org.texi (Global and local cycling): Fix missing '@'.
2014-01-07org.texi (Global and local cycling): Mention C-u C-u TABBastien Guerry
* org.texi (Global and local cycling): Mention C-u C-u TAB. Thanks to François Pinard for suggesting this.
2014-01-06Backport spelling fixes from Emacs r115885Bastien Guerry
* org-clock.el (org-clock-cancel-hook) (org-clock-leftover-time): Fix typo in docstring.
2014-01-06Backport change from Emacs r115884Bastien Guerry
2014-01-05org.el (org-set-tags): Ignore invisible text when restoring cursor positionBastien Guerry
* org.el (org-set-tags): Ignore invisible text when restoring cursor position.
2014-01-05ob-gnuplot.el (org-babel-gnuplot-quote-tsv-field): Fix code typoU-usuario-PC\\usuario
* ob-gnuplot.el (org-babel-gnuplot-quote-tsv-field): Fix code typo. TINYCHANGE
2014-01-05Update copyright year for files changed since 2013release_8.2.5aBastien Guerry
2014-01-05Revert "Update copyright years."Bastien Guerry
This reverts commit 21105594fcb69fb4e1d636f4070fd25c86efbe35.
2014-01-05Backport changes from Emacs r115870Bastien Guerry
* org.texi (Include files, The Export Dispatcher) (Advanced configuration) (Header arguments in Org mode properties): Spelling fixes.
2014-01-04Update copyright years.release_8.2.5Bastien Guerry
2014-01-04Revert "* server.mk (elpaplus-dirty elpaplus-up): Include htmlize.el."Bastien Guerry
This reverts commit fc5cf0d92209f55a59077101e6f1ae77c3c8524f.
2014-01-04Fix ox-odt bugsBastien Guerry
* ox-odt.el (org-odt--frame): Add a draw:name property to the draw:frame tag. (org-odt-format-label): Don't use short-caption at all. See http://article.gmane.org/gmane.emacs.orgmode/79910 and http://article.gmane.org/gmane.emacs.orgmode/79892 for threads about these issues.