Re: [O] [RFC] Dog food, anyone?

2017-12-22 Thread Yasushi SHOJI
Hi Nicolas, On Sun, Dec 17, 2017 at 7:34 PM, Nicolas Goaziou wrote: > The task started by Thomas S. Dye a couple years ago is now complete. > The "manual.org" file in "contrib/" directory is an up-to-date, > sometimes enhanced, version of the Org manual. Org can now eat

Re: [O] possible to store a link to a specific entry in the *texinfo* file?

2017-12-22 Thread Yasushi SHOJI
Hi, On Wed, Dec 20, 2017 at 11:57 PM, Shiyao MA wrote: > Is it possible to specify an exact match? > > [[info:elisp#define-minor-mode]] gives two potential matches. Not that I know of. The behavior is of Info-index and I don't think it can do that. Unless, of cause, you change

Re: [O] make org-fill-paragraph stop fill list headlines.

2017-12-22 Thread Shiyao MA
Thanks. that really helps. best, On Sat, Dec 23, 2017 at 2:08 AM, Nicolas Goaziou wrote: > Hello, > > Shiyao MA writes: > >> given this: >> >> some text. >> - a list node. >> some context. >> << >> >> after filling, it will be: >> some text.

Re: [O] Hope ob-js can support :session feature

2017-12-22 Thread Martin Alsinet
Hello, I don't have a blog yet, it is in my list of new year's resolutions. I will try to explain it here anyway, maybe it can serve as a draft for a blog post. When you hit *C-c* inside of a javascript source block, *ob-js* takes the js code from the js block and saves it into a temp file (in

Re: [O] Hope ob-js can support :session feature

2017-12-22 Thread numbch...@gmail.com
Can you describe how do you do this in detailed? Like: > but since I am using docker containers to run node, I always mount the current directory as a volume in /app inside the container, so that works out fine. > I also think that this way forces me to separate the code in modular blocks, which

Re: [O] Bug: org-clock-total-time is calculated from midnight in UTC (not in current time zone) [9.1.4 (9.1.4-13-g84cb63-elpa @ /home/yantar92/.emacs.d/elpa/org-20171218/)]

2017-12-22 Thread Ihor Radchenko
(while (not yant/check-from-field-before-sending-bug-report) (insert "I will always check my From field before sending bug report.\n")) P.S. Does anyone know how to set alternative default sending account for bug reporting specifically? Regards, Ihor Samuel Wales

Re: [O] Canonical way to strip off all markup from an element in Org exporter backend?

2017-12-22 Thread Kaushal Modi
On Thu, Dec 21, 2017 at 9:22 AM Nicolas Goaziou wrote: > (let ((no-thrill (lambda (o c _) (or c (org-element-property :value > o) > (org-export-create-backend >:parent 'ascii ;or `hugo', depending on what you mean >:transcoders

Re: [O] TIL about use of eval in user Org macros.. Documentation?

2017-12-22 Thread Samuel Wales
note that this feature overlaps babel: head src_emacs-lisp[]{(shell-command-to-string "git rev-parse HEAD" )}\\ time {{{time(%F)}}}

Re: [O] wrong behavior of org-open-at-point with certain url.

2017-12-22 Thread Samuel Wales
maybe related or maybe not related, but i notice that a filled url cannot be opened with RET. it can be opened with c-c c-o. an unfilled url can be opened with RET.

Re: [O] Bug: org-clock-total-time is calculated from midnight in UTC (not in current time zone) [9.1.4 (9.1.4-13-g84cb63-elpa @ /home/yantar92/.emacs.d/elpa/org-20171218/)]

2017-12-22 Thread Samuel Wales
in friendly jest: On 12/21/17, Ihor Radchenko wrote: > intended recipient, you are hereby notified that any use, dissemination, > distribution, or copying of this message, or any attachment, is strictly > prohibited. If you have received this email in error,

Re: [O] Bug: shiftmeta[left|right] on multi line items [9.1.2 (release_9.1.2-40-g6ca906 @ /usr/local/share/emacs/27.0.50/lisp/org/)]

2017-12-22 Thread Nicolas Goaziou
Hello, Nathan Aclander writes: > Now I'm curious, do you have an example list where this would be > obviously confusing and ambiguous? * Headline 1 ** Sub-headline - Plain list - Sub-list - Sub-item [X] If the point is at [X],

Re: [O] Hope ob-js can support :session feature

2017-12-22 Thread Martin Alsinet
Hello stardiviner, On Fri, Dec 22, 2017 at 6:57 AM stardiviner wrote: > > I wish to do JavaScript Literate Programming in Org-mode. > > So the :session header argument is very necessary. > > I do Literate Programming in Javascript with Org-mode, and I have found a

Re: [O] [RFC] Dog food, anyone?

2017-12-22 Thread Nicolas Goaziou
Hello, phillip.l...@russet.org.uk (Phillip Lord) writes: > Oh, might even be trivial things. I mean, emacs.texi contains a "title" > statement, but none of its include files do. You need to export other files "body only". > Also, cross references, I believe have to be unique within a file and

Re: [O] wrong behavior of org-open-at-point with certain url.

2017-12-22 Thread Nicolas Goaziou
Hello, Shiyao MA writes: > Hi, > > For the given link, which is directly copied from chrome url bar, > [[https://lwn.net/Articles/262464/#Quick Quiz 5]] > > org-open-at-point will open it as > https://lwn.net/Articles/262464/%23Quick%20Quiz%205 > > where as the correct url

Re: [O] Bug: org-clock-total-time is calculated from midnight in UTC (not in current time zone) [9.1.4 (9.1.4-13-g84cb63-elpa @ /home/yantar92/.emacs.d/elpa/org-20171218/)]

2017-12-22 Thread Nicolas Goaziou
Hello, Allen Li writes: > On Thu, Dec 21, 2017 at 5:55 PM, Ihor Radchenko > wrote: >> >> org-clock-in in org-clock.el calculates org-clock-total-time via calling >> (org-clock-sum-current-item (org-clock-get-sum-start)). >> However,

Re: [O] make org-fill-paragraph stop fill list headlines.

2017-12-22 Thread Nicolas Goaziou
Hello, Shiyao MA writes: > given this: > >>> > some text. > - a list node. > some context. > << > > after filling, it will be: >>> > some text. > - a list node. some context. > << > > possible to stop the joining of the list headline (=a list node.=) and > the content (=some

[O] wrong behavior of org-open-at-point with certain url.

2017-12-22 Thread Shiyao MA
Hi, For the given link, which is directly copied from chrome url bar, [[https://lwn.net/Articles/262464/#Quick Quiz 5]] org-open-at-point will open it as https://lwn.net/Articles/262464/%23Quick%20Quiz%205 where as the correct url should be: https://lwn.net/Articles/262464/#Quick%20Quiz%205

[O] Hope ob-js can support :session feature

2017-12-22 Thread stardiviner
I know that ob-js "Session evaluation with node.js is not supported" - [X] mozrepl (deprecated):   "mozrepl" need package `moz'. https://github.com/bard/mozrepl/ - [X] node.js does not support :session so might consider integrate indium https://github.com/NicolasPetton/Indium ? I wish to do

[O] Some org-mode key interface popup buffers can't by managed by display-buffer-alist

2017-12-22 Thread stardiviner
I use following config, but does not work. How can I manage those popup buffers with display-buffer-alist? (add-to-list 'display-buffer-alist '("^\\*Org Agenda\\*" (display-buffer-same-window))) (add-to-list 'display-buffer-alist '("^\\*Clock Task

Re: [O] Bug: Editing src blocks: user-error: Cannot modify an area being edited in a dedicated buffer [9.1.4 (9.1.4-2-g118753-elpaplus @ /home/paul/.emacs.d/elpa/org-plus-contrib-20171211/)]

2017-12-22 Thread stardiviner
@Paul Do you have similar config? I use it to enable flycheck in editing temp src buffer. (defadvice org-edit-src-code (around set-buffer-file-name activate compile)   (let ((file-name (buffer-file-name)))     ad-do-it     (setq buffer-file-name file-name))) On 12/22/2017

Re: [O] Bug: List does not fold correctly with inline tasks in the middle [9.1.4 (9.1.4-13-g84cb63-elpa @ /home/yantar92/.emacs.d/elpa/org-20171218/)]

2017-12-22 Thread Ihor Radchenko
I am dumb... Forgot to load 'org-inlinetask 'Ihor Radchenko' writes: > 1. Create the following same org file: > * Test > - blah > - a > - b > - c > *** List folding stops here > :PROPERTIES: > :ID:

[O] Bug: List does not fold correctly with inline tasks in the middle [9.1.4 (9.1.4-13-g84cb63-elpa @ /home/yantar92/.emacs.d/elpa/org-20171218/)]

2017-12-22 Thread 'Ihor Radchenko'
1. Create the following same org file: * Test - blah - a - b - c *** List folding stops here :PROPERTIES: :ID: 27eb85b6-114f-437f-9424-b28d400f6aa9 :END: *** END - everything here and below folds on tab at =**...END= - f 2. Try