From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: Re: org-mouse Date: Fri, 15 Nov 2013 14:08:59 +0100 Message-ID: <52861CEB.6070304@online.de> References: <87vbzv2dlc.fsf@be.cs.appstate.edu> <87fvqzylwd.fsf@alphaville.bos.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39201) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VhJ94-0002qp-9x for emacs-orgmode@gnu.org; Fri, 15 Nov 2013 08:09:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VhJ8y-0005fh-3h for emacs-orgmode@gnu.org; Fri, 15 Nov 2013 08:09:10 -0500 Received: from moutng.kundenserver.de ([212.227.126.186]:54811) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VhJ8x-0005fN-QK for emacs-orgmode@gnu.org; Fri, 15 Nov 2013 08:09:04 -0500 In-Reply-To: <87fvqzylwd.fsf@alphaville.bos.redhat.com> 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: Nick Dokos , emacs-orgmode@gnu.org Hi, I also do see no functionality of any mouse button press after successfully requiring org-mouse. How can I track that problem? Rainer Am 14.11.2013 17:43, schrieb Nick Dokos: > Kenneth Jacker writes: > >> [ Xubuntu 12.04.3; Xfce 4.8; Wfwm 4.8.3; org-mode 8.2.1 ] >> >> As stated in the ELisp source file, I put this in my .emacs: >> >> (require 'org-mouse) >> >> I then "evaled" the above, and even restarted Emacs, but I can't seem to >> get any additional "mouse behavior" in Org. >> >> Do I need something else? >> > > No, evaling the require should be enough. > > Try clicking button-1 on an asterisk of a heading in an org file: does > it fold the item? If so, it's working :-) > > org-mouse.el contains the following notes - that should give you an idea > of what it does: > > ;; Org-mouse implements the following features: > ;; * following links with the left mouse button (in Emacs 22) > ;; * subtree expansion/collapse (org-cycle) with the left mouse button > ;; * several context menus on the right mouse button: > ;; + general text > ;; + headlines > ;; + timestamps > ;; + priorities > ;; + links > ;; + tags > ;; * promoting/demoting/moving subtrees with mouse-3 > ;; + if the drag starts and ends in the same line then promote/demote > ;; + otherwise move the subtree > ;; > > It all seems to work fine for me. > > Nick > > > >