From mboxrd@z Thu Jan 1 00:00:00 1970 From: wry@mm.st Subject: Question: export with tags but hide "export" tag Date: Sat, 23 Nov 2019 11:59:42 -0500 Message-ID: <20191123165941.fql5ppt5o5fai65c@wrycode> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:34466) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iYYlf-000075-J5 for emacs-orgmode@gnu.org; Sat, 23 Nov 2019 12:00:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iYYle-0002T9-AP for emacs-orgmode@gnu.org; Sat, 23 Nov 2019 12:00:19 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:43833) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iYYld-0002S9-Ng for emacs-orgmode@gnu.org; Sat, 23 Nov 2019 12:00:18 -0500 Content-Disposition: inline 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" To: emacs-orgmode@gnu.org Hi fellow org people, I want to start publishing some of my notes on a website. My preferred method is either org-export-dispatch or org-publish (maybe in the future). I have one giant notes file where I keep everything. Some people prefer to have multiple files to compartmentalize, but I prefer to keep everything together to simplify searching, organizing, capturing etc. This is similar to the philosophy of dnote (a third-party, non-org-mode note taking app at https://www.getdnote.com/): being able to capture a note as quickly as possible is more important than putting it in the correct place, and being able to search all notes is more important than having them perfectly organized. Towards the top of the file are more permanent entries, like my TODO inbox, calendar, and daily checklist. Whenever I add a note, I automatically stick it at the end of the file. When headlines are completed or become more permanent, I sometimes refile them higher up in the file ("percolate up", if you will). Anyway, my preferred method of publishing would be to simply tag headlines when they're ready to be included in HTML exports. Org-mode includes this, of course, with the "org-export-select-tags" option. However, I also want to include tags in the exported HTML, but currently that means every exported headline will have the "export" tag. Any ideas about how to export using this workflow without showing the "export" tag? Thanks, Nick