From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Org-mode for school work Date: Wed, 21 Dec 2011 10:04:33 +0100 Message-ID: <87hb0ufg7y.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:42871) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RdI5L-00010I-N9 for emacs-orgmode@gnu.org; Wed, 21 Dec 2011 04:03:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RdI5F-0005xf-LX for emacs-orgmode@gnu.org; Wed, 21 Dec 2011 04:03:39 -0500 Received: from mail-vw0-f41.google.com ([209.85.212.41]:35803) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RdI5F-0005wA-Hr for emacs-orgmode@gnu.org; Wed, 21 Dec 2011 04:03:33 -0500 Received: by vbbfn1 with SMTP id fn1so6633306vbb.0 for ; Wed, 21 Dec 2011 01:03:32 -0800 (PST) In-Reply-To: (Steve Prud'Homme's message of "Wed, 21 Dec 2011 00:31:05 -0500") 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: Steve Prud'Homme Cc: emacs-orgmode@gnu.org Hi Steve, "Steve Prud'Homme" writes: > I realy like the org-mode. I use it for my school work. I have a > questions about litle things like : > > 1. It is possible when i export a org file in pdf to make a title > page verticaly centered. This depends on the LaTeX class you use -- from memory, the class "report" dedicates one page to the title page, and centers the title vertically (or somewhat close.) > 2. It is possible when i export a org file in pdf It is possible to > do a page brake after the table of content Just use \pagebreak in your Org file. > 3. It is possible when i export a org file in pdf It is possible give > the text a interline of 1.5 for certain part of the text. #+LaTeX: \renewcommand{\baselinestretch}{1.5} before the part you want to modify, and #+LaTeX: \renewcommand{\baselinestretch}{1} to go back to a normal interline after this part. > 4. When i make table i use table - create (ex: 7x3). It is possible > to merge cell like in word(example first row 1 colomn second row 4 > column) No. > 5. It is possible when i export a org file in pdf It is possible to > set the font size Yes - customize `org-export-latex-classes' to your needs, adding \documentclass[11pt]{article} where it makes sense. > 6. Finaly it is possible to make a table that i use a lot a form that > i can fill and it is possible with i don't know a short-cut or > something to call this form when i need it. It's not currently possible, but we can imagine a helper function for that. For now I would suggest: just store the empty table in a register: select the table, `C-x r s', then `C-x r i' when you want to insert the empty table again. > Please excuse my english, i'm french J'ai réussi à comprendre à peu près :) HTH! -- Bastien