From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id iEf2Gw5uY19oAwAA0tVLHw (envelope-from ) for ; Thu, 17 Sep 2020 14:09:18 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id mEmsFw5uY18BCAAAbx9fmQ (envelope-from ) for ; Thu, 17 Sep 2020 14:09:18 +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 AB9BD940664 for ; Thu, 17 Sep 2020 14:09:17 +0000 (UTC) Received: from localhost ([::1]:43236 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kIub5-0001QB-Az for larch@yhetil.org; Thu, 17 Sep 2020 10:09:15 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34524) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kIuMM-00005v-1i for emacs-orgmode@gnu.org; Thu, 17 Sep 2020 09:54:02 -0400 Received: from mail-pf1-x436.google.com ([2607:f8b0:4864:20::436]:43839) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kIuM4-00084F-9Z for emacs-orgmode@gnu.org; Thu, 17 Sep 2020 09:54:01 -0400 Received: by mail-pf1-x436.google.com with SMTP id f18so1245394pfa.10 for ; Thu, 17 Sep 2020 06:53:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:user-agent:message-id:mime-version; bh=26gXiXsVUVhfB4ywkTXjgf9pKlfED0uyBvcWM7pVQWk=; b=pkTIq2oVPlF9UjjvfTsC/j7PPAQ3rVst3TqOWCA6H2NtnQXmw/xGQRMEOPO693u8Iv Ouhfv7P3oCK9yk5ZoWTOAcLjI8Wd3gjjG2qAD1DEwq0Pj5MQmwAnZdIuBc+fYXbbTKhk yAN41IUqmWtk8NqULKDpsT5NyfEQEakHYWAYaH7cQS/EHWYOZYxJo6MnAjultAj1g4+K BeQq494E5QbHjCnJ9p9/UY2A78+nEBtTej+oRLKKPLW3CSRWCuz4clE38+09zD/4ObPC gTxTmvas0XBR5N/ihUJ7K6AU2lTMiOFWrpKZMUFOeKmw9EBw0SAwOWo6GwM3CUCkUHNg 3X6g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:user-agent:message-id :mime-version; bh=26gXiXsVUVhfB4ywkTXjgf9pKlfED0uyBvcWM7pVQWk=; b=hstxZAe5UJuJT83PPz7JraNVswImkSLNlk+oWXwobf7NW2zBorsmzsDovAXCw9UAW8 ptxpIJ9JP1YLsp9HXU3CmpmSumc0aYrmkn3BTOltAilCMhgtBZ2PSwpqeDe8V4OYkc8e IsuXuMYdTggXSHcCPgfBoTAIq1GIxxCAxQ+1pNvsI6XLJh1OfR8MrVA2XYUenjDRcgIX uTNauuu2OoRi9uKUhHcR0V9uLTR6WmAmKZ+F1eWvB19b8rV5zan3E2FL/fcIbNGrNI0P igrbgK7Y/aMLC/uAOD3eMkJYC5+XjoHMt0B06l99jaqYwRR8Tn0ZCUBxLwiuz8LTypPW yMGA== X-Gm-Message-State: AOAM53036pYVFj2tVigd5DPgevlWJHaltoKeV9kFth3vV2CNxeIGaKJ/ GfZYt3yFf+gDrn0AmXAReVW2xVBg5tQ= X-Google-Smtp-Source: ABdhPJyw6DineZW6Pc/g1y2tl8hvsEiwVNjAlJ0EbNgYN+KFuVLcBIk2iNwRIes6DF7R8mzvZBKD3g== X-Received: by 2002:a63:5f87:: with SMTP id t129mr3943751pgb.288.1600350822161; Thu, 17 Sep 2020 06:53:42 -0700 (PDT) Received: from localhost (180-150-91-8.b4965b.per.nbn.aussiebb.net. [180.150.91.8]) by smtp.gmail.com with ESMTPSA id v13sm6021294pjr.12.2020.09.17.06.53.41 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 17 Sep 2020 06:53:41 -0700 (PDT) From: TEC To: org-mode-email Subject: [PATCH] Enhance org-html--build-meta-info Date: Thu, 17 Sep 2020 21:50:41 +0800 User-agent: mu4e 1.4.13; emacs 27.1 Message-ID: <87pn6kfr19.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=2607:f8b0:4864:20::436; envelope-from=tecosaur@gmail.com; helo=mail-pf1-x436.google.com X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. 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, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, 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: , Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=gmail.com header.s=20161025 header.b=pkTIq2oV; dmarc=pass (policy=none) header.from=gmail.com; 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-Spam-Score: -0.71 X-TUID: 1D0wRrpCtRwj --=-=-= Content-Type: multipart/alternative; boundary="==-=-=" --==-=-= Content-Type: text/plain Content-Disposition: inline Hi All, This just replaces the current `org-html--build-meta-info' with a cleaner, more extensible (I also added a new variable) version. Please give it a look and let me know what you think! Timothy. <#part type="text/x-patch" filename="/home/tec/.emacs.d/.local/straight/repos/org-mode/0001-lisp-ox-html.el-make-html-meta-func-nicer.patch" disposition=inline> <#/part> --==-=-= Content-Type: text/html; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable
--==-=-=-- --=-=-=--