Re: Heading toward Org 9.5

2021-09-23 Thread Pankaj Jangid
Yasushi SHOJI writes: > On Wed, Sep 22, 2021 at 5:21 PM Pankaj Jangid wrote: >> Is there a page where I can see the changes when moving from 9.4 to >> 9.5. > > Like etc/ORG-NEWS ? > http://git.savannah.gnu.org/cgit/emacs/org-mode.git/tree/etc/ORG-NEWS > > You can see it on the web but it's much

Re: Switching to new Git repositories

2021-09-23 Thread Éibhear
On 20/09/2021 05:37, Bastien wrote: > Hi all, > > from now on, here are the official Org repositories: > > - org-mode: https://git.savannah.gnu.org/cgit/emacs/org-mode.git > - worg: https://git.sr.ht/~bzg/worg > - orgweb: https://git.sr.ht/~bzg/orgweb Hi, We're the tags missed in the migration

Re: [PATCH] Fix some typos

2021-09-23 Thread Marco Wahl
Max Nikulin writes: > Please, forgive my ignorance of Shakespeare's poetry. Ignorance is bliss! (Sophocles) > On 17/09/2021 17:05, Marco Wahl wrote: >>> On 17/09/2021 04:40, Stefan Kangas wrote: Please find attached another clean-up patch that fixes a small number of typos. > >

[org-cite] org-cite-make-insert-processor behavior

2021-09-23 Thread Bruce D'Arcus
If inserting a new org-cite citation, one can insert multiple references. If editing an existing citation, one can only insert one. In ny processor, for example, the user can select multiple references, but org-cite-insert will only insert the first one. Is there a reason for this? Can we

Re: toggle-truncate-lines outside table and source regions

2021-09-23 Thread Luca Ferrari
On Wed, Sep 22, 2021 at 3:49 PM Bill Burdick wrote: > > How about adding > > (lambda () (toggle-truncate-lines 1)) > > to org-mode-hooks in your EMACS init file? isn't this the same as M-x toggle-truncate-lines ? Because it will truncate every line, but I'm searching for a way to truncate only

Capture abort: Symbol’s function definition is void: turn-on-org-provide

2021-09-23 Thread Joseph Vidal-Rosset
Hello, My problem is already explained in the subject of this email. To capture an email and to link this message for gnus, I get now this error message: Capture abort: Symbol’s function definition is void: turn-on-org-provide I've tried to Google this bug, getting no result. Your help is

Re : Capture abort: Symbol’s function definition is void: turn-on-org-provide

2021-09-23 Thread Joseph Vidal-Rosset
I did not say that I'm using Prelude Emacs. Maybe it can be useful to solve my problem. ‐‐‐ Original Message ‐‐‐ Le jeudi 23 septembre 2021 à 14:38, Joseph Vidal-Rosset a écrit : > Hello, > > My problem is already explained in the subject of this email. > > To capture an email and to

Re: Switching to new Git repositories

2021-09-23 Thread Nick Dokos
FWIW, I get $ git remote -v upstreamhttps://git.savannah.gnu.org/git/emacs/org-mode.git (fetch) upstreamhttps://git.savannah.gnu.org/git/emacs/org-mode.git (push) $ git tag | wc -l 386 Maybe do $ git remote update $ git rebase and try again? -- Nick "There are only two hard

Re: Capture abort: Symbol’s function definition is void: turn-on-org-provide

2021-09-23 Thread Daniel Fleischer
Joseph Vidal-Rosset writes: > To capture an email and to link this message for gnus, I get now this > error message: > > Capture abort: Symbol’s function definition is void: turn-on-org-provide What is your capture template? -- Daniel Fleischer

Re: Capture abort: Symbol’s function definition is void: turn-on-org-provide

2021-09-23 Thread Joseph Vidal-Rosset
Le 23/09/2021 à 18:02, John Kitchin a écrit : > you should use describe-variable on org-capture-templates. Maybe some > other package has added to it. > John Many thanks John, I am going to try this way! Best wishes, Jo.

Re: [PATCH] ox.el: add smart quotes for Greek

2021-09-23 Thread Max Nikulin
On 23/09/2021 02:55, Juan Manuel Macías wrote: Before uploading a corrected version of the patch (with a small explanatory note), I could consult Haralambous himself by mail, and ask him what he thinks of this question... Juan Manuel, I feel some misunderstanding. I am not asking for more

Org agenda width is one char-column too short

2021-09-23 Thread Tory S. Anderson
As seen in the linked image, my agenda width is a single char too short so it clips the last : of the tags. I always use truncate-lines-mode, so this is a minor inconvenience but might be something easily fixed for new users? I think it has always done this for me.

Re: toggle-truncate-lines outside table and source regions

