emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Микола Стрєбков" <nick@mykola.org>
To: Matt Lundin <mdl@imapmail.org>
Cc: emacs-orgmode@gnu.org
Subject: Re: Re: C-c a t shows empty list
Date: Fri, 21 Jan 2011 01:33:50 +0200	[thread overview]
Message-ID: <4C3A37FA-E139-4FB4-B1F8-9D9137BD7715@mykola.org> (raw)
In-Reply-To: <87tyh3xjzw.fsf@fastmail.fm>

Hi, Matt

On 21 січ. 2011, at 00:56, Matt Lundin wrote:
> 
>> Here is org part of my .emacs:
>> 
>> ;;;
>> ;;; 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))
>> 
> 
> What is the value or org-agenda-files?

Good question made a trick: setting org-agenda-files to proper values (directory w/ agenda files in my case) solved the issue.
Thanks a lot. 

-- 
Mykola Stryebkov
Public key: http://mykola.org/pubkey.txt
fpr: 0226 54EE C1FF 8636 36EF  2AC9 BCE9 CFC7 9CF4 6747

      reply	other threads:[~2011-01-20 23:34 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-20 21:38 C-c a t shows empty list Микола Стрєбков
2011-01-20 21:43 ` Erik Iverson
2011-01-20 22:07   ` Микола Стрєбков
2011-01-20 22:08     ` Erik Iverson
2011-01-20 22:56     ` Matt Lundin
2011-01-20 23:33       ` Микола Стрєбков [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4C3A37FA-E139-4FB4-B1F8-9D9137BD7715@mykola.org \
    --to=nick@mykola.org \
    --cc=emacs-orgmode@gnu.org \
    --cc=mdl@imapmail.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).