Coder Social home page Coder Social logo

org-nested-links's Introduction

org-nested-links

This helper allows you to create links within Org-files that jump to nested sections without the use of header-specific ID properties.

Example

Assume you have a diary which looks like this:

* 01/01/2022
  * Meetings
    ..
  * TODO
    ..
* 02/02/2022
  * Meetings
    ..
  * TODO
    ..

Now assume you wish to link to the Meetings section within the 02/02/2022 entry:

  • You cannot simply link to [[Meetings]] because it is not unique.
    • Although you could certainly generate a unique property to allow that link.
  • You could link to [[02/02/2022]] and then search forward to "Meetings"
    • That's what this package allows.

The link you will add would be:

[[02/02/2022#Meetings]]

Caveats

The link will not be visible on any HTML-exports.

Installation

Save this file to a directory upon your load-path, and then require it after you've loaded org-mode:

(require 'org-nested-links)

I personally configure org-mode to allow searches for internal links to match sub-strings of headlines, rather than requiring complete matches. This isn't required, but it's a nice companion:

(setq org-link-search-must-match-exact-headline nil)

Bugs?

Please report them as issues.

org-nested-links's People

Contributors

skx avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.