Re: [BUG] Add option for category to be derived from #+TITLE instead of file name [9.6 ( @ /nix/store/jv2kmcbm79k4g6i778hblw98l0pxxghf-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.6/)]

2022-12-02 Thread Payas Relekar
Payas Relekar writes: > After discovering categories > (https://orgmode.org/manual/Categories.html) I'd like to use them > everywhere because it makes agenda cleaner. But currently, it has only > below options to get this value (in order of precedence, highest to lowest) > > - #+CATEGORY property

[BUG] Add option for category to be derived from #+TITLE instead of file name [9.6 ( @ /nix/store/jv2kmcbm79k4g6i778hblw98l0pxxghf-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.6/)]

2022-12-02 Thread Payas Relekar
After discovering categories (https://orgmode.org/manual/Categories.html) I'd like to use them everywhere because it makes agenda cleaner. But currently, it has only below options to get this value (in order of precedence, highest to lowest) - #+CATEGORY property (if present) - file name While

Re: How to disable completely org-persist

2022-12-02 Thread tomas
On Sat, Dec 03, 2022 at 01:19:47AM +0100, Angelo Graziosi wrote: > I have already posted this to emacs-devel people (see > https://lists.gnu.org/archive/html/emacs-devel/2022-12/msg00045.html). > > After a recent Emacs build from master I find `org-persist` directory in my > `.emacs.d` folder. I

Re: [PATCH] Autoload `org-assert-version' and remove org-loaddefs.el

2022-12-02 Thread Kyle Meyer
Bastien writes: > Kyle Meyer writes: [...] >> Every spot that calls org-assert-version is preceded by a line that >> requires org-macs, so isn't this error likely due to a mixed >> installation/load-path issue where the wrong/older org-macs is taking >> precedence? > > Yes: I thought `org-assert

How to disable completely org-persist

2022-12-02 Thread Angelo Graziosi
I have already posted this to emacs-devel people (see https://lists.gnu.org/archive/html/emacs-devel/2022-12/msg00045.html). After a recent Emacs build from master I find `org-persist` directory in my `.emacs.d` folder. It brings no benefit but only garbage in `.emacs.d`. So how can I disable t

Re: [BUG] Shift-up/down move the cursor to end of timestamp

2022-12-02 Thread Christopher M. Miles
I meet this bug too. -- [ stardiviner ] I try to make every word tell the meaning that I want to express without misunderstanding. Blog: https://stardiviner.github.io/ IRC(libera.chat, freenode): stardiviner, Matrix: stardiviner GPG: F09F650D7D674819892591401B5DF1C95AE89AC3 signature.asc De

Re: [BUG] dead loop on (org-table-clean-line "|a|b|") [9.6 (release_9.6-3-ga4d38e @ share/emacs/29.0.60/lisp/org/)]

2022-12-02 Thread Lin Sun
Hi Ihor, > Considering that you can only reproduce with Spacemacs, it might be > spacemacs screwing the match data. Not Org. > There is no reason to fix something not caused by Org on Org side. Agree with you, I had located the dead loop is cause by the advice function for set-window-buffer from

Re: Supress title on html export

2022-12-02 Thread Nick Dokos
Galaxy Being writes: > BTW, this would seem to suggest org-mode has some built-in "master > CSS". Or, how does org-mode know about the class/ID .title? In my > case, I use my own CSS that I put in the header, and yes, it has a > .title. Still, how does bare-bones default html export know about >

Re: Supress title on html export

2022-12-02 Thread Galaxy Being
BTW, this would seem to suggest org-mode has some built-in "master CSS". Or, how does org-mode know about the class/ID .title? In my case, I use my own CSS that I put in the header, and yes, it has a .title. Still, how does bare-bones default html export know about .title? On Wed, Nov 30, 2022 at

Re: org-assert-version considered harmful

2022-12-02 Thread Ihor Radchenko
Tom Gillespie writes: > Without going into too much detail, an orgstrap shebang block is > forced to use the system installed version of org because it is > intended to work in the absence of an init.el file, or before an > init.el file can ever be loaded. Once you load built-in Org partially, a

Re: [BUG] dead loop on (org-table-clean-line "|a|b|") [9.6 (release_9.6-3-ga4d38e @ share/emacs/29.0.60/lisp/org/)]

2022-12-02 Thread Ihor Radchenko
Lin Sun writes: >> I cannot reproduce. >> Can you please provide detailed steps starting from emacs -Q? > > The bug caused by the function org-table-clean-line​ calls the > org-string-width​ inside a string-match​ clause without protection, for the > org-string-width​ maybe change the match dat

Re: [PATCH] ox.el: Refactor variable org-html--id-attr-prefix, ox-html.el: Add support for the ID property to org-html--reference

2022-12-02 Thread Ihor Radchenko
Ihor Radchenko writes: > Thanks for the patch! > See my comments below. Feraidoon, have you had a chance to look into my comments? -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at

Re: Bug: org-clock-report tag matching seems to be broken [9.1.9 (release_9.1.9-65-g5e4542 @ c:/Users/user/emacs-26.3-x86_64/share/emacs/26.3/lisp/org/)]

2022-12-02 Thread Ihor Radchenko
Nick Dokos writes: > You might want to try a patch that I submitted some time ago to fix that: > > https://orgmode.org/list/87h7h0w5nz@alphaville.usersys.redhat.com/ For record, the referenced patch has been merged. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=1690fbd8

Re: [BUG] ob-R: session evaluation returns empty ouputs with Org 9.6 [9.6 ( @ /home/fsantos/.emacs.d/elpa/org-9.6/)]

2022-12-02 Thread Ihor Radchenko
Ihor Radchenko writes: > It looks like there is something wrong with comint-prompt-regexp in R > buffers. It somehow does not match the prompt. > > I will need to look further. Fixed on bugfix. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=456462741 -- Ihor Radchenko // yanta

Re: Feedback on Org syntax document

2022-12-02 Thread Tom Gillespie
Hi Ihor, Thank you for resurfacing this. I'll keep an eye out for the other threads. I've been preoccupied with trying to wrap up my PhD work so have been (and will continue to be for a bit longer) focused on other things. I'll be back to focus on many of these questions some time in the late wi

Re: org-assert-version considered harmful

2022-12-02 Thread Tom Gillespie
Sorry to be so late chiming in here. I've only now encountered this due to the 9.6 release. In short, org-assert-version is an absolute disaster for me. At the very least org-assert-version should be non-fatal by default. Without going into too much detail, an orgstrap shebang block is forced to