Additions
- Add clock-in action. Thanks to Michael Salihi.
- Add refile action. Thanks to @Atreus-Tantalus.
Changes
- Define actions in customizable variable
helm-org-rifle-actions
, which makes it easier for users to add custom actions. Thanks to Akira Komamura.
Fixes
- Use static autoload definitions for macro-defined commands, and delete autoloads for the macro definitions. This prevents
helm-org-rifle
from causingorg
to load unnecessarily. Fixes #13. Thanks to Anders Johansson (@andersjohansson) and Chris Ruegge (@cruegge). - When opening an item in an indirect buffer, respect the setting of
org-indirect-buffer-display
, and preserve position of point in the source buffer. Thanks to Akira Komamura. - Remove call to
org-re
, a macro obsolete in Org 9.0.