From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Iverson Subject: Re: C-c a t shows empty list Date: Thu, 20 Jan 2011 16:08:47 -0600 Message-ID: <4D38B26F.1060207@ccbr.umn.edu> References: <541B8493-867E-4395-B92D-A178693F57C9@mykola.org> <4D38AC6C.7040806@ccbr.umn.edu> <6D760B22-CD38-47A5-9A75-1B6EB5E99AB0@mykola.org> Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=49931 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pg2gX-0001hw-7s for emacs-orgmode@gnu.org; Thu, 20 Jan 2011 17:08:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pg2gW-0000Al-3q for emacs-orgmode@gnu.org; Thu, 20 Jan 2011 17:08:53 -0500 Received: from walleye.ccbr.umn.edu ([128.101.116.11]:2262) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pg2gV-0000Af-TU for emacs-orgmode@gnu.org; Thu, 20 Jan 2011 17:08:52 -0500 In-Reply-To: <6D760B22-CD38-47A5-9A75-1B6EB5E99AB0@mykola.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: =?KOI8-U?Q?=ED=C9=CB=CF=CC=C1_=F3=D4=D2=A4=C2=CB=CF=D7?= Cc: emacs-orgmode@gnu.org =ED=C9=CB=CF=CC=C1 =F3=D4=D2=A4=C2=CB=CF=D7 wrote: > Hi >=20 > On 20 =D3=A6=DE. 2011, at 23:43, Erik Iverson wrote: >=20 >> Which version of Emacs / org-mode? >=20 > Hmm... > Emacs 23.2 OS X, > "M-x org-info" shows docs for 6.33 but I have installed version 7.4... Does M-x org-version report the correct version? >=20 > The latest org-mode installed in: > (setq load-path (cons "~/.emacs.d/org" load-path)) >=20 > Here is org part of my .emacs: >=20 > ;;; > ;;; Org mode > ;;; > (require 'org-install) > (transient-mark-mode 1) > (setq org-log-done 'time) > (setq org-directory "~/Org") > (setq org-footnote-auto-adjust t) > (setq org-mobile-files (quote ("~/Org/main.org"))) > (setq org-mobile-directory "~/Dropbox/MobileOrg") > (setq org-mobile-inbox-for-pull "~/Org/inbox.org") > (setq org-todo-keywords > '( > (type "TODO" "|" "DONE") > (sequence "PROJ" "|" "FINISHED") > (sequence "PROG" "|" "CANCELLED" "DONE") > ) > ) > (setq org-default-notes-file (concat org-directory "/notes.org")) > (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode)) >=20 >=20 >> =ED=C9=CB=CF=CC=C1 =F3=D4=D2=A4=C2=CB=CF=D7 wrote: >>> Hi orgsters, >>> I started to use org-mode together with MobileOrg and everything was = fine. But two days ago I realized that I'm unable to build neither agenda= nor todo lists from my org files. Problem occurred on both Emacs and my = iPhone even on the simplest files like: >>> * test >>> ** TODO test2 >>> ** TODO test3 >>> * test4 >>> I found similar issue in google cache (osdir.com gives 403) but it wa= s resolved by just Emacs restarting. I'm not so happy. >>> Please help. >=20