[O] [ISSUE] links navigation not consistent behavior

2019-03-27 Thread stardiviner
For example, I have following Org content: #+begin_src org ,*** TODO Figwheel [0/1] - [ ] https://www.youtube.com/watch?v=yUTxm29fjT4 :: I built a Figwheel-inspired, hot code reloading experience for Clojure, with an eye towards #datascience hacking. ,*** TODO Docker ClojureScript [0/3]

Re: [O] org-show-context-detail and tree expansion

2019-03-27 Thread pinkanon pinkanon
OK, problem found. The helm code is this: (defun helm-org-goto-marker (marker) (switch-to-buffer (marker-buffer marker)) (goto-char (marker-position marker)) (org-show-context) (re-search-backward "^\\*+ " nil t) (org-show-entry)) So, org-show-entry is called and it results in

[O] org-agenda-custom-commands and org-publish

2019-03-27 Thread David Masterson
Is it possible to mix generating (say) a monthly agenda into the publishing action? That is, when I generate my website via org-publish, I'd like to include in it the current agenda for the next month as another HTML page. Can that be done? -- David

Re: [O] Documentation Bug ?

2019-03-27 Thread Nicolas Goaziou
Hello, David Masterson writes: > Simple documentation bug -- not sure how to submit a patch, so I'm > hoping someone else can take care of it. > > In section 10 "Agenda Views" of the manual, it says that "Seven > different view types are provided", but it only lists six. Someone > should

Re: [O] Problems with yasnippet enabled in hidden font locking buffer

2019-03-27 Thread Nicolas Goaziou
Hello, Carlos Pita writes: > I've been having problems with latex font locking the first time the > internal font locking buffer is created (this with native latex > fontification). It was hard to debug but at a point it became obvious that > the culprit was yas minor mode, which I had globally

Re: [O] org-show-context-detail and tree expansion

2019-03-27 Thread Nicolas Goaziou
Hello, pinkanon pinkanon writes: > Hi! I use helm, which can list all headings using > helm-org-in-buffer-headings, > and lets you choose one to jump to. > When I jump to a heading, the tree is expanded. > > My problem is as follows. > > When I expand this tree on "(2) Downers" (when it is

Re: [O] logbook file?

2019-03-27 Thread Georgios Kaklamanos
Hi, How about using Org-Capture [1] for this? You can have an entry like this on your templates: ("l" "Logbook" entry (file+datetree "~/org/logbook.org") "* %?\nEntered on %U %i\n")) which would add an entry at the logbook.org file, under a date-time tree, using the current date.

[O] Single opening star induces bold face if immediately preceeding inlinetask

2019-03-27 Thread Alain . Cochard
Hello. With this org file, the "blah" is in bold face. * foo a *blah *** task bar *** END I would it is a small bug. NB: If I insert a blank line before the task, the face goes back to normal. Regards. I am using emacs -Q -l minimal with 'mininmal' containing