Carlos Pita writes:
>> Org is standardized on lower case. Uppercase is used in the manual as
>> a poor man's bold, and supported for historical reasons.
>
> But C-c C-x p still inserts stuff like:
>
>:PROPERTIES:
>:ARCHIVE: ...
>:END:
>
> Maybe it should be updated or maybe I don't f
> Uwe Brauer writes:
> Just to make sure I'm not misundertanding: did you try to re-indent the
> whole file? You say "when I opened my org file in question I still
> saw…", so I'm not sure if you tried to re-indent, or if you merely set
> org-adapt-indentation and expected the file to be automa
Greg Minshall writes:
>> Can you try to run make before your emacs -Q -L...?
>
> make of org mode? (remote possibility: emacs?)
Org mode build process is not standard. Org mode needs to create
autoload file and generate documentation in addition to normal
byte-compilation.
Best,
Ihor
Hoffmann, Jobst writes:
> But I think I found the culprit:
>
> Line 17568 of org.texi reads:
>
> @kindex C-c C-x @
>
> and @ starts a command, which leads to the stack overflow.
>
> Line 17568 of org.texi should read
>
> @kindex C-c C-x @@
>
> witha doubled @ at the end of the li
Ihor Radchenko writes:
> William Denton writes:
>
>> Sometimes I edit timestamps by hand when I'm clocking things. I had a task
>> where I'd clocked in and wanted to close by hand (by adding --[2021 and so
>> on to
>> the CLOCK line) but when I started typing this popped up in a window:
>>
>
William Denton writes:
> Sometimes I edit timestamps by hand when I'm clocking things. I had a task
> where I'd clocked in and wanted to close by hand (by adding --[2021 and so on
> to
> the CLOCK line) but when I started typing this popped up in a window:
>
> Warning (emacs): org-element--ca
Jonas Bernoulli writes:
>> A blind guess: Try to run make clean?
>
> Didn't help here.
Can you try exactly the following steps:
1. Save the attached file to /tmp/problem.org
2.
mkdir /tmp/orgmode-test
cd /tmp/orgomode-test
git clone git://git.sv.gnu.org/emacs/org-mode.git
cd org-mode/
emacs -
William McCoy writes:
> I am modifying my previous message (that has not yet appeared on this list)
> with
> some additional information regarding this issue:
>
>
> I have been having some strange errors when using org-agenda. The errors seem
> to have begun about the time I upgraded to org 9
I am modifying my previous message (that has not yet appeared on this
list) with some additional information regarding this issue:
I have been having some strange errors when using org-agenda. The
errors seem to have begun about the time I upgraded to org 9.5 from the
elpa repo a couple of w
Hi Jason,
Jason Ross writes:
> Are there any workarounds people use to create subfigures in Org Mode
> when exporting to LaTeX? Example output:
In this thread I explain a procedure to export images as subfigures
using org links: https://list.orgmode.org/87mty1an66@posteo.net/
Best regards,
Are there any workarounds people use to create subfigures in Org Mode
when exporting to LaTeX? Example output:
#+begin_example latex
\documentclass{article}
\usepackage[demo]{graphicx}
\usepackage{subcaption}
\begin{document}
\begin{figure}
\begin{subfigure}{.5\textwidth}
\centering
\includeg
Uwe Brauer writes:
> [[S/MIME Signed Part:Undecided]]
>
>> Uwe Brauer writes:
>
>
>> What is the setting for electric-indent-mode in the org buffer?
>
> ,
> | electric-indent-mode is a variable defined in ‘electric.el’.
> |
> | Its value is nil
> | Original value was t
> `
>
> Not sur
> A blind guess: Try to run make clean?
Didn't help here.
I have added
(with-eval-after-load 'org
(require 'org-element))
to my init.el as a temporary workaround.
I have been having some strange errors when using org-agenda. The
errors seem to have begun about the time I upgraded to org 9.5 from the
elpa repo a couple of weeks ago. When I activate org-agenda, I get the
usual menu. When I press 'm' to search for a tag and then enter a known
tag name, I
On 22 October 2021, William Denton wrote:
Sometimes I edit timestamps by hand when I'm clocking things. I had a task
where I'd clocked in and wanted to close by hand (by adding --[2021 and so on
to the CLOCK line) but when I started typing this popped up in a window:
I think I was too hasty
Sometimes I edit timestamps by hand when I'm clocking things. I had a task
where I'd clocked in and wanted to close by hand (by adding --[2021 and so on to
the CLOCK line) but when I started typing this popped up in a window:
Warning (emacs): org-element--cache: Cache corruption detected in
w
> Uwe Brauer writes:
> What is the setting for electric-indent-mode in the org buffer?
,
| electric-indent-mode is a variable defined in ‘electric.el’.
|
| Its value is nil
| Original value was t
`
Not sure why its original value was t, I don't remember to have used
that, but I might
Tim Cross writes:
> The effect of org-adapt-indentation is somewhat confusing to say the
> least. The effect of that setting is also dependent on the setting for
> electric-indent-mode. Getting the desired result often depends on having
> the right setting for both that variable and electric-inde
On 22/10/2021 13:16, Vincent Breton wrote:
4) You can find the files generated in
http://www.presentiel.com/org/orgguide.pdf and in
http://www.presentiel.com/org/org.pdf
They are available from the Org site:
- https://orgmode.org/org.pdf
- https://orgmode.org/orgguide.pdf
Uwe Brauer writes:
>> In Org 9.5, setting org-adapt-indentation to 'headline-data makes
>> :DRAWERS: indented (setting it to t makes everything but headlines
>> indented).
>
> Thanks, but it did not work. I set the variable
> org-adapt-indentation to 'headline-data makes
>
>
> But when I opened
Hi,
Sometimes I need to export an Org document with certain "meta-comments",
so I wrote this export filter to export those footnotes that start with
the string "!annot" to:
- [LaTeX] PDF annotations (requires the pdfcomment LaTeX package),
- [odt] Comments.
#+BIND: org-export-filter-footnote-re
Uwe Brauer writes:
> [[S/MIME Signed Part:Undecided]]
"KLG" == Kévin Le Gouguec writes:
>
> Thanks
>
>> Uwe Brauer writes:
>>> But I would like them to be indented like this
>>>
>>> ** DONE G1
>>> :H1:G1:
>>> :PROPERTIES:
>
>>
While {{{title}}} concatenates multiple #+TITLE lines, {{{author}}} retrieves only the first one. MWE:#+TITLE: Foo#+TITLE: Foo2 #+AUTHOR: First Author#+AUTHOR: Second Author {{{title}}} vs {{{author}}} Emacs : GNU Emacs 27.2 (build 1, x86_64-pc-linux-gnu, X toolkit, Xaw3d scroll bars)Package: Org
Am Freitag, dem 22.10.2021 um 08:16 +0200 schrieb Vincent Breton:
> > On Oct 18, 2021, at 20:51, Pedro Andres Aranda Gutierrez
> >
> > wrote:
> > I'm trying to generate the documentation
> > ./org.texi:17579: TeX capacity exceeded, sorry [input stack
> > size=5000].
> Jean-Christophe Helary repor
On 10/22/21 08:16, Vincent Breton wrote:
>/On Oct 18, 2021, at 20:51, Pedro Andres Aranda Gutierrez
/
>/wrote: />/I'm trying to generate the documentation />/./org.texi:17579: TeX capacity exceeded, sorry [input stack size=5000]. //Jean-Christophe Helary reported too the location of the source o
>
> !Changing the last line to (substring pcomplete-stub 1 -2) fixes it in my
> example. I don't know if one is supposed to do [[*prefix]] or
> [[*prefix as is implied by the code, but better to support both,
> specially considering electric pairs, don't you think?
>
Indeed, the right limit should
Hello all (again!),
in the paper I am writing, I have a number of gnuplot src blocks, some
of which process a significant amount of data so take some time to
generate the actual plots. The data are static so caching the results
make sense. However, even though I have ":cache yes" on each of thes
27 matches
Mail list logo