Deft 0.7 Release Notes
Deft for Emacs version 0.7 was released on December 21, 2015. This new stable version can be downloaded from the Deft homepage or using the direct link to the package:
This version offers the following new features and enhancements:
Add custom regular expression
deft-strip-summary-regexp
for stripping extraneous text for generating the summary line. Strip allorg-mode
metadata by default. (926cc8c, 18607d2, ce242e0, 91f8c5d)New customizable regular expressions for ignoring files and directories. See
deft-recursive-ignore-dir-regexp
anddeft-ignore-file-regexp
. (47d5cc4, 86631ce)
Bug fixes:
Prevent lines from wrapping in console mode. (5518969)
Setup
deft-extensions
anddeft-default-extension
at load time so they are available for all of the various entry points. (140387e)Try to prevent false title matches in org-mode notes where the string
#+TITLE:
might also appear in the body. (e043371)Use
with-current-buffer
instead ofsave-excursion
while auto-saving files since we do not want to save the point. (ac03c01)Don’t escape quotes in
deft-file-naming-rules
. (a3e25d9)