Code Monkey home page Code Monkey logo

Comments (3)

terlar avatar terlar commented on June 15, 2024 1

It was tricky but I finally boiled it down to what it was, it is related to my setup and you can achieve it with the following steps:

  1. M-: (setq debug-on-error t)
  2. M-: (setq package-archives '(("gnu" . "https://elpa.gnu.org/packages/") ("melpa" . "https://melpa.org/packages/")))
  3. M-x package-install org-mode
  4. M-x package-install helpful
  5. M-: (defun +is-useful-buffer (buffer) (not (string-match "^ ?\\*.*\\*\\(<[0-9]+>\\)?$" (buffer-name buffer))))
  6. M-: (push '(buffer-predicate . +is-useful-buffer) default-frame-alist)
  7. C-x 5 2
  8. In the new frame run M-x helpful-function org-edit-special

So looking at this it is quite obvious since obviously the package expects some buffer with *...* to show up. I haven't experienced any issues with other things however with this buffer predicate (that I know of...)

Thank you for your help, perhaps I should look into alternatives to the buffer-predicate.

from helpful.

Wilfred avatar Wilfred commented on June 15, 2024

I'm unable to reproduce this with org-edit-special. Are you seeing it with other commands? Could you report your Emacs and org-mode versions, or better yet describe how to reproduce starting from emacs -Q?

from helpful.

Wilfred avatar Wilfred commented on June 15, 2024

Thanks, I can reproduce. I'm not sure what's causing it yet though.

from helpful.

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.