lang/org: fix void-symbol value error
This commit is contained in:
parent
e50d8b8733
commit
f6d572c9fe
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
(defvar +org-attachments nil
|
(defvar +org-attachments nil
|
||||||
"A list of all indexed attachments in `+org-dir'.")
|
"A list of all indexed attachments in `+org-dir'.")
|
||||||
|
|
||||||
(defvar +org-attachments-files value
|
(defvar +org-attachments-files nil
|
||||||
"A list of all attachments in `org-attach-directory'.")
|
"A list of all attachments in `org-attach-directory'.")
|
||||||
|
|
||||||
(defun +org-attachments--list (&optional beg end)
|
(defun +org-attachments--list (&optional beg end)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue