Should the following explain it? As I had no .gdbinit file (hence, no definition for xstring), I had to found one that would match the requirements. I took the .gdbinit from http://alpha.gnu.org/gnu/
According to the manual (at 11.7.3): * Text within the usual LaTeX math delimiters. To avoid conflicts with currency specifications, single `$' characters are only recognized as math delimiters if th
Hi Carsten, hi list! I noticed that orgcard_letter is included twice in the zip-distribution: org-5.03/orgcard_letter.pdf org-5.03/orgcard_letter.ps As you distribute only PDF files for the other do
Matt @ 2022-08-18 19:19 : ty! 🙃 Yep it's that. 🙃 It's already bound to that so no need. 🙃 C-c C-x C-s was never in question. 🙃 I was asking what happened to 'C-c $' because that *would* a
Hello, This sounds reasonable. Nitpick: I would use `format', also the final newline character is useless, since it will be removed later during the export process. Nitpick: I suggest to use `rx' mac
Hi All, I anticipate that this change may be somewhat contentions because ox-md explicitly follows only the original Markdown spec from 2003, however I've thought this over and come to the conclusion
Mark Barton @ 2022-08-18 23:37 : Aha! that must be it because I enabled flyspell globally in all text/org docs just 2 days ago but I had forgotten that I did that. TY! That's exactly what I was hopin
-- On Thu, 18 Aug 2022 12:46:23 -0400 Summer Emacs wrote -- Welcome! I don't know if anything changed with Org, I'll let others speak to that. However, in the mean time, check C-h k C-c C-x C-s to se
Hi everyone, first time posting. I hope it's okay to ask this here (I'm totally new): Since this morning (I updated a few packages but not sure which), C-c $ is missing in org mode? It's how I used t
Hi Jorge, thanks for your suggestion. The reason that made me try :wrap EQUATION instead of :wrap LaTeX is that the former still produces an output even with other back-ends, while the latter only pr
Hello, This is a known limitation of `org-footnote-in-valid-context-p', which relies on `org-inside-LaTeX-fragment-p' (see its docstring). It should use `org-inside-complete-LaTeX-fragment-p', which
Hi I have the following org file example \makeatletter \def\@rcsInfoFancyInfo{{\footnotesize% \emph{\fcolorbox{black}{yellow}{Rev: \rcsInfoRevision,} \rcsInfoOwner, \rcsInfoLongDate, \rcsInfoTime}}}
Sounds good. True, but I still prefer `rx'. I guess I wrote too many backslashes. Anyway it's a nitpick. Do whatever you want. I suggest to re-send to HTML backend `org-export-data-with-backend', to
Hi Ramus, yes, the reason is that, differently from $...$ and \(...\), an equation environment produces a *numbered* equation to which you can add a label and reference the equation by (label) name i
Is there a reason you are not using a mode argument like this: import sympy as sp E, m, c = sp.symbols('E, m, c', real=True, positive=True) E = m*c**2 return sp.latex(E, mode="inline") $c^{2} m$ Alte
Hi Federico, I don't think that Org has a way to know that you want everything inside instead of EQUATION you write CENTER it does a \begin{center} \end{center}. So by default it tries to produce tex
Hi, I would like to have a mathematical equation typeset in latex and automatically generated by sympy, embedded in an equation environment:  #+NAME: mass-energy  #+BEGIN_SRC python :results raw