Re: Why am I being told to use "straight.el"?

2023-04-21 Thread Max Nikulin
On 21/04/2023 23:17, Colin Baxter wrote: I will address the other points in your reply the next time I update org-mode. In the meantime, I can answer some of your other questions immediately. Thanks for info. I have asked for org git branch. I am almost sure it is main, but to be sure

Re: Why am I being told to use "straight.el"?

2023-04-21 Thread Colin Baxter
1. emacs 2. M-x vc-dir 3. Navigate to ~/git/org-mode. 4. + (to pull) 5. M-x compile 6. make clean 7. make 8. In an eshell buffer navigate to ~/git/emacs/lisp. Typo! I meant navigate to ~/git/org-mode/lisp. Sorry about that.

Re: [PATCH] ox.el: Customize org-export-dispatch options

2023-04-21 Thread Jim Wisniewski
On Thu, Apr 20, 2023 at 4:46 AM Ihor Radchenko wrote: > Thanks! Let us know when FSF replies with a countersignature. Just got it back today. -- JJW ~ FB/Twitter: @wisnij ~ cell: (203) 722-3931

Re: Why am I being told to use "straight.el"?

2023-04-21 Thread Colin Baxter
> Max Nikulin writes: > On 21/04/2023 20:25, Colin Baxter wrote: >>> Max Nikulin writes: I will address the other points in your reply the next time I update org-mode. In the meantime, I can answer some of your other questions immediately. > Please, specify Emacs version.

Re: Why am I being told to use "straight.el"?

2023-04-21 Thread William Denton
On 21 April 2023, Max Nikulin wrote: Then I am completely confused what happened. Org compiled by make should not be affected by the mixed compile issue, especially after "make clean". How do you load updated version without restarting of Emacs? Do you use `org-reload'? Please, try to specify

Re: Why am I being told to use "straight.el"?

2023-04-21 Thread Max Nikulin
On 21/04/2023 20:25, Colin Baxter wrote: Max Nikulin writes: I have never used straight That warning message is rather long and I suspect you may miss its beginning because it was scrolled out of the warnings buffer. If so, have a look into `org-assert-version' definition in

orgtable to latex export \hline[0pt] why?

2023-04-21 Thread Uwe Brauer
Hi After pulling the latest org mode, the following table | Ej1A | Ej1B | EjC | E2A1 | E2B | E2C | E2D | E2E | Total | |--+--+-+--+-+-+-+-+---| | 10 | 15 | 10 | 10 | 20 | 10 | 15 | 10 | 100 | | 10 |0 | 10 | 10 | 20 | 10 |

Re: Why am I being told to use "straight.el"?

2023-04-21 Thread Colin Baxter
> Max Nikulin writes: > On 21/04/2023 16:42, Colin Baxter wrote: >> After an initial 'pull', 'make clean' and 'make', > ... >> However, I did initially receive the following warning: >> --8<---cut here---start->8--- >> It is

Re: Why am I being told to use "straight.el"?

2023-04-21 Thread Max Nikulin
On 21/04/2023 16:42, Colin Baxter wrote: After an initial 'pull', 'make clean' and 'make', ... However, I did initially receive the following warning: --8<---cut here---start->8--- It is recommended to put (straight-use-package 'org) early in

Why am I being told to use "straight.el"?

2023-04-21 Thread Colin Baxter
I load org-mode directly from my local copy of the org-mode git repository and update on the fly. It works well, until today. After an initial 'pull', 'make clean' and 'make', I 'cd' to lisp and 'rm *.elc'. I then updated from an org-mode buffer, successfully. I 'make clean' again followed by