Fix: (org-dblock-write:org-ql) Use org-link-display-format
Fixes #153. Thanks to @jbriquet for reporting.
This commit is contained in:
parent
2c14903c76
commit
2a010f29c1
1 changed files with 2 additions and 1 deletions
|
|
@ -285,7 +285,8 @@ For example, an org-ql dynamic block header could look like:
|
|||
(org-element-property :todo-keyword element)))
|
||||
(cons 'heading (lambda (element)
|
||||
(org-make-link-string (org-element-property :raw-value element)
|
||||
(org-element-property :raw-value element))))
|
||||
(org-link-display-format
|
||||
(org-element-property :raw-value element)))))
|
||||
(cons 'priority (lambda (element)
|
||||
(--when-let (org-element-property :priority element)
|
||||
(char-to-string it))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue