From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giovanni Ridolfi Subject: how to locate a function? Date: Wed, 12 Sep 2012 08:36:53 +0100 (BST) Message-ID: <1347435413.99010.YahooMailNeo@web29803.mail.ird.yahoo.com> Reply-To: Giovanni Ridolfi Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47898) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TBhVI-0007Jk-In for emacs-orgmode@gnu.org; Wed, 12 Sep 2012 03:36:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TBhVH-0007vQ-68 for emacs-orgmode@gnu.org; Wed, 12 Sep 2012 03:36:56 -0400 Received: from nm21-vm6.bullet.mail.ird.yahoo.com ([212.82.109.246]:38528) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1TBhVG-0007v7-MU for emacs-orgmode@gnu.org; Wed, 12 Sep 2012 03:36:54 -0400 References: 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: Orgmode Hello everyone,=0A=0AOrg-mode version 7.9.1 (2eb1456bfd =0AGNU Emacs 24.1.1= (i386-mingw-nt6.1.7601) of 2012-06-10 on MARVIN=0A=0AHow can I know if a f= unction is present in org=0Aand if it is loaded?=0A=0ARationale: I needed t= o transpose a table =0A(Resolved via the babel/emacs-lisp thanks to Tom Dye= !).=0AI read the worg page:=0Ahttp://orgmode.org/worg/org-hacks.html#transp= ose-table=0Abut it seems to me that I cannot call the function=0Aorg-table-= transpose-table-at-point =0A=0Athe only completion offered by M-x org-tr is= : org-tr_anspose-element.=0A=0ASo either I am not able to find the function= or the worg documentation is outdated.=0A=0AMaybe with git will be easy to= track the org-table-transpose function...=0A=0ATIA=0A=0AGiovanni=0A