Fix: (defface org-ql-view-due-date) Customization group

This commit is contained in:
Adam Porter 2024-09-10 22:38:19 -05:00
parent 1c8c89f264
commit a3c0205a68
3 changed files with 54 additions and 48 deletions

View file

@ -563,6 +563,9 @@ Simple links may also be written manually in either sexp or non-sexp form, like:
+ Command ~org-ql-find~ respects narrowing of the current buffer by default, allowing searching within the narrowed region. (Using one ~C-u~ argument widens the current buffer, and using two ~C-u~ arguments prompts for the buffers to search.) + Command ~org-ql-find~ respects narrowing of the current buffer by default, allowing searching within the narrowed region. (Using one ~C-u~ argument widens the current buffer, and using two ~C-u~ arguments prompts for the buffers to search.)
+ Function ~org-ql-completing-read~ accepts a new ~NARROWP~ argument, which is passed to ~org-ql-select~. + Function ~org-ql-completing-read~ accepts a new ~NARROWP~ argument, which is passed to ~org-ql-select~.
*Fixes*
+ Customization group for face ~org-ql-view-due-date~.
*** helm-org-ql *** helm-org-ql
Tagged v0.6.2, fixing a compilation warning. Tagged v0.6.2, fixing a compilation warning.

View file

@ -57,7 +57,7 @@
(defface org-ql-view-due-date (defface org-ql-view-due-date
'((t (:slant italic :weight bold))) '((t (:slant italic :weight bold)))
"Face for due dates in `org-ql-view' views." "Face for due dates in `org-ql-view' views."
:group 'org-ql) :group 'org-ql-view)
(defface org-ql-view-title '((t :weight bold)) (defface org-ql-view-title '((t :weight bold))
"View title in header line." "View title in header line."

View file

@ -1106,6 +1106,9 @@ File: README.info, Node: 09-pre, Next: 089, Up: Changelog
• Function org-ql-completing-read accepts a new NARROWP argument, • Function org-ql-completing-read accepts a new NARROWP argument,
which is passed to org-ql-select. which is passed to org-ql-select.
*Fixes*
• Customization group for face org-ql-view-due-date.
* Menu: * Menu:
* helm-org-ql: helm-org-ql (1). * helm-org-ql: helm-org-ql (1).
@ -2150,53 +2153,53 @@ Node: Links39051
Node: Tips39738 Node: Tips39738
Node: Changelog40062 Node: Changelog40062
Node: 09-pre41029 Node: 09-pre41029
Node: helm-org-ql (1)41667 Node: helm-org-ql (1)41743
Node: 08941808 Node: 08941884
Node: 08842950 Node: 08843026
Node: 08744026 Node: 08744102
Node: 08645254 Node: 08645330
Node: 08545488 Node: 08545564
Node: 08446144 Node: 08446220
Node: 08346596 Node: 08346672
Node: 08246937 Node: 08247013
Node: 08147330 Node: 08147406
Node: 0847753 Node: 0847829
Node: 07450479 Node: 07450555
Node: 07350704 Node: 07350780
Node: 07251438 Node: 07251514
Node: 07152359 Node: 07152435
Node: 0753170 Node: 0753246
Node: 06356036 Node: 06356112
Node: 06256569 Node: 06256645
Node: 06156876 Node: 06156952
Node: 0657446 Node: 0657522
Node: 05260502 Node: 05260578
Node: 05160804 Node: 05160880
Node: 0561229 Node: 0561305
Node: 04962760 Node: 04962836
Node: 04863042 Node: 04863118
Node: 04763391 Node: 04763467
Node: 04663800 Node: 04663876
Node: 04564208 Node: 04564284
Node: 04464569 Node: 04464645
Node: 04364928 Node: 04365004
Node: 04265131 Node: 04265207
Node: 04165292 Node: 04165368
Node: 0465539 Node: 0465615
Node: 03269640 Node: 03269716
Node: 03170043 Node: 03170119
Node: 0370240 Node: 0370316
Node: 02373540 Node: 02373616
Node: 02273774 Node: 02273850
Node: 02174054 Node: 02174130
Node: 0274259 Node: 0274335
Node: 0178337 Node: 0178413
Node: Development78438 Node: Development78514
Node: Copyright assignment78671 Node: Copyright assignment78747
Node: Notes79261 Node: Notes79337
Node: Comparison with Org Agenda searches79425 Node: Comparison with Org Agenda searches79501
Node: org-sidebar80314 Node: org-sidebar80390
Node: License80593 Node: License80669
 
End Tag Table End Tag Table