Closed CsBigDataHub closed 3 years ago
In general, no. The `deft-strip-title-regexp' mechanism was never present in NotDeft, and NotDeft also only parses the beginning of each file, meaning that a recognized #+title cannot appear just anywhere.
However, looking at your screenshot, it seems that in your case it is the property drawers that are the issue, and there is specific support for ignoring those at the very beginning of a file. See if it helps to
(setq notdeft-allow-org-property-drawers t)
Awesome, thanks that worked.
hey @hasu
Is it possible to display title of the org-file instead of first line of the file when
notdeft
is called.display buffer when
M-x deft
is calleddisplay buffer when
M-x notdeft
is calleddeft used
deft-strip-title-regexp
variable to strip title from the org-file and display it indeft
buffer. If#+TITLE:
or#+title:
is not present in the file,file name
is used.Is it possible to do that in
notdeft
?