Re: [PATCH] Enhance org-html--build-meta-info

2021-01-03 Thread Jens Lechtenboerger
On 2021-01-04, TEC wrote: > Jens Lechtenboerger writes: > >> org-html--build-meta-entry and org-html--build-meta-info include some long >> lines. > > Hehe. We've had a lot of back-and-forth haven't we. > At least it feels like it's coming to a close now. On line 1432 I get this suggestion from

Re: recursive load org-duration Error

2021-01-03 Thread Kyle Meyer
Mario Bourgoin writes: > I recently started to use org mode efforts encoded as durations. I began > getting the error "recursive load org-duration" after I customized > "org-duration-units" by using "m" for the minutes units and "mon" for the > months units, restarted Emacs, and asked for the agen

[PATCH] Fix typo in f948234cb

2021-01-03 Thread Ihor Radchenko
--- contrib/lisp/org-contacts.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/lisp/org-contacts.el b/contrib/lisp/org-contacts.el index 82881ecd0..4b93de664 100644 --- a/contrib/lisp/org-contacts.el +++ b/contrib/lisp/org-contacts.el @@ -54,8 +54,8 @@ Usage

Re: [PATCH] org-contacts.el: Only use org-id-store-link if org-id is loaded

2021-01-03 Thread David Florness
miles christopher writes: > Thanks for your patch. :smile: > > Can you send patch file as attachment? I don't know how to apply patch in > email body. Hi Miles, If you download the raw email message (which you should be able to do in the Gmail UI) you can apply the patch like so: git am <

Re: [PATCH] org-contacts.el: Only use org-id-store-link if org-id is loaded

2021-01-03 Thread miles christopher
Thanks for your patch. :smile: Can you send patch file as attachment? I don't know how to apply patch in email body. David Florness writes: > Fixes bug introduced in 6b83c6e4e that made org-contacts-anniversaries > error if org-id was not loaded. > --- > Alternatively, we could autoload org-

org-export-with-tasks stops top level subtree export

2021-01-03 Thread Samuel Wales
org-export-with-tasks is a great setting. i set it to nil to make notes that will not be exported. === * REF ^A poem * NEXT fix this, or else keep it as is * Poem In Xanadu Kubla Khan did In a crass Ozymandian bid A huge dome decree That washed out to sea And was home to a tentacled squ

Re: [PATCH] ox-publish.el: Speed up org-publish-cache-file-needs-publishing

2021-01-03 Thread Kyle Meyer
Thank you for the patch. Emily Bourke writes: > I found publishing when there were no changes to be slower than > expected. Profiling showed me that > `org-publish-cache-file-needs-publishing' was invoking the > `after-find-file' hooks, which I don't think is necessary. > > I've changed it to avo

Re: a few dead links on the babel languages page

2021-01-03 Thread Thomas S. Dye
Aloha, These should be fixed now. Thanks, Tom Greg Minshall writes: hi. here are a few dead links from https://orgmode.org/worg/org-contrib/babel/languages/index.html - http://ditaa.org/ditaa/ - ? s/b http://ditaa.sourceforge.net/ - http://www.mathomatic.org/ - http://www.mozart-oz.org/

[PATCH] org-contacts.el: Only use org-id-store-link if org-id is loaded

2021-01-03 Thread David Florness
Fixes bug introduced in 6b83c6e4e that made org-contacts-anniversaries error if org-id was not loaded. --- Alternatively, we could autoload org-id-link-to-org-use-id. If you all would prefer this, let me know and I can send a v2 patch. 6b83c6e4e was found using git-blame. contrib/lisp/org-conta

Re: Problems with attachment links in exported files

2021-01-03 Thread Pablo Palazon
Thanks Kyle!, While I was reading your message I checked that my org-mode version was outdated. I configured org-mode repository, but I didn't install the latest org-mode version. So I'm sorry for that. I've tried your snippet, and it works perfectly. Thank you for you time, I appreciate it. On Su

Bug: inserting footnote when Footnotes heading has property drawer [9.3.6 (9.3.6-23-g01ee25-elpaplus @ /home/user/.emacs.d/elpa/org-plus-contrib-20200309/)]

2021-01-03 Thread TRS-80
Hello! I seem to have come across a bug today in org-footnote. I had just learned about the variable org-footnote-auto-adjust and set it to t. Then I tried to test it by invoking org-footnote-new in my Org file in between existing footnotes 2 and 3. N.B., my Footnotes heading, prior to doing a

Re: Tags LaTeX export question

2021-01-03 Thread Eric S Fraga
On Sunday, 3 Jan 2021 at 21:08, Éric Würbel wrote: > How can I customize healine tags export to LaTeX ? You might be able to do something using filters. See org info manual: (org) Advanced Export Configuration There is a headline filter variable. Whether the tags come through or not is unclear

Re: Tags LaTeX export question

2021-01-03 Thread Kyle Meyer
Éric Würbel writes: > Hi listers, > > How can I customize healine tags export to LaTeX ? > > The default settings provide a first line-break but then no more, > resulting in a truncation in case of a large number of tags. > > I need this for a computational poem. > > Oh, and if the solution needs

Re: Tags LaTeX export question

2021-01-03 Thread Éric Würbel
Thank you, I should have remembered this, as I already wrote a backend system for static html site generation which uses filters. For sure this is the way to go. Thanks again. E. Le dim. 03 janv. 2021 à 20:44, Eric S Fraga a écrit : > On Sunday, 3 Jan 2021 at 21:08, Éric Würbel wrote: >> How c

Re: Problems with attachment links in exported files

2021-01-03 Thread Kyle Meyer
Pablo Palazon writes: > Hi everyone! > > I've had a trouble with attachment type link on exporting. I configured > org-attach directory and using org-id and it works great on emacs, all > those links work great. I can see any attach linked on org notes, but in > exported files all those links poin

Bug: completion-at-point wrongly called within shell code block [9.4 (9.4-17-g9a6689-elpaplus @ /Users/uSukhavati/.emacs.d/elpa/org-plus-contrib-20201005/)]

2021-01-03 Thread Mailbox.org
--text follows this line-- What exactly did you do? I include a source code block for shell in an org-files. Example: #+begin_src shell foo #+end_src Within that source code block I type RET (Return) What did you expect to happen? The cursor should jump to the next line, adding one empty line

Tags LaTeX export question

2021-01-03 Thread Éric Würbel
Hi listers, How can I customize healine tags export to LaTeX ? The default settings provide a first line-break but then no more, resulting in a truncation in case of a large number of tags. I need this for a computational poem. Oh, and if the solution needs elisp programming, no problem, so poi

Re: [PATCH] Enhance org-html--build-meta-info

2021-01-03 Thread TEC
Jens Lechtenboerger writes: > org-html--build-meta-entry and org-html--build-meta-info include some long > lines. Hehe. We've had a lot of back-and-forth haven't we. At least it feels like it's coming to a close now. > For org-html-meta-tags-default, I suggest this as last line for the doc >

Re: [PATCH] Enhance org-html--build-meta-info

2021-01-03 Thread Jens Lechtenboerger
On 2021-01-03, TEC wrote: > Jens Lechtenboerger writes: > >> The doc strings of org-html-meta-tags and org-html-meta-tags-default >> need to be updated, they still mention author and title. > > Ah, yep. Fixed. > >> Also, please try checkdoc ;) > > Ahhh yes. Actually, I use flycheck (https://www.

Re: [PATCH] Enhance org-html--build-meta-info

2021-01-03 Thread TEC
Jens Lechtenboerger writes: > The doc strings of org-html-meta-tags and org-html-meta-tags-default > need to be updated, they still mention author and title. Ah, yep. Fixed. > Also, please try checkdoc ;) Ahhh yes. Checkdoc, my old ~enemy~ /friend/. I may have shied away from using this beca

Re: ob-haskell

2021-01-03 Thread Ken Mankoff
Hi Lawrence, This isn't a method for official language support, but I've had success with entirely unsupported REPLs and ob-screen. A .screenrc can launch the REPL, and then Org ob-screen just sends each line to the buffer. It works OK for me. -k. On 2021-01-02 at 13:44 -08, Lawrence Bottorf

Re: [PATCH] A proposal to add LaTeX attributes to verse blocks

2021-01-03 Thread TEC
Juan Manuel Macías writes: > Thank you very much for your response and your comments. Seriously, thanks for the patch. I think the ML is usually a bit more responsive, but it seems to be a bit quiet at the moment. > I agree to name "Insert, include, etc." the attribute to include > arbitrary

Re: [PATCH] Enhance org-html--build-meta-info

2021-01-03 Thread Jens Lechtenboerger
On 2021-01-03, TEC wrote: > After considering the information passed to a meta info generation > function, I'm now in agreement with you that just passing `info' is the > most sensible way forward. Hi Timothy, great, thanks :-) > Attached is a (final?) set of patches, which is as described. Th

Re: [PATCH] A proposal to add LaTeX attributes to verse blocks

2021-01-03 Thread Juan Manuel Macías
Hi Timothy, TEC writes: > Hi Juan, > > Thanks for your patch. > > This looks like a fairly sensible addition. Two comments from me: > > 1. I'm not sure that "options" is a good name for arbitrary LaTeX which >is included inside the verse block. Perhaps something like "insert" >or "inclu

Re: [PATCH] A proposal to add LaTeX attributes to verse blocks

2021-01-03 Thread TEC
Hi Juan, Thanks for your patch. This looks like a fairly sensible addition. Two comments from me: 1. I'm not sure that "options" is a good name for arbitrary LaTeX which is included inside the verse block. Perhaps something like "insert" or "include", etc. may be a better fit. 2. It's c

Re: [patch] A proposal to add LaTeX attributes to verse blocks

2021-01-03 Thread TEC
Hi Juan, Since you've resent this in a second email, let's discuss this patch there. As such, I'm marking this patch as closed. -- Timothy.

Re: [PATCH] ox-md.el/preserve radio target hyperlink

2021-01-03 Thread TEC
Hi turbo. As this appears to be an exact duplicate of your other email, I'm going to mark this as closed and hope that any/all conversation on your patch happens there. -- Timothy

Re: [PATCH] ox-md.el/markdown-hyperlink

2021-01-03 Thread TEC
Thanks for the patch turbo. I was able to test this with a simple Org file, and both observed the issue with radio targets in generated markdown files, and observed the patch fixing it, as intended. -- Timothy turbo.c...@clovermail.net writes: > exporting to markdown loses radio target hyper

Re: [PATCH] Async session eval (2nd attempt)

2021-01-03 Thread TEC
Hi Jack, I love the look of this! Thanks for submitting a patch. Sorry it's taken so long for someone to take a look at it, I think a lot of the 'main' Org people have been pretty busy over the last few months. I just tried to give this a shot. First up, I had to remove the ORG-NEWS part of th

Problems with attachment links in exported files

2021-01-03 Thread Pablo Palazon
Hi everyone! I've had a trouble with attachment type link on exporting. I configured org-attach directory and using org-id and it works great on emacs, all those links work great. I can see any attach linked on org notes, but in exported files all those links point to local directory instead of th