[APPLIED] Re: [PATCH] I updated patch by deleteing duplicate tags

2021-01-13 Thread Christopher Miles
Kyle Meyer writes: > Christopher Miles writes: > >> Subject: [PATCH] org.el: Complete tags from both global and buffer local > > Thanks. Applied (86ad8d279)... > >> diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS >> index 5e5f1954d..0c9bb99d3 100644 >> --- a/etc/ORG-NEWS >> +++ b/etc/ORG-NEWS >> @@ -1

Re: [PATCH] I updated patch by deleteing duplicate tags

2021-01-13 Thread Kyle Meyer
Christopher Miles writes: > Subject: [PATCH] org.el: Complete tags from both global and buffer local Thanks. Applied (86ad8d279)... > diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS > index 5e5f1954d..0c9bb99d3 100644 > --- a/etc/ORG-NEWS > +++ b/etc/ORG-NEWS > @@ -149,6 +149,13 @@ Example: > A new =

Re: [PATCH] org-footnote: fix inserting new footnote mangling drawers (was: Re: Bug: inserting footnote when Footnotes heading has property drawer [9.3.6 (9.3.6-23-g01ee25-elpaplus @ /home/user/.emacs

2021-01-13 Thread Kyle Meyer
Kyle Meyer writes: > Sure, I'll wait another day or two for any comments on this patch as a > whole before applying. Applied (1806abdc3).

Re: [PATCH] testing/lisp/test-org-archive.el: Fix test

2021-01-13 Thread Kyle Meyer
Christian Garbs via "General discussions about Org-mode." writes: > Hello, > > I've run across a test error on the current HEAD. > When I run "make test" on my system, then test-org-archive/datetree > fails. > > The test fails because the expected output should contain "Sunday", > but with a Germa

[PATCH] testing/lisp/test-org-archive.el: Fix test

2021-01-13 Thread General discussions about Org-mode.
Hello, I've run across a test error on the current HEAD. When I run "make test" on my system, then test-org-archive/datetree fails. The test fails because the expected output should contain "Sunday", but with a German locale the generated text is "Sonntag" instead (which is the German translation

bug#42484: 26.1: org-mode should display value of links in mini-buffer

2021-01-13 Thread Samuel Wales
[and whether it is upon typing vs. movement.] On 1/13/21, Samuel Wales wrote: > [my point aboutg orthogonal solution is that different mechanisms > would not be needed for mouse and cursor and different stuff to > display in the echo area. to complete my incomplete sentence, > major/minor modes

bug#42484: 26.1: org-mode should display value of links in mini-buffer

2021-01-13 Thread Samuel Wales
[my point aboutg orthogonal solution is that different mechanisms would not be needed for mouse and cursor and different stuff to display in the echo area. to complete my incomplete sentence, major/minor modes and potentially differing delays.] On 1/13/21, Samuel Wales wrote: > this is an intere

bug#42484: 26.1: org-mode should display value of links in mini-buffer

2021-01-13 Thread Samuel Wales
this is an interesting discussion. is there any side discussion that takes into account both mouse and cursor? i have had a devil of a time trying to get: 1] displaying value of link in echo area [the problem you are discussing -- don't let me derail it] with a short nonzero delay 2] doing so *f

bug#42484: 26.1: org-mode should display value of links in mini-buffer

2021-01-13 Thread Juri Linkov
> Still, I would like to continue to promote my solution, because it's > much simpler and is instantaneous upon key-press. It might also be more > efficient: The help-at-pt solution runs code in all buffers, let's say > every 0.1 seconds, all the time; my solution only runs in the selected > mode(s

Re: ox-html Incorrectly (?) Puts HTML Into the `` Tag

2021-01-13 Thread Tim Visher
On Tue, Jan 12, 2021 at 10:43 PM Kyle Meyer wrote: > Tim Visher writes: > > > On Mon, Jan 11, 2021 at 8:19 PM Kyle Meyer wrote: > > >> Thanks for reporting. Is this addressed by the in-progress series at > >> ? > >> > > > > IIUC yes. I believe

Re: Exporting from Org to Gift/Aiken or other quiz formats

2021-01-13 Thread Eric S Fraga
On Wednesday, 13 Jan 2021 at 12:59, Diego Zamboni wrote: > I also started exploring the Moodle XML format, but I was happy to discover > Moodle can also import other formats. I think I might stick to GIFT, Aiken > or some other text-based format, since they seem easier to manipulate > (albeit of co

Re: Exporting from Org to Gift/Aiken or other quiz formats

2021-01-13 Thread Diego Zamboni
Hi Eric, > I did not manage to develop an exporter for moodle. I did write a very > hackish awk script that takes a sort of org document (i.e. it is an org > document but has to follow a strict layout) and creates a Moodle XML > format file. > > Lots of introspection of exported Moodle quizzes t

Re: Exporting from Org to Gift/Aiken or other quiz formats

2021-01-13 Thread Eric S Fraga
Hi Diego, I did not manage to develop an exporter for moodle. I did write a very hackish awk script that takes a sort of org document (i.e. it is an org document but has to follow a strict layout) and creates a Moodle XML format file. Lots of introspection of exported Moodle quizzes to figure ou

Exporting from Org to Gift/Aiken or other quiz formats

2021-01-13 Thread Diego Zamboni
Hi everyone, I've started to develop online teaching materials with Moodle ( https://moodle.com/), and I'm looking for ways to generate my content using Org as much as possible. For quizzes, Moodle can import various known question/answer formats, including GIFT, Aiken, Moodle's own XML format, a

Re: [PATCH] I updated patch by deleteing duplicate tags

2021-01-13 Thread Christopher Miles
Kyle Meyer writes: > Christopher Miles writes: > >> Kyle Meyer writes: >> >>> stardiviner writes: > By this patch, will merge both buffer-local tags and user defined global > `org-tags-alist`. >>> >>> It does a bit more than that. It uses org-global-tags-completion-table, >>> which con

Re: ol-plo.el --- Orgmode Link type for navigating Ordered Plain Lists

2021-01-13 Thread Eric S Fraga
Yes, I use targets for numbered (ordered) lists all the time. They work well and export perfectly (at least to LaTeX). -- : Eric S Fraga via Emacs 28.0.50, Org release_9.4.4-179-g5b5c42