emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-icalendar--combine-files aggressively releases buffers
@ 2017-08-31 13:33 Michaël Cadilhac
  2017-08-31 14:00 ` Nicolas Goaziou
  0 siblings, 1 reply; 3+ messages in thread
From: Michaël Cadilhac @ 2017-08-31 13:33 UTC (permalink / raw)
  To: emacs-orgmode

Hi there;

I have an idle timer that uses org-icalendar-combine-agenda-files to
publish my agenda.  It may well be that I hadn't saved one of the Org
files used in there, hence when  org-icalendar--combine-files uses :

(org-release-buffers org-agenda-new-buffers)

…I'm prompted to save before closing some buffers.  Worst, I'm even
asked to clock-out if I actually say yes to that question.

Personally, I now expect org to leave quite a lot of .org files open
(namely, my inbox, my todo file, my 3 gmail agendas), so I'd be fine
with simply not having any of these closed for me.  The right thing to
do, however, is probably to check org-agenda-new-buffers before and
after the files are processed, and close the new ones.

Opinions?

M.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: org-icalendar--combine-files aggressively releases buffers
  2017-08-31 13:33 org-icalendar--combine-files aggressively releases buffers Michaël Cadilhac
@ 2017-08-31 14:00 ` Nicolas Goaziou
  2017-08-31 15:03   ` Michaël Cadilhac
  0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou @ 2017-08-31 14:00 UTC (permalink / raw)
  To: Michaël Cadilhac; +Cc: emacs-orgmode

Hello,

Michaël Cadilhac <michael@cadilhac.name> writes:

> I have an idle timer that uses org-icalendar-combine-agenda-files to
> publish my agenda.  It may well be that I hadn't saved one of the Org
> files used in there, hence when  org-icalendar--combine-files uses :
>
> (org-release-buffers org-agenda-new-buffers)
>
> …I'm prompted to save before closing some buffers.  Worst, I'm even
> asked to clock-out if I actually say yes to that question.
>
> Personally, I now expect org to leave quite a lot of .org files open
> (namely, my inbox, my todo file, my 3 gmail agendas), so I'd be fine
> with simply not having any of these closed for me.  The right thing to
> do, however, is probably to check org-agenda-new-buffers before and
> after the files are processed, and close the new ones.
>
> Opinions?

After a cursory look I think we should:

1. Remove (org-agenda-prepare-buffers files), which doesn't seem to be
   useful and can lead to errors (it can throw `nextfile') but nothing
   catches it.

2. let-bind `org-agenda-new-buffers' to nil around the unwind protect.

I pushed it in master branch. Does it solve your issue?


Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: org-icalendar--combine-files aggressively releases buffers
  2017-08-31 14:00 ` Nicolas Goaziou
@ 2017-08-31 15:03   ` Michaël Cadilhac
  0 siblings, 0 replies; 3+ messages in thread
From: Michaël Cadilhac @ 2017-08-31 15:03 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: emacs-orgmode

Hi there;

On 31 August 2017 at 15:00, Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:

> After a cursory look I think we should:
>
> 1. Remove (org-agenda-prepare-buffers files), which doesn't seem to be
>    useful and can lead to errors (it can throw `nextfile') but nothing
>    catches it.
>
> 2. let-bind `org-agenda-new-buffers' to nil around the unwind protect.
>
> I pushed it in master branch. Does it solve your issue?

Certainly does, thank you.  Took me some time: it's always a bit of a
nightmare to install git org together with some melpa packages that
depend on org.

Cheers;
M.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-08-31 15:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-31 13:33 org-icalendar--combine-files aggressively releases buffers Michaël Cadilhac
2017-08-31 14:00 ` Nicolas Goaziou
2017-08-31 15:03   ` Michaël Cadilhac

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).