Typo fix
This commit is contained in:
		
							parent
							
								
									fd6003233a
								
							
						
					
					
						commit
						510dba88c3
					
				| 
						 | 
					@ -15,7 +15,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(setq org-agenda-files (list (concat org-directory "Todos/" )))
 | 
					(setq org-agenda-files (list (concat org-directory "Todos/" )))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(defvar-local +org-capture-work-todo
 | 
					(defvar-local +org-capture-work-todo-file
 | 
				
			||||||
  (expand-file-name "Work/todo.org" org-directory))
 | 
					  (expand-file-name "Work/todo.org" org-directory))
 | 
				
			||||||
(add-to-list 'org-capture-templates
 | 
					(add-to-list 'org-capture-templates
 | 
				
			||||||
             '("w" "Work Todo" entry
 | 
					             '("w" "Work Todo" entry
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -613,7 +613,7 @@ ln -s $HOME/org/Work/todo.org $HOME/org/Todo/work.org
 | 
				
			||||||
I still want to capture work related notes where ever I am though.
 | 
					I still want to capture work related notes where ever I am though.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#+begin_src emacs-lisp :tangle "+orgmode.el" :noweb no-export :comments no
 | 
					#+begin_src emacs-lisp :tangle "+orgmode.el" :noweb no-export :comments no
 | 
				
			||||||
(defvar-local +org-capture-work-todo
 | 
					(defvar-local +org-capture-work-todo-file
 | 
				
			||||||
  (expand-file-name "Work/todo.org" org-directory))
 | 
					  (expand-file-name "Work/todo.org" org-directory))
 | 
				
			||||||
(add-to-list 'org-capture-templates
 | 
					(add-to-list 'org-capture-templates
 | 
				
			||||||
             '("w" "Work Todo" entry
 | 
					             '("w" "Work Todo" entry
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user