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 cl
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
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 used
-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): (wrong-t
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?
D
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 ta
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
for
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")
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 shar
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
10 matches
Mail list logo