org-mode/lisp
Allen Li cc020dbe4d Fix buffer local org-agenda-overriding-columns-format bug
* doc/org-manual.org (Using Column View in the Agenda): Updated
  reference to variable.
* lisp/org-agenda.el (org-agenda-finalize): Set buffer local variable
  instead.
* lisp/org-colview.el (org-overriding-columns-format): Renamed.
(org-agenda-overriding-columns-format): Renamed.
(org-local-columns-format): New buffer local variable.
(org-columns-edit-value): Updated reference to variable.
(org-columns-next-allowed-value): Updated reference to variable.
(org-agenda-columns): Updated reference to variable.

Setting org-agenda-overriding-columns-format as a buffer local value
interferes with how it is used as a dynamically scoped var, so use a
separate variable for buffer local setting.
2019-02-25 13:41:40 +01:00
..
Makefile Makefile (clean-install): Also remove ox*.el* files 2013-04-18 14:43:45 +02:00
ob-C.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-J.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-R.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-abc.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-asymptote.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-awk.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-calc.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-clojure.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-comint.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-coq.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-core.el ob-core: Fix Noweb reference regexp 2019-02-04 18:02:38 +01:00
ob-css.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-ditaa.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-dot.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-ebnf.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-emacs-lisp.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-eval.el Backport commit 662bee7d7 from Emacs 2019-01-13 12:43:04 -05:00
ob-exp.el ob-exp: Fix "strip-export" noweb value 2019-01-19 17:27:20 +01:00
ob-forth.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-fortran.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-gnuplot.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-groovy.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-haskell.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-hledger.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-io.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-java.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-js.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-keys.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-latex.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-ledger.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-lilypond.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-lisp.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-lob.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-lua.el ob-lua: Fix multi-line :var input 2019-01-30 23:42:32 +01:00
ob-makefile.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-matlab.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-maxima.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-mscgen.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-ocaml.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-octave.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-org.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-perl.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-picolisp.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-plantuml.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-processing.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-python.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-ref.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-ruby.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-sass.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-scheme.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-screen.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-sed.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-shell.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-shen.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-sql.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-sqlite.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-stan.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-table.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-tangle.el Update copyright year 2019-01-01 11:50:56 +01:00
ob-vala.el Update copyright year 2019-01-01 11:50:56 +01:00
ob.el Update copyright year 2019-01-01 11:50:56 +01:00
org-agenda.el Fix buffer local org-agenda-overriding-columns-format bug 2019-02-25 13:41:40 +01:00
org-archive.el org-archive: Fix archive location with multiple ARCHIVE keywords 2019-02-25 13:24:37 +01:00
org-attach.el org-attach: Autoload org-attach-dired-to-subtree 2019-02-03 12:04:57 -05:00
org-bbdb.el Update copyright year 2019-01-01 11:50:56 +01:00
org-bibtex.el Update copyright year 2019-01-01 11:50:56 +01:00
org-capture.el org-capture: Fix item capture 2019-01-17 14:47:07 +01:00
org-clock.el Fix last commit 2019-02-15 00:20:40 +01:00
org-colview.el Fix buffer local org-agenda-overriding-columns-format bug 2019-02-25 13:41:40 +01:00
org-compat.el org-compat: Add org-current-time-as-list 2019-01-13 12:43:04 -05:00
org-crypt.el Update copyright year 2019-01-01 11:50:56 +01:00
org-ctags.el Backport commit 20b858ef1 from Emacs 2019-01-13 12:43:04 -05:00
org-datetree.el Update copyright year 2019-01-01 11:50:56 +01:00
org-docview.el Update copyright year 2019-01-01 11:50:56 +01:00
org-duration.el Update copyright year 2019-01-01 11:50:56 +01:00
org-element.el Revert "(current-time) => nil" for Emacs 24 compatibility 2019-01-31 23:03:10 -05:00
org-entities.el Update copyright year 2019-01-01 11:50:56 +01:00
org-eshell.el Update copyright year 2019-01-01 11:50:56 +01:00
org-eww.el Update copyright year 2019-01-01 11:50:56 +01:00
org-faces.el org-faces: Use regexp-opt in org-set-tag-faces 2019-02-02 22:50:07 +01:00
org-feed.el Update copyright year 2019-01-01 11:50:56 +01:00
org-footnote.el Backport commit a4a3c92e9 from Emacs 2019-01-13 12:43:04 -05:00
org-gnus.el Update copyright year 2019-01-01 11:50:56 +01:00
org-goto.el org-goto: Fix org-goto interface 'outline 2019-01-26 15:56:09 +01:00
org-habit.el Revert "(current-time) => nil" for Emacs 24 compatibility 2019-01-31 23:03:10 -05:00
org-id.el org-compat: Add org-current-time-as-list 2019-01-13 12:43:04 -05:00
org-indent.el Revert "(current-time) => nil" for Emacs 24 compatibility 2019-01-31 23:03:10 -05:00
org-info.el Update copyright year 2019-01-01 11:50:56 +01:00
org-inlinetask.el Update copyright year 2019-01-01 11:50:56 +01:00
org-install.el org-install.el: Do not warn users. 2013-01-22 14:08:39 +01:00
org-irc.el Update copyright year 2019-01-01 11:50:56 +01:00
org-lint.el Update copyright year 2019-01-01 11:50:56 +01:00
org-list.el org-list: Fix `org-list-demote-modify-bullet' with alpha bullets 2019-02-18 23:38:13 +01:00
org-macro.el Backport commit 662bee7d7 from Emacs 2019-01-13 12:43:04 -05:00
org-macs.el org-macs: Fix visibility issue with file local variables 2019-02-12 23:33:01 +01:00
org-mhe.el Update copyright year 2019-01-01 11:50:56 +01:00
org-mobile.el Update copyright year 2019-01-01 11:50:56 +01:00
org-mouse.el Update copyright year 2019-01-01 11:50:56 +01:00
org-pcomplete.el Update copyright year 2019-01-01 11:50:56 +01:00
org-plot.el Update copyright year 2019-01-01 11:50:56 +01:00
org-protocol.el Backport commit c5e02f2bc from Emacs 2019-01-13 12:43:04 -05:00
org-rmail.el Update copyright year 2019-01-01 11:50:56 +01:00
org-src.el Update copyright year 2019-01-01 11:50:56 +01:00
org-table.el org-table: Fix empty field narrowing 2019-02-19 17:05:56 +01:00
org-tempo.el Update copyright year 2019-01-01 11:50:56 +01:00
org-timer.el org-timer: Further simplification 2019-02-13 13:02:28 +01:00
org-w3m.el Update copyright year 2019-01-01 11:50:56 +01:00
org.el Fix `org-refile' when logging multiple entries 2019-02-25 02:02:28 +01:00
ox-ascii.el ox: Add missing `org-link-unescape' calls 2019-02-20 15:26:27 +01:00
ox-beamer.el Update copyright year 2019-01-01 11:50:56 +01:00
ox-html.el Backport commit 662bee7d7 from Emacs 2019-01-13 12:43:04 -05:00
ox-icalendar.el ox-icalendar: Fix `org-icalendar-blocked-headline-p' 2019-02-21 15:33:00 +01:00
ox-latex.el ox: Add missing `org-link-unescape' calls 2019-02-20 15:26:27 +01:00
ox-man.el Update copyright year 2019-01-01 11:50:56 +01:00
ox-md.el Update copyright year 2019-01-01 11:50:56 +01:00
ox-odt.el Backport commit d5f6ff99c from Emacs 2019-01-13 12:43:04 -05:00
ox-org.el Update copyright year 2019-01-01 11:50:56 +01:00
ox-publish.el ox-publish: Fix arithmetic range error on some systems 2019-02-13 15:07:47 +01:00
ox-texinfo.el ox-texinfo: Fix anchors for all elements and objects 2019-01-21 18:40:54 +01:00
ox.el Fix included nested relative file links 2019-02-12 01:15:55 +01:00