From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Zhao Subject: Re: Feature suggestion Date: Mon, 2 Jan 2012 10:40:58 -0500 Message-ID: References: <87sjjy6tq0.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:47522) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rhk0S-0005rW-Re for emacs-orgmode@gnu.org; Mon, 02 Jan 2012 10:41:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rhk0R-00007b-2m for emacs-orgmode@gnu.org; Mon, 02 Jan 2012 10:41:00 -0500 Received: from mail-vx0-f169.google.com ([209.85.220.169]:37033) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rhk0Q-00007R-Ro for emacs-orgmode@gnu.org; Mon, 02 Jan 2012 10:40:59 -0500 Received: by vcge1 with SMTP id e1so13349825vcg.0 for ; Mon, 02 Jan 2012 07:40:58 -0800 (PST) In-Reply-To: <87sjjy6tq0.fsf@gnu.org> 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: Bastien Cc: emacs-orgmode@gnu.org > York Zhao writes: > >> May I suggest a feature that when the point is inside a TeX source block and >> "C-c C-c" is pressed, instead of showing the error "No org-babel-execute >> function for tex!", can we process the current tex block to output the dvi or >> pdf file? > > I'd rather define a org-babel-execute:tex function for that. > > Maybe look at org-babel-execute:* functions and suggest one? > > Thanks! Hi Bastien, I think this is a good idea. By `org-babel-execute:tex' do you mean `org-babel-execute-tex'? York