Re: searching agenda from TRAMP

2021-10-01 Thread Ihor Radchenko
JARZz writes: > I don't know what happens behind the scenes exactly, but it takes a good > minute or to load my agenda with all the files, and it can take 10-15 minutes > to search through them for a specific string. This problem also happens when > I used sshfs, which makes me believe more

Re: [PATCH] Accept more :tangle-mode specification forms

2021-10-01 Thread Timothy
Hi Tom, Thanks for giving me your thoughts on this. I have a few thoughts in response :) > I strongly oppose this patch. It adds far too much complexity to the > org grammar. Representation of numbers is an extremely nasty part of > nearly every language, and I suggest that org steer well clear

Re: [PATCH] Accept more :tangle-mode specification forms

2021-10-01 Thread Stefan Nobis
Timothy writes: > Thank you for considering potential security implications BTW: Security-wise I would argue to even forbid the integer case. From my view next to nobody uses and is used to the decimal codes of file modes. So this decimal integer representation is the most error prone, I would

Re: [PATCH] Don't fill displayed equations

2021-10-01 Thread Timothy
Nicolas Goaziou writes: > Timothy writes: > >> I think there are also some relevant points which I haven’t mentioned so far, >> separate from my thoughts that since we’re using the LaTeX syntax we should >> be >> consistent with how LaTeX treats this. > > I'm not convinced about this. I

Re: Visibility cycling with inline tasks 2

2021-10-01 Thread Ihor Radchenko
No Wayman writes: > I can confirm the issue you've outlined on latest 'main'. > To me it looks like the problem is in `org-inline-hide-tasks'. > I don't use inline tasks, so I'm not sure what the exact expected > behavior is, > but that function uses a `while' during `org-cycle-hook' to >

Re: [PATCH] Don't fill displayed equations

2021-10-01 Thread Stefan Nobis
Nicolas Goaziou writes: > Now, if you want to discuss changing syntax for \[...\] and make it > a block element I wonder, why it is not a block element. As far as I know, the only difference (even in the context of Org) between \(...\) and \[...\] is, that the former denotes inline math and the

Org and APL

2021-10-01 Thread Steven Harris
Hi All I'm trying, not for the first time, to get my head around the APL programming language. This uses some strange glyphs to achieve its purpose. I would like to write my notes and code snippets in an Org file or two and ideally be able to write in a literate-programming style using

adding a header and/or footer when exporting to odt

2021-10-01 Thread Uwe Brauer
Hi Is it possible to have a header and footer in all pages when exporting to odt? I presume I have to use a odt style I create with Libreoffice/Openoffice? Thanks Uwe Brauer

Re: BUG: org-table: table option “:missing” not working (in ob-gnuplot.el)

2021-10-01 Thread Nicolas Goaziou
Hello, Ihor Radchenko writes: > At this point, third-party code is likely to rely on the existing logic, > so I do not see any reason to insist on changing org-table. If you think it is overall an improvement, feel free to discuss it. I'm merely pointing out what was the initial intent, not

Re: org-attach-use-inheritance inherits from sibling

2021-10-01 Thread Ihor Radchenko
Johan Tolö writes: > Hi, > I have set 'org-attach-use-inheritance' to t. If a heading has no > parents it seems to inherit from the first heading in the file > which has either the ID or DIR property set, ie from the first > sibling above it. I'm guessing this is not the expected behaviour?

Re: [PATCH] Don't fill displayed equations

2021-10-01 Thread Greg Minshall
hi, Timothy, et al., like Tim, i can see both sides here. but, a fundamental of org-mode is this statement of Nicolas', "Org is not a LaTeX front-end." i ran into this precisely with $...$, i.e., the restrictions that org-mode requires, in order to protect from confusing a currency indicator

Re: adding a header and/or footer when exporting to odt

2021-10-01 Thread Uwe Brauer
>>> "CM" == Christian Moe writes: > Uwe Brauer writes: >> Hi >> >> Is it possible to have a header and footer in all pages when >> exporting to odt? I presume I have to use a odt style I create with >> Libreoffice/Openoffice? >> >> Thanks >> >> Uwe Brauer > Yes, that's it. Just export your

Re: Release 9.5

2021-10-01 Thread Pankaj Jangid
Bastien writes: > Pankaj Jangid writes: > >> One Q: what is the schedule for 9.5 to be included in Emacs-28? > > Org 9.5 have been merged in the Emacs master branch, from which the > Emacs release branch for 28.1 will be cut anytime soon. > > Then we will work on 9.5.1 for important bugfixes

