Giter Club home page Giter Club logo

org-when's Introduction

org-when

Hide items that aren't time-relevant by creating and using time-based tags e.g., @weekend

Agendas can get filled with tasks that can't be completed in the current time context. org-when will hide tasks that aren't doable right now.

For example

  • Clean the yard :@weekend:

With org-when, this heading will only show up in org agenda on Saturday or Sunday.

INSTALLATION

(package org-when) (use-package org-when)

CONFIGURATION

  1. optionally, customize org-when-time-entries. This is a list of tags and times. It can be customized or set. The default entries are
  • @weekend (Sat-Sun)
  • @weekday (Mon-Fr)
  • @morning (5am-10am)
  • @evening (5pm-11pm)
  1. In your org agenda configuration, use org-when-skip-if instead of org-agenda-skip-if. e.g.
(setq org-agenda-custom-commands
        '(("d" "Daily agenda"
            ((agenda ""
                (org-agenda-skip-function '(org-when-skip-if '(todo done))))))))

  1. tag your headings with one of the specified tags.

org-when's People

Contributors

dppdppd avatar

Stargazers

 avatar Akira Komamura avatar Antares avatar Justin Silverman avatar Kevin Lyter avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.