org-mode/lisp
Kaushal Modi 3bcfed071d Fix breakage due to outline-invisible-p defn change in emacs 26+
* lisp/org.el (org-invisible-p): New function.  Restore the behavior
of outline-invisible-p prior to the following commint on emacs master
<http://git.savannah.gnu.org/cgit/emacs.git/commit/?id=9cc59ffbbb2f20fbbf1c72d2e0c9dc47c7906a99>.

* lisp/org.el (org-cycle-internal-local)
(org-clean-visibility-after-subtree-move, org-goto)
(org-get-location, org-move-subtree-down, org-copy-subtree)
(org-paste-subtree, org-next-link, org-mark-ring-goto)
(org-todo, org-deadline, org-schedule, org-set-tags)
(org-truely-invisible-p, org-invisible-p2)
(org-forward-heading-same-level, org-forward-paragraph)
(org-backward-paragraph, org-down-element)
(org-bookmark-jump-unhide, org-mark-jump-unhide):
* lisp/org-list.el (org-insert-item):
* lisp/org-crypt.el (org-encrypt-entry, org-decrypt-entry):
* lisp/org-clock.el (org-clock-load):
* lisp/org-archive.el (org-archive-subtree)
(org-archive-to-archive-sibling, org-toggle-archive-tag)
(org-archive-set-tag):
* contrib/lisp/org-drill.el (org-drill-hide-subheadings-if): Use
org-invisible-p instead of outline-invisible-p.

Reference:
<http://lists.gnu.org/archive/html/emacs-orgmode/2017-06/msg00230.html>
2017-06-15 08:10:47 -04: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 Change :version in defcustoms from "25.2" to "26.1" 2017-01-26 00:02:03 -05:00
ob-R.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-abc.el Update copyright years 2017-01-05 20:19:37 -05: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 Update copyright years 2017-01-05 20:19:37 -05: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 Update copyright years 2017-01-05 20:19:37 -05:00
ob-emacs-lisp.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-eval.el Update copyright years 2017-01-05 20:19:37 -05:00
ob-exp.el ob-exp: Fix export of src blocks with pathological name 2017-03-18 10:28:15 +01: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 Update copyright years 2017-01-05 20:19:37 -05: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 Update copyright years 2017-01-05 20:19:37 -05: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 ob-sql.el: Fix filename conversion in minGW environment. 2017-04-16 09:24:06 +02: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 Fix last commit 2017-06-04 09:17:07 +02: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 Change :version in defcustoms from "25.2" to "26.1" 2017-01-26 00:02:03 -05:00
org-bbdb.el Update copyright years 2017-01-05 20:19:37 -05:00
org-bibtex.el Change :version in defcustoms from "25.2" to "26.1" 2017-01-26 00:02:03 -05:00
org-capture.el org-capture: Fix visibility of planning line in capture buffer 2017-06-02 09:21:44 +02:00
org-clock.el Fix breakage due to outline-invisible-p defn change in emacs 26+ 2017-06-15 08:10:47 -04:00
org-colview.el org-colview: Fix failing test 2017-06-14 11:00:01 +02:00
org-compat.el org-compat: Add obsolete aliases for link fontification functions 2017-06-08 13:01:44 +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: Remove outdated comments 2017-06-13 10:41:13 +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 org-eww: Fix copy of form-elements 2017-02-12 09:00:56 +01: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 org-footnote: Fix footnote deletion 2017-06-09 09:43:49 +02: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 Update copyright years 2017-01-05 20:19:37 -05: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 Update copyright years 2017-01-05 20:19:37 -05:00
org-lint.el org-lint: Add checker for empty headlines with tags 2017-02-17 13:23:26 +01: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 org-sort: Read compare-func in interactive calls 2017-05-18 14:46:33 -04: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: Fix bug in mobile outline path handling 2017-04-10 21:16:05 +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: Don't push url to kill-ring 2017-04-18 08:26:42 +02:00
org-rmail.el Update copyright years 2017-01-05 20:19:37 -05:00
org-src.el org-src: Fix footnote reference remote editing 2017-06-08 00:57:38 +02:00
org-table.el org-sort: Read compare-func in interactive calls 2017-05-18 14:46:33 -04:00
org-timer.el Change :version in defcustoms from "25.2" to "26.1" 2017-01-26 00:02:03 -05:00
org-w3m.el Update copyright years 2017-01-05 20:19:37 -05:00
org.el Fix breakage due to outline-invisible-p defn change in emacs 26+ 2017-06-15 08:10:47 -04:00
ox-ascii.el Revert "ox-ascii: Remove useless brackets in sub/super script" 2017-03-11 11:21:26 +01:00
ox-beamer.el Fix LaTeX and Beamer publishing processes 2017-03-08 09:33:09 +01:00
ox-html.el Fontify inline source blocks when exporting to HTML 2017-05-15 18:28:34 +02:00
ox-icalendar.el Update copyright years 2017-01-05 20:19:37 -05:00
ox-latex.el ox-latex: Remove unwanted indentation in horizontal rules 2017-04-16 09:33:33 +02:00
ox-man.el ox-man: Add new line before line break tag 2017-04-01 10:17:01 +02:00
ox-md.el ox-md: Fix internal links 2017-03-10 18:52:06 +01:00
ox-odt.el Change :version in defcustoms from "25.2" to "26.1" 2017-01-26 00:02:03 -05:00
ox-org.el ox-org: Fix footnotes export, part 2 2017-03-15 14:30:52 +01:00
ox-publish.el ox-publish: Fix symlink publishing 2017-05-25 11:08:02 +02:00
ox-texinfo.el ox-texinfo: Fix last commit 2017-06-14 23:07:04 +02:00
ox.el ox: Fix search cell error on footnote sections 2017-06-08 20:59:29 +02:00