Re: [O] Unable to instrument `org-export-data' using `edebug-defun'

2018-09-22 Thread Adrian Bradd
Adrian: What emacs version are you using? Yes, this was a bug in edebug up to Emacs 26.1, but is fixed on the emacs master branch. (I happened to have opened this bug on debbugs and it got resolved: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=30348 :)) I moved to emacs-snapshot on Ubu

Re: [O] Unable to instrument `org-export-data' using `edebug-defun'

2018-09-22 Thread Kaushal Modi
On Sat, Sep 22, 2018 at 9:00 PM Nicolas Goaziou wrote: > > Hello, > > Adrian Bradd writes: > > > Running `edebug-defun' on `org-export-data' produces the following > > error: > > > > edebug-syntax-error: Invalid read syntax: "Failed matching", (&rest > > (&define name (&rest arg) cl-declarations-

[O] bug#32722: bug#32722: bug#32722: bug#32722: 26.1; Org-publish depend on non-free platform ?

2018-09-22 Thread Richard Stallman
[[[ To any NSA and FBI agents reading my email: please consider]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > Just a little information: since Dropbox update their API to 2.0 > MobileOrg w

Re: [O] Bug: org-agenda-filter-by-top-heading does not filter [9.1.14 (release_9.1.14-908-gf1269e)]

2018-09-22 Thread Adrian Bradd
Hello, ... it'd find "Root" if point were on any of the tasks. If I'm reading your report correctly, you're assuming that with point on the "task 2", it'd take *that* as the top-level heading and filter to all the tasks under it (task 2.1, etc). Instead, it finds "Root" and filters to eve

Re: [O] Beamer footnote to definition term printed twice

2018-09-22 Thread Nicolas Goaziou
Hello, "Loris Bennett" writes: > Hi, > > I'm using Org mode version 9.1.14 (9.1.14-1-g4931fc-elpaplus) on Emacs > 25.1.1. When I add a footnote to the definition part of a definition > environment thus > > #+TITLE: MWE > > #+LATEX_CLASS: beamer > > * What's up > > - with[fn:1] ::

Re: [O] Unable to instrument `org-export-data' using `edebug-defun'

2018-09-22 Thread Nicolas Goaziou
Hello, Adrian Bradd writes: > Running `edebug-defun' on `org-export-data' produces the following > error: > > edebug-syntax-error: Invalid read syntax: "Failed matching", (&rest > (&define name (&rest arg) cl-declarations-or-string def-body)) > > The issue seems to relate to the NAME field of th

Re: [O] Bug: ox-publish(html) needs org-link-unescape while treating external search link [9.0.9 (9.0.9-68-g492420-elpaplus @ /home/farseer/.emacs.d/elpa/org-plus-contrib-20170807/)]

2018-09-22 Thread Nicolas Goaziou
Hello, Farseer He writes: > Problem: ox-publish (to html for example) generates incoherent external > links for search links like [[file:foo%20bar.org::*h1][link example]]. > Suppose the h1 element in "foo bar.html" has ID "#orgff", the > generated external html anchor link may refer to ID "

Re: [O] Unable to instrument `org-export-data' using `edebug-defun'

2018-09-22 Thread Adrian Bradd
I'll post to emacs-devel and see what they think. Cheers, -- Adrian Bradd

[O] Unable to instrument `org-export-data' using `edebug-defun'

2018-09-22 Thread Adrian Bradd
Hello, Running `edebug-defun' on `org-export-data' produces the following error: edebug-syntax-error: Invalid read syntax: "Failed matching", (&rest (&define name (&rest arg) cl-declarations-or-string def-body)) The issue seems to relate to the NAME field of the `cl-macrolet' function,

Re: [O] Beamer footnote to definition term printed twice

2018-09-22 Thread Adrian Bradd
Hello, Looks like in both cases the exported description is identical: #+begin_latex \begin{description} \item[{with\footnote{Huh?}}] the footnotes\footnote{OK}?\footnotetext[1]{\label{org9240374}Huh?} \end{description} #end_latex The issue seems to be that the article and beamer classe

[O] Bug: utf-8 support for ob-dot.el [9.1.14 (9.1.14-1-g4931fc-elpa @ c:/Users/sig/emacs261/.emacs.d/elpa/org-9.1.14/)]

2018-09-22 Thread Sigmund Tzeng
Hi all, When trying to render a dot file with utf-8 encoded characters, org babel complained about the encodings. I cross checked ob-go.el at line 107-108 and made an identical patch to make utf-8 dot files work: vvv

[O] Bug: ox-publish(html) needs org-link-unescape while treating external search link [9.0.9 (9.0.9-68-g492420-elpaplus @ /home/farseer/.emacs.d/elpa/org-plus-contrib-20170807/)]

2018-09-22 Thread Farseer He
Problem: ox-publish (to html for example) generates incoherent external links for search links like [[file:foo%20bar.org::*h1][link example]]. Suppose the h1 element in "foo bar.html" has ID "#orgff", the generated external html anchor link may refer to ID "#org00". Probable reason: Differ