Re: [BUG] error after reading in contents of other file [9.6 (9.6-??-e7ea951 @ /home/user/.emacs.d/.local/straight/build-28.0.50/org/)]

2022-03-14 Thread Mark Edgington
On Sat, Mar 12, 2022 at 7:53 AM Ihor Radchenko wrote: > > Thanks for the report! > Are you still seeing the traceback if you update Org to latest main? > 5da9d6810 in more recent versions should help with some cases when the > error like in your backtrace appears. Yes, I'm still getting the

Re: [BUG] org-capture autoload bug? [9.5.2 (9.5.2-gfbff08 @ /home/ignacio/.emacs.d/elpa/org-9.5.2/)]

2022-03-14 Thread Tim Cross
Ignacio Casso writes: >> Regardless, I don't think having the situation where the programmer must >> know (guess) whether autoload will/could execute during the evaluation >> of code they write is tenable and am beginning to suspect it may be an >> Emacs bug OR a subtle bug in org-mode as a

Re: [BUG] org-capture autoload bug? [9.5.2 (9.5.2-gfbff08 @ /home/ignacio/.emacs.d/elpa/org-9.5.2/)]

2022-03-14 Thread Ignacio Casso
I've also investigated the issue a little bit further and wrote and email with my conclusions about the same time Max wrote his. I comment inline about a few of your thoughts: > For `defcustom' autoload generates no more than > > (defvar org-capture-templates nil "...") > > It seems, behavior

Re: [BUG] org-capture autoload bug? [9.5.2 (9.5.2-gfbff08 @ /home/ignacio/.emacs.d/elpa/org-9.5.2/)]

2022-03-14 Thread Tim Cross
Max Nikulin writes: > On 12/03/2022 02:59, Tim Cross wrote: >> Ignacio Casso writes: > >>>(let ((org-capture-templates >>> '(("d" "default" entry >>> (file+headline org-default-notes-file "Tasks") >>> "* %?" >>> (org-capture nil "d"))) >>> >>> I

Re: Code blocks and quotes export style

2022-03-14 Thread Juan Manuel Macías
Max Nikulin writes: > should be even better since, besides LaTeX "\-", HTML exporter uses > "" or "" (I would expect more consistent behavior > though.) Hi, Maxim. You're right, I didn't remember that there is a specific entity in Org for the discretionary hyphen. Sometimes I think too much from

Possible bug in `org-subtree--get-subtree-options`?

2022-03-14 Thread Kaushal Modi
Hello Nicolas, Today I was debugging something where a subtree export wasn't recognizing the EXPORT_OPTIONS property set in that subtree. MWE: = * Top level ** Allow broken links, but mark them :PROPERTIES: :EXPORT_FILE_NAME: allow-broken-links-but-mark-them :EXPORT_OPTIONS:

Re: [BUG] org-capture autoload bug? [9.5.2 (9.5.2-gfbff08 @ /home/ignacio/.emacs.d/elpa/org-9.5.2/)]

2022-03-14 Thread Ignacio Casso
> While I don't know if this is a bug, it certainly doesn't seem to be > doing the right thing from an 'intuitive' point of view. I would expect > when a variable is bound to a value inside a let and a function is then > called which uses that variable, the initial let bound value should be >

Re: [BUG] org-capture autoload bug? [9.5.2 (9.5.2-gfbff08 @ /home/ignacio/.emacs.d/elpa/org-9.5.2/)]

2022-03-14 Thread Max Nikulin
On 12/03/2022 02:59, Tim Cross wrote: Ignacio Casso writes: (let ((org-capture-templates '(("d" "default" entry (file+headline org-default-notes-file "Tasks") "* %?" (org-capture nil "d"))) I put an autoload cookie myself and it doesn't fix it,

Re: Code blocks and quotes export style

2022-03-14 Thread Max Nikulin
On 14/03/2022 01:39, Juan Manuel Macías wrote: Supercali@@latex:\-@@fragilistic Supercali\shy{}fragilistic Supercali\-fragilistic should be even better since, besides LaTeX "\-", HTML exporter uses "" or "" (I would expect more consistent behavior though.) info "(org) Special

Re: oc-basic load performance

2022-03-14 Thread Bruce D'Arcus
Actually, this was prompted by this reddit post, where the OP also notes impaired scrolling performance after loading an org file with citations. https://www.reddit.com/r/orgmode/comments/td76wz/org_very_slow_load_with_orgcite_and_a_large/ I encouraged them to post the report here; not really

Re: Problems with babel reading Japanese paths in Windows

2022-03-14 Thread Jonathan Nogueira
I did and it seems to work fine, I also tested this using plantuml-mode's normal compliation procedure. This seems to specifically be a problem with org-mode and babel's compilation Thanks for your help! On Sat, Mar 12, 2022 at 9:49 PM Ihor Radchenko wrote: > Jonathan Nogueira writes: > > >

DOC "Org Mode tools": orgparse is missing

2022-03-14 Thread c . buhtz
Hello, some tool is missing in the documentation here: https://orgmode.org/worg/org-tools/index.html "orgparse" (https://orgparse.readthedocs.io/en/latest/) Also remove "PyOrgParse" which is not maintained anymore and points itself to "orgparse". Kind Christian