Giter Site home page Giter Site logo

Comments (7)

justinabrahms avatar justinabrahms commented on June 16, 2024 1

https://justin.abrah.ms/dotfiles/emacs.html#org4b3c60e is my updated config. I just discard things earlier in the pipeline.

(use-package org-super-agenda
  :init (setq org-super-agenda-groups
              '(
                (:discard (:scheduled future))
                (:property ("PROJECT" "2022Goals") :name "2022 Goals" :order 12)
                (:property ("PROJECT" "2023Goals") :name "2023 Goals" :order 13)
                (:todo "NEXT")
                (:priority "A" :name "High priority")
                (:deadline t :name "Upcoming deadlines")
                (:scheduled today :name "today")
                (:scheduled past :name "past")
                (:file-path "/notes.org" :order 11 :name "Home stuff")
                (:tag "writing" :order 10)
                (:discard (:scheduled future))
                (:auto-property "WAITING_ON" :log t :name "Waiting on people")
                (:auto-property "PROJECT" :log t)
                (:auto-tags)
                (:auto-todo)))

  :config (org-super-agenda-mode 1)
  (variable-pitch-mode 1))

Which I now see has a duplicated discard. :-P

from org-super-agenda.

justinabrahms avatar justinabrahms commented on June 16, 2024

The offending issue is the "Things I'm waiting on" grouping.

from org-super-agenda.

alphapapa avatar alphapapa commented on June 16, 2024

The error is happening because that's not a valid use of the :discard selector.

from org-super-agenda.

justinabrahms avatar justinabrahms commented on June 16, 2024

Seems that way, but was working in previous versions. 🤷 Thanks, I'm back to working.

from org-super-agenda.

alphapapa avatar alphapapa commented on June 16, 2024

Hm, well, if that ever worked, it wasn't intended to. :)

from org-super-agenda.

VVialard avatar VVialard commented on June 16, 2024

Hello !
Sorry to re-open this issue, but I was using the same formula before...
@justinabrahms What work-around have you found to keep the same property ?
Thanks,

from org-super-agenda.

VVialard avatar VVialard commented on June 16, 2024

Thanks a lot ! This sure is an amazing config 🚀
My issue must be coming from earlier in my pipeline... I will perform additional checks !

from org-super-agenda.

Related Issues (20)

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.