adding a few org agenda tweaks and printing tweaks
This commit is contained in:
		
							parent
							
								
									69a285aad9
								
							
						
					
					
						commit
						e6e8270f3e
					
				
					 2 changed files with 12 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -893,6 +893,7 @@ Part of this config includes some special capture templates for my work as a you
 | 
			
		|||
    "rr" 'org-refile
 | 
			
		||||
    "E" 'org-export-dispatch
 | 
			
		||||
    "oa" 'org-agenda-list
 | 
			
		||||
    "os" 'org-agenda
 | 
			
		||||
    "gt" 'org-babel-tangle
 | 
			
		||||
    "td" 'org-toggle-link-display
 | 
			
		||||
    "il" 'org-insert-link
 | 
			
		||||
| 
						 | 
				
			
			@ -923,6 +924,7 @@ Part of this config includes some special capture templates for my work as a you
 | 
			
		|||
           "gC" 'chris/org-columns-view
 | 
			
		||||
           "ge" 'org-edit-src-code
 | 
			
		||||
           "gr" 'revert-buffer
 | 
			
		||||
           "gt" 'org-set-tags-command
 | 
			
		||||
           "ze" 'org-emphasize
 | 
			
		||||
           "zn" 'org-narrow-to-subtree
 | 
			
		||||
           "zw" 'widen
 | 
			
		||||
| 
						 | 
				
			
			@ -1041,7 +1043,7 @@ We also need to setup some capture templates to use some specific setups with my
 | 
			
		|||
        org-roam-capture-templates
 | 
			
		||||
        '(("d" "default" entry "\n* %?"
 | 
			
		||||
           :if-new (file+head "${slug}.org"
 | 
			
		||||
                               "#+TITLE: ${title}\n#+AUTHOR: Chris Cochrun\n#+CREATED: %<%D - %I:%M %p>\n\n")
 | 
			
		||||
                               "#+TITLE: ${title}\n#+AUTHOR: Chris Cochrun\n#+CREATED: %<%D - %I:%M %p>\n\n%a")
 | 
			
		||||
           :unnarrowed t)
 | 
			
		||||
          ("b" "bible" entry "\n* %?"
 | 
			
		||||
           :if-new (file+head "${slug}.org"
 | 
			
		||||
| 
						 | 
				
			
			@ -3887,8 +3889,9 @@ Let's use pdf-tools for a lot better interaction with pdfs.
 | 
			
		|||
  ;;       pdf-tools-directory "/nix/store/6pc8vs42xbfah1h8h050a77p7vpr12kc-emacs-packages-deps/share/emacs/site-lisp/elpa/pdf-tools-20220823/")
 | 
			
		||||
  (pdf-tools-install)
 | 
			
		||||
  :config
 | 
			
		||||
  (custom-set-variables '(pdf-misc-print-program "/usr/bin/lpr")
 | 
			
		||||
                        '(pdf-misc-print-program-args (quote ("-o media=Letter" "-o fitplot"))))
 | 
			
		||||
 | 
			
		||||
  (custom-set-variables '(pdf-misc-print-program-executable "lpr")
 | 
			
		||||
                        '(pdf-misc-print-program-args (quote ("-o media=Letter" "-o fitplot" "-o sides=two-sided-long-edge"))))
 | 
			
		||||
  (add-hook 'pdf-view-mode 'pdf-view-fit-page-to-window))
 | 
			
		||||
#+end_src
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										9
									
								
								init.el
									
										
									
									
									
								
							
							
						
						
									
										9
									
								
								init.el
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -624,6 +624,7 @@ much faster. The hope is to also make this a faster version of imenu."
 | 
			
		|||
    "rr" 'org-refile
 | 
			
		||||
    "E" 'org-export-dispatch
 | 
			
		||||
    "oa" 'org-agenda-list
 | 
			
		||||
    "os" 'org-agenda
 | 
			
		||||
    "gt" 'org-babel-tangle
 | 
			
		||||
    "td" 'org-toggle-link-display
 | 
			
		||||
    "il" 'org-insert-link
 | 
			
		||||
| 
						 | 
				
			
			@ -654,6 +655,7 @@ much faster. The hope is to also make this a faster version of imenu."
 | 
			
		|||
           "gC" 'chris/org-columns-view
 | 
			
		||||
           "ge" 'org-edit-src-code
 | 
			
		||||
           "gr" 'revert-buffer
 | 
			
		||||
           "gt" 'org-set-tags-command
 | 
			
		||||
           "ze" 'org-emphasize
 | 
			
		||||
           "zn" 'org-narrow-to-subtree
 | 
			
		||||
           "zw" 'widen
 | 
			
		||||
| 
						 | 
				
			
			@ -745,7 +747,7 @@ much faster. The hope is to also make this a faster version of imenu."
 | 
			
		|||
        org-roam-capture-templates
 | 
			
		||||
        '(("d" "default" entry "\n* %?"
 | 
			
		||||
           :if-new (file+head "${slug}.org"
 | 
			
		||||
                               "#+TITLE: ${title}\n#+AUTHOR: Chris Cochrun\n#+CREATED: %<%D - %I:%M %p>\n\n")
 | 
			
		||||
                               "#+TITLE: ${title}\n#+AUTHOR: Chris Cochrun\n#+CREATED: %<%D - %I:%M %p>\n\n%a")
 | 
			
		||||
           :unnarrowed t)
 | 
			
		||||
          ("b" "bible" entry "\n* %?"
 | 
			
		||||
           :if-new (file+head "${slug}.org"
 | 
			
		||||
| 
						 | 
				
			
			@ -2832,8 +2834,9 @@ targets."
 | 
			
		|||
  ;;       pdf-tools-directory "/nix/store/6pc8vs42xbfah1h8h050a77p7vpr12kc-emacs-packages-deps/share/emacs/site-lisp/elpa/pdf-tools-20220823/")
 | 
			
		||||
  (pdf-tools-install)
 | 
			
		||||
  :config
 | 
			
		||||
  (custom-set-variables '(pdf-misc-print-program "/usr/bin/lpr")
 | 
			
		||||
                        '(pdf-misc-print-program-args (quote ("-o media=Letter" "-o fitplot"))))
 | 
			
		||||
 | 
			
		||||
  (custom-set-variables '(pdf-misc-print-program-executable "lpr")
 | 
			
		||||
                        '(pdf-misc-print-program-args (quote ("-o media=Letter" "-o fitplot" "-o sides=two-sided-long-edge"))))
 | 
			
		||||
  (add-hook 'pdf-view-mode 'pdf-view-fit-page-to-window))
 | 
			
		||||
 | 
			
		||||
(use-package nov
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue