From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: How to turn off visibility-state messages from 'org-cycle? Date: Wed, 17 Jul 2013 16:13:59 +0200 Message-ID: <878v158eag.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48443) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzSUi-0007KW-VZ for emacs-orgmode@gnu.org; Wed, 17 Jul 2013 10:14:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UzSUh-0005jd-An for emacs-orgmode@gnu.org; Wed, 17 Jul 2013 10:14:16 -0400 Received: from plane.gmane.org ([80.91.229.3]:56101) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzSUg-0005jE-VT for emacs-orgmode@gnu.org; Wed, 17 Jul 2013 10:14:15 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UzSUf-0000C2-Lu for emacs-orgmode@gnu.org; Wed, 17 Jul 2013 16:14:13 +0200 Received: from e178190204.adsl.alicedsl.de ([85.178.190.204]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 17 Jul 2013 16:14:13 +0200 Received: from tjolitz by e178190204.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 17 Jul 2013 16:14:13 +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: emacs-orgmode@gnu.org 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 | OVERVIEW | OVERVIEW | OVERVIEW | OVERVIEW | OVERVIEW | OVERVIEW | OVERVIEW | OVERVIEW | OVERVIEW | OVERVIEW | OVERVIEW | OVERVIEW | .... `--------- that are not really helpful and a bit of a hassle. ,------------------------------------------------------------------------- | (org-cycle &optional ARG) | .... | | - When this function is called with a prefix argument, rotate the entire | buffer through 3 states (global cycling) | 1. OVERVIEW: Show only top-level headlines. | 2. CONTENTS: Show all headlines of all levels, but no body text. | 3. SHOW ALL: Show everything. `------------------------------------------------------------------------- Is there a way to turn these message off? I found things like 'org-no-popups or 'org-no-warnings but nothing like "org-no-visibility-state-messages" or so. Its not really a big problem, rather an inconvenience, but maybe its easy to solve when knowing where to look. -- cheers, Thorsten