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
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
---
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
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 <
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 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
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
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/
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
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
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
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
É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
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
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
--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
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
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
>
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.
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
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
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
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
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
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
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.
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
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
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
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
30 matches
Mail list logo