From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yasushi SHOJI Subject: simple way to call `C-c a v' or a way to bind it to a key? Date: Sat, 15 Feb 2014 22:35:55 +0900 Message-ID: <87k3cw1osk.wl@dns1.atmark-techno.com> Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58411) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEfPb-0000Yk-UB for emacs-orgmode@gnu.org; Sat, 15 Feb 2014 08:36:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WEfPW-0003a1-0R for emacs-orgmode@gnu.org; Sat, 15 Feb 2014 08:36:07 -0500 Received: from p654782.hkidff01.ap.so-net.ne.jp ([121.101.71.130]:42507 helo=dns1.atmark-techno.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEfPV-0003ZN-Nb for emacs-orgmode@gnu.org; Sat, 15 Feb 2014 08:36:01 -0500 Received: from sv-prius.atmark-techno.com (sv-prius.local-network [192.168.10.102]) by dns1.atmark-techno.com (Postfix) with ESMTP id 6E91B8345B for ; Sat, 15 Feb 2014 22:35:56 +0900 (JST) 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 Hello, These days I hit `C-c a v' many many times a day, and now feel that the three key combination is too much. I'd like to improve the situation by binding the same functionality to a key, say, F12, if possible. Looking at the `org-agenda' dispatch code, there are quite a few lines before calling `org-agenda-list'. Simply binding `org-agenda-list' to a key does not seem to work. Is there a simple way to do it? Or do I have to re-implement my own function? Thanks in advance, -- yashi