emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Begginer using orgmode


From: Arnold, Travis
Subject: Re: [O] Begginer using orgmode
Date: Fri, 15 Apr 2011 22:22:33 -0400

emacs 22.1, that is in Mac OSX 10.6.6 and Orgmode 7.4 Here is my .emacs file, 
all stuff I've cribbed from either the tutorial or the Orgpdf itself, with my 
own specification regarding what is in the agenda make up, a notes.org, school 
and an Agenda.org(to differeniate from school deadlines)
-Travis Arnold

;; Org-mode settings                                                            
                                                                                
                                        
(add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
(global-set-key "\C-cl" 'org-store-link)
(global-set-key "\C-ca" 'org-agenda)
(global-font-lock-mode 1)
(add-to-list 'load-path "/Users/Tmoney/org-7.4/lisp")
(custom-set-variables
  ;; custom-set-variables was added by Custom.                                  
                                                                                
                                        
  ;; If you edit it by hand, you could mess it up, so be careful.               
                                                                                
                                        
  ;; Your init file should contain only one such instance.                      
                                                                                
                                        
  ;; If there is more than one, they won't work right.                          
                                                                                
                                        
  '(gud-gdb-command-name "gdb --annotate=1")
'(org-agenda-files (quote ("~/org/Notes.org" "~/org/school.org" 
"~/org/Agenda.org"))))
(setq org-agenda-files (list "~/org/Notes.org"
                             "~/org/school.org"
                             "~/org/Agenda.org"))
(setq org-todo-keywords '((sequence "TODO(t)" "STARTED(s)" "WAITING(w@/!)" "|" 
"DONE(d)")
                          (sequence "|" "CANCELED(c@/!)")))
(setq org-log-done 'time)
(custom-set-faces
  ;; custom-set-faces was added by Custom.                                      
                                                                                
                                        
  ;; If you edit it by hand, you could mess it up, so be careful.               
                                                                                
                                        
  ;; Your init file should contain only one such instance.                      
                                                                                
                                        
  ;; If there is more than one, they won't work right.

On 15 Apr, 2011, at 5:45 PM, Matthew Sauer wrote:

> do you have your section of .emacs or site file customizations that
> you used to set it up with?  also what version of Ogmode and emacs?
> 
> On Wed, Apr 13, 2011 at 10:31 PM, Arnold, Travis <address@hidden> wrote:
>> Hi all after much googling and searching I came across org mode while trying 
>> to find a system for my mac on which I could take notes for my school 
>> classes. I've read the manual and taken a look at the worg tutorials but  
>> seem to keep messing up my .emacs config file, I seemed to have borked the 
>> sequence, or work flow of my TODO states, I started with the ones in the 
>> example but just took out the next step and added some short cuts, t, s, d 
>> and c, but C-t just cycles from TODO ->DONE and since I know every little 
>> about coding, or lisp I am unsure of what I did wrong.  I cannot also seem 
>> to find a a way to just get bolded section headings with out the 1.x.x etc 
>> etc for my notes, if anything I wonder if there is a way to get list the 
>> sections with roman numerals?
>> 
>> As the note taking system I have so far enjoyed it and would love to tinker 
>> and tweak it for an agenda but am fearful of messing up. Might anyone know 
>> of a tutorial for luddites like myself who are just starting out? I am 
>> unsure if I even set up my .emacs file correctly: I basically copied and 
>> pasted the relevant bits that I thought I needed.
>> 
>> Respectfully and thank you for the time,
>> Travis
>> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]