emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to make change the appearance of org-date inside a drawer?


From: William Denton
Subject: How to make change the appearance of org-date inside a drawer?
Date: Thu, 5 Jan 2023 13:04:45 -0500 (EST)
User-agent: Alpine 2.22 (DEB 394 2020-01-19)

I would like to make drawers look fainter and smaller. I have this mostly working, with this:

(face-spec-set 'org-drawer '((t (:foreground "dim gray" :weight normal :height 
0.9))))
(face-spec-set 'org-special-keyword '((t (:foreground "dim gray" :weight normal 
:height 0.9))))
(face-spec-set 'org-property-value '((t (:weight normal :height 0.9))))

But then there is this case:

:LOGBOOK:
CLOCK: [2023-01-04 Wed 14:05]--[2023-01-04 Wed 17:33] =>  3:28
:END:

Here LOGBOOK and CLOCK are smaller, but the timestamps are full size. (This won't come across in plain text email, of course.)

describe-char there tells me the timestamp has the face org-date. Is there a way to make org-date smaller when it's in a drawer? I don't want to make a global setting for it, because I often use dates in headings.


Thanks,

Bill

--
William Denton
https://www.miskatonic.org/
Librarian, artist and licensed private investigator.
Toronto, Canada



reply via email to

[Prev in Thread] Current Thread [Next in Thread]