2021-09-23 Thread Bill Burdick
Gah, sorry about that -- I didn't read your message carefully enough! -- Bill On Thu, Sep 23, 2021 at 4:56 AM Luca Ferrari wrote: > On Wed, Sep 22, 2021 at 3:49 PM Bill Burdick > wrote: > > > > How about adding > > > > (lambda () (toggle-truncate-lines 1)) > > > > to org-mode-hooks in your

Re: Capture abort: Symbol’s function definition is void: turn-on-org-provide

2021-09-23 Thread Joseph Vidal-Rosset
Le 23/09/2021 à 17:28, Daniel Fleischer a écrit : > Joseph Vidal-Rosset writes: > >> To capture an email and to link this message for gnus, I get now this >> error message: >> >> Capture abort: Symbol’s function definition is void: turn-on-org-provide > > What is your capture template? > > --

org-cite not mentioned in ORG-NEWS for 9.5

2021-09-23 Thread Kai von Fintel
In a recent message there was a pointer to the etc/ORG-NEWS file located at http://git.savannah.gnu.org/cgit/emacs/org-mode.git/tree/etc/ORG-NEWS I take it that this includes the release notes in progress for the upcoming 9.5 release. There is no mention of the new org-cite functionality in

Re: Capture abort: Symbol’s function definition is void: turn-on-org-provide

2021-09-23 Thread John Kitchin
you should use describe-variable on org-capture-templates. Maybe some other package has added to it. John --- Professor John Kitchin (he/him/his) Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803

Re: Capture abort: Symbol’s function definition is void: turn-on-org-provide

2021-09-23 Thread Ihor Radchenko
Joseph Vidal-Rosset writes: > But nowhere in this file have function " turn-on-org-provide" . :( > > A suggestion? Try to setting debug-on-error to 't and share backtrace of the error. Best, Ihor

Re: [PATCH] Fix some typos

2021-09-23 Thread Max Nikulin
On 23/09/2021 03:18, Juan Manuel Macías wrote: Max Nikulin writes: However there is namely "memory" in the "1609 Quarto", see e.g. https://en.wikipedia.org/wiki/Sonnet_1 Web pages with the same variant as in the Org manual do not mention the source (particular edition). I hope, I just do not

org-roam on termux?

2021-09-23 Thread Eric S Fraga
Dear list, has anybody managed to get org-roam working on Emacs on termux on Android? I am having problems getting the SQL backend that org-roam uses working. I'm not up to speed with termux so any suggestions welcome! Thank you, eric -- : Eric S Fraga via Emacs 28.0.50, Org

Re: org-cite not mentioned in ORG-NEWS for 9.5

2021-09-23 Thread Bruce D'Arcus
Pretty sure it just means no documentation has yet been written for it. On Thu, Sep 23, 2021 at 10:19 AM Kai von Fintel wrote: > > In a recent message there was a pointer to the etc/ORG-NEWS file located at > > http://git.savannah.gnu.org/cgit/emacs/org-mode.git/tree/etc/ORG-NEWS > > I take it

Re : Re: Capture abort: Symbol’s function definition is void: turn-on-org-provide

2021-09-23 Thread Joseph Vidal-Rosset
Le jeudi 23 septembre 2021 à 18:12, Ihor Radchenko a écrit : > Joseph Vidal-Rosset jos...@vidal-rosset.net writes: > > > But nowhere in this file have function " turn-on-org-provide" . :( > > > > A suggestion? > > Try to setting debug-on-error to 't and share backtrace of the error. > > Best, >

Re: [PATCH] ox.el: add smart quotes for Greek

2021-09-23 Thread Juan Manuel Macías
Hi Maxim, Max Nikulin writes: > Juan Manuel, I feel some misunderstanding. I am not asking for more > arguments in support of current variant of patch. CLDR entry, EU > recommendations, the mail from Protesilaos, absence of named HTML > entity, complications with pdfTeX are more than enough. I

Re: Switching to new Git repositories

2021-09-23 Thread William Denton
I'm seeing exactly the same, and the suggested rebase commands didn't change it. I wonder if it's related to a problem I have on one of the two machines (both Ubuntu, with identical setups) where I run Org from source. On one, when I switched to the new repo, I got this on startup: Error

Re: Switching to new Git repositories

2021-09-23 Thread Marco Wahl
William Denton writes: > I'm seeing exactly the same, and the suggested rebase commands didn't change > it. > > I wonder if it's related to a problem I have on one of the two > machines (both Ubuntu, with identical setups) where I run Org from > source. > > On one, when I switched to the new

Re: Switching to new Git repositories

2021-09-23 Thread Éibhear
On 23/09/2021 19:06, William Denton wrote: > I'm seeing exactly the same, and the suggested rebase commands didn't > change it. I'm guessing it's just that in the migration from code.orgmode.org to git.savannah.gnu.org, the step to push the tags was not performed:

Re: Switching to new Git repositories

2021-09-23 Thread Kyle Meyer
No Wayman writes: > Out of curiosity I ran this against the repo to see if the > "Version" metadata had always followed its current convention: > > git grep "Version:" $(git rev-list --all) -- lisp/org.el > > Looks like the "-dev" suffix goes back to "9.4-dev" and before > that we have

Re: [PATCH] org-manual.org: Augment TODO keywords example

2021-09-23 Thread Timothy
Marking as cancelled for updates.orgmode.org

Re: [PATCH] org-manual.org: Augment TODO keywords example

2021-09-23 Thread Timothy
Marking as cancelled for updates.orgmode.org

Re: Switching to new Git repositories

2021-09-23 Thread Colin Baxter
> Nick Dokos writes: > FWIW, I get $ git remote -v upstream > https://git.savannah.gnu.org/git/emacs/org-mode.git (fetch) > upstream https://git.savannah.gnu.org/git/emacs/org-mode.git > (push) > $ git tag | wc -l 386 > Maybe do > $ git remote update $ git

Re: Switching to new Git repositories

2021-09-23 Thread Marco Wahl
Hi! Colin Baxter writes: >> Nick Dokos writes: > > > FWIW, I get $ git remote -v upstream > > https://git.savannah.gnu.org/git/emacs/org-mode.git (fetch) > > upstream https://git.savannah.gnu.org/git/emacs/org-mode.git > > (push) > > > $ git tag | wc -l 386 > > >

Re: Switching to new Git repositories

2021-09-23 Thread Colin Baxter
> Éibhear writes: > On 23/09/2021 19:06, William Denton wrote: >> I'm seeing exactly the same, and the suggested rebase commands >> didn't change it. > I'm guessing it's just that in the migration from code.orgmode.org > to git.savannah.gnu.org, the step to push the

Re: Exporting: how to exclude top/bottom hline for tables?

2021-09-23 Thread Yasushi SHOJI
Hi, On Thu, Sep 23, 2021 at 5:09 AM S Boucher wrote: > > Is there a way to exclude the top and bottom hline of tables during export? I don't see any option to change. But you can do: , | (defun my/remove-bottom (borders) | (remove-if (lambda (x) (memq x '(bottom top above below)))

