mirror of https://github.com/Flinner/dots.git
				
				
				
			feat(emacs): org-ql
This commit is contained in:
		
							parent
							
								
									924a7ea523
								
							
						
					
					
						commit
						c987e1a561
					
				| 
						 | 
				
			
			@ -1289,6 +1289,15 @@ From: https://yiufung.net/post/anki-org/
 | 
			
		|||
                                                     (:tag "TO_BLOG"))
 | 
			
		||||
                                     :sort '(todo)
 | 
			
		||||
                                     :title "Goals"))
 | 
			
		||||
                         (cons "Orphans"
 | 
			
		||||
                                (list :buffers-files #'org-agenda-files
 | 
			
		||||
                                      :query '(and (not (todo))
 | 
			
		||||
                                                   (not (done))
 | 
			
		||||
                                                   (not (effort))
 | 
			
		||||
                                                   (not (tags "NOT_ORPHAN"))
 | 
			
		||||
                                                   (not (scheduled))
 | 
			
		||||
                                                   (not (deadline))
 | 
			
		||||
                                                   (parent))))
 | 
			
		||||
                         (cons "Quick Picks"
 | 
			
		||||
                               (list :buffers-files #'org-agenda-files
 | 
			
		||||
                                     :query '(and (not (done))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue