Tidy: Indentation in example
This commit is contained in:
parent
94d499bcf3
commit
df8a155b14
1 changed files with 2 additions and 2 deletions
|
|
@ -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: ")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue