From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: How to turn off visibility-state messages from 'org-cycle? Date: Thu, 18 Jul 2013 09:35:11 +0100 Message-ID: <87a9lkmfk0.fsf@ucl.ac.uk> References: <878v158eag.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40633) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uzjkc-0004N4-7j for emacs-orgmode@gnu.org; Thu, 18 Jul 2013 04:39:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UzjgZ-0004rv-GM for emacs-orgmode@gnu.org; Thu, 18 Jul 2013 04:35:41 -0400 Received: from co9ehsobe001.messaging.microsoft.com ([207.46.163.24]:12622 helo=co9outboundpool.messaging.microsoft.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzjgZ-0004rp-3A for emacs-orgmode@gnu.org; Thu, 18 Jul 2013 04:35:39 -0400 In-Reply-To: <878v158eag.fsf@gmail.com> (Thorsten Jolitz's message of "Wed, 17 Jul 2013 16:13:59 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Thorsten Jolitz Cc: emacs-orgmode@gnu.org Thorsten Jolitz writes: > Hi List, > > when calling Org-mode functionality form an external program, some > functions seem to make use of 'org-cycle', what results in a lot of > "OVERVIEW" messages arriving at stdout/stderr > > ,--------- > | OVERVIEW [...] > Is there a way to turn these message off? I found things like Unfortunately, no. The code that outputs these messages does have a hack to turn off the output when the org file is an attachment in a gnus message but that's about it. I also would like to have these turned off when using an emacs batch command which I often do to synchronise my diary with various online calendars... Should be easy to add a variable and then a condition on each (message...) line in org-cycle-internal-global as all of the relevant message lines are already within a conditional. -- : Eric S Fraga (0xFFFCF67D), Emacs 24.3.50.1, Org release_8.0.5-337-g9f3bed