I just sent this mail to Suvavu only.. apologies to Suvavu for duplicate mail

Hi Suvayu.,

On 08/22/2011 04:17 PM, suvayu ali wrote:
 Hi Yagnesh,

 On Mon, Aug 22, 2011 at 8:47 AM, yagnesh raghava<yagn...@live.com>   wrote:
 when I do C-c C-x C-a to archive a entry in the agenda view i get the
 following back trace


 Debugger entered--Lisp error: (wrong-type-argument stringp nil)
   string-match("^/tmp_mnt/" nil)
   abbreviate-file-name(nil)
   org-archive-subtree()
   org-agenda-archive-with(org-archive-subtree)
   org-agenda-archive-default()
   call-interactively(org-agenda-archive-default nil nil)

 Can you replicate this with a minimal setup as described in the
 following link?

 <http://article.gmane.org/gmane.emacs.orgmode/45629/match=minimal+org+setup>

 For a minimal setup of your agenda files you can take hints from this:

 <http://article.gmane.org/gmane.emacs.orgmode/45788>

 Yagnesh
 GL


Thanks for the reply.,

I found the reason which is causing the problem. ARCHIVE property of a
heading is set incorrectly. like the following.,

#+begin_src org
* plotting                                   :plot:
  :PROPERTIES:
  :ARCHIVE:  * plotting
  :END:
** DONE make a cross sectional plot
   - State "DONE"       from "NEXT"
#+end_src

I must have configured :ARCHIVE: property wrong using =C-c C-x
p= . If I set it to " :ARCHIVE: %s_archive::* plotting " as the manual
suggested, everything working fine as expected.

Thanks for your time.

--
YYR



Reply via email to