Ihor Radchenko writes:
> Then, take your time.
All right, I finally found some time.
> My specific suggestion was
> 1. creating ob-graphviz.el that simply loads ob-dot
I did not do this.
> 2. making "graphviz" an alias to "dot" lang name for
>babel
Done in the attached patch 0002 (that b
Ihor Radchenko writes:
> I toyed around further and noticed that the bug does not happen when
> you wait a bit before pressing e. Or you can "disable" the bug via
> (setq flyspell-delay 0) :)
>
> Maybe we should report this as Emacs bug. At least, I have no clue
> what is going on.
I took this
Step to reproduce:
1. `emacs -Q temp.org`, with the following content:
--8<---cut here---start->8---
#+begin_src emacs-lisp
#+end_src
--8<---cut here---end--->8---
2. Put cursor on the block and `M-:`, in eval type
`(org-
Marvin Gülker writes:
> I have experienced a similar error recently. The culprit is in the
> .bib file, namely this line:
>
> title = {A Robust Tangent {{PCA}} via Shape Restoration [...]
>
>
> The error happens when you force capitalisation with braces {}. Try
> this instead:
>
> title
Dear All,
thanks for reporting -- this seems to be a Citeproc-el problem, most
probably related to Emacs 30.1 (possibly to changes in the xml
parser's output), see the issue at
https://github.com/andras-simonyi/citeproc-el/issues/174. I'll try to
investigate and push a fix shortly.
best wishes,
---
doc/org-manual.org | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/org-manual.org b/doc/org-manual.org
index d5d92b749..32f3f924b 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -12256,7 +12256,7 @@ further alter what is exported, and how.
#+kindex: C-c C
Marvin Gülker writes:
> I have experienced a similar error recently. The culprit is in the
> .bib file, namely this line:
>
> title = {A Robust Tangent {{PCA}} via Shape Restoration [...]
>
>
> The error happens when you force capitalisation with braces {}. Try
> this instead:
>
> title
Create a 3-line file named foobar.org containing exactly this:
* foo
** bar
baz
(So the first character of the file is *.) Type
emacs -Q foobar.org
and type
TAB M-: (isearch-forward) RET b RET
(this folds everything, then calls the isearch-forward function, searches
for b which will unfold e
Create a 3-line file named foobar.org containing exactly this:
* foo
** bar
baz
(So the first character of the file is *.) Type
emacs -Q foobar.org
and type
M-x reveal-mode RET TAB M-g g 2 RET
which will activate reveal-mode, fold everything and go to the
beginning of the second line ("** ba
Thanks for your response.
Line 855 is just a blank line in the middle of the following section:
8<-
** DONE Respond better to HEAD methods
CLOSED: [2024-11-13 Wed 13:58]
- State "DONE" from "TOPROD" [2024-11-13 Wed 13:58]
- State "TOPROD" from "TOREV" [2024-11-13 Wed 12:19
Hi Thomas,
Thanks for sharing your experience. I'd need that for the font feature
branch ;-)
Answers inline...
Thomas Redelberger schrieb:
> When I generate LaTeX/Beamer PDFs from Org mode, I get
> 1. directory "svg-inkscape" containing one PDF file for each SVG I link
in the Org file (SVG from
11 matches
Mail list logo