From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremie Juste Subject: Send subheading at the end of documents preserving the numbering Date: Wed, 11 Oct 2017 10:03:53 +0200 Message-ID: <87376qdsba.fsf@freegnu.noherd.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50828) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e2Bzl-0003VK-Ft for emacs-orgmode@gnu.org; Wed, 11 Oct 2017 04:04:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e2Bzi-0006lp-C6 for emacs-orgmode@gnu.org; Wed, 11 Oct 2017 04:04:01 -0400 Received: from mail-wm0-x231.google.com ([2a00:1450:400c:c09::231]:53004) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e2Bzi-0006iq-4h for emacs-orgmode@gnu.org; Wed, 11 Oct 2017 04:03:58 -0400 Received: by mail-wm0-x231.google.com with SMTP id k4so2773897wmc.1 for ; Wed, 11 Oct 2017 01:03:56 -0700 (PDT) Received: from freegnu (machine219.bibu2.u-cergy.fr. [194.167.235.219]) by smtp.gmail.com with ESMTPSA id w126sm14256333wme.25.2017.10.11.01.03.54 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 11 Oct 2017 01:03:54 -0700 (PDT) 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 Hello, I'm making some exercices with answers and I'm writing the answers just after the questions in the following way * Question ** Answer :solution While exporting to latex, I can use #+EXCLUDE_TAGS: solution to remove the solution but a better option in my case would be to send the solution at the end of the document while preserving the numbering for easy access. Is there a way to do this in org-mode? There is an interesting package that does something similar in latex https://ctan.org/pkg/probsoln. you can access it here after unzipping. .../probsoln/probsoln/samples/sample5.pdf Best regards, Jeremie