Re: How to utilize Org mode editing without display formatting

2022-08-28 Thread Rohit Patnaik
Could you do this with a mode-hook? Something like: (add-hook 'org-mode-hook (lambda () (when (memq (buffer-file-name) 'list-of-files-to-not-highlight) (font-lock-mode -1 -- Rohit

Re: Have all the tags of a heading, with a tag hierarchy

2022-08-28 Thread Daniel Fleischer
Cletip Cletip [2022-08-28 Sun 18:34] wrote: > I may not have been specific enough: > I want the tags also inherited with this "method" > https://orgmode.org/manual/Tag-Hierarchy.html. I think these are 2 mechanisms that only share the name "hierarchy". One is headline hierarchy: a headline

Re: Have all the tags of a heading, with a tag hierarchy

2022-08-28 Thread Cletip Cletip
Thank you for your answer! I may not have been specific enough: I want the tags also inherited with this "method" https://orgmode.org/manual/Tag-Hierarchy.html. So imagine this in your configuration file (setq org-tag-alist '((:startgrouptag) ("GTD")

How to utilize Org mode editing without display formatting

2022-08-28 Thread Robert Weiner
Hi: I have an Emacs programmatic need where I want to read an Org file into Emacs in a raw form without any display formatting (because the formatting is too slow for large or many Org files) but I need to leave the buffer after processing in Org mode, again without taking the time to visually

Re: Have all the tags of a heading, with a tag hierarchy

2022-08-28 Thread Juan Manuel Macías
Cletip Cletip writes: > After multiple searches on the internet, I did not find the answer to > my question (which is the subject of this mail): when calling the > "org-get-tags" function, only the tags put on the heading, and not the > inherited tags, are retrieved. How can I get the inherited

Have all the tags of a heading, with a tag hierarchy

2022-08-28 Thread Cletip Cletip
Hello everyone ! After multiple searches on the internet, I did not find the answer to my question (which is the subject of this mail): when calling the "org-get-tags" function, only the tags put on the heading, and not the inherited tags, are retrieved. How can I get the inherited tags as well?

Re: Selection owner couldn’t convert: STRING

2022-08-28 Thread Sharon Kimble
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Ihor Radchenko writes: > Sharon Kimble writes: > >> I've found a problem with Imenu and org-mode, and the error report says - >> >> = >> Selection owner couldn’t convert: STRING >> Error in menu-bar-update-hook (imenu-update-menubar):

Re: [PATCH v3] Show org file title in org-clock clocktable

2022-08-28 Thread Duy Nguyen
That is fine, thanks. Regards, Duy Duy Nguyen writes: > Duy Nguyen writes: > >> Duy Nguyen writes: >> Thanks for the update! Applied onto main via 2cc2d8f1f with amendments. I fixed on double space " " between sentences, removed autoload cookie (that function is not

Re: [PATCH v3] Show org file title in org-clock clocktable

2022-08-28 Thread Duy Nguyen
Duy Nguyen writes: > Duy Nguyen writes: > >>> Thanks for the update! >>> Applied onto main via 2cc2d8f1f with amendments. >>> I fixed on double space " " between sentences, removed autoload cookie >>> (that function is not used outside org-clock), and altered the docstring >>> making the first

Re: [PATCH v3] Show org file title in org-clock clocktable

2022-08-28 Thread Duy Nguyen
Duy Nguyen writes: >> Thanks for the update! >> Applied onto main via 2cc2d8f1f with amendments. >> I fixed on double space " " between sentences, removed autoload cookie >> (that function is not used outside org-clock), and altered the docstring >> making the first line a single sentence and