From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?S=C3=A9bastien_Vauban?= Subject: Bug in the :VISIBILITY: handling of "folded" PROPERTY? Date: Thu, 16 Dec 2010 14:14:35 +0100 Message-ID: <80hbed7tc4.fsf@missioncriticalit.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org #+TITLE: Example of file for which folded PROPERTY is not respected #+DATE: 2010-12-16 #+LANGUAGE: en_US * To #+begin_src csv :tangle addresses.csv FirstName,LastName,Address,PostCode,Town,Country Albert,Bellertelle,Rue de la Gare 19,5000,Namur, #+end_src * Subject, opening and closing #+tblname: i-parts | Subject | This is the subject | | Opening | Best | | Closing | Regards | | Enclosures | isodoc documentation | * Body #+srcname: body #+begin_src org :results latex Thanks for the support. Find here the doc (attached). #+end_src * Composed letter :noexpor= t: :PROPERTIES: :VISIBILITY: folded :END: #+begin_src latex :noweb yes :tangle yes :var i-subject=3Di-parts[0,1] :var= i-opening=3Di-parts[1,1] :var i-closing=3Di-parts[2,1] :var i-enclosures= =3Di-parts[3,1] \documentclass[11pt]{isodoc} \usepackage[utf8x]{inputenc} \usepackage[T1]{fontenc} \usepackage{datatool} \DTLloaddb{addresses}{addresses.csv} \usepackage[scorpios]{isodoc-style} \setupdocument{ subject =3D {i-subject}, opening =3D {i-opening}, closing =3D {i-closing}, enclosures =3D {i-enclosures} } \begin{document} \DTLforeach{addresses}{% \firstname=3DFirstName,% \lastname=3DLastName,% \addressi=3DAddress,% \postcode=3DPostCode,% \town=3DTown,% \country=3DCountry% }{% \letter[language=3Dfrench,to=3D{\firstname~\lastname\\\addressi\\\postcode~= \town\\\country},openingcomma=3D{,}]{% <> }} \end{document} #+end_src Best regards, Seb --=20 S=C3=A9bastien Vauban _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode-mXXj517/zsQ@public.gmane.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode