From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: verse Date: Wed, 27 Jul 2016 12:57:38 +0200 Message-ID: References: <877fc9yaci.fsf@mat.ucm.es> <87h9bdmtoc.fsf@mat.ucm.es> <87lh0op4vq.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58704) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bSMXB-00043N-Sm for emacs-orgmode@gnu.org; Wed, 27 Jul 2016 06:57:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bSMX5-00009l-RE for emacs-orgmode@gnu.org; Wed, 27 Jul 2016 06:57:52 -0400 Received: from mail2.b1.hitrost.net ([91.185.211.205]:33690) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bSMX5-00008E-K9 for emacs-orgmode@gnu.org; Wed, 27 Jul 2016 06:57:47 -0400 In-reply-to: <87lh0op4vq.fsf@mat.ucm.es> 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: Uwe Brauer Cc: emacs-orgmode@gnu.org Uwe Brauer writes: > >> It seems that the verse environment does what I want, it is however > >> exported in a ugly font (type writer), how can I change that font. > > > See the manual, section 12.9.4 "Applying custom styles". > > That section is a very general one, I cannot find anything about the > verse environment and its setting. The section is general because it tells you how to style *everything*, including, but not limited to, verse environments. When exporting to ODT you don't set fonts for particular environments in Org-mode. Rather, you use an application like LibreOffice to modify and save a stylesheet, and tell Org-mode what stylesheet to apply to exported ODT. Export a document to ODT with the ugly verse environment, then either locate the 'OrgVerse' style in the LibreOffice 'Stylist' and edit it there, or simply right-click on a verse and choose 'Edit Paragraph Style' from the menu. Choose a different font. Change any other styles (e.g. headings) as you like. Save the modified document in a convenient place, then use it as an Org ODT styles file as described in the manual. Yours, Christian