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
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
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
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
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
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
smime.p7m
Description: S/MIME encrypted message
>>> "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
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
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:
:
:
>>> "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
>>> "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
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
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
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
15 matches
Mail list logo