Re: Quit and Error in org-export--dispatch-action

2019-12-08 Thread Takaaki Ishikawa
Dear Kyle and all, Thank you for your kind feedback. > Thanks for providing more context. So if I'm understanding correctly, > the point here is that for your use case/setup you'd like to call > delete-window even when you select 'q' within the org-export-dispatch > call. Signaling a user-error

Re: Bug: org-mime-htmlize generates unwanted equations numbers in mail [9.2.5 (release_9.2.5-521-gdea0c7 @ /home/oub/emacs/site-lisp/packages/org/)]

2019-12-08 Thread Thibault Marin
Hi, thanks for the quick review. On 2019-12-08T15:40:54-0500, Nicolas Goaziou wrote: > > +(defun org-html--latex-environment-numbered-p (latex-frag) > ^^ > latex-env I changed the name a

Re: Bug: org-mime-htmlize generates unwanted equations numbers in mail [9.2.5 (release_9.2.5-521-gdea0c7 @ /home/oub/emacs/site-lisp/packages/org/)]

2019-12-08 Thread Nicolas Goaziou
Hello, Thibault Marin writes: > Following-up on this bug report regarding the handling of unnumbered > equation environments in HTML export, I would like to propose the > attached patch. The patch simply removes the caption for unnumbered > environments. Thank you. > Could you please let me k

Re: Have :var reference a value

2019-12-08 Thread Berry, Charles
> On Dec 8, 2019, at 8:52 AM, George Mauer wrote: > > I'm playing around with learning racket in an org buffer and I have a bunch > of blocks that look like this > >#+begin_src racket :var value="abbracadaabra" >...do stuff with value... >#+end_src > > >#+begin_src racket :

Re: Bug: org-mime-htmlize generates unwanted equations numbers in mail [9.2.5 (release_9.2.5-521-gdea0c7 @ /home/oub/emacs/site-lisp/packages/org/)]

2019-12-08 Thread Thibault Marin
Dear maintainers, Following-up on this bug report regarding the handling of unnumbered equation environments in HTML export, I would like to propose the attached patch. The patch simply removes the caption for unnumbered environments. Could you please let me know whether this could be considere

Re: 'org-dynamic-block-define' is a void-function?

2019-12-08 Thread Sharon Kimble
Thanks for getting back to me Nicolas. The problem seems to be resolved by closing emacs completely, rebooting, and everything worked perfectly again. Thanks Sharon. Nicolas Goaziou writes: > Hello, > > Sharon Kimble writes: > >> On loading the most recent version of org-mode (yesterdays, bei

Have :var reference a value

2019-12-08 Thread George Mauer
I'm playing around with learning racket in an org buffer and I have a bunch of blocks that look like this #+begin_src racket :var value="abbracadaabra" ...do stuff with value... #+end_src #+begin_src racket :var value="abbracadaabra" ...do other stuff with value... #+end_src I

Re: #+INCLUDE causes error when it attmepts to expand a LaTeX macro in source block

2019-12-08 Thread Nicolas Goaziou
Hello, Charles Millar writes: > In my init file I have > > (setq org-confirm-babel-evaluate nil) This is totally unrelated to inclusion, see below. > File "A" is attached as an org file. I evaluate the source blocks (C-c > C-v s), the table is generated and then I export it to PDF. The source

Re: Include lines in setupfile are not evaluated: bug or feature?

2019-12-08 Thread Nicolas Goaziou
Hello, Jarmo Hurri writes: > Ok. As a programmer I was hoping to mix them, because it would be > logical to have _one_ header file that defines all the common things for > a set of related files. Again, there is no overlap between the two keywords. SETUPFILE is what you want. INCLUDE is only me

Re: Bug: Org 9.3 table columnwidth directive not working [9.3 (release_9.3 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2019-12-08 Thread Nicolas Goaziou
Hello, Andy Moreton writes: > It also always shows the shrink/expend overlay, even if that is not > desired. Why is it not desired? Are you talking about the "…" or the whole overlay, including the spaces? > I find it visually intrusive, and the extra character > introduces a new misalignment.

Re: Bug: headlines escape blocks [9.3 (9.3-elpaplus @ /home/tom/.emacs.d/elpa/org-plus-contrib-20191203/)]

2019-12-08 Thread Nicolas Goaziou
Hello, Tom Gillespie writes: > Thanks for the reply and pointer to the docs. Given that the > headlines are working as expected, is there the possibility to > change how the syntax highlighting for source and example > blocks works so that it matches the behavior for the verse blocks? I do