* Ihor Radchenko [2021-07-18 17:51]:
> Jean Louis writes:
>
> > How do I display the list of tags in Org mode?
>
> There is nothing like dashboard of tags in Org mode. However, you can
> get a list of all the tags using (org-global-tags-completion-table).
I will move the email to org mode mail
I also see this behavior. I think this should be considered a bug, it is
pretty common to see citations in a table cell.
Additionally, I cannot insert a citation in a caption that is above a
table (or a figure), I get
"user-error: Cannot insert a citation here". That should be considered a
bug in
Well... this :
#+begin_src sage :exports both :results output raw
a, b = var("a, b");
print("\\begin{equation*}\n%s\n\\end{equation*}"%latex(sin(a+b)==sin(a+b).trig_expand()))
# print("\\(%s\n\\)"%latex(sin(a+b)==sin(a+b).trig_expand()))
#+end_src
#+RESULTS:
\begin{equation*}
\sin\left(a
Unlike John, I don't have a working demo of this particular smaller idea,
but as it relates to the styles/commands question, I thought I'd mention it.
So the idea is to use the style completion UI to show the user what the
options are, by including the export preview; for the tex export
processors
Hi Emmanuel,
It may interest you to hear that I submitted a patch a month or two ago
(which was merged) to support LaTeX environments as results.
That means that this is now possible:
#+begin_src something
...stuff...
#+end_src
#+results:
\begin{equation*}
some latex which will be exported
Dear list,
"raw" LaTeX can already be successfully exported by some exporters :
both html and odt exporters can translate (a limited subset of) such
latex expressions in something palatable to their respective targets
(Mathjax and representation MathML respectively).
This does *not* apply to LaTe
It looks like po4a can't convert org.texi to the PO format.
$ po4a-gettextize -f texinfo -M utf8 -m org.texi -p org.texi.fr.po
→ Complex regular subexpression recursion limit (32766) exceeded at
/opt/local/lib/perl5/5.26/Locale/Po4a/TeX.pm line 697.
I don't suppose that there are issues with th
On 16/07/2021 23:06, William Denton wrote:
#+begin_src org
In this paragraph I introduce an idea.
# Here is something I'm not sure about yet.
But I am sure about this.
And here is my conclusion.
#+end_src org
When this is exported, it becomes two paragraphs, as though the
commented line was a