On Wed, Sep 16, 2020 at 06:11:52AM +0200, Emanuel Berg wrote:
> TEC wrote:
>
> > #+begin_src latex
> > \setlength{\parindent}{0pt}
> > \setlength{\parskip}{\baselineskip}
> > #+end_src
>
> I know this commands well from my LaTeX projects,
> but I'm gonna use LaTeX anyway, what's the use of
> usin
On Wed, Sep 16, 2020 at 03:58:17AM +0200, Emanuel Berg via General discussions
about Org-mode. wrote:
> Tim Cross wrote:
>
> > #+latex_class: korma-article
>
> user-error: Unknown LaTeX class ‘korma-article’
This might have been a typo: there is a family of LaTeX classes called
"koma" (not "kor
Hi.
Details about Org tables are to be found in the manual at different
places (maybe not optimal, but that's the current structure). First of
all, aspects of tables inside Emacs and Org are discussed here:
https://orgmode.org/manual/Tables.html#Tables
But everything about exporting (generati
Hi,
Thanks for taking a look.
Afaict, the only difference between blank and [ \t] are some weird
unicode characters.
It isn't clear to me which one should be preferable and in what
situation. I couldn't find any reference to this in any documentation of
Org syntax.
I've replaced all instance
pssst. I think you're a bit off. See my reply ;)
All the best,
Timothy.
On 2020-09-15, Kyle Meyer wrote:
> It is pretty tricky to debug, but the failure starts with 4a27b67fd
> (org-element: Fix property drawers parsing, 2020-04-22). As far as I
> can see, the pattern introduced there is perfectly valid and should be
> compatible with Emacs 24. I'd _guess_ this is a
[[[ To any NSA and FBI agents reading my email: please consider]]]
[[[ whether defending the US Constitution against all enemies, ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]
Redesigning Org mode so that its secondary features are more modular,
and integrate b
Emanuel Berg writes:
> TEC wrote:
>
> I know this commands well from my LaTeX projects,
> but I'm gonna use LaTeX anyway, what's the use of
> using org-mode?
You see, strangely enough - if you want to tweak the result of Org
exporting to LaTeX, you have to write LaTeX :P
Assuming your only us
Den Tue, 15 Sep 2020 22:54:28 +
skrev Re: how to exclude a file from appearing in the refile target
cache?:
> Sent from my iPhone
>
> > On Sep 15, 2020, at 3:37 PM, swedebugia
> > wrote:
> >
> > Hi
> >
> > I read:
> > https://orgmode.org/manual/Refile-and-Copy.html
> >
> > But its unclea
I've attached a patch that addresses the recursion issue with Emacs 28
and shows eldoc properly with example python. It presumably should act
the same with older versions of Emacs, although I haven't tested.
diff --git a/contrib/lisp/org-eldoc.el b/contrib/lisp/org-eldoc.el
index 3b0999340..ccc23
TEC wrote:
> #+begin_src latex
> \setlength{\parindent}{0pt}
> \setlength{\parskip}{\baselineskip}
> #+end_src
I know this commands well from my LaTeX projects,
but I'm gonna use LaTeX anyway, what's the use of
using org-mode?
Is this the org-mode that people have been praising
for like a decade
Bastien writes:
> Confirming this as an issue, if someone wants to fix it.
I've tried taking a shot at addressing this issue via the patch attached.
As mentioned in the thread, might potentially cause issues by changing how it
matches -- should there be an option? Or is the idea just that if
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? See
https://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org mailing list.
-
TEC wrote:
> #+begin_src latex
> \setlength{\parindent}{0pt}
> \setlength{\parskip}{\baselineskip}
> #+end_src
Also, that doesn't work. Put it in the document, new
PDF, looks the same.
--
underground experts united
http://user.it.uu.se/~embe8573
https://dataswamp.org/~incal
Matt Huszagh wrote:
>> Yes, after export to PDF, they are centered.
>> they = the whole table items.
>
> I think this link
> (https://orgmode.org/manual/Tables-in-LaTeX-export.html)
> is the relevant part of the documentation.
Yeah, but in LaTeX being left aligned is not some
property of the tabl
Emanuel Berg via General discussions about Org-mode.
writes:
> Tim Cross wrote:
>
>> #+latex_class: korma-article
>
> user-error: Unknown LaTeX class ‘korma-article’
That probably indicates you have not got the necessary Latex packages
installed. It was mainly an example of using a different
Tom Gillespie writes:
>This fixes the issue on my system, and looking over the bisected
> commit it looks like the ^ was just an oversight. This also resolves
> the issue for <> as well, I don't think we need a
> separate test case for that since any issue with references breaking
> should sho
Emanuel Berg via General discussions about Org-mode.
writes:
> user-error: Unknown LaTeX class ‘korma-article’
This is just because the class has to be defined in =org-latex-classes=
(see the doctring for info).
By default it contains:
- beamer
- article
- report
- book
>> #+latex_header
Jens Lechtenboerger writes:
> Hi there,
>
> if I open an Org file on
> “GNU Emacs 24.5.1 (x86_64-pc-linux-gnu, GTK+ Version 3.22.11) of
> 2017-09-12 on hullmann, modified by Debian”
> I get this error (which I don’t know how to debug):
>
> Eager macro-expansion failure: (wrong-type-argument listp
> 1. Show document title instead of file name in org-agenda;
>
> This should be useful for any users of org-roam package or anyone who
> autogenerate file names and uses document titles instead for navigation.
Interesting idea. This may also be useful as an option to
`org-refile-use-outline-path'
Tim Cross wrote:
> #+latex_class: korma-article
user-error: Unknown LaTeX class ‘korma-article’
> #+latex_header: \setlength{\parindent}{0pt}
Yes, that's removed the indentation but didn't insert
a blank line...
--
underground experts united
http://user.it.uu.se/~embe8573
https://dataswamp.o
Matt Huszagh wrote:
>> Yeah, but in LaTeX being left aligned is not some
>> property of the table, everything is left-aligned,
>> and if you want it otherwise, you put between
>> \begin{center} and \end{center} ...
>
> That page also describes how to set float
> parameters, which the table can be
Hello, dear list!
My comment for today is that I have something like this:
this-file.org
..
* Fancy header 1
#+NAME: blk1
#+begin_src python
import numpy as np
#+end_src
** Fancy subheader 2
Res 1
#+include: "this-file.org::blk1"
Res 2
#+include: "this-file.org:
Przemysław Kamiński writes:
>
> So, I keep clock times for work in org mode, this is very handy.
> However, my customers require that I use their service to provide the
> times. They do offer API. So basically I'm using elisp to parse org,
> make API calls, and at the same time generate CSV
Emanuel Berg via General discussions about Org-mode.
writes:
> 1) How do I make a region italic?
>
> This does not fontify and does not show up as
> italic type:
>
> /En gång i tiden var även Spanien täckt av skog.
> En gammal berättelse menar att man i norra Spanien
> kunde hoppa upp på en ap
Sent from my iPhone
> On Sep 15, 2020, at 3:37 PM, swedebugia wrote:
>
> Hi
>
> I read:
> https://orgmode.org/manual/Refile-and-Copy.html
>
> But its unclear to me how to exclude a file from appearing in the
> refile target cache.
>
> My cache takes 13s to build and its too long for my tas
Emanuel Berg writes:
> Yeah, but in LaTeX being left aligned is not some
> property of the table, everything is left-aligned,
> and if you want it otherwise, you put between
> \begin{center} and \end{center} ...
That page also describes how to set float parameters, which the table
can be within.
Corwin Brust wrote:
> | Org comes with following pre-defined macros:
> |
> | ‘{{{keyword(NAME)}}}’
> | ‘{{{title}}}’
> | ‘{{{author}}}’
> | ‘{{{email}}}’
Thanks, great!
> So you can use use, e.g. {{{author}}} in various
> places to get at data from the header:
>
> | Org recognizes macro r
Emanuel Berg via "General discussions about Org-mode."
writes:
> Yes, after export to PDF, they are centered. they =
> the whole table items.
I think this link
(https://orgmode.org/manual/Tables-in-LaTeX-export.html) is the relevant
part of the documentation. I haven't used this though, so I can
Greetings!
On Tue, Sep 15, 2020 at 4:05 PM Emanuel Berg via General discussions
about Org-mode. wrote:
>
> How can I use header data in the document?
MACRO seems to be the current means to expose these.
https://orgmode.org/manual/Macro-Replacement.html
| Org comes with following pre-defined
if it is in the buffer, asopposed to export, to align body text,
including stuff like planning lines, take a look at
org-adapt-indentation.
i prefer everything left-aligned as opposed to moving around with the
header indentation level, so i set this.
if it's export, check backends for vars. asci
How can I use header data in the document?
E.g.,
#+AUTHOR: Emanuel Berg
[...]
\author I wrote this! # only that doesn't work
--
underground experts united
http://user.it.uu.se/~embe8573
https://dataswamp.org/~incal
Matt Huszagh wrote:
> Were you referring to the tables being centered
> after export (I see from another part of this chain
> that that's what you were referring to in the 3rd
> question) when you wanted them left-aligned?
> If that is the case, it would really help if you
> specify that in your o
Emanuel Berg via "General discussions about Org-mode."
writes:
> Heh...? What's strange with that?
>
> Anyway that's what I mean.
I guess I'm just not sure what you mean. I was under the impression that
tables were always left-aligned and table alignment in the manual refers
to column alignment
Hi
I read:
https://orgmode.org/manual/Refile-and-Copy.html
But its unclear to me how to exclude a file from appearing in the
refile target cache.
My cache takes 13s to build and its too long for my taste. I have
archived all old notes now. I want to exclude my archive.org from the
refile targets
Stefan Nobis wrote:
>>> (setq org-link-descriptive nil)
>>
>> I don't have org-link-descriptive, it seems...
>
> No problem, the old name is =org-descriptive-links=
> (this name has been deprecated in Org 9.3, but it
> is still working in 9.4).
Thanks, I wonder tho if all this
(setq org-descri
Matt Huszagh wrote:
> If you mean the table itself, that would be
> very strange.
Heh...? What's strange with that?
Anyway that's what I mean.
--
underground experts united
http://user.it.uu.se/~embe8573
https://dataswamp.org/~incal
tomas wrote:
> The variable `org-emphasis-regexp-components' is
> documented, so one might hope that the method is
> magic, but somewhat official.
Indeed, that works:
(setq org-emphasis-regexp-components
(append (butlast org-emphasis-regexp-components) '(7)) )
:)
--
underground exp
Re: basic org questions
Russell Adams wrote:
>> 1) How do I make a region italic? [...]
>
> https://emacs.stackexchange.com/questions/18101/org-mode-multi-line-emphasis-and-bold
OK, thanks, not the same good looking syntax tho but
good enough for government work, I suppose.
>> 2) How do I have t
Hi Emanuel,
Emanuel Berg via General discussions about Org-mode. writes:
> 1) How do I make a region italic?
>
> This does not fontify and does not show up as
> italic type:
>
> /En gång i tiden var även Spanien täckt av skog.
> En gammal berättelse menar att man i norra Spanien
> kunde hoppa up
There's also org-ql (https://github.com/alphapapa/org-ql), which also
provides a query-based API against Org structures.
--Diego
On Tue, Sep 15, 2020 at 2:59 PM wrote:
> On Tue, Sep 15, 2020 at 01:15:56PM +0200, Przemysław Kamiński wrote:
>
> [...]
>
> > There's the org-json (or ox-json) packa
Previously, placing an empty #+TAGS: in a file would override
org-file-tags for the file. In 9.4, an empty #+TAGS: is ignored and
org-file-tags is used.
The relevant code in org.el:
(setq org-current-tag-alist
(org--tag-add-to-alist
org-tag-persistent-alist
Following the call for help to fix bugs, and with building guilt,
I’ve taken a stab at fixing aligning tags when using a
variable-pitch font. I haven’t tested this much because I do not
know if it is misguided, but it seems to work.
Seems the only way to do it is to use the ‘display text prope
Emanuel Berg via "General discussions about Org-mode."
writes:
> 2) How do I have tables not appear centered
> by default, but left-aligned?
Do you mean the alignment of columns, or the table itself? You can
control column alignment with ``, ``, ``, e.g.,
| title | description
> Kyle Meyer writes:
>
>> I also don't find the current behavior particularly intuitive. (I'm
>> also not really a babel user, so my opinion probably shouldn't count for
>> much.) If we were adding it today, I think what you describe would be
>> better, but, as you mention, breakage also now als
- Mail original -
> De: "Thomas Stenhaug"
> À: "Frederic Santos"
> Cc: "Kyle Meyer" , "Colin Baxter" ,
> "emacs-orgmode"
> Envoyé: Mardi 15 Septembre 2020 15:43:29
> Objet: Re: Bug: =C-c C-e l o= does not open the pdf anymore [9.3.7
> (9.3.7-55-gba2405-elpa @
> /home/fsantos/.emacs.d/e
Emanuel Berg via "General discussions about Org-mode."
writes:
> Stefan Nobis wrote:
>> (setq org-link-descriptive nil)
> I don't have org-link-descriptive, it seems...
No problem, the old name is =org-descriptive-links= (this name has
been deprecated in Org 9.3, but it is still working in 9.4
On Tue, Sep 15, 2020 at 05:29:05PM +0200, Emanuel Berg via General discussions
about Org-mode. wrote:
> 1) How do I make a region italic?
>
> This does not fontify and does not show up as
> italic type:
>
> /En gång i tiden var även Spanien täckt av skog.
> En gammal berättelse menar att man i n
On Tue, Sep 15, 2020 at 05:29:05PM +0200, Emanuel Berg via General discussions
about Org-mode. wrote:
> 1) How do I make a region italic?
>
> This does not fontify and does not show up as
> italic type:
>
> /En gång i tiden var även Spanien täckt av skog.
> En gammal berättelse menar att man i nor
1) How do I make a region italic?
This does not fontify and does not show up as
italic type:
/En gång i tiden var även Spanien täckt av skog.
En gammal berättelse menar att man i norra Spanien
kunde hoppa upp på en apas rygg och ta sig ner till
södra Spanien utan att klättra av en enda gång. Apan
Stefan Nobis wrote:
> (setq org-link-descriptive nil)
I don't have org-link-descriptive, it seems...
Org mode version 9.1.9 (release_9.1.9-65-g5e4542 @
/usr/share/emacs/26.1/lisp/org/)
GNU Emacs 26.1 (build 2, x86_64-pc-linux-gnu) of
2019-09-23, modified by Debian
--
underground experts unite
On Tue, Sep 15, 2020 at 03:33:57PM +0200, Emanuel Berg via General discussions
about Org-mode. wrote:
> Russell Adams wrote:
>
> > I believe you can set your #+STARTUP on your file
> > to "showall".
>
> Can I prevent hyperlinks from folding back and forth?
>
> I mean, with [[][]] ?
Cf. the var
Gustavo Barros wrote:
> That's probably not something most Org users would
> do, but I think you'd get close to what you want
> with:
>
> (add-hook 'org-mode-hook 'visible-mode)
Yeah, that seems to have done it? Great! Thanks a lot!
;;; -*- lexical-binding: t -*-
;;;
;;; this file:
;;; htt
Hi Emmanuel,
Nearly everything in org-mode is configurable, so I think what you want is
definitely doable.
In addition to using `visible-mode` as suggested by Gustavo (this is maybe
the easiest), you can also configure Org to show the emphasis markup
characters:
(setq org-hide-emphasis-marke
Emanuel Berg via "General discussions about Org-mode."
writes:
> Can I tell Org mode to don't change editing back and
> forth, also don't collapse items in and out, i.e.
> virtually text mode
I did not test it to every detail, but the following two settings may
be a good starting point:
#+begin
On Tue, Sep 15, 2020 at 03:16:56PM +0200, Emanuel Berg via General discussions
about Org-mode. wrote:
> what I was looking for was a way to
> typeset that had a less involved syntax
> than LaTeX, to be able to create simple
> PDFs, somewhere between plain t
On Tue, Sep 15, 2020 at 09:00:39AM -0400, Nicholas Savage wrote:
> I'm new to the development scene (contributed my first patch to
> Emacs last week or so) and a new developer in general who has been
> looking to get involved. I saw Bastien's post on Hacker News
> yesterday and thought that if Org
Hi Emanuel,
On Tue, 15 Sep 2020 at 14:27, Emanuel Berg via "General discussions about
Org-mode." wrote:
> Can I tell Org mode to don't change editing back and
> forth, also don't collapse items in and out, i.e.
> virtually text mode, only I still want the font lock
> and to be able to use the
Frédéric Santos writes:
Le 2020-09-15 à 11:15:48 CEST, Thomas Stenhaug a écrit :
I recently had the same problem, on Arch Linux with Emacs 27.1.
If you
run xdg-open from an eshell, the problem should be the same.
It should
also go away if you replace "xdg-open" with "setsid xdg-open".
I
Russell Adams wrote:
> I believe you can set your #+STARTUP on your file
> to "showall".
Can I prevent hyperlinks from folding back and forth?
I mean, with [[][]] ?
Hm, maybe this will just go on and on if there is no
option to do it for real. The font-lock idea was
perhaps not so bad...?
--
> Can I tell Org mode to don't change editing back
> and forth, also don't collapse items in and out,
> i.e. virtually text mode, only I still want the
> font lock and to be able to use the mode to set
> keys, the functions to compile into a PDF, and
> so forth.
Here is part of an IRC conversation
Russell Adams wrote:
> I believe you can set your #+STARTUP on your file to "showall".
That's a good, uhm, start! Thanks.
> This will make the whole file open. I don't know if
> you could disable tab folding a drawer
> later though.
Well, I can rebind that key...
--
underground experts united
On Tue, Sep 15, 2020 at 02:27:17PM +0200, Emanuel Berg via General discussions
about Org-mode. wrote:
> Can I tell Org mode to don't change editing back and
> forth, also don't collapse items in and out, i.e.
> virtually text mode, only I still want the font lock
> and to be able to use the mode t
Hi there,
I'm new to the development scene (contributed my first patch to Emacs last week
or so) and a new developer in general who has been looking to get involved. I
saw Bastien's post on Hacker News yesterday and thought that if Org Mode is
looking for contributors it would be a good place f
> Thomas Stenhaug writes:
> I recently had the same problem, on Arch Linux with Emacs 27.1. If
> you run xdg-open from an eshell, the problem should be the same.
> It should also go away if you replace "xdg-open" with "setsid
> xdg-open".
> I ended up doing
> (pus
On Tue, Sep 15, 2020 at 01:15:56PM +0200, Przemysław Kamiński wrote:
[...]
> There's the org-json (or ox-json) package but for some reason I
> wasn't able to run it successfully. I guess export to S-exps would
> be best here. But yes I'll check that out.
If that's your route, perhaps the "Org el
edgar wrote:
> I just want to send a small note to wish you the best
> during these times of need. Let us remember that it is
> community which allows us to keep going as a species.
> Please, take care of yourselves and those who surround
> you, and let us do our best to overcome the
> circumstanc
Can I tell Org mode to don't change editing back and
forth, also don't collapse items in and out, i.e.
virtually text mode, only I still want the font lock
and to be able to use the mode to set keys, the
functions to compile into a PDF, and so forth.
TIA
--
underground experts united
http://user
Hello,
Sebastien Miquel writes:
> (rx bol (group (zero-or-more blank) "#"
> (group (group (or (seq "+" (one-or-more (any
> "a-zA-Z")) (optional ":"))
> - space
> + blank
This looks
Le 2020-09-15 à 11:15:48 CEST, Thomas Stenhaug a écrit :
> I recently had the same problem, on Arch Linux with Emacs 27.1. If you
> run xdg-open from an eshell, the problem should be the same. It should
> also go away if you replace "xdg-open" with "setsid xdg-open".
>
> I ended up doing
>
>
On 9/15/20 11:55 AM, Russell Adams wrote:
On Tue, Sep 15, 2020 at 11:17:57AM +0200, Przemysław Kamiński wrote:
Org mode IS an elsip application. This is the main goal. The reason it
works so well is because elisp is largely a DSL that focuses on text
manipulation and is therefore ideally suited
On 2020-09-15, Jeremie Juste wrote:
> Hello Jens,
>
> I'm afraid I cannot test your issue. I don't have the ability to switch
> emacs version yet.
>
> What I can tell you is that org-9.4 is working fine on GNU Emacs 27.1,
> and on Emacs 28.0.50.
Hello Jeremie,
thanks for your reply. Yes, I’m aw
Hi,
The simple patch attached should fix this bug.
>From 27dd7e7cbde6650932342d302000914d72179327 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Miquel?=
Date: Tue, 15 Sep 2020 08:08:14 +0200
Subject: [PATCH] org.el (org-fontify-meta-lines-and-blocks-1): Fix meta lines
regexp
* lis
Hello,
At the request of Bastien I'm sending on these ideas regarding the
future of Org Mode development. I'm also copying emacs-devel since they
might be interested too.
Org Mode and Emacs would benefit greatly from the codebase being broken
apart, not unlike how an antitrust suit breaks ap
On Tue, Sep 15, 2020 at 11:17:57AM +0200, Przemysław Kamiński wrote:
> > Org mode IS an elsip application. This is the main goal. The reason it
> > works so well is because elisp is largely a DSL that focuses on text
> > manipulation and is therefore ideally suited for a text based organiser.
>
> S
Hello Jens,
I'm afraid I cannot test your issue. I don't have the ability to switch
emacs version yet.
What I can tell you is that org-9.4 is working fine on GNU Emacs 27.1,
and on Emacs 28.0.50.
Does anyone have problem on the official Debian 10 repo emacs
1:26.1+1-3.2+deb10u1?
Hope this help
On 9/15/20 11:03 AM, Tim Cross wrote:
Przemysław Kamiński writes:
Hello,
I oftentimes find myself needing to parse org files with some external
tools (to generate reports for customers or sum up clock times for given
month, etc). Looking through the list
https://orgmode.org/worg/org-tools/
Kyle Meyer writes:
> Colin Baxter writes:
>
>>> Frederic Santos writes:
>>
>> > Hi everyone, After upgrading to Emacs 27, I noticed that, for any
>> > org document, =C-c C-e l o= now behaves on my computer as =C-c C-e
>> > l p=; i.e., the pdf is correctly produced, but is not dis
> On Mon, 14 Sep 2020 15:17:02 +0100, Colin Baxter said:
>writes:
>> On Mon, Sep 14, 2020 at 12:18:50PM +0100, Colin Baxter wrote:
>>> [...] I set the variable `epa-pinentry-mode' to loopback as in
>>>
>>> #+begin_src elisp (setq epa-pinentry-mode 'loopback) #+end_src
Przemysław Kamiński writes:
> Hello,
>
> I oftentimes find myself needing to parse org files with some external
> tools (to generate reports for customers or sum up clock times for given
> month, etc). Looking through the list
>
> https://orgmode.org/worg/org-tools/
>
> and having tested some
Hello forum,
I'd like to introduce three new features and request to merge the with current
master:
1. Show document title instead of file name in org-agenda;
This should be useful for any users of org-roam package or anyone who
autogenerate file names and uses document titles instead for navi
Hi,
I'm currently toying with the idea of trying a tree-sitter parser for Org. The
very static nature of a shared object parser (knowing TODO keywords are pretty
dynamic for example) is a challenge I'm not sure to overcome ; to be honest
even without that I can't say I'll manage to do it.
Havi
Hi there,
if I open an Org file on
“GNU Emacs 24.5.1 (x86_64-pc-linux-gnu, GTK+ Version 3.22.11) of
2017-09-12 on hullmann, modified by Debian”
I get this error (which I don’t know how to debug):
Eager macro-expansion failure: (wrong-type-argument listp :pcase--succeed)
Recipe:
touch empty.org
c
Hello,
I oftentimes find myself needing to parse org files with some external
tools (to generate reports for customers or sum up clock times for given
month, etc). Looking through the list
https://orgmode.org/worg/org-tools/
and having tested some of these, I must say they are lacking. The
84 matches
Mail list logo