emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-refile bug? org-back-to-heading: before first heading
@ 2008-01-16 23:32 Bernt Hansen
  2008-01-17 11:14 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: Bernt Hansen @ 2008-01-16 23:32 UTC (permalink / raw)
  To: emacs-orgmode

Hi Carsten,

I'm playing with org-refile and in some cases it's not working for me.

Here's a test.org file and minimal emacs setup you can try to use to
reproduce the problem.

Org-mode version 5.18a
GNU Emacs 22.1.1 (i486-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2007-11-03 on pacem, modified by Debian

,----[ ~/minimal.emacs ]
| (global-font-lock-mode t)
| (add-to-list 'load-path (expand-file-name "~/git/org-mode"))
| (add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
| (require 'org-install)
| (define-key global-map "\C-ca" 'org-agenda)
| (custom-set-variables
|  '(org-agenda-files (quote ("~/org/test.org"))))
| (setq org-use-fast-todo-selection t)
`----

,----[ test.org ]
| #+STARTUP: contents
| * one
| ** TODO one-one
| * Two
| ** TODO Two-one
|    SCHEDULED: <2008-01-16 Wed>
| ** TODO Refile me to one
`----

Now do the following:

$ emacs -q -l ~/minimal.emacs

| Key Sequence           | Description                                                             |
|------------------------+-------------------------------------------------------------------------|
| C-a a a                | Go to agenda for the week                                               |
| down arrow             | Move to scheduled task Two-one                                          |
| RETURN                 | Go to task in test.org                                                  |
| down arrow             | Go to task ** TODO Refile me to one                                     |
| C-c C-w                | org-refile                                                              |
| o TAB                  | Refile to * one                                                         |

I get the following error text:

org-back-to-heading: before first heading

If I try to move back to the org file from the agenda by hitting return
on the displayed scheduled task I get this error:

call-interactively: Wrong type argument: integer-or-marker-p, nil

---

If I don't display the agenda first... and just find-file to
~/org/test.org the org-refile works fine.

Regards,
Bernt

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

* Re: org-refile bug? org-back-to-heading: before first heading
  2008-01-16 23:32 org-refile bug? org-back-to-heading: before first heading Bernt Hansen
@ 2008-01-17 11:14 ` Carsten Dominik
  0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2008-01-17 11:14 UTC (permalink / raw)
  To: Bernt Hansen; +Cc: emacs-orgmode

Same here, excellent report, just took me 5 minutes to find and fix  
the bug, thanks!

- Carsten

On Jan 17, 2008, at 12:32 AM, Bernt Hansen wrote:

> Hi Carsten,
>
> I'm playing with org-refile and in some cases it's not working for me.
>
> Here's a test.org file and minimal emacs setup you can try to use to
> reproduce the problem.
>
> Org-mode version 5.18a
> GNU Emacs 22.1.1 (i486-pc-linux-gnu, X toolkit, Xaw3d scroll bars)  
> of 2007-11-03 on pacem, modified by Debian
>
> ,----[ ~/minimal.emacs ]
> | (global-font-lock-mode t)
> | (add-to-list 'load-path (expand-file-name "~/git/org-mode"))
> | (add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
> | (require 'org-install)
> | (define-key global-map "\C-ca" 'org-agenda)
> | (custom-set-variables
> |  '(org-agenda-files (quote ("~/org/test.org"))))
> | (setq org-use-fast-todo-selection t)
> `----
>
> ,----[ test.org ]
> | #+STARTUP: contents
> | * one
> | ** TODO one-one
> | * Two
> | ** TODO Two-one
> |    SCHEDULED: <2008-01-16 Wed>
> | ** TODO Refile me to one
> `----
>
> Now do the following:
>
> $ emacs -q -l ~/minimal.emacs
>
> | Key Sequence           |  
> Description 
>                                                              |
> |------------------------ 
> + 
> -------------------------------------------------------------------------|
> | C-a a a                | Go to agenda for the  
> week                                               |
> | down arrow             | Move to scheduled task Two- 
> one                                          |
> | RETURN                 | Go to task in  
> test.org                                                  |
> | down arrow             | Go to task ** TODO Refile me to  
> one                                     |
> | C-c C-w                | org- 
> refile                                                              |
> | o TAB                  | Refile to *  
> one                                                         |
>
> I get the following error text:
>
> org-back-to-heading: before first heading
>
> If I try to move back to the org file from the agenda by hitting  
> return
> on the displayed scheduled task I get this error:
>
> call-interactively: Wrong type argument: integer-or-marker-p, nil
>
> ---
>
> If I don't display the agenda first... and just find-file to
> ~/org/test.org the org-refile works fine.
>
> Regards,
> Bernt
>
>
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

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

end of thread, other threads:[~2008-01-17 11:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-16 23:32 org-refile bug? org-back-to-heading: before first heading Bernt Hansen
2008-01-17 11:14 ` 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).