Skip to content

Commit

Permalink
Correct documentation for relative string date
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Pizzolli committed Oct 8, 2021
1 parent e6ce7c4 commit f3d3b63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions org-super-agenda.el
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ today), or `future' (to match items with a deadline in the
future). Argument may also be given like `before DATE' or `after
DATE', where DATE is a date string that `org-read-date' can
process. Note that relative dates are supported, e.g. `before
+3d' means in the next two days."
\"+3d\"' means in the next two days."
:section-name (pcase (car args)
('t "Deadline items")
('nil "Items without deadlines")
Expand Down Expand Up @@ -505,7 +505,7 @@ for today), or `future' (to match items scheduled for the
future). Argument may also be given like `before DATE' or `after
DATE', where DATE is a date string that `org-read-date' can
process. Note that relative dates are supported, e.g. `before
+3d' means in the next two days."
\"+3d\"' means in the next two days."
:section-name (pcase (car args)
('t "Scheduled items")
('nil "Unscheduled items ")
Expand Down

0 comments on commit f3d3b63

Please sign in to comment.