all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Rasmus <rasmus@gmx.us>
To: emacs-orgmode@gnu.org
Subject: Re: do I have to set .emacs for each file to work with agenda? II
Date: Sat, 11 Jan 2014 21:37:11 +0100	[thread overview]
Message-ID: <87wqi6qmq0.fsf@gmx.us> (raw)
In-Reply-To: 52D195E8.8050805@gmail.com

Hi Renato,

Renato <renato.pontefice@gmail.com> writes:

> I' ve started to work with this feature. I'm wondering if to work with
> the agenda feature, I need to write the namne of the file on ont the
> ".emacs" to be able to have agenda features.
>
> I mean: they could be many file. Isn't it?

I'm not sure I understand.  But you can add and remove files with the
following commands


--8<---------------cut here---------------start------------->8---
C-c [ runs the command org-agenda-file-to-front, which is an
interactive compiled Lisp function in `org.el'.

(org-agenda-file-to-front &optional TO-END)

Move/add the current file to the top of the agenda file list.
If the file is not present in the list, it is added to the front.  If it is
present, it is moved there.  With optional argument TO-END, add/move to the
end of the list.
--8<---------------cut here---------------end--------------->8---

and 

--8<---------------cut here---------------start------------->8---
C-c ] runs the command org-remove-file, which is an interactive
compiled Lisp function in `org.el'.

(org-remove-file &optional FILE)

Remove current file from the list of files in variable `org-agenda-files'.
These are the files which are being checked for agenda entries.
Optional argument FILE means use this file instead of the current.
--8<---------------cut here---------------end--------------->8---

of course you are also free to maintain your own list of files.  You
could even make it dependent on your current machine, if you sync your
init-file.

Hope it helps.

–Rasmus 

-- 
Vote for proprietary math!

      parent reply	other threads:[~2014-01-11 20:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-11 19:05 do I have to set .emacs for each file to work with agenda? II Renato
2014-01-11 20:33 ` Alexander Baier
2014-01-11 20:37 ` Rasmus [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

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

  git send-email \
    --in-reply-to=87wqi6qmq0.fsf@gmx.us \
    --to=rasmus@gmx.us \
    --cc=emacs-orgmode@gnu.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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.