Re: pcase failure with Emacs 24 (was Emacs version for Org 9.4?)

2020-09-15 Thread Jens Lechtenboerger
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

Keep Org mode submodules in Emacs, please!

2020-09-15 Thread Richard Stallman
[[[ 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

Re: basic org questions

2020-09-15 Thread TEC
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

Re: how to exclude a file from appearing in the refile target cache?

2020-09-15 Thread swedebugia
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

Re: eldoc recursion error

2020-09-15 Thread James N V Cash
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

Re: basic org questions

2020-09-15 Thread Emanuel Berg
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

Re: tags-todo agenda shoud not ignore DONE items

2020-09-15 Thread James N V Cash
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

Bug: org-priority face has extra space at the end starting from version 9.4 [9.4 (9.4-elpaplus @ /home/rrudakov/.emacs.d/elpa/org-plus-contrib-20200914/)]

2020-09-15 Thread Roman Rudakov
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.

Re: basic org questions

2020-09-15 Thread Emanuel Berg
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

Re: basic org questions

2020-09-15 Thread Emanuel Berg
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

Re: basic org questions

2020-09-15 Thread Tim Cross
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

Re: [PATCH] ob-core: Fix handling of multiple noweb refs in same line

2020-09-15 Thread Kyle Meyer
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

Re: basic org questions

2020-09-15 Thread TEC
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 >>

pcase failure with Emacs 24 (was Emacs version for Org 9.4?)

2020-09-15 Thread Kyle Meyer
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

Re: [PATCHES 1, 2, 3/3] Minor customisation features for ox-icalendar and agenda

2020-09-15 Thread Ihor Radchenko
> 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

Re: basic org questions

2020-09-15 Thread General discussions about Org-mode.
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

Re: basic org questions

2020-09-15 Thread General discussions about Org-mode.
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

#+include from same file when exporting

2020-09-15 Thread edgar
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:

Re: official orgmode parser

2020-09-15 Thread Tim Cross
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

Re: basic org questions

2020-09-15 Thread Tim Cross
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

Re: how to exclude a file from appearing in the refile target cache?

2020-09-15 Thread Palak Mathur
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

Re: basic org questions

2020-09-15 Thread Matt Huszagh
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

Re: using header data in document

2020-09-15 Thread General discussions about Org-mode.
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

Re: basic org questions

2020-09-15 Thread Matt Huszagh
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

Re: using header data in document

2020-09-15 Thread Corwin Brust
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

Re: basic org questions

2020-09-15 Thread Samuel Wales
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.

using header data in document

2020-09-15 Thread General discussions about Org-mode.
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

Re: basic org questions

2020-09-15 Thread General discussions about Org-mode.
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

Re: basic org questions

2020-09-15 Thread Matt Huszagh
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

how to exclude a file from appearing in the refile target cache?

2020-09-15 Thread swedebugia
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

Re: "text mode" org mode

2020-09-15 Thread General discussions about Org-mode.
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

Re: basic org questions

2020-09-15 Thread General discussions about Org-mode.
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

Re: basic org questions

2020-09-15 Thread General discussions about Org-mode.
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

Re: basic org questions

2020-09-15 Thread General discussions about Org-mode.
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

Re: basic org questions

2020-09-15 Thread Aleksandar Dimitrov
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

Re: official orgmode parser

2020-09-15 Thread Diego Zamboni
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)

Bug: 9.4 Regression in handling of empty #+TAGS: [9.4 (9.4-elpaplus @ /home/ionasal/.emacs.d/elpa/org-plus-contrib-20200914/)]

2020-09-15 Thread Allen Li
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

Re: variable-pitch-mode misaligns org-mode heading tags

2020-09-15 Thread Jeff Filipovits
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

Re: basic org questions

2020-09-15 Thread Matt Huszagh
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

Re: [PATCH] Omit file description when :file-desc has nil value

2020-09-15 Thread Matt Huszagh
> 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

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/elpa/org-20200907/)]

2020-09-15 Thread Frederic Santos
- 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 @ >

Re: "text mode" org mode

2020-09-15 Thread Stefan Nobis
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

Re: basic org questions

2020-09-15 Thread tomas
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

Re: basic org questions

2020-09-15 Thread Russell Adams
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

basic org questions

2020-09-15 Thread General discussions about Org-mode.
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.

Re: "text mode" org mode

2020-09-15 Thread General discussions about Org-mode.
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

Re: "text mode" org mode

2020-09-15 Thread tomas
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

Re: "text mode" org mode

2020-09-15 Thread General discussions about Org-mode.
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: ;;;

Re: "text mode" org mode

2020-09-15 Thread Diego Zamboni
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

Re: "text mode" org mode

2020-09-15 Thread Stefan Nobis
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:

Re: "text mode" org mode

2020-09-15 Thread Russell Adams
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

Re: Re Org 9.4 is out. Can you help? // breaking apart Org Mode

2020-09-15 Thread Russell Adams
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

Re: "text mode" org mode

2020-09-15 Thread Gustavo Barros
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

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/elpa/org-20200907/)]

2020-09-15 Thread Thomas Stenhaug
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

Re: "text mode" org mode

2020-09-15 Thread General discussions about Org-mode.
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...? --

Re: "text mode" org mode

2020-09-15 Thread General discussions about Org-mode.
> 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

Re: "text mode" org mode

2020-09-15 Thread General discussions about Org-mode.
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

Re: "text mode" org mode

2020-09-15 Thread Russell Adams
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

Re: Re Org 9.4 is out. Can you help? // breaking apart Org Mode

2020-09-15 Thread Nicholas Savage
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

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/elpa/org-20200907/)]

2020-09-15 Thread Colin Baxter
> 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 >

Re: official orgmode parser

2020-09-15 Thread tomas
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

Re: All the best

2020-09-15 Thread General discussions about Org-mode.
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 >

"text mode" org mode

2020-09-15 Thread General discussions about Org-mode.
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

Re: [PATCH] Bug: Fontification: Heading following a comment

2020-09-15 Thread Nicolas Goaziou
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

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/elpa/org-20200907/)]

2020-09-15 Thread Frédéric Santos
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 > >

Re: official orgmode parser

2020-09-15 Thread Przemysław Kamiński
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

Re: Emacs version for Org 9.4?

2020-09-15 Thread Jens Lechtenboerger
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

Re Org 9.4 is out. Can you help? // breaking apart Org Mode

2020-09-15 Thread General discussions about Org-mode.
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

Re: [PATCH] Bug: Fontification: Heading following a comment

2020-09-15 Thread Sebastien Miquel
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 *

Re: official orgmode parser

2020-09-15 Thread Russell Adams
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. > >

Re: Emacs version for Org 9.4?

2020-09-15 Thread Jeremie Juste
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

Re: official orgmode parser

2020-09-15 Thread Przemysław Kamiński
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/

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/elpa/org-20200907/)]

2020-09-15 Thread Thomas Stenhaug
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

Re: Getting Org-Crypt to work (doc bug?)

2020-09-15 Thread Robert Pluim
> 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)

Re: official orgmode parser

2020-09-15 Thread Tim Cross
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

[PATCHES 1, 2, 3/3] Minor customisation features for ox-icalendar and agenda

2020-09-15 Thread Mikhail Skorzhinskii
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

Re: official orgmode parser

2020-09-15 Thread Gerry Agbobada
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.

Emacs version for Org 9.4?

2020-09-15 Thread Jens Lechtenboerger
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

official orgmode parser

2020-09-15 Thread Przemysław Kamiński
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