From: Christian Moe <mail@christianmoe.com>
To: Ashish Panigrahi <public@ashishpanigrahi.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Workflow for planning and scheduling tasks with org mode
Date: Sun, 22 Dec 2024 13:16:43 +0100 [thread overview]
Message-ID: <87r05zq5ec.fsf@christianmoe.com> (raw)
In-Reply-To: <D3B95B46-5D19-4A83-8BA2-B744E63A46E3@ashishpanigrahi.com> (Ashish Panigrahi's message of "Sat, 21 Dec 2024 11:37:45 +0100")
(re-sending, forgot to copy to the list)
Hi, Ashish,
You may get more specific advice if you exxplain exactly in what way
org-agenda seems to fail for you, i.e. what you expect to see and what
happens.
From what you say, it sounds as if you have items in your file
agenda.org that you expect to show up in the Agenda view when you run
org-agenda, but they don't unless you do "C-c [" on the file. That
should not be the case.
What value have you set for org-agenda-files in your init file?
Note that if the value is set to a single file name instead of a list of
files, Org-mode will treat that single file as a source of file names.
So if you keep all your todo items in a single file called agenda.org,
setting it to a one-item list like this should work:
: (setq 'org-agenda-files '("/home/username/agenda.org"))
But if you set it to a value like this,
: (setq 'org-agenda-files "/home/username/agenda.org")
it might not behave as you expect. (Ditto for custom-set-variables if
that's where you initialize it.)
Yours,
Christian
Ashish Panigrahi <public@ashishpanigrahi.com> writes:
> Hi,
>
> I am fairly new to org and was wondering what are the common workflows that people follow for planning and scheduling with
> org-mode.
>
> Currently I have one file called agenda.org to which I write a top level header for the week that I'm planning tasks for, followed by the
> tasks with the TODO keyword in front of the tasks. Still trying to figure out org-agenda as it often seems to fail me (or perhaps I've not
> understood the exact working behind it) but I often find myself pressing "C-x [" to bring agenda.org to the front of the agenda list,
> after which I can see my org agenda.
>
> Also, has anyone been able to make evil work with org-agenda? Thanks.
>
> Kind regards,
> Ashish
prev parent reply other threads:[~2024-12-22 12:34 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-21 10:37 Workflow for planning and scheduling tasks with org mode Ashish Panigrahi
2024-12-22 3:09 ` Kristoffer Balintona
2024-12-22 12:16 ` Christian Moe [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=87r05zq5ec.fsf@christianmoe.com \
--to=mail@christianmoe.com \
--cc=emacs-orgmode@gnu.org \
--cc=public@ashishpanigrahi.com \
/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).