From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: Makefile restructuring Date: Sat, 21 Apr 2012 19:07:05 +0530 Message-ID: <81ipgtnr3y.fsf@gmail.com> References: <87k4bqwkyw.fsf@gnu.org> <87sjqejvob.fsf@Rainer.invalid> <87k4bqjnwu.fsf@Rainer.invalid> <87fwmdkind.fsf@Rainer.invalid> <874o2t81qu.fsf@gnu.org> <87liw43iys.fsf@Rainer.invalid> <8762n8d4ys.fsf@gnu.org> <87ei1u6u3q.fsf_-_@Rainer.invalid> <87hb6i3z1l.fsf@Rainer.invalid> <87k47av6j2.fsf@Rainer.invalid> <87fwhyux4d.fsf@Rainer.invalid> <87397x1i8u.fsf@altern.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42673) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SLaV3-0007nP-Qm for emacs-orgmode@gnu.org; Sat, 21 Apr 2012 09:37:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SLaV1-0002lu-QK for emacs-orgmode@gnu.org; Sat, 21 Apr 2012 09:37:17 -0400 Received: from mail-pb0-f41.google.com ([209.85.160.41]:50714) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SLaV1-0002lY-Hb for emacs-orgmode@gnu.org; Sat, 21 Apr 2012 09:37:15 -0400 Received: by pbcup15 with SMTP id up15so2188491pbc.0 for ; Sat, 21 Apr 2012 06:37:13 -0700 (PDT) In-Reply-To: (Samuel Wales's message of "Sat, 21 Apr 2012 06:08:38 -0700") 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: Achim Gratz Cc: Orgmode I use Windows and I never got texi2pdf to work properly. I was really stumped because I had no way to test/view my ODT changes in a pdf manual. Finally, I discovered texify. (I use MikTeX) texify --pdf %s So you can use this as the default setting or hint at this possibility (with a commented line) in your platform specific config file (if you have one). --