From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?b?U8O4cmVu?= Pedersen Subject: Re: calling org-remember with an argument to select remember-type? Date: Wed, 22 Oct 2008 23:34:50 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KsnEP-0006Oa-2w for emacs-orgmode@gnu.org; Wed, 22 Oct 2008 19:35:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KsnEM-0006OO-G5 for emacs-orgmode@gnu.org; Wed, 22 Oct 2008 19:35:11 -0400 Received: from [199.232.76.173] (port=38883 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsnEM-0006OL-Ck for emacs-orgmode@gnu.org; Wed, 22 Oct 2008 19:35:10 -0400 Received: from main.gmane.org ([80.91.229.2]:45351 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KsnEM-0002KF-Ct for emacs-orgmode@gnu.org; Wed, 22 Oct 2008 19:35:10 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KsnEE-0005MB-1a for emacs-orgmode@gnu.org; Wed, 22 Oct 2008 23:35:02 +0000 Received: from 1405ds1-abc.1.fullrate.dk ([90.185.49.190]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Oct 2008 23:35:02 +0000 Received: from pengmeister by 1405ds1-abc.1.fullrate.dk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Oct 2008 23:35:02 +0000 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Manish gmail.com> writes: > > On Thu, Oct 23, 2008 at 12:48 AM, Søren Pedersen wrote: > > Hey all > > > > I am trying to call org-remember and automatically select making a > journal entry I figured it out myself (by, what else, reading the source): (org-remember nil ?j) Does what I want. org-remember takes 2 optional variables, the first one designating whether to jump directly to the place where the rememeber will be placed, and the second one being what I was looking for. kind regards Søren Pedersen