Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 1
    So what happens if you modify the call to org-tags-view in perso/quickpick to use "Effort<=%f"? Commented Jul 1, 2020 at 12:45
  • ... and also modify the call in the commands to drop the quotes around 0.15? Commented Jul 1, 2020 at 12:46
  • Thanks! I tried with (format "Effort<=%f" arg) and (perso/quickpick 0.15 (etc.). All TODO items were displayed in the "Quickies" section, so it did not work. (But this is a central part of the question: I don't know how to treat effort estimates as floats, since they are basically [duration-]strings.) Maybe an additional precision: my effort estimates are set with #+PROPERTY: Effort_ALL 0:05 0:10 0:15 0:20 0:30 0:45 1:00 1:30 2:00 3:00. Commented Jul 1, 2020 at 13:18