From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Where is the document in which all tags are described? Date: Sat, 10 Oct 2009 09:42:03 -0400 Message-ID: <87skdrpdqs.fsf@gollum.intra.norang.ca> References: <83fx9refyy.fsf@ymail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MwcD7-0008V1-Hs for emacs-orgmode@gnu.org; Sat, 10 Oct 2009 09:42:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MwcD3-0008Kq-1d for emacs-orgmode@gnu.org; Sat, 10 Oct 2009 09:42:12 -0400 Received: from [199.232.76.173] (port=48274 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MwcD2-0008KX-OR for emacs-orgmode@gnu.org; Sat, 10 Oct 2009 09:42:08 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:65382) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MwcD2-0006H3-GM for emacs-orgmode@gnu.org; Sat, 10 Oct 2009 09:42:08 -0400 In-Reply-To: <83fx9refyy.fsf@ymail.com> (Water Lin's message of "Sat\, 10 Oct 2009 17\:49\:25 +0800") 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: Water Lin Cc: emacs-orgmode@gnu.org Water Lin writes: > I am using org mode to build my own homepage now. I have perl scripts > need to be published to html from org file. > > I use following script to mark it: > ------------ > #+BEGIN_SRC perl > # insert some Perl script here > #+END_SRC > ------------ > > But the perl tag doesn't exist. > > So I tried to find a document described all tags (such as emacs-lisp) > the org mode supports, where is it? The "perl tag" is really the name of a major mode (perl-mode). This works fine for me. I use C-c ' to edit the perl code in the block and C-c ' when I'm done - and it exports colourized to HTML just fine. -Bernt