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 to
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: 27eb85b6-114f-437f-9424-b28d400f6aa9
> :END:
> ***
@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 06
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 Select
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 Jav
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
not
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 context=)?
You c
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, org-clock-get-sum-start returns the time in UTC, which is not
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 should be:
> https://l
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
>
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
workaround using a combination
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], any headline, plain-list or i
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, please inform the
all those people wh
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.
note that this feature overlaps babel:
head src_emacs-lisp[]{(shell-command-to-string "git rev-parse HEAD" )}\\
time {{{time(%F)}}}
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 (mapcar (lambda (type) (cons
(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 writes:
> in friendly
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 is
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 li
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.
>> - a list node. some context.
>> <<
>
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 the function to
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 its own
> dog food.
This
22 matches
Mail list logo