emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-mode issues i'm having
@ 2006-04-28 15:02 David O'Toole
  2006-05-06 10:20 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: David O'Toole @ 2006-04-28 15:02 UTC (permalink / raw)
  To: emacs-orgmode


1. Links that target specific text in a file, do not work properly:

   - [[file:~/emacs/org-4.27/org.el::defcustom%20org%20after%20todo%20state%20change%20hook%20nil][file:~/emacs/org-4.27/org.el::defcustom org after todo state change hook nil]]
   - [[file:~/emacs/org-4.27/org.el::defvar%20org%20todo%20line%20regexp%20nil][file:~/emacs/org-4.27/org.el::defvar org todo line regexp nil]]

   The above were made with "C-c l" (org-store-link). 

   When opening with C-c C-o, I expect it to locate point near the
   search text, but it doesn't. If the file is not being visited
   currently, it simply locates point at the beginning of the file. If
   the file is being visited, it doesn't move point.

   Am I missing something? 

2. Remember support doesn't work properly. After hitting C-c C-c, the
   little "place your text in the outline tree" help comes up, and I
   can move the cursor a little, but I don't see ANY tree or text from
   the outline, just a blank window behind the help text. 

I'm using CVS emacs and configuring org like this: 

----------------------------
(add-to-list 'load-path "/home/dto/emacs/org-4.27")
(load "org")
(load "remember")
(add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
(define-key global-map "\C-cl" 'org-store-link)
(define-key global-map "\C-ca" 'org-agenda)
(define-key global-map "\C-cr" 'remember)

(setq org-log-done t)

(setq org-fontify-emphasized-text t)
(setq org-fontify-done-headline t)
(setq org-agenda-include-all-todo nil)

(setq org-directory "~/org")
(setq org-default-notes-file "~/org/Remember.org")

(setq org-export-html-style "<link rel=stylesheet href=\"../e/freeshell2.css\" type=\"text/css\">")
(setq org-export-with-section-numbers nil)
(setq org-export-with-toc nil)

(setq org-reverse-note-order t)  ;; note at beginning of file by default.
(setq org-adapt-indentation nil)
(setq remember-annotation-functions '(org-remember-annotation))
(setq remember-handler-functions '(org-remember-handler))
(add-hook 'remember-mode-hook 'org-remember-apply-template)

;; widen category field a little
(setq org-agenda-prefix-format "  %-15:c%?-12t% s") 


-- 
Dave O'Toole
dto@gnu.org

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: org-mode issues i'm having
  2006-04-28 15:02 org-mode issues i'm having David O'Toole
@ 2006-05-06 10:20 ` Carsten Dominik
  0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2006-05-06 10:20 UTC (permalink / raw)
  To: David O'Toole; +Cc: emacs-orgmode


On Apr 28, 2006, at 17:02, David O'Toole wrote:

>
> 1. Links that target specific text in a file, do not work properly:
>
>    -  
> [[file:~/emacs/org-4.27/org.el:: 
> defcustom%20org%20after%20todo%20state%20change%20hook%20nil][file:~/ 
> emacs/org-4.27/org.el::defcustom org after todo state change hook  
> nil]]
>    -  
> [[file:~/emacs/org-4.27/org.el:: 
> defvar%20org%20todo%20line%20regexp%20nil][file:~/emacs/org-4.27/ 
> org.el::defvar org todo line regexp nil]]


This is better now, there was indeed a bug, introduced with the BibTeX  
support.  Fixed now, for the next version.  Thanks.
>
> 2. Remember support doesn't work properly. After hitting C-c C-c, the
>    little "place your text in the outline tree" help comes up, and I
>    can move the cursor a little, but I don't see ANY tree or text from
>    the outline, just a blank window behind the help text.

You need to create a top-level heading in your notes file.  The default  
level if Remember Notes is level 2, and that leads to the problems you  
describe.  Hmmm, this is not good.  I will automatically create this  
level one heading in a files that does not have one....  DONE, for next  
version.

- Carsten

--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-05-08  9:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-28 15:02 org-mode issues i'm having David O'Toole
2006-05-06 10:20 ` Carsten Dominik

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).