org-mode/lisp
Nicolas Goaziou 313d22dec6 org.el: Fix org-open-at-point for tags.
lisp/org.el (org-open-at-point): Move case for tags up so that it's
not shortcutted by the case for no valid context.

TINYCHANGE
2017-08-10 12:41:35 +02:00
..
Makefile Makefile (clean-install): Also remove ox*.el* files 2013-04-18 14:43:45 +02:00
ob-C.el ob-C: Fix command to perform on remote host 2017-04-25 10:08:48 +02:00
ob-J.el Backport commit 20e9a00fb from Emacs 2017-07-09 11:27:12 -04:00
ob-R.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-abc.el Backport commit 0fda6d53e from Emacs 2017-07-09 11:27:12 -04:00
ob-asymptote.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-awk.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-calc.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-clojure.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-comint.el ob-comint: Remove unnecessary (require 'tramp) 2017-07-06 19:10:28 +02:00
ob-coq.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-core.el ob-core: Fix regression 2017-05-08 11:25:17 +02:00
ob-css.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-ditaa.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-dot.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-ebnf.el Backport commit 20e9a00fb from Emacs 2017-07-09 11:27:12 -04:00
ob-emacs-lisp.el ob-emacs-lisp: Fix pp results 2017-07-23 22:41:27 +02:00
ob-eval.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-exp.el Backport commit 20e9a00fb from Emacs 2017-07-09 11:27:12 -04:00
ob-forth.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-fortran.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-gnuplot.el ob-gnuplot: escape % character in output 2017-05-08 11:38:45 +02:00
ob-groovy.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-haskell.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-io.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-java.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-js.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-keys.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-latex.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-ledger.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-lilypond.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-lisp.el Change :version in defcustoms from "25.2" to "26.1" 2017-01-26 00:02:03 -05:00
ob-lob.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-lua.el Backport commit 20e9a00fb from Emacs 2017-07-09 11:27:12 -04:00
ob-makefile.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-matlab.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-maxima.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-mscgen.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-ocaml.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-octave.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-org.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-perl.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-picolisp.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-plantuml.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-processing.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-python.el ob-python: Honor the :python header argument in python src blocks 2017-04-29 16:26:33 +02:00
ob-ref.el Backport commit 3c4c8ca06 from Emacs 2017-05-15 00:02:53 -04:00
ob-ruby.el ob-ruby: Silence byte-compiler 2017-01-02 00:14:06 +01:00
ob-sass.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-scala.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-scheme.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-screen.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-sed.el Backport commit 0fda6d53e from Emacs 2017-07-09 11:27:12 -04:00
ob-shell.el ob-shell: Fix handling list variables 2017-06-10 00:06:24 +02:00
ob-shen.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-sql.el Backport commit 20e9a00fb from Emacs 2017-07-09 11:27:12 -04:00
ob-sqlite.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-stan.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-table.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-tangle.el Update copyright years 2017-01-05 20:19:37 -05:00
ob.el Update copyright years 2017-01-05 20:19:37 -05:00
org-agenda.el org-agenda-filter-by-tag: Only accept existing tags 2017-07-16 16:58:35 -04:00
org-archive.el Fix breakage due to outline-invisible-p defn change in emacs 26+ 2017-06-15 08:10:47 -04:00
org-attach.el org-attach: Respect org-attach-commit everywhere 2017-06-17 16:16:27 +02:00
org-bbdb.el Backport commit 20e9a00fb from Emacs 2017-07-09 11:27:12 -04:00
org-bibtex.el Backport commit 20e9a00fb from Emacs 2017-07-09 11:27:12 -04:00
org-capture.el org-capture.el: Document what the time stamp is in capture templates 2017-08-06 01:44:23 +02:00
org-clock.el org-clock: Fix typo in last commit 2017-08-07 13:29:52 +02:00
org-colview.el org-colview: Fix failing test 2017-06-14 11:00:01 +02:00
org-compat.el Move an obsolete declaration in "org-compat.el" 2017-07-02 09:19:09 +02:00
org-crypt.el Fix breakage due to outline-invisible-p defn change in emacs 26+ 2017-06-15 08:10:47 -04:00
org-ctags.el Update copyright years 2017-01-05 20:19:37 -05:00
org-datetree.el Update copyright years 2017-01-05 20:19:37 -05:00
org-docview.el Update copyright years 2017-01-05 20:19:37 -05:00
org-element.el org-element: Fix $...$ parser error 2017-06-26 22:07:05 +02:00
org-entities.el Update copyright years 2017-01-05 20:19:37 -05:00
org-eshell.el Update copyright years 2017-01-05 20:19:37 -05:00
org-eww.el Backport commit 0fda6d53e from Emacs 2017-07-09 11:27:12 -04:00
org-faces.el Change :version in defcustoms from "25.2" to "26.1" 2017-01-26 00:02:03 -05:00
org-feed.el Update copyright years 2017-01-05 20:19:37 -05:00
org-footnote.el Backport commit 20e9a00fb from Emacs 2017-07-09 11:27:12 -04:00
org-gnus.el Update copyright years 2017-01-05 20:19:37 -05:00
org-habit.el Update copyright years 2017-01-05 20:19:37 -05:00
org-id.el Update copyright years 2017-01-05 20:19:37 -05:00
org-indent.el org-indent: Fix indentation of inline tasks 2017-06-23 13:52:16 +02:00
org-info.el org-info: Fix HTML export of info link 2017-01-21 13:48:27 +01:00
org-inlinetask.el Update copyright years 2017-01-05 20:19:37 -05:00
org-install.el org-install.el: Do not warn users. 2013-01-22 14:08:39 +01:00
org-irc.el org-irc: Fix port handling 2017-06-28 14:44:21 +02:00
org-lint.el Backport commit 0fda6d53e from Emacs 2017-07-09 11:27:12 -04:00
org-list.el Fix breakage due to outline-invisible-p defn change in emacs 26+ 2017-06-15 08:10:47 -04:00
org-macro.el org-macro: Silence byte-compiler 2017-06-09 21:22:53 +02:00
org-macs.el Silence byte-compiler 2017-08-07 10:52:37 +02:00
org-mhe.el Don't call kill-this-buffer outside of menus 2017-04-16 17:07:44 -04:00
org-mobile.el org-mobile: Specify message digest for OpenSSL commands 2017-07-25 09:07:59 +02:00
org-mouse.el Update copyright years 2017-01-05 20:19:37 -05:00
org-pcomplete.el Update copyright years 2017-01-05 20:19:37 -05:00
org-plot.el Update copyright years 2017-01-05 20:19:37 -05:00
org-protocol.el org-protocol: Fix for silently failing open-source subprotocol 2017-06-28 11:19:46 +02:00
org-rmail.el Update copyright years 2017-01-05 20:19:37 -05:00
org-src.el org-src: Fix remote footnote edition 2017-08-06 10:30:48 +02:00
org-table.el Backport commit 20e9a00fb from Emacs 2017-07-09 11:27:12 -04:00
org-timer.el Backport commit 20e9a00fb from Emacs 2017-07-09 11:27:12 -04:00
org-w3m.el Update copyright years 2017-01-05 20:19:37 -05:00
org.el org.el: Fix org-open-at-point for tags. 2017-08-10 12:41:35 +02:00
ox-ascii.el Backport commit 20e9a00fb from Emacs 2017-07-09 11:27:12 -04:00
ox-beamer.el Fix LaTeX and Beamer publishing processes 2017-03-08 09:33:09 +01:00
ox-html.el ox-html: Use correct "br" tag for subtitle 2017-07-22 14:07:39 +02:00
ox-icalendar.el ox-icalendar: Fix thinko 2017-08-06 01:19:49 +02:00
ox-latex.el ox-latex: Fix LATEX_HEADER_EXTRA keyword 2017-06-25 09:39:32 +02:00
ox-man.el Backport commit 20e9a00fb from Emacs 2017-07-09 11:27:12 -04:00
ox-md.el ox-md: Fix non-"file" image links 2017-08-06 09:11:59 +02:00
ox-odt.el ox-odt: Include #+latex_header when converting LaTeX to PNG 2017-06-25 23:09:21 +02:00
ox-org.el ox-org: Fix footnotes export, part 2 2017-03-15 14:30:52 +01:00
ox-publish.el Backport commit 20e9a00fb from Emacs 2017-07-09 11:27:12 -04:00
ox-texinfo.el ox-texinfo: Remove spurious "@insertcopying" 2017-06-20 09:28:40 +02:00
ox.el ox: Fix search cell error on footnote sections 2017-06-08 20:59:29 +02:00