Re: [O] do I have to set .emacs for each file to work with agenda? II
Hi Renato, Renato 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!
Re: [O] do I have to set .emacs for each file to work with agenda? II
On 2014-01-11 20:05 Renato wrote: > Sorry, I correct a little the previous email :-( > > Hi, > 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? > > TIA > > Renato > Yes, there could be many files. But this should not be a problem, I guess. You can set `org-agenda-files' to a list (which you have already done, although it is a list with only one element). You can even specify directories and org will include all files in those directories. For further info, consult the documentation: C-h v org-agenda-files RET HTH, -- Alexander Baier
[O] do I have to set .emacs for each file to work with agenda? II
Sorry, I correct a little the previous email :-( Hi, 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? TIA Renato
[O] do I have to set .emacs for each file to work with agenda?
Hi, I' ve started to work with this feature. I'm wondering if to work with the agenda feature, I need to write each file with I work on to be able to have agenda features. I mean: they could be many file. Isn't it? TIA Renato