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-11-01 Thread Thibault Marin
Hi, I think I wrote some of that code, I was not trying to support "unnumbered" environments. If I understand correctly, this is what you are trying to get. The attached patch attempts to solve this. Currently, `displaymath' and `*' environments do not get numbers, I am not sure if there are o

Re: org-refile-target-verify-function - use inherited tag & todo

2019-11-01 Thread Nathan Neff
Thanks Gustavo, notes below: On Sun, Oct 27, 2019 at 5:58 PM Gustavo Barros wrote: > Hi Nate, > > On Sun, Oct 27 2019, Nathan Neff wrote: > > > 1) My org-agenda-files show up in the list. For example, foo.org and > bar.org show up in the refile targets, despite the > > function should return ni

Re: How to change the width of a latex exported inlinetask?

2019-11-01 Thread Alain . Cochard
Fraga, Eric writes on Wed 30 Oct 2019 14:55: > > By default, the width of LaTeX exported inlinetasks is less than > > that of regular text. > > > > I would like to be able to change this default, ideally both on a > > per-file basis and a per-inlinetask basis (but either way would > > alread

exporting ics files with broken link

2019-11-01 Thread Prof. Dr. Johanna May
Hey there, using https://orgmode.org/manual/iCalendar-export.html I wanted to export my agenda files. I tried exporting just one file, or combining the agenda files. But I always get an error message about an unresolved link to "selfhosted.libhunt.com". - This link is not in any of my agenda fil

Bug: ox-html report stringp nil and fails [N/A (N/A !!check installation!! @ /Users/stone/.emacs.d/elpa/org-20191027.1255/)]

2019-11-01 Thread jingnan si
when do org-html-export-to-html, it fails with stringp, nil after toggole-debug-on-error, looks like the org-html-final-funciton failed with set-auto-mode t Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? S

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-11-01 Thread John Kitchin
Odd indeed. I have restarted Emacs and saw the same thing. But now I have a more clear picture. I think what is happening is in org-html--wrap-latex-environment, there is a caption provided which are the numbers. This only affects latex environments, and does not affect $$ (//), etc. If you have o

[debugger] (was: 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-11-01 Thread Uwe Brauer
smime.p7m Description: S/MIME encrypted message

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-11-01 Thread Uwe Brauer
>>> "JK" == John Kitchin writes: > I think this is happening here: > #+BEGIN_SRC emacs-lisp > (org-export-string-as "\\begin{displaymath} > \\int f dx =0 > \\end{displaymath}" > 'html t ) > #+END_SRC Well now this is very odd, I obtain #+BEGIN_SRC emacs-lisp (org

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-11-01 Thread Uwe Brauer
Aha. I started to debug it but you were faster. @eric can you confirm this? Sent from my iPhone > On 1 Nov 2019, at 16:12, John Kitchin wrote: > >  > I think this is happening here: > > #+BEGIN_SRC emacs-lisp > (org-export-string-as "\\begin{displaymath} > \\int f dx =0 > \\end{displayma

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-11-01 Thread John Kitchin
I think this is happening here: #+BEGIN_SRC emacs-lisp (org-export-string-as "\\begin{displaymath} \\int f dx =0 \\end{displaymath}" 'html t ) #+END_SRC #+RESULTS: : : : : : : : 1 : : #+BEGIN_SRC emacs-lisp (org-export-string-as "$e^x$" 'html t ) #+END_SRC #+RESULTS: : :

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-11-01 Thread Uwe Brauer
>>> "JK" == John Kitchin writes: > I also see this. I wonder if you use any scimax functions? Good I am relived, I thought it was just me > Do you see any advice on org-create-formula-image: > C-h f org-create-formula-image no , | org-create-formula-image is a compiled Lisp func

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-11-01 Thread Uwe Brauer
>>> "FE" == Fraga, Eric writes: > On Friday, 1 Nov 2019 at 08:52, Uwe Brauer wrote: >> As the attached screenshots show, the png contain unwanted equations >> numbers (displaymath adn equation* have been used which should not >> generate those numbers). > Uwe, > when I invoke

Re: Org mode for meeting minutes

2019-11-01 Thread John Kitchin
You might see if there is functionality in org-secretary https://github.com/yyr/org-mode/blob/master/contrib/lisp/org-secretary.el (http://juanreyero.com/article/emacs/org-teams.html) that could help with this. It would be nice to integrate org-contacts in with something like this. Christian Egl

Re: how to highlight the background of my current paragraph?

2019-11-01 Thread Sharon Kimble
Diego Zamboni writes: > (sorry, further hijacking this thread) > > Eric: I made a slight improvement to your code (see the =setq e=) so that the > empty space at the end of the line gets highlighted as in the default > behavior instead of only highlighting the part of the line that contains tex

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-11-01 Thread Fraga, Eric
On Friday, 1 Nov 2019 at 08:52, Uwe Brauer wrote: > As the attached screenshots show, the png contain unwanted equations > numbers (displaymath adn equation* have been used which should not > generate those numbers). Uwe, when I invoke org-mime-htmlize with your equations, as written, I do not g