Hello all,To set "ARCHIVE" tag for the current item, I am using below config in my init.org,
(define (set-current-item-with-ARCHIVE-tag) (set-current-item-tags! "ARCHIVE")) (set! item-longpress-menu '(("ARCHIVE this" (set-current-item-with-ARCHIVE-tag))))
But it didn't work even I tried restarting beorg many times...I would appreciate your support on this and teaching me how to fix!Thanks so much!
(define (set-current-item-with-ARCHIVE-tag) (set-current-item-tags! '("ARCHIVE")))
Thanks so much! Matthew. It works!
Jason
Hello all,
To set "ARCHIVE" tag for the current item, I am using below config in my init.org,
But it didn't work even I tried restarting beorg many times...
I would appreciate your support on this and teaching me how to fix!
Thanks so much!