Re: [O] (gnus-icalendar-org-setup) not evaluated in .emacs?

2017-09-20 Thread Nick Dokos
"Loris Bennett" writes: > I might even go wild and move to init.el ;-) > I moved to init.el a long time ago and now things are worse than they ever were with .emacs: there is all the .emacs crud that I copied over *plus* all the new init.el crud that I've added since

Re: [O] (gnus-icalendar-org-setup) not evaluated in .emacs?

2017-09-20 Thread Thomas S. Dye
Aloha, Lars-Johan Liman writes: >> 3. I now use org to manage my init file. In fact, I have a few init >> files. I have a bare bones minimal init file which I use when I need to >> debug a specific feature/package or generate bug reports, I have an >> experimental one where I play with new

Re: [O] (gnus-icalendar-org-setup) not evaluated in .emacs?

2017-09-20 Thread Eric S Fraga
On Wednesday, 20 Sep 2017 at 15:49, Lars-Johan Liman wrote: [...] > I have some files in CVS (yes, I'm that old ;-), but yes, Git is on my > mind too. Every new thing I archive I put in Git. Hey, I still use RCS... :-) But, okay, I do use git and mercurial as well. Have to go with the flow

Re: [O] (gnus-icalendar-org-setup) not evaluated in .emacs?

2017-09-20 Thread Lars-Johan Liman
Loris Bennett writes: >> Having said that, having let my .emacs grow organically (think "rampant >> weeds") for 30 years, maybe I should take the shears to it. :-) :-) Hahaa! LOL! I was thinking exactly those words earlier this morning, while trying to debug a complicated "cond" statement that

Re: [O] (gnus-icalendar-org-setup) not evaluated in .emacs?

2017-09-20 Thread Loris Bennett
Hi Tim, Tim Cross writes: > Management of an emacs init file is a challenge for anyone who has been > using Emacs for a long time. I did this after being a user for over 20 > years and like you, was a little daunted by the task. However, I now > realise it was the single

Re: [O] (gnus-icalendar-org-setup) not evaluated in .emacs?

2017-09-19 Thread Tim Cross
Management of an emacs init file is a challenge for anyone who has been using Emacs for a long time. I did this after being a user for over 20 years and like you, was a little daunted by the task. However, I now realise it was the single best thing I ever did to improve my emacs. I also had let

Re: [O] (gnus-icalendar-org-setup) not evaluated in .emacs?

2017-09-19 Thread Loris Bennett
Eric S Fraga writes: > On Thursday, 14 Sep 2017 at 16:02, Loris Bennett wrote: >> But should this kind of ordering dependency happen? Or should my >> Customize block just be at the beginning of my .emacs rather than at the >> end? > > I make sure my customizations are loaded

Re: [O] (gnus-icalendar-org-setup) not evaluated in .emacs?

2017-09-19 Thread Eric S Fraga
On Thursday, 14 Sep 2017 at 16:02, Loris Bennett wrote: > But should this kind of ordering dependency happen? Or should my > Customize block just be at the beginning of my .emacs rather than at the > end? I make sure my customizations are loaded before anything else. I have my customizations in

Re: [O] (gnus-icalendar-org-setup) not evaluated in .emacs?

2017-09-15 Thread Matt Lundin
"Loris Bennett" writes: > > Rereading this, I decided to move the settings out from the Customize > block to before call to gnus-icalendar-org-setup: > > (require 'gnus-icalendar) > (setq gnus-icalendar-org-capture-file "~/git/org.git/gtd.org") > (setq

Re: [O] (gnus-icalendar-org-setup) not evaluated in .emacs?

2017-09-14 Thread Loris Bennett
Eric S Fraga writes: > On Thursday, 14 Sep 2017 at 09:56, Loris Bennett wrote: >> Hi, >> >> I have the following in my .emacs: >> >> (require 'gnus-icalendar) >> (gnus-icalendar-setup) >> (gnus-icalendar-org-setup) > > I have one setting alongside these: > > (setq

Re: [O] (gnus-icalendar-org-setup) not evaluated in .emacs?

2017-09-14 Thread Loris Bennett
Eric S Fraga writes: > On Thursday, 14 Sep 2017 at 11:11, Loris Bennett wrote: > > [...] > >> It obviously does work, in principle, for me too, as the re-eval shows. >> However, it seems as if something later in my .emacs undoes some aspect >> of whatever it is that the

Re: [O] (gnus-icalendar-org-setup) not evaluated in .emacs?

2017-09-14 Thread Eric S Fraga
On Thursday, 14 Sep 2017 at 11:11, Loris Bennett wrote: [...] > It obviously does work, in principle, for me too, as the re-eval shows. > However, it seems as if something later in my .emacs undoes some aspect > of whatever it is that the gnus-icalendar-org-setup does. Well, may be time to

Re: [O] (gnus-icalendar-org-setup) not evaluated in .emacs?

2017-09-14 Thread Loris Bennett
Eric S Fraga writes: > On Thursday, 14 Sep 2017 at 09:56, Loris Bennett wrote: >> Hi, >> >> I have the following in my .emacs: >> >> (require 'gnus-icalendar) >> (gnus-icalendar-setup) >> (gnus-icalendar-org-setup) > > I have one setting alongside these: > > (setq

Re: [O] (gnus-icalendar-org-setup) not evaluated in .emacs?

2017-09-14 Thread Eric S Fraga
On Thursday, 14 Sep 2017 at 09:56, Loris Bennett wrote: > Hi, > > I have the following in my .emacs: > > (require 'gnus-icalendar) > (gnus-icalendar-setup) > (gnus-icalendar-org-setup) I have one setting alongside these: (setq gnus-icalendar-org-capture-file "...path to my diary.org")

[O] (gnus-icalendar-org-setup) not evaluated in .emacs?

2017-09-14 Thread Loris Bennett
Hi, I have the following in my .emacs: (require 'gnus-icalendar) (gnus-icalendar-setup) (gnus-icalendar-org-setup) When I get an invitation to a meeting, Gnus displays the email with the following buttons: [ Accept ][ Tentative ][ Decline ] However, if leave the email,