From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ista Zahn Subject: =?UTF-8?B?UmU6IEhvdyB0byBkaXNhYmxlIGJsb2NrIGV2YWx1YXRpb24gcmVz?= =?UTF-8?B?dWx0cyBiZWluZyB3cmFwcGVkIHdpdGggYSBzaW5nbGUgY2hhcmFjdGVyIGxp?= =?UTF-8?B?a2UgPT8=?= Date: Mon, 4 Aug 2014 13:36:41 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47988) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEMC0-0000aj-9l for emacs-orgmode@gnu.org; Mon, 04 Aug 2014 13:37:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XEMBy-0000dZ-Rx for emacs-orgmode@gnu.org; Mon, 04 Aug 2014 13:37:04 -0400 Received: from mail-ob0-x229.google.com ([2607:f8b0:4003:c01::229]:56145) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEMBy-0000dV-OB for emacs-orgmode@gnu.org; Mon, 04 Aug 2014 13:37:02 -0400 Received: by mail-ob0-f169.google.com with SMTP id nu7so4789966obb.0 for ; Mon, 04 Aug 2014 10:37:02 -0700 (PDT) In-Reply-To: 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: Grant Rettke Cc: "emacs-orgmode@gnu.org" Hi Grant, I cannot reproduce. Here is what I see: #+BEGIN_SRC emacs-lisp (setq org-babel-min-lines-for-block-output 10) (print 1) #+END_SRC #+RESULTS: : 1 #+BEGIN_SRC emacs-lisp (setq org-babel-min-lines-for-block-output 0) (print 1) #+END_SRC #+RESULTS: #+begin_example 1 #+end_example Perhaps try with emacs -q and see what you get. Best, Ista On Mon, Aug 4, 2014 at 1:23 PM, Grant Rettke wrot= e: > That is what I was thinking. > > I had set it to 0. > > What happened is that instead of a block showing up, the results were > delimited with a prepended '=3D' instead of a ':'. > > Unfortunately I forgot how this occurred, as I manually wrapped the > result with a block instead, so org was happy to use that instead. > Grant Rettke | ACM, ASA, FSF, IEEE, SIAM > gcr@wisdomandwonder.com | http://www.wisdomandwonder.com/ > =E2=80=9CWisdom begins in wonder.=E2=80=9D --Socrates > ((=CE=BB (x) (x x)) (=CE=BB (x) (x x))) > =E2=80=9CLife has become immeasurably better since I have been forced to = stop > taking it seriously.=E2=80=9D --Thompson > > > On Sun, Aug 3, 2014 at 7:24 PM, Ista Zahn wrote: >> I'm somewhat confused by the "wrapped in =3D" part, but I think you are >> looking for 'C-h v org-babel-min-lines-for-block-output'. >> >> Best, >> Ista >> >> On Sun, Aug 3, 2014 at 3:03 PM, Grant Rettke w= rote: >>> Hi, >>> >>> Sometimes block evaluation results are wrapped with a single character = like =3D. >>> >>> When exporting to latex, the results block is lost. >>> >>> How may one force block evaluation always to be wrapped properly for >>> export to latex? >>> >>> org 8.2.7a >>> >>> Kind regards, >>> >>> Grant Rettke | ACM, ASA, FSF, IEEE, SIAM >>> gcr@wisdomandwonder.com | http://www.wisdomandwonder.com/ >>> =E2=80=9CWisdom begins in wonder.=E2=80=9D --Socrates >>> ((=CE=BB (x) (x x)) (=CE=BB (x) (x x))) >>> =E2=80=9CLife has become immeasurably better since I have been forced t= o stop >>> taking it seriously.=E2=80=9D --Thompson >>>