Tidy: Indentation in example

This commit is contained in:
Adam Porter 2019-08-13 19:38:37 -05:00
parent 94d499bcf3
commit df8a155b14

View file

@ -5,8 +5,8 @@
#+BEGIN_SRC elisp #+BEGIN_SRC elisp
(cl-defun org-ql-agenda-last-days (days &optional (type 'ts)) (cl-defun org-ql-agenda-last-days (days &optional (type 'ts))
"Show entries from previous DAYS days with timestamps of TYPE. "Show entries from previous DAYS days with timestamps of TYPE.
TYPE may be `ts', `ts-active', `ts-inactive', `clocked', TYPE may be `ts', `ts-active', `ts-inactive', `clocked',
`closed', `deadline', `planning', or `scheduled'." `closed', `deadline', `planning', or `scheduled'."
(interactive (list (read-number "Days: ") (interactive (list (read-number "Days: ")
(->> '(ts ts-active ts-inactive clocked closed deadline planning scheduled) (->> '(ts ts-active ts-inactive clocked closed deadline planning scheduled)
(completing-read "Timestamp type: ") (completing-read "Timestamp type: ")