From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Berry Subject: Re: [ANN] Convert Org-mode file to Source-code file Date: Fri, 21 Jun 2013 16:11:33 +0000 (UTC) Message-ID: References: <87wqppbpmk.fsf@gmail.com> <87ehbvbzy9.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52307) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uq3wS-0000cX-8D for emacs-orgmode@gnu.org; Fri, 21 Jun 2013 12:12:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uq3wR-0004nz-4b for emacs-orgmode@gnu.org; Fri, 21 Jun 2013 12:12:04 -0400 Received: from plane.gmane.org ([80.91.229.3]:52658) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uq3wQ-0004nq-Th for emacs-orgmode@gnu.org; Fri, 21 Jun 2013 12:12:03 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Uq3wH-0003Dt-MV for emacs-orgmode@gnu.org; Fri, 21 Jun 2013 18:11:53 +0200 Received: from 137.110.35.2 ([137.110.35.2]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 Jun 2013 18:11:53 +0200 Received: from ccberry by 137.110.35.2 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 Jun 2013 18:11:53 +0200 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: emacs-orgmode@gnu.org Thorsten Jolitz gmail.com> writes: > > Charles Berry ucsd.edu> writes: > > > Thorsten Jolitz gmail.com> writes: > > > >> > >> Hi List, > >> > >> it is now possible to convert existing Org-mode files with > >> source-blocks into machine-executable source-code files, using the > >> following function from `outorg.el': > >> [bug description deleted] > > This should be fixed now, thanks for reporting. > Now I get Debugger entered--Lisp error: (void-function region-or-buffer-limits) [...] outorg-convert-org-to-outshine() eval((outorg-convert-org-to-outshine) nil) eval-expression((outorg-convert-org-to-outshine) nil) call-interactively(eval-expression nil nil) and nothing visible in the tmp buffer.