Giter Club home page Giter Club logo

.emacs.d's People

Contributors

jchaffin avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

.emacs.d's Issues

FYI: Org-sidebar changes

Hi,

FYI, I've recently made significant changes to org-sidebar. I saw your custom sidebar in your config, so here's a way to do the same sidebar with the new version:

(defun org-course-sidebar (course)
  (org-sidebar
   :sidebars (make-org-sidebar
              :name (concat "To-do items in " course)
              :description (concat "To-do items in " course)
              :items (org-ql (expand-file-name
                              (concat "~/Dropbox/courses/" course "/" course ".org"))
                       (and (not (done))
                            (todo)
                            (or (deadline <=)
                                (scheduled <=))
                            (not (tags "optional")))
                       :markers t)
              :super-groups '((:name "❗️Overdue" :scheduled past :deadline past)
                              (:name " Today" :scheduled today :deadline today)))))

Then you could call it like:

(org-course-sidebar "math")

Hope this helps. :) Please let me know if you have any feedback. I'd like to get it published to MELPA, but I haven't had much feedback from users yet.

Thanks.

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.