Adrian Acosta

Results 14 comments of Adrian Acosta

org-roam tag destination looks like... ``` #+roam_tags: emacs org-roam note-taking ``` I can search for "note-taking" in deft, but I have no way that I'm aware of of either specifically...

The code above works when applied in `modules/lang/org/autoload/contrib-present.el` There is an unexpected behavior when using the org-tree-slide-presentation-profile that is indenting the slide header when the current heading is a subheading....

Interesting. I did a fresh install of Doom Emacs on a fresh macOS and Ubuntu VM to test this, and the behavior was similar to Ubuntu on macOS as of...

@takaxp my appologies if unclear. When I toggle M-x org-pretty-mode, it does _not_ remove the markup display. In fact, it _unhides_ the markup from the headings. Let me know if...

This is on a fresh Big Sur VM, 11.6.7 emacs installed with ``` brew tap railwaycat/emacsmacport brew install emacs-mac --with-native-comp --with-modules ``` Doom installed per their docs. The only change...

Removing `(setq org-fold-core-style 'overlay)` and making the change described in https://github.com/takaxp/org-tree-slide/issues/54 did improve things. Now, however, I am getting a minor formatting annyance in code blocks, with "..." showing where...

Is this new default with org 9.6 a bug in org-mode or should org-tree-slide be changed to accommodate the new default?

Sounds good. Easy to work around for now. Thank you so much for building this!

That code seems to work for me to resolve the error. I can start the presentation without `(setq org-fold-core-style 'overlay)` using your change to contrib-present.el

This has started to occur for me recently: ``` ==> Upgrading railwaycat/emacsmacport/emacs-mac emacs-28.2-mac-9.1 -> emacs-29.1-mac-10.0 --without-modules --with-natural-title-bar --with-native-comp ==> Patching ==> Applying emacs-mac-29-multi-tty.diff patching file 'lisp/server.el' patching file 'src/frame.c' patching...