From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Load Custom Agenda at emacs launch Date: Thu, 16 Aug 2012 14:59:51 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:53564) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T286b-0007Es-V1 for emacs-orgmode@gnu.org; Thu, 16 Aug 2012 17:59:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T286b-0005Rb-3B for emacs-orgmode@gnu.org; Thu, 16 Aug 2012 17:59:53 -0400 Received: from mail-lb0-f169.google.com ([209.85.217.169]:59620) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T286a-0005RV-Qy for emacs-orgmode@gnu.org; Thu, 16 Aug 2012 17:59:53 -0400 Received: by lbon3 with SMTP id n3so1822921lbo.0 for ; Thu, 16 Aug 2012 14:59:51 -0700 (PDT) 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, I find the first thing I do after launching emacs is to load my custom agenda, bound to C-c a c. Is there a way I can launch this from the command-line? I know I can run 'emacs -eval "(foo)"', but I haven't been able to determine the function that loads my custom agenda. Does such a function exist, or is there a way to specific the keystrokes from the command line? Thanks, -k.