Re: Visibility cycling with inline tasks 2

2021-10-01 Thread No Wayman
Ihor Radchenko writes: Your patch will fail with the following counterexample (when there is a subheading containing an inlinetask inside current heading): I wasn't really sure what the intended behavior is, but that makes sense. I propose an alternative patch. See the attached.

Re: Grabbing the link to a message on the archive

2021-10-01 Thread Max Nikulin
On 30/09/2021 12:18, Timothy wrote: Hi Greg, i love the searching on list.orgmode.org, but i have this recurrent dream: that some day each e-mail message will come with a header listing the URL for that message on . (though i also worry this might open us up to some

Re: [PATCH] Accept more :tangle-mode specification forms

2021-10-01 Thread Eric S Fraga
> BTW: Security-wise I would argue to even forbid the integer case. Completely agree with this. If you look at the chmod(1) man page, only symbolic and octal cases are described. These are the options most people will be comfortable with as a result. > I would also tend to only support

Re: [PATCH] Accept more :tangle-mode specification forms

2021-10-01 Thread tomas
On Fri, Oct 01, 2021 at 11:05:17AM +0100, Eric S Fraga wrote: [...] > > I would also tend to only support something like "#o755" and forbid > > "755" as well as "0755", just to be more explicit and to avoid > > misinterpretation. > > Here I disagree; again, in the manual, the notation used, as

Re: searching agenda from TRAMP

2021-10-01 Thread JARZz
> Does opening org files manually take a lot of time for you? > > Are you using org-id? > > Can you track down the problematic function using M-x profiler-start / These are good questions. I *do* use org-id. I started doing this more recently. I use a package called super-links. That could be a

Re: worg: org-protocol.html - 404 Not Found

2021-10-01 Thread Max Nikulin
On 30/09/2021 22:53, Bastien wrote: Max Nikulin writes: It seems, something is wrong with worg deployment https://builds.sr.ht/~bzg/job/598512 hints that a link was unresolved. I just fixed this link, the export should process fine. I have not noticed .buid.yml at first. So the actual

Re: [orgweb] Making the git repo URL more visible

2021-10-01 Thread Timothy
Hi Adam, > Just now I found myself needing to look up the URL of the Org git repo, > and it seemed a bit harder than it ought to be. It’d be nice if there > were a prominent “source code” link on the front page, but I remembered > that it was somewhere on the “Contribute” page, so I opened that.

Re: Visibility cycling with inline tasks 2

2021-10-01 Thread Timothy
Just marking this as a patch for :)

export dispatch → change the default "Contents" string

2021-10-01 Thread Jean-Christophe Helary
What is the parameter to change the default "Contents" ToC string when exporting to PDF ? -- Jean-Christophe Helary @brandelune https://mac4translators.blogspot.com https://sr.ht/~brandelune/omegat-as-a-book/

Re: export dispatch → change the default "Contents" string

2021-10-01 Thread Jean-Christophe Helary
Thank you Juan. It does not seem to work as I expected, but that's OK, I just removed the ToC. Jean-Christophe > On Oct 2, 2021, at 1:35, Juan Manuel Macías wrote: > > Hi, jean-Christophe, > > Jean-Christophe Helary writes: > >> What is the parameter to change the default "Contents" ToC

Re: export dispatch → change the default "Contents" string

2021-10-01 Thread Juan Manuel Macías
Hi, jean-Christophe, Jean-Christophe Helary writes: > What is the parameter to change the default "Contents" ToC string when > exporting to PDF ? If I'm not wrong, I think there is no native Org way to change the default string for LaTeX literals. But if you use babel (the LaTeX package), you

Bug: org-map-entries calls file-exists-p when SCOPE is nil [9.4.4 (release_9.4.4 @ /usr/share/emacs/27.2/lisp/org/)]

2021-10-01 Thread Rodrigo Morales
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: [BUG] [PATCH] org-src.el: Fix checkdoc warnings [9.5 (9.5-g59cb39 @ /home/n/.emacs.d/straight/build/org/)]

2021-10-01 Thread Bastien
Hi, No Wayman writes: > The attached patch I don't see a patch, can you resend it? -- Bastien

Re: Bug: font-lock error with - in code-mode [9.4.6 (9.4.6-gab9f2a @ /gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/)]

2021-10-01 Thread Ihor Radchenko
Bastien writes: > Hi Ihor, > > Ihor Radchenko writes: > >> The fix is attached. > > Looks good, feel free to apply in the bugfix branch. Done (fa315986a). Marking the bug as fixed. Should I also merge main with bugfix every time? Best, Ihor

Re: [org-cite] next steps for documentation?

2021-10-01 Thread Bastien
Hi Bruce, thanks for leading this efforts. "Bruce D'Arcus" writes: > We have some initial documentation for org-cite included in the manual > to accompany the release of Org 9.5. > > https://orgmode.org/manual/Citation-handling.html#Citation-handling > > But it still needs a fair bit of work.

Re: [orgweb] Making the git repo URL more visible

2021-10-01 Thread Timothy
Hi Bastien, > Done, let me know if it’s good enough. Just 2c from me, I’d be tempted to have put that on the contribute page ¯\_(ツ)_/¯. All the best, Timothy

[BUG] org-mode binds C-c C-TAB, which seems illegal [9.5 (9.5-g0a86ad @ /home/il/.config/emacs/elpa/org-9.5/)]

2021-10-01 Thread Ingo Lohmar
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: Bug: font-lock error with - in code-mode [9.4.6 (9.4.6-gab9f2a @ /gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/)]

2021-10-01 Thread Bastien
Hi Ihor, Ihor Radchenko writes: > The fix is attached. Looks good, feel free to apply in the bugfix branch. -- Bastien

Re: [org-cite] Testing on macOS, XML file missing

2021-10-01 Thread Kyle Meyer
Rudolf Adamkovič writes: > I compiled Emacs from "master" (2e92f90a5d) to try the new > citations. > [...] > > When I try to export HTML with APA/CSL citations (C-c C-e h o), > Emacs says: > >> The default CSL locale file >>

Elegant way to export org to Markdown ?

2021-10-01 Thread Jean-Christophe Helary
I'm trying to work with SourceHut (sr.ht) and right now they only accept Markdown syntax for their readme/wiki files. Since I work in Emacs/org-mode to write my documents (and try to stick to that), I'd like to know if there is an elegant way to export org syntax to MarkDown. I was thinking

Re: Bug: font-lock error with - in code-mode [9.4.6 (9.4.6-gab9f2a @ /gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/)]

2021-10-01 Thread Ihor Radchenko
Bastien writes: > Ihor Radchenko writes: > >> Should I also merge main with bugfix every time? > > You should merge bugfix into main, yes (but not main into bugfix.) Thanks for the clarification. It indeed makes sense, but I was not sure if merging too frequently is ok or not. Best, Ihor

Re: Request to Unsubscribe

2021-10-01 Thread John Hendy
You may be able to do this yourself, but I'm not positive. Perhaps try the bottom field of this page: https://lists.gnu.org/mailman/listinfo/emacs-orgmode Best regards, John On Fri, Oct 1, 2021 at 1:58 PM Jain, Rishabh wrote: > > Hi: > > Hope you are doing well. I'd appreciate if you can help

Re: Request to Unsubscribe

2021-10-01 Thread tomas
On Fri, Oct 01, 2021 at 12:58:04PM -0600, Jain, Rishabh wrote: > Hi: > > Hope you are doing well. I'd appreciate if you can help unsubscribe me from > the orgmode mailing list. > > Please let me know if you have any questions or concerns. You can do it yourself. Have a look at the mail headers

Re: [PATCH] Don't fill displayed equations

2021-10-01 Thread Nicolas Goaziou
Hello, Stefan Nobis writes: > I wonder, why it is not a block element. As far as I know, the only > difference (even in the context of Org) between \(...\) and \[...\] > is, that the former denotes inline math and the latter denotes a math > block. And at least exporting to HTML (with MathJax)

Re: Bug: font-lock error with - in code-mode [9.4.6 (9.4.6-gab9f2a @ /gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/)]

2021-10-01 Thread Bastien
Thanks! Ihor Radchenko writes: > Should I also merge main with bugfix every time? You should merge bugfix into main, yes (but not main into bugfix.) -- Bastien

Re: [orgweb] Making the git repo URL more visible

2021-10-01 Thread Bastien
Hi Adam, Adam Porter writes: > Other FOSS projects's sites seem to make their source code repo links > very prominent; could Org's web site do that too? :) Done, let me know if it's good enough. I was missing this prominent link too! Thanks for reporting this, -- Bastien

Re: Release 9.5

2021-10-01 Thread Bastien
Hi Jarmo, Jarmo Hurri writes: > warning: redirecting to https://git.savannah.gnu.org/git/emacs/org-mode.git/ > Your configuration specifies to merge with the ref 'refs/heads/maint' > from the remote, but no such ref was fetched. > > Do I need to start a new clone from scratch, or is there a fix

Re: Request to Unsubscribe

2021-10-01 Thread Joost Kremers
On Fri, Oct 01 2021, Jain, Rishabh wrote: > Hi: > > Hope you are doing well. I'd appreciate if you can help unsubscribe me from > the orgmode mailing list. > > Please let me know if you have any questions or concerns. > > Kind Regards, > Rishabh It's not immediately obvious, but the mailing

Re: Request to Unsubscribe

2021-10-01 Thread Bastien
Hi Jain, I unsubscribed you from the emacs-orgmode@gnu.org mailing list. Have a nice week, -- Bastien

Re: Bug: font-lock error with - in code-mode [9.4.6 (9.4.6-gab9f2a @ /gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/)]

2021-10-01 Thread Ihor Radchenko
Also marking patch as applied

Re: Elegant way to export org to Markdown ?

2021-10-01 Thread Ihor Radchenko
Jean-Christophe Helary writes: > I'm trying to work with SourceHut (sr.ht) and right now they only accept > Markdown syntax for their readme/wiki files. > > Since I work in Emacs/org-mode to write my documents (and try to stick to > that), I'd like to know if there is an elegant way to export

Re: Elegant way to export org to Markdown ?

2021-10-01 Thread Protesilaos Stavrou
On 2021-10-02, 14:20 +0900, Jean-Christophe Helary wrote: > I'm trying to work with SourceHut (sr.ht) and right now they only > accept Markdown syntax for their readme/wiki files. > > Since I work in Emacs/org-mode to write my documents (and try to stick > to that), I'd like to know if there is

Re: [PATCH] Accept more :tangle-mode specification forms

2021-10-01 Thread Tom Gillespie
> I'd like to understand these objections better. Aren't you overstating what is at issue? Yes, after hitting send I realized I overstated my position a bit. In the meantime the comments in this thread are encouraging, however I have finally figured out what I was really trying to say. tl;dr

Re: [PATCH] Accept more :tangle-mode specification forms

2021-10-01 Thread Timothy
Hi Tom, Thanks for going through the replies so far and refining your thoughts. > *snip a whole bunch of comments* I think I’m of the same mind as you that if we try to mentally separate Org the markup format and Org the emacs mode, the format should not specify the interpretation of the

Re: Grabbing the link to a message on the archive

2021-10-01 Thread Greg Minshall
Max, yeah, interesting -- thanks for the elaboration/exploration! cheers, Greg

Request to Unsubscribe

2021-10-01 Thread Jain, Rishabh
Hi: Hope you are doing well. I'd appreciate if you can help unsubscribe me from the orgmode mailing list. Please let me know if you have any questions or concerns. Kind Regards, Rishabh

Re: Org and APL

2021-10-01 Thread Eric S Fraga
Hi Steven, APL was the first programming language I learned back in the 70s. Loved it! Haven't used it much since unfortunately. I did try J a few decades later but couldn't get into it. > 1. Can anyone provide tips for simply adding APL text in an org-mode > document? I've not tried this in

Re: [PATCH] Rename headline to heading

2021-10-01 Thread Bastien
Hi André, André A. Gomes writes: > Here's something I wasn't sure about when I worked on it. How should I > distribute the changes commit-wise? Tom Gillespie, for instance, > suggested separating documentation and docstring from internals. Yes, that's what I suggest too. > I think it's ok

Re: Suggestions for improved suffix parsing in oc-biblatex

2021-10-01 Thread Nicolas Goaziou
Hello, Denis Maier writes: > So, you're suggesting that locator parsing algorithm should be ported > to oc-biblatex instead? That's a possibility. It can be factored out from oc-csl.el and become a generic tool living in oc.el, if deemed useful. The algorithm can trip over locators involving

Re: [PATCH] Accept more :tangle-mode specification forms

2021-10-01 Thread Christian Moe
Tom Gillespie writes: > I strongly oppose this patch. It adds far too much complexity to the > org grammar. Representation of numbers is an extremely nasty part of > nearly every language, and I suggest that org steer well clear of > trying to formalize this. I'd like to understand these

Re: adding a header and/or footer when exporting to odt

2021-10-01 Thread Christian Moe
Uwe Brauer writes: > Hi > > Is it possible to have a header and footer in all pages when exporting to > odt? I presume I have to use a odt style I create with Libreoffice/Openoffice? > > Thanks > > Uwe Brauer Yes, that's it. Just export your document, add the header you want (and do whatever

Re: BUG: org-table: table option “:missing” not working (in ob-gnuplot.el)

2021-10-01 Thread Ihor Radchenko
Nicolas Goaziou writes: >> At this point, third-party code is likely to rely on the existing logic, >> so I do not see any reason to insist on changing org-table. > > If you think it is overall an improvement, feel free to discuss it. I'm > merely pointing out what was the initial intent, not

Re: Bug: font-lock error with - in code-mode [9.4.6 (9.4.6-gab9f2a @ /gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/)]

2021-10-01 Thread Ihor Radchenko
"Dr. Arne Babenhauserheide" writes: > When parsing the following code: > > Am richtigen Ort zur richtigen Zeit (=+=; 1x pro Abenteuer im richtigen > Moment auftauchen), Computeraffinität (=+= oder =++=; Bonus von 3 oder 6), > Kurze Aufmerksamskeitsspanne (~-~), Photographisches Gedächtnis (=+=),

Re: Suggestions for improved suffix parsing in oc-biblatex

2021-10-01 Thread Denis Maier
Am 01.10.2021 um 10:42 schrieb Nicolas Goaziou: Hello, Denis Maier writes: So, you're suggesting that locator parsing algorithm should be ported to oc-biblatex instead? That's a possibility. It can be factored out from oc-csl.el and become a generic tool living in oc.el, if deemed

[org-cite] Testing on macOS, XML file missing

2021-10-01 Thread Rudolf Adamkovič
Hi there, I compiled Emacs from "master" (2e92f90a5d) to try the new citations. ./configure --with-json make make install (per usual, no errors) When I try to export HTML with APA/CSL citations (C-c C-e h o), Emacs says: The default CSL locale file

Re: adding a header and/or footer when exporting to odt

2021-10-01 Thread Uwe Brauer
>>> "CM" == Christian Moe writes: > Uwe Brauer writes: >> Hi >> >> Is it possible to have a header and footer in all pages when >> exporting to odt? I presume I have to use a odt style I create with >> Libreoffice/Openoffice? >> >> Thanks >> >> Uwe Brauer > Yes, that's it. Just export your

Re: Need absolute org-attach-id-dir to attach in buffers without filename

2021-10-01 Thread Ihor Radchenko
Nick Anderson writes: > I have an org-mode file that contains headings with attachments. When I > `org-mime-org-buffer-htmlize' I get an error, `"Need absolute > `org-attach-id-dir' to attach in buffers without filename"'. > `org-attach-id-dir' has the value `data/'. I get this error even when I

Re: adding a header and/or footer when exporting to odt

2021-10-01 Thread Eric S Fraga
On Friday, 1 Oct 2021 at 09:00, Uwe Brauer wrote: > Is it possible to have a header and footer in all pages when exporting > to odt? I presume I have to use a odt style I create with > Libreoffice/Openoffice? Check out the info manual: (org) ODT specific export settings This may give you what

Re: searching agenda from TRAMP

2021-10-01 Thread Ihor Radchenko
JARZz writes: >> Does opening org files manually take a lot of time for you? >> >> Are you using org-id? >> >> Can you track down the problematic function using M-x profiler-start / > > These are good questions. > I *do* use org-id. I started doing this more recently. I use a package called >

Re: [org-cite] Testing on macOS, XML file missing

2021-10-01 Thread Bruce D'Arcus
It looks like that /etc/csl directory isn't included in the emacs source tree. On Fri, Oct 1, 2021 at 4:57 AM Rudolf Adamkovič wrote: > > Hi there, > > I compiled Emacs from "master" (2e92f90a5d) to try the new > citations. > > > ./configure --with-json > > make > > make install > > (per usual,

Re: [org-cite] Testing on macOS, XML file missing

2021-10-01 Thread Bruce D'Arcus
Actually, that whole etc directory is outdated. On Fri, Oct 1, 2021 at 8:33 AM Bruce D'Arcus wrote: > > It looks like that /etc/csl directory isn't included in the emacs source tree. > > On Fri, Oct 1, 2021 at 4:57 AM Rudolf Adamkovič wrote: > > > > Hi there, > > > > I compiled Emacs from