Re: Switching to new Git repositories

2021-09-23 Thread William Denton
On 23 September 2021, No Wayman wrote: There is a bug in mk/targets.mk introduced by 61336f80dc. As others have pointed out, the new repository does not have tags. As a fallback, org.el's version is read in it's header. However, it looks like Kyle forgot to trim that string so we get ORGVERSION

Re: toggle-truncate-lines outside table and source regions

2021-09-23 Thread Samuel Wales
almost as if truncate line feature should be a text property? good idea to take up with devs if no solution arrives. source blocks have c-c '; idk about tables. perhaps you could at least have ugliness in the outline but correctness in editing. On 9/23/21, Bill Burdick wrote: > Gah, sorry

Re: Switching to new Git repositories

2021-09-23 Thread No Wayman
Sounds like a weird issue. I don't think this 9.5-dev tag is something from the Org repo. There is a bug in mk/targets.mk introduced by 61336f80dc. As others have pointed out, the new repository does not have tags. As a fallback, org.el's version is read in it's header. However, it looks like

Re: Switching to new Git repositories

2021-09-23 Thread Kyle Meyer
On 09/23/21 17:17:48 -0400, No Wayman wrote: >> Sounds like a weird issue. I don't think this 9.5-dev tag is >> something from the Org repo. > > There is a bug in mk/targets.mk introduced by 61336f80dc. Quoting that commit message for context: mk/targets.mk: Add version fallback for tag-less

[PATCH] org-manual.org: Augment TODO keywords example

2021-09-23 Thread Thomas S. Dye
Aloha all, The attached patch makes the example for setting up keywords in an individual file match the example where it appears earlier. It also provides an example of how fast TODO selection should look when it is implemented on a per-file basis. Sorry for the earlier truncated message.

[PATCH] org-manual.org: Augment TODO keywords example

2021-09-23 Thread Thomas S. Dye
Aloha all, The attached patch makes the example for setting up keywords in an individual file match the example where it appears earlier. It also provides an example of how fast TODO selection should look when it is implemented on a per-file basis. Sorry for the earlier truncated messages!

[PATCH] org-manual.org: Augment TODO keywords example

2021-09-23 Thread Thomas S. Dye
Aloha all, The attached patch -- Thomas S. Dye https://tsdye.online/tsdye