[O] How to only show org-timer indicator on active mode-line not all mode-lines?

2016-08-17 Thread numbch...@gmail.com
I setup org-timer indicator in mode-line with this. (setq-default mode-line-format (quote ( ;; org-timer (:eval (unless (not org-timer-countdown-timer) (propertize (let* ((rtime (decode-time (time-subtract

Re: [O] function to duplicate current header and change ID

2016-08-17 Thread Jorge
On 11 August 2016 at 12:33, John Kitchin wrote: > Does this do what you want? Could not he just use C-u C-c C-x c (org-clone-subtree-with-time-shift)?

Re: [O] Emacs hangs while loading .org file

2016-08-17 Thread Nick Dokos
David Dynerman writes: > Dear list, > > I have a fairly large org-file [1] (~2k lines) containing a substantial > amount of code in #+BEGIN_SRC/#+END_SRC blocks. The code is mostly > python, with one or two C blocks. > > Recently emacs has started to hang when loading the

Re: [O] page-numbering in a toc

2016-08-17 Thread Sharon Kimble
Sharon Kimble writes: > I'm having great difficulties with my toc, every toc item, except for > the chapter only allows me to get to the chapter toc entry. For instance > the chapter toc entry might be on page 216, but a section heading entry > on page 225 only allows

[O] Emacs hangs while loading .org file

2016-08-17 Thread David Dynerman
Dear list, I have a fairly large org-file [1] (~2k lines) containing a substantial amount of code in #+BEGIN_SRC/#+END_SRC blocks. The code is mostly python, with one or two C blocks. Recently emacs has started to hang when loading the file for the first time. I saved a profiling report [2]

Re: [O] Potential feature request – more automatic updating of cookies

2016-08-17 Thread Jorge
[Now sending to the whole list] On 29 July 2016 at 00:53, Adam Porter wrote: > It might be enough to advise a few functions to call > org-update-statistics-cookies, e.g.: > > (advice-add 'org-cut-special :after 'org-update-statistics-cookies) I haven't yet studied the advice

[O] page-numbering in a toc

2016-08-17 Thread Sharon Kimble
I'm having great difficulties with my toc, every toc item, except for the chapter only allows me to get to the chapter toc entry. For instance the chapter toc entry might be on page 216, but a section heading entry on page 225 only allows you to get to page 216. I've tried various things but its

Re: [O] Should a human ever set the ID property? Should a human only ever set the CUSTOM_ID property?

2016-08-17 Thread Eric Abrahamsen
Grant Rettke writes: > Good evening, > > Just learned about CUSTOM_ID property. It seems like if you want to > define a custom identifier, then you do it here and that identifier > will get used correctly in all of the weavers. It also seems like a > human should never

[O] Should a human ever set the ID property? Should a human only ever set the CUSTOM_ID property?

2016-08-17 Thread Grant Rettke
Good evening, Just learned about CUSTOM_ID property. It seems like if you want to define a custom identifier, then you do it here and that identifier will get used correctly in all of the weavers. It also seems like a human should never set the value of the ID property. The reason I ask is that