org-make-toc icon indicating copy to clipboard operation
org-make-toc copied to clipboard

Automatic tables of contents for Org-mode files

Results 14 org-make-toc issues
Sort by recently updated
recently updated
newest added

When used in a file where two or more headings have the same name, the generated links use the same reference for each. For example, running `org-make-toc` on ``` *...

When you enable `org-make-toc-mode`, `org-make-toc` is added to `before-save-hook` globally, and the following message is printed every time if you save a buffer, even if the buffer is not in...

This will allow links to work on both Github and in Org. Fixes #20. I only looked at the existing code briefly, but it looked like `entry` was only called...

Hi, If a custom id is inserted into the property drawer in each heading. The links will work in Org-mode. So it might be desirable for some users to get...

enhancement
help wanted

In case of ``` * Main heading * * STH ELSE * * Table of contents :properties: :TOC: :include siblings :end: * * OTHER THING ``` Then the toc generated...

bug
help wanted

Hello, I have run the latest version of org-make-toc on the README of [my project](https://github.com/akirak/elinter/tree/v5), and there is something wrong with the output. Both "Guide" and "Design goal" should reside...

bug

Abstract regexp for beginning of :CONTENTS: drawers into a variable. Allow whitespace before :CONTENTS: and :END: drawer markers. Ran into the `"No TOC node found"` user-error despite having a `:CONTENTS:`...

bug

For most of my docs I use this mode so I set ```elisp (add-hook 'org-mode-hook #'org-make-toc-mode) ``` But not for all... In that case I get this error on every...

question

The org buffer to reproduce: ``` * TOC :PROPERTIES: :TOC: :include all :ignore (this) :END: :CONTENTS: :END: * one * ``` Note the last headline has no text. This causes...

bug