0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-06 01:42:58 +00:00
org-mode/lisp
Ihor Radchenko 328be6df40
org-element--parse-to: Fix skipping sibling optimisation
* lisp/org-element.el (org-element--parse-to): Fallback to normal
parsing when there are no siblings between POS and ELEM-END.

Reported in
https://github.com/yantar92/org/issues/38#issuecomment-982830497
2021-12-02 09:17:51 +08:00
..
Makefile
ob-awk.el
ob-C.el
ob-calc.el
ob-clojure.el
ob-comint.el
ob-core.el Add declares to suppress compiler warnings 2021-10-17 00:01:56 +08:00
ob-css.el Update copyright year to 2021 2021-01-01 14:59:01 -05:00
ob-ditaa.el
ob-dot.el
ob-emacs-lisp.el Update copyright year to 2021 2021-01-01 14:59:01 -05:00
ob-eshell.el
ob-eval.el
ob-exp.el *el: Fix indentation 2021-09-29 09:22:47 +02:00
ob-forth.el
ob-fortran.el
ob-gnuplot.el ob-gnuplot: Honour :missing argument 2021-10-01 11:43:22 +08:00
ob-groovy.el
ob-haskell.el
ob-java.el
ob-js.el
ob-julia.el
ob-latex.el
ob-lilypond.el
ob-lisp.el
ob-lob.el
ob-lua.el
ob-makefile.el
ob-matlab.el
ob-maxima.el
ob-ocaml.el
ob-octave.el
ob-org.el
ob-perl.el
ob-plantuml.el ob-plantuml: fix DISPLAY error with html export 2021-11-30 12:14:11 +08:00
ob-processing.el
ob-python.el
ob-R.el ob-R: Tidy up bits of the async implementation 2021-11-18 18:42:38 +08:00
ob-ref.el Add declares to suppress compiler warnings 2021-10-17 00:01:56 +08:00
ob-ruby.el Prefer HTTPS to HTTP in most links 2021-03-21 15:21:22 -04:00
ob-sass.el Prefer HTTPS to HTTP in most links 2021-03-21 15:21:22 -04:00
ob-scheme.el
ob-screen.el
ob-sed.el
ob-shell.el
ob-sql.el
ob-sqlite.el
ob-table.el Backport commit c78e16962 from Emacs 2021-09-26 22:49:55 -04:00
ob-tangle.el ob-tangle: allow ls -l style suid/sgid tangle mode 2021-11-30 02:48:03 +08:00
ob.el
oc-basic.el oc-basic: Add function to shorten names 2021-11-20 19:40:36 +01:00
oc-biblatex.el Merge branch 'bugfix' 2021-10-10 23:11:35 +02:00
oc-bibtex.el oc-bibtex: Use `org-cite-main-affixes' 2021-11-03 16:30:09 +01:00
oc-csl.el Merge branch 'bugfix' 2021-11-26 12:20:59 +01:00
oc-natbib.el oc: Refactor affixes extraction 2021-11-03 16:27:53 +01:00
oc.el oc: Make `org-cite-get-processor' public 2021-11-30 22:21:46 +01:00
ol-bbdb.el
ol-bibtex.el Add declares to suppress compiler warnings 2021-10-17 00:01:56 +08:00
ol-docview.el
ol-doi.el
ol-eshell.el
ol-eww.el
ol-gnus.el
ol-info.el
ol-irc.el
ol-man.el
ol-mhe.el
ol-rmail.el
ol-w3m.el
ol.el
org-agenda.el org-agenda-get-scheduled: Fix wrong matches when WITH-HOUR is non-nil 2021-11-25 18:39:11 +08:00
org-archive.el org-archive-subtree: Speed up archiving 2021-11-30 20:17:56 +08:00
org-attach-git.el lisp/org-attach-git.el: New option `org-attach-git-dir' 2021-05-15 16:13:49 +02:00
org-attach.el
org-capture.el
org-clock.el Use org-element-cache in place of text property cache in agenda 2021-10-16 23:50:21 +08:00
org-colview.el
org-compat.el Fix compatibility with Emacs 26 2021-10-17 14:34:10 +08:00
org-crypt.el
org-ctags.el
org-datetree.el
org-duration.el Use org-element-cache in place of text property cache in agenda 2021-10-16 23:50:21 +08:00
org-element.el org-element--parse-to: Fix skipping sibling optimisation 2021-12-02 09:17:51 +08:00
org-entities.el
org-faces.el org-src: Implement native inline src fontification 2021-11-30 12:14:11 +08:00
org-feed.el
org-footnote.el
org-goto.el org-goto: Fix UI 2021-11-09 00:14:10 +08:00
org-habit.el
org-id.el
org-indent.el
org-inlinetask.el
org-install.el
org-keys.el Add declares to suppress compiler warnings 2021-10-17 00:01:56 +08:00
org-lint.el lint: Reorder file 2021-12-01 16:15:08 +01:00
org-list.el Add declares to suppress compiler warnings 2021-10-17 00:01:56 +08:00
org-macro.el Merge branch 'bugfix' 2021-11-02 15:08:37 +01:00
org-macs.el
org-mobile.el
org-mouse.el
org-num.el
org-pcomplete.el
org-persist.el org-persist-write-all: Fix when BUFFER is nil 2021-11-15 19:39:17 +08:00
org-plot.el Fix compatibility with Emacs 26 2021-10-17 14:34:10 +08:00
org-protocol.el
org-refile.el
org-src.el org-src: Implement native inline src fontification 2021-11-30 12:14:11 +08:00
org-table.el org-table.el: Do not create new field when at EOL after table line 2021-11-23 21:40:58 +08:00
org-tempo.el
org-timer.el
org.el org-src: Implement native inline src fontification 2021-11-30 12:14:11 +08:00
ox-ascii.el Fix email addresses in some *.el headers 2021-10-03 08:54:33 +02:00
ox-beamer.el
ox-html.el
ox-icalendar.el Merge branch 'bugfix' 2021-11-19 09:53:56 +01:00
ox-koma-letter.el
ox-latex.el Merge branch 'bugfix' 2021-11-28 20:44:44 +01:00
ox-man.el
ox-md.el
ox-odt.el
ox-org.el
ox-publish.el
ox-texinfo.el
ox.el Merge branch 'bugfix' 2021-11-26 11:44:30 +01:00