From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Millar Subject: Bug - #+begin_comment, etc surrounding minipage Date: Mon, 20 Aug 2018 15:30:36 -0400 Message-ID: <1ef17a0f-40ad-2140-c552-29c0fddd6344@verizon.net> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="------------C990494B37438E3BFBDE1611" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49388) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1frpsz-0007x0-Ip for emacs-orgmode@gnu.org; Mon, 20 Aug 2018 15:30:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1frpsw-000380-86 for emacs-orgmode@gnu.org; Mon, 20 Aug 2018 15:30:45 -0400 Received: from sonic312-21.consmr.mail.bf2.yahoo.com ([74.6.128.83]:40890) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1frpsv-00035W-Gn for emacs-orgmode@gnu.org; Mon, 20 Aug 2018 15:30:41 -0400 Received: from mail.felt-evans.com (EHLO [192.168.1.60]) ([172.96.149.30]) by smtp425.mail.bf1.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID 8339a974e7b6cd5a973ed873a6082be8 for ; Mon, 20 Aug 2018 19:30:37 +0000 (UTC) Content-Language: en-US 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" To: emacs-orgmode@gnu.org This is a multi-part message in MIME format. --------------C990494B37438E3BFBDE1611 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Hi, When exporting to pdf via LaTeX, the region between the #+begin_comment and the #+end_comment does not comment out: *** sub,sub-heading one #+attr_latex: :options  [t]{2.8in} #+begin_minipage some inline shell source code #+end_minipage #+attr_latex: :options  [t]{1.2in} #+begin_minipage some more inline shell source code #+end_minipage #+attr_latex: :options  [t]{3.0in} #+begin_minipage and more inline shell source code #+end_minipage #+begin_comment *** sub,sub-heading two #+attr_latex: :options  [t]{2.8in} #+begin_minipage some inline shell source code #+end_minipage #+attr_latex: :options  [t]{1.2in} #+begin_minipage some more inline shell source code #+end_minipage #+attr_latex: :options  [t]{3.0in} #+begin_minipage and more inline shell source code #+end_minipage *** sub,sub-heading three #+attr_latex: :options  [t]{2.8in} #+begin_minipage some inline shell source code #+end_minipage #+attr_latex: :options  [t]{1.2in} #+begin_minipage some more inline shell source code #+end_minipage*** sub,sub-heading one #+attr_latex: :options  [t]{2.8in} #+begin_minipage some inline shell source code #+end_minipage #+attr_latex: :options  [t]{1.2in} #+begin_minipage some more inline shell source code #+end_minipage #+attr_latex: :options  [t]{3.0in} #+begin_minipage and more inline shell source code #+end_minipage #+end_comment Instead the #+begin_comment and #+end_comment lines are printed out (sort of weirdly) and everything in between as well. If I surround the region with a \begin{comment} and \end{comment} - all is well. Org mode version 9.1.13 (release_9.1.13-901-g638f32 @ /usr/local/share/org-mode/lisp/) GNU Emacs 27.0.50 (build 48, x86_64-pc-linux-gnu, GTK+ Version 3.22.29) of 2018-06-29 Charlie Millar --------------C990494B37438E3BFBDE1611 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 8bit

Hi,

When exporting to pdf via LaTeX, the region between the #+begin_comment and the #+end_comment does not comment out:

*** sub,sub-heading one
#+attr_latex: :options  [t]{2.8in}
#+begin_minipage
some inline shell source code
#+end_minipage
#+attr_latex: :options  [t]{1.2in}
#+begin_minipage
some more inline shell source code
#+end_minipage
#+attr_latex: :options  [t]{3.0in}
#+begin_minipage
and more inline shell source code
#+end_minipage

#+begin_comment

*** sub,sub-heading two
#+attr_latex: :options  [t]{2.8in}
#+begin_minipage
some inline shell source code
#+end_minipage
#+attr_latex: :options  [t]{1.2in}
#+begin_minipage
some more inline shell source code
#+end_minipage
#+attr_latex: :options  [t]{3.0in}
#+begin_minipage
and more inline shell source code
#+end_minipage

*** sub,sub-heading three
#+attr_latex: :options  [t]{2.8in}
#+begin_minipage
some inline shell source code
#+end_minipage
#+attr_latex: :options  [t]{1.2in}
#+begin_minipage
some more inline shell source code
#+end_minipage*** sub,sub-heading one
#+attr_latex: :options  [t]{2.8in}
#+begin_minipage
some inline shell source code
#+end_minipage
#+attr_latex: :options  [t]{1.2in}
#+begin_minipage
some more inline shell source code
#+end_minipage
#+attr_latex: :options  [t]{3.0in}
#+begin_minipage
and more inline shell source code
#+end_minipage

#+end_comment

Instead the #+begin_comment and #+end_comment lines are printed out (sort of weirdly) and everything in between as well.

If I surround the region with a \begin{comment} and \end{comment} - all is well.

Org mode version 9.1.13 (release_9.1.13-901-g638f32 @ /usr/local/share/org-mode/lisp/)
GNU Emacs 27.0.50 (build 48, x86_64-pc-linux-gnu, GTK+ Version 3.22.29) of 2018-06-29

Charlie Millar

--------------C990494B37438E3BFBDE1611--