From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sebastien Vauban" Subject: [bug] Inline tasks are exported, even with noexport tag Date: Wed, 27 Feb 2013 15:15:21 +0100 Message-ID: <867glt4zd2.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: 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-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Hello, The following ECM fails on 2 fronts: - the `noexport' tag on the inline task is not respected; - the exported contents (because of the previous item) is not compilable in LaTeX (maybe the default in `org-latex-inlinetask' is not generic enough for handling such a content, or there are restrictions on the contents of inline tasks which I did not respect?) Best regards, Seb --8<---------------cut here---------------start------------->8--- #+TITLE: ECM Noexport not respected, and failure to export #+AUTHOR: Seb Vauban #+Time-stamp: <2013-02-27 Wed 15:07> #+LANGUAGE: en #+OPTIONS: H:3 num:t toc:t ^:{} * Private headline :noexport: You don't see this. Good! * Public headline Normal body text... *************** This error report should be private :noexport: When pushing Submit, I got the error: #+begin_example [ServletException in:/WEB-INF/sharedfiles/pdef/split/action_n235.jsp] No getter method available for property submitinfo.xor_n249_n250 for bean under name ViewCaseForm' #+end_example Maybe due to UTF-8 in the file =C:\WebClient\src\SubmitInfo.java=. See as well [[file:WebClient/src/tools/pdef/makefile][file:WebClient/src/tools/pdef/makefile]]. *************** END Follow-up to normal body text... --8<---------------cut here---------------end--------------->8--- -- Sebastien Vauban