From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id 0LO4ImrsXGM9twAAbAwnHQ (envelope-from ) for ; Sat, 29 Oct 2022 11:03:38 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id uOOHImrsXGMJrQAAauVa8A (envelope-from ) for ; Sat, 29 Oct 2022 11:03:38 +0200 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 5D92625691 for ; Sat, 29 Oct 2022 11:03:38 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oohkW-0005OZ-K0; Sat, 29 Oct 2022 05:03:28 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oohkU-0005Ne-7y for emacs-orgmode@gnu.org; Sat, 29 Oct 2022 05:03:26 -0400 Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oohkQ-0000Nt-5A for emacs-orgmode@gnu.org; Sat, 29 Oct 2022 05:03:25 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id D40AA24002E for ; Sat, 29 Oct 2022 11:03:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1667034200; bh=+vXf3cFL4vZTZWqFih4g611o9I8RMM2oq6Mo7bxRjlo=; h=From:To:Subject:Date:From; b=ogf9aNfr4dtRpK9DzK/GB0GHCIHRlcRtmfjW54QaBJS6BiTE5e4MQv4yudpZYJm4K Lbe9VMML/e7Ti5arvSuhn2kinPew3UN/pUIaoeFof26Kweo+e71zQmnf/x51gi4P3t KKNU36tn7sZWGz2MpU1rCsi89aX7SswW6NyVWBio5sla9Co3mqU+tsf9uGS6KLLUkB qV5qUSIWf0pfsS4GFew+nSUmoHf2XA/HlCu42NxMzW2ue4GSqQQ2YJwuaZSas/uMx3 tO3e+wpCY8MU1YLC6QMRZ4HK4YfD3HSV6nPekOD50wfQ2dsVKFjIk9rNXIqZHEAixK rkvlN1lUQN+ag== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Mztjz020Vz6trp for ; Sat, 29 Oct 2022 11:03:18 +0200 (CEST) From: =?utf-8?Q?Juan_Manuel_Mac=C3=ADas?= To: orgmode Subject: Re: [off-topic] E-readers and Org-Mode References: <87o7u24ll0.fsf@posteo.net> <87k04p5g1x.fsf@gmail.com> <877d0pi1kn.fsf@ucl.ac.uk> <87fsfdt6jn.fsf@posteo.net> Date: Sat, 29 Oct 2022 09:03:16 +0000 In-Reply-To: <87fsfdt6jn.fsf@posteo.net> ("Juan Manuel =?utf-8?Q?Mac=C3=AD?= =?utf-8?Q?as=22's?= message of "Mon, 24 Oct 2022 18:34:04 +0000") Message-ID: <87tu3nvw6j.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.67.36.65; envelope-from=maciaschain@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, 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.29 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Emacs-orgmode" Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org X-TUID: ygvfbv+UQOuH Juan Manuel Mac=C3=ADas writes: > [...] Anyway, I think it would be possible to write some python > script[1] to extract the annotations and then parse the resulting xml > from there to get a nice and beautiful Org document. Which also leads > me to wonder if anyone has tried that.=20 I've found that org-noter has the `org-noter-create-skeleton' function, which exports PDF annotations to Org and keeps them in sync with the PDF (via pdf-tools). Tremendously useful! :-)