I would like each chapter title to also be a link to the table of contents, so that I can quickly go back and forth from the TOC to the chapters.
This is my example test.org document:
#+TITLE: My doc title #+DATE: 2024-04-03 #+OPTIONS: toc:2 * Chapter 1 Text... * Chapter 2 Text... The generated document (e.g. PDF) will automatically have a table of contents, which successfully links each TOC title to the corresponding chapter.
How can I add a link to each chapter title that sends me back to the table of contents, if this is auto-generated?