From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 7IEHBJk66l+YSAAA0tVLHw (envelope-from ) for ; Mon, 28 Dec 2020 20:05:45 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id yLUUO5g66l90WgAA1q6Kng (envelope-from ) for ; Mon, 28 Dec 2020 20:05:44 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 79B66940438 for ; Mon, 28 Dec 2020 20:05:44 +0000 (UTC) Received: from localhost ([::1]:48562 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ktylz-0004BD-G0 for larch@yhetil.org; Mon, 28 Dec 2020 15:05:43 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:51090) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ktyko-00049j-1e for emacs-orgmode@gnu.org; Mon, 28 Dec 2020 15:04:32 -0500 Received: from mail.mojserwer.eu ([195.110.48.8]:54634) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ktykc-0000Nc-6y for emacs-orgmode@gnu.org; Mon, 28 Dec 2020 15:04:28 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.mojserwer.eu (Postfix) with ESMTP id 244D5E6647; Mon, 28 Dec 2020 21:04:09 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail.mojserwer.eu Received: from mail.mojserwer.eu ([127.0.0.1]) by localhost (mail.mojserwer.eu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FTtatJkARnPQ; Mon, 28 Dec 2020 21:04:00 +0100 (CET) Received: from localhost (178235147175.dynamic-3-poz-k-0-1-0.vectranet.pl [178.235.147.175]) by mail.mojserwer.eu (Postfix) with ESMTPSA id 60495E602F; Mon, 28 Dec 2020 21:04:00 +0100 (CET) References: <87tus6oxsg.fsf@posteo.net> <874kk6ynt1.fsf@mbork.pl> <87o8idoljk.fsf@posteo.net> User-agent: mu4e 1.1.0; emacs 27.0.50 From: Marcin Borkowski To: Juan Manuel =?utf-8?Q?Mac=C3=ADas?= Subject: Re: Org to ConTeXt exporter? Message-ID: <87zh1xya3i.fsf@mbork.pl> In-reply-to: <87o8idoljk.fsf@posteo.net> Date: Mon, 28 Dec 2020 21:03:53 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=195.110.48.8; envelope-from=mbork@mbork.pl; helo=mail.mojserwer.eu X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Diego Zamboni , orgmode Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -1.32 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Migadu-Queue-Id: 79B66940438 X-Spam-Score: -1.32 X-Migadu-Scanner: scn1.migadu.com X-TUID: yIzPT/8kWy9Q On 2020-12-28, at 19:03, Juan Manuel Mac=C3=ADas w= rote: > Hello, Diego, > > Diego Zamboni writes: > >> I have never used ConTeXt, but from what I've seen, despite its many >> differences, a lot is still similar to TeX/LaTeX (e.g. math). Given >> this, I think it might be easier to create a new derived exporter from >> ox-latex, and override the parts that differ, instead of creating a >> new one completely from scratch. > > You are right, maybe it is better to start with ox-latex, since LaTeX > and ConTeXt are related. I beg to differ. The relation between LaTeX and ConTeXt is that they both come from plain TeX, but both came a long way, and there are significant differences between the two. Personally, I'd rather start that exporter from scratch. I wrote my exporter a few years ago, it's not that difficult. Here's the thing. Some time ago, I have dedicated about 20 minutes per day (sometimes less, sometimes more, but the average over the past 6 years is about 17 minutes now) to what I call "creative writing" - mainly the book I was working on for the past 5 years with two more people (and that book is now complete) and my blog. I will try to use some of that time to start that tutorial, and maybe I will then publish it on my blog or somewhere. (I also want to get back to the book on Elisp I started a long time ago, but that can wait a few more weeks.) But here's the thing: I'll need help. I know LaTeX very well - I've been using plain TeX for about 25 years now and LaTeX for about 20 years, including writing quite a few packages and classes - but I don't know ConTeXt that well. (I did use it a bit, but not very extensively.) Where could we start working on it? I suppose GitHub/GitLab is out of question, so? Best, -- Marcin Borkowski http://mbork.pl