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 set the value of the ID pro
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 I
[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 feature. I'll look i
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 you to get to page 216. I've
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 file for the first
> tim
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] where
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)?
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
(time
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 s