Re: setting up 'imenu'

2020-09-11 Thread Jeremie Juste
Hello Sharon, I must have failed to grasp the subtleties of your workflow. And my explanation was surely not very friendly. I apologize for that. If your workflow works for you this is what matters. > Sorry, but I just feel that your system is over-complicated as compared > to my simplistic way!

Re: setting up 'imenu'

2020-09-11 Thread Sharon Kimble
osition #+END_SRC [2014-11-16 Sun 16:09] [2017-01-16 Mon 23:49] [2020-09-10 Thu 18:35] #+begin_src emacs-lisp (require 'popup-imenu) #+end_src [2015-12-29 Tue 13:37] [2017-01-17 Tue 10:39] imenu #+BEGIN_SRC emacs-lisp ;; setting up 'imenu' ;; (local-set-key "\C-x\C-

Re: setting up 'imenu'

2020-09-10 Thread Jeremie Juste
Hello Sharon, Unfortunately I cannot reproduce your issue. I created a list of 56 sub heading and I can view the heading Still a sample 0 until Still a sample 56. ** TODO * etc and onwards ** TODO * and another one ** Still a sample 0 ** Still a sample 1 ** Still a sample 2 ** Still a sample

setting up 'imenu'

2020-09-10 Thread Sharon Kimble
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 I'm having major problems with my imenu setup, and its like this. - --8<---code one---start->8--- * Outlining and Plotting ** Level 2 heading ** etc and onwards - --8<---cut here---end