Giter Club home page Giter Club logo

Comments (2)

alphapapa avatar alphapapa commented on August 17, 2024

Sounds like a nice idea. In the meantime, you might try something like this, which I've used for a while (be advised, it can be slow if you have a lot of large Org files open; it helps to enable the refile cache):

(defun ap/helm-org-headings-in-agenda-and-open-files ()
    "Preconfigured helm for org headings in agenda files and open org files."
    (interactive)
    (let ((org-agenda-files (delq nil (delete-dups (append org-agenda-files
                                                           (map 'list 'buffer-file-name (org-buffer-list 'files)))))))
      (helm-org-agenda-files-headings)))

Basically, just let the org-agenda-files list to whatever you want, and run helm-org-agenda-files-headings, and it will present all the headings in those files.

from worf.

abo-abo avatar abo-abo commented on August 17, 2024

does that make any sense ;-) any thoughts on that?

It's a nice idea. Is the mechanism on ro good enough? I think it goes through org-agenda-files and all open Org buffers.

Actually going through all existing Org files on your system might be a bit too costly.

from worf.

Related Issues (20)

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.