darim1

Results 12 comments of darim1

Ok, that is indeed a tricky task... I could not manage to copy the raw text from the buffer. Sorry. Instead I created a screenshot. I hope that is ok,...

Please find below my ansers: 1. I am using org-mode 9.5.2 2. ``` org-get-outline-path is a compiled Lisp function in ‘org.el’. (org-get-outline-path &optional WITH-SELF USE-CACHE) Return the outline path to...

Ok. BTW I've tried on different machines with different installations (Windows and Linux) from the same .emacs and ancounter the issue in any environment. I'd like to follow your suggestion,...

OK, thanks! I'd like to provide a simple example: 1. Please create this file "my_module.py": ```python def fun(): import pdb; pdb.set_trace() print('fun') def rec_fun(): import pdb; pdb.set_trace() print('fun') a =...

Sorry fo the late reply! Please proceed as follows: 1. Enable tab-bar-mode. This will allow you to switch between multiple collections of open buffers. 2. Add second tab. 3. Launch...

OK, thanks for the thourough explanation! Once I got used to the behavior, it's not really an issue anymore. Instead tab-bar, treemacs as well as desktop mode integrate pretty well....

I use org-version 9.6 I don't receive a stack-trace with debug-on-error, loading the function provided above. This the message window output: ``` treemacs--imenu-tag-noselect Debug on Error enabled globally c:/dummy.org and...

Thanks for the update, this time it has worked: ``` Debugger entered--Lisp error: (wrong-type-argument integer-or-marker-p nil) goto-char(nil) (if (functionp pos) (funcall pos) (goto-char pos)) (let* ((--dash-source-47-- (treemacs--extract-position (let* ((item (let...

``` [Treemacs] Goto-Tag Path (.../dummy.org Head 1) Org? nil [Treemacs] File .../dummy.org [Treemacs] Path nil [Treemacs] Tag Head 1 .../dummy.org and mnt/dummy.org are the same file [Treemacs] Index ((Head 1...

``` treemacs--extract-position [Treemacs] Extract Item marker # File /mnt/dummy.org /mnt/dummy.org and /dummy.org are the same file [Treemacs] Extract Item marker # File /mnt/dummy.org [Treemacs] Something went wrong when finding tag...