From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Xavier MAILLARD Newsgroups: gmane.emacs.help Subject: Org-mode export to .tex ? Date: Tue, 08 Oct 2019 05:55:10 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="27881"; mail-complaints-to="usenet@blaine.gmane.org" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 08 06:01:13 2019 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iHggP-000757-QF for geh-help-gnu-emacs@m.gmane.org; Tue, 08 Oct 2019 06:01:10 +0200 Original-Received: from localhost ([::1]:51054 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iHggO-000759-0B for geh-help-gnu-emacs@m.gmane.org; Tue, 08 Oct 2019 00:01:08 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:59252) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iHgg6-00074o-LR for help-gnu-emacs@gnu.org; Tue, 08 Oct 2019 00:00:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iHgg5-0007gA-Jd for help-gnu-emacs@gnu.org; Tue, 08 Oct 2019 00:00:50 -0400 Original-Received: from 129.ip-51-38-48.eu ([51.38.48.129]:54930 helo=maillard.im) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iHgg5-0007en-56 for help-gnu-emacs@gnu.org; Tue, 08 Oct 2019 00:00:49 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=maillard.im; s=mail; t=1570506911; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:in-reply-to: references; bh=QEmPoBMR42XDFc521KfKvlJaNvlzClhEaIIs/8D3Fns=; b=axABpKbVvayPBKmRSYjU20Qm8Ve4/qXLI4SwXt6yqIw+qFBwSeTIJR0bdUoRfClU+q+9tr ObfDOulke3VKatyipicNj3nwf+1IRQl7IAaiSTUFwAm16L9lpmON9Roy5VibXdMm/tY5My voetLRk2fm+6GeVNchwz/S2xiTLKAJg= X-Sender: xavier@maillard.im X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 51.38.48.129 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:121625 Archived-At: Hello, for my day to day notes taking system, I am using a thing named "pocketmod"; it is more or less an A4 sheet of paper folded in 8 little pages. I find this system quite inexpensive and quick when it comes to just take a quick note/schedule/whatever. On the other side, a pocketmod is not meant to last months and I need, from time to time to "save" some of my notes or todos into something more accurate. As a GNU emacs user, orgmode is almost an evidence. My question is this: is there a way to take an orgmode agenda and format/export it in .tex files suitable to build a pocketmod version ? I remember someone posted an org2hpda Makefile but, either I am doing something wrong, running it just outputs empty .tex files (there are no entries from my org mode files). Thanks for your help. Xavier