From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: searchable refcard? Date: Tue, 2 Dec 2008 09:33:01 +0100 Message-ID: References: <20ecf6c70811261721j6c7d50e8v8a51fbea381231bb@mail.gmail.com> <878wr5eb2k.fsf@kassiopeya.MSHEIMNETZ> <7bef1f890811270417s49258b58i477968442799c609@mail.gmail.com> <395BE353-F89F-413A-8045-210F885864F3@uva.nl> <7bef1f890811271844o5231d38ct13e1a0bf14c851c9@mail.gmail.com> <7bef1f890812010456i5c5a1542l8b2bdef7ca3e209c@mail.gmail.com> <874p1o6juq.fsf@kassiopeya.MSHEIMNETZ> Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L7Qgw-0004Ud-O8 for emacs-orgmode@gnu.org; Tue, 02 Dec 2008 03:33:10 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L7Qgu-0004UR-5O for emacs-orgmode@gnu.org; Tue, 02 Dec 2008 03:33:09 -0500 Received: from [199.232.76.173] (port=52811 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L7Qgu-0004UO-1N for emacs-orgmode@gnu.org; Tue, 02 Dec 2008 03:33:08 -0500 Received: from ey-out-1920.google.com ([74.125.78.150]:63657) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L7Qgt-0002yU-J7 for emacs-orgmode@gnu.org; Tue, 02 Dec 2008 03:33:07 -0500 Received: by ey-out-1920.google.com with SMTP id 4so1271697eyg.24 for ; Tue, 02 Dec 2008 00:33:05 -0800 (PST) In-Reply-To: <874p1o6juq.fsf@kassiopeya.MSHEIMNETZ> 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: Sebastian Rose Cc: emacs-orgmode@gnu.org, Nathaniel Cunningham Hi Sebastian, On Dec 1, 2008, at 3:38 PM, Sebastian Rose wrote: > Hi Carsten, Alan & Co, > > > sorry for not following this thread closely. If the idea here is > deleted > from your list already or is not feasable, just ignore it. > > > > Refcard as info file > ==================== > > How about maintaining the extended refcard as a second texinfo file? > After the install, we would have two resulting info files: org and > org-refcard. > > We could then bind a key to some `org-open-ref-card' function, that > simply calls (info "(orgrefcard)"). If this would be done in info format (i.e. TexInfo), then it could simply be part of the manual itself and info could jumpt to that particular node in the manual. > > > > > Context help > ============ > > As for help in general: > > How about binding a key (e.g. `C-c h') to a function calling (info > &optional file-or-node) to get context-help while in an org-file? > > (info "(org)tags") if on a tag, > (info "(org)properties and columns") if in `#+COLUMNS' line > > ...and so on. > > Often more than one section will match, so a mapping would be needed > as well, as some sort of completion. I do like that idea. - Carsten