From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: Converting from OmniFocus to org-mode Date: Mon, 15 Aug 2011 14:50:10 +0200 Message-ID: <20110815145010.468ddc61@kuru.homelinux.net> References: <87fwl33w9w.fsf@gnu.org> <20110815141628.55442dd5@kuru.homelinux.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:52330) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QswcR-0006JW-BV for emacs-orgmode@gnu.org; Mon, 15 Aug 2011 08:50:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QswcQ-0005d5-9M for emacs-orgmode@gnu.org; Mon, 15 Aug 2011 08:50:15 -0400 Received: from mail-ey0-f171.google.com ([209.85.215.171]:35122) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QswcQ-0005cv-0o for emacs-orgmode@gnu.org; Mon, 15 Aug 2011 08:50:14 -0400 Received: by eyg24 with SMTP id 24so5035381eyg.30 for ; Mon, 15 Aug 2011 05:50:13 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Jay McCarthy Cc: org-mode mailing list On Mon, 15 Aug 2011 06:19:28 -0600 Jay McCarthy wrote: > > or the output of 'git describe' from the shell in the org > > directory. > > release_7.7-20-g44472fa Does this happen with "emacs -Q -l /path/to/minimal/org-setup.el". If it is repeatable with the above, can you try to isolate the problematic part in your org file and post a minimal example for the devs to work with? There is a small FAQ entry about what is expected of a minimal example As for a minimal org setup after 'emacs -Q', this is what I use: (add-to-list 'load-path (expand-file-name "~/build/org-mode/lisp")) (add-to-list 'load-path (expand-file-name "~/build/org-mode/contrib/lisp")) ;; activate org (require 'org-install) I hope this helps you isolating your problem and reporting back with more details. GL -- Suvayu Open source is the future. It sets us free.