From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos <ndokos@gmail.com> Subject: Re: usage of org-mouse? Date: Fri, 14 Mar 2014 08:29:33 -0400 Message-ID: <87r4650xqq.fsf@gmail.com> References: <m2txb1hyjr.fsf@krugs.de> <87vbvh0ys0.fsf@gmail.com> <m2lhwdht8e.fsf@krugs.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org> Received: from eggs.gnu.org ([2001:4830:134:3::10]:52829) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <geo-emacs-orgmode@m.gmane.org>) id 1WORFM-0000Ms-Fs for emacs-orgmode@gnu.org; Fri, 14 Mar 2014 08:30:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <geo-emacs-orgmode@m.gmane.org>) id 1WORFE-0000Dt-R1 for emacs-orgmode@gnu.org; Fri, 14 Mar 2014 08:29:56 -0400 Received: from plane.gmane.org ([80.91.229.3]:45885) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <geo-emacs-orgmode@m.gmane.org>) id 1WORFE-0000Dk-Kl for emacs-orgmode@gnu.org; Fri, 14 Mar 2014 08:29:48 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from <geo-emacs-orgmode@m.gmane.org>) id 1WORFA-0002Kk-3k for emacs-orgmode@gnu.org; Fri, 14 Mar 2014 13:29:44 +0100 Received: from pool-98-110-160-12.bstnma.fios.verizon.net ([98.110.160.12]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <emacs-orgmode@gnu.org>; Fri, 14 Mar 2014 13:29:44 +0100 Received: from ndokos by pool-98-110-160-12.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <emacs-orgmode@gnu.org>; Fri, 14 Mar 2014 13:29:44 +0100 List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org> List-Unsubscribe: <https://lists.gnu.org/mailman/options/emacs-orgmode>, <mailto:emacs-orgmode-request@gnu.org?subject=unsubscribe> List-Archive: <http://lists.gnu.org/archive/html/emacs-orgmode> List-Post: <mailto:emacs-orgmode@gnu.org> List-Help: <mailto:emacs-orgmode-request@gnu.org?subject=help> List-Subscribe: <https://lists.gnu.org/mailman/listinfo/emacs-orgmode>, <mailto:emacs-orgmode-request@gnu.org?subject=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 Rainer M Krug <Rainer@krugs.de> writes: > Nick Dokos <ndokos@gmail.com> writes: > >> Rainer M Krug <Rainer@krugs.de> writes: >> >>> Hi >>> >>> is there a worg page about the usage of org-mouse, and what it should be >>> doing? >>> >>> I read on this list that after (require 'org-mouse) (which I did >>> successfully) clicking left-mouse-buttom should fold, but it does not >>> happen. >>> >>> Do I have to configure something in addition? Is there an example >>> configuration? >>> >> >> No, but you have to click on the asterisks, not on the rest of the >> headline. If you do ``C-h c'' and then click carefully, you will see >> that clicking on the asterisks is bound to org-open-at-mouse, >> whereas clicking on the rest of the headline is bound org-mouse-down-mouse. > > > Hm - it tells me > > ,---- > | <down-mouse-1> at that spot runs the command mouse-drag-region > `---- > > I assume that the fact that I evaluated > > ,---- > | (require 'org-mouse) > `---- > > in the scratch buffer does not make a difference. There is indeed something fishy going on: I've got two emacsen, one of which behaves as it "should", the other behaving as you describe. The second one was an emacs -q -l minimal.emacs invocation: I can't seem to turn on org-mouse in that. -- Nick