[O] Generating sitemap: ‘org-publish-cache-get’ called, but no cache present

2018-01-14 Thread Vikas Rawal
I have been using the following code block to generate a sitemap for my 
org-jkyll based blog.

#+begin_src emacs-lisp :results output silent :exports none :cache yes
  (org-publish-sitemap
   (assoc "indblog" org-publish-project-alist)
   "sitemap.org")
#+end_src

I had not generated the sitemap for a while, and now I find that it ends with 
the following message, and sitemap.org  is not recreated.


Generating sitemap for Sitemap for www.indianstatistics.org
org-publish-cache-get: ‘org-publish-cache-get’ called, but no cache present
——

Any pointers?

Vikas

Org version: Org mode version 9.1.4 (release_9.1.4-218-g993f76 @ 
/Users/vikas/.emacs.d/personal/org-mode/lisp/)
Emacs: GNU Emacs 25.3.1 (x86_64-apple-darwin16.3.0, Carbon Version 157 AppKit 
1504.76) of 2017-09-30

[O] toggling checkbox with one prefix arg modifies drawer contents

2018-01-14 Thread Samuel Wales
> If the cursor is in a headline, apply this to all checkbox items
in the text below the heading, taking as reference the first item
in subtree, ignoring drawers.

in recent maint this seems to affect state change lines in logbook.



Re: [O] Typo in README

2018-01-14 Thread Nicolas Goaziou
Hello,

Jonas Bernoulli  writes:

> There is a typo in the first word of the README.
> I was surprised to learn that it existed for five years.

Fixed. Thank you.

Regards,

-- 
Nicolas Goaziou



[O] Typo in README

2018-01-14 Thread Jonas Bernoulli
There is a typo in the first word of the README.
I was surprised to learn that it existed for five years.

  Cheers,
  Jonas



[O] bug#28072: Org Mode Drawer Folds Unexpectedly

2018-01-14 Thread Nicolas Goaziou
Hello,

Mitch Norcross  writes:

> Thanks you so much for trying to reproduce my observation.
> I see the discrepancy that you have uncovered...
> It seems that to reproduce the problem, the drawer must be
> inside the body of a headlined section.
>
> So, simply adding a headline above the drawer should allow
> you to reproduce the problem.  For example:
>
> * Testing drawer that closes unexpectedly
>
> :mydrawer:
>   - Plain list item with children
>   + some notes here
>   + and here
>   + some more here
> :end:

This is now fixed on master branch (i.e., yet to be released Org 9.2).

Regards,

-- 
Nicolas Goaziou0x80A93738





Re: [O] speed-keys access tweak

2018-01-14 Thread Nicolas Goaziou
Hello,

Michael Ax  writes:

> With the (bolp) check snipped, org-speed-commands
> work up to the end of org-outline-regexp.
>
>   (defun org-speed-command-activate (keys)
> (when (or (looking-at org-outline-regexp)
>   (and (functionp org-use-speed-commands)
>(funcall org-use-speed-commands)))
>   (cdr (assoc keys (append org-speed-commands-user
> org-speed-commands-default)
>
> Works for me. Could this be legit --- or safer?

It would also work in the non-desirable following case, where X is
point:

  *** Headline x*** Text

Besides, according the manual,

Single keys can be made to execute commands when the cursor is at the
beginning of a headline, i.e., before the first star.

Regards,

-- 
Nicolas Goaziou