Re: [O] [ORG] [FEATURE] ob-js.el support :session for all existing JS packages

2018-03-12 Thread stardiviner
Aha, I see now. thanks for your answer. @Nick On 03/13/2018 01:54 AM, Nick Dokos wrote: "numbch...@gmail.com" writes: After add more code, not it supports `js-comint`, `skewer-mode`, `Indium`. Waited many days, still no response. Anyone want to review this code?

Re: [O] upgrade from 8.2 to 9.2 breaks agenda timestamp font?

2018-03-12 Thread Samuel Wales
locale?

Re: [O] upgrade from 8.2 to 9.2 breaks agenda timestamp font?

2018-03-12 Thread Nick Dokos
David Belohrad <da...@belohrad.ch> writes: > Dear all, > > I have upgraded after some time org-plus-contrib through elpa to > version 20180312, and quite some things stopped working. Most of them > I have found, and have been related to usage of sexp in capture > templ

Re: [O] Soft return in footnote text?

2018-03-12 Thread Samuel Wales
another workaround is to use \\ instead of \par.

Re: [O] what settings would make original export to pdf as good as pandoc conversion?

2018-03-12 Thread Samuel Wales
seems to work. the only thing is that the first page is blank with "[DEFAULT-PACKAGES] on it. i tried commenting that part out and got a blank page. i presume this is because i am using maint and not master. again thanks.

Re: [O] [PATCH 1/3] ob-table: Fix org-sbe's handling of quotes in arguments

2018-03-12 Thread Nicolas Goaziou
Hello, Vladimir Panteleev writes: > * ob-table.el (org-sbe): (org-sbe func (x $ "a\"b\"c")) did the wrong The dollar character looks strange. What syntax is that? > - (quote (format "\"%s\"" el)) > +

Re: [O] Link abbreviations: include abbreviation table and linkwords with spaces

2018-03-12 Thread Nicolas Goaziou
Hello, ST writes: > after reading "4.6 Link abbreviations" of the manual I have two > questions: > > 1. is it possible to define linkwords with spaces, like this: [[Harry > Potter:Chapter1]], it looks much more nice than > [[Harry_Potter:Chapter1]]? I think so. > 2. is it

[O] upgrade from 8.2 to 9.2 breaks agenda timestamp font?

2018-03-12 Thread David Belohrad
Dear all, I have upgraded after some time org-plus-contrib through elpa to version 20180312, and quite some things stopped working. Most of them I have found, and have been related to usage of sexp in capture template, but there's one I'm struggling to find. My org-agenda now displays

Re: [O] Export to LaTeX buffer

2018-03-12 Thread Samuel Wales
On 3/12/18, Nicolas Goaziou wrote: > This looks like a mixed installation. "turn-on-orgstruct" does not exist > in master branch, which you seem to be using. > > I suggest making sure you properly load Org from the git repository > instead of some other location. in

Re: [O] what settings would make original export to pdf as good as pandoc conversion?

2018-03-12 Thread Samuel Wales
thank you. i will try it.

[O] Link abbreviations: include abbreviation table and linkwords with spaces

2018-03-12 Thread ST
Hello, after reading "4.6 Link abbreviations" of the manual I have two questions: 1. is it possible to define linkwords with spaces, like this: [[Harry Potter:Chapter1]], it looks much more nice than [[Harry_Potter:Chapter1]]? 2. is it possible to define a "links catalog" of abbreviations, like

Re: [O] Soft return in footnote text?

2018-03-12 Thread Samuel Wales
On 3/12/18, Lawrence Bottorff wrote: > I'm getting carried away with a footnote and want to have it be many > paragraphs long when I export it to HTML. I can put in latex math formulae, > and that breaks things up. But is there a way to simply have separate text > paragraph in

Re: [O] Soft return in footnote text?

2018-03-12 Thread Nicolas Goaziou
Hello, Lawrence Bottorff writes: > I'm getting carried away with a footnote and want to have it be many > paragraphs long when I export it to HTML. I can put in latex math formulae, > and that breaks things up. But is there a way to simply have separate text > paragraph in an

[O] Soft return in footnote text?

2018-03-12 Thread Lawrence Bottorff
I'm getting carried away with a footnote and want to have it be many paragraphs long when I export it to HTML. I can put in latex math formulae, and that breaks things up. But is there a way to simply have separate text paragraph in an org-mode footnote? LB

Re: [O] [ORG] [FEATURE] ob-js.el support :session for all existing JS packages

2018-03-12 Thread Nick Dokos
"numbch...@gmail.com" writes: > After add more code, not it supports `js-comint`, `skewer-mode`, `Indium`. > > Waited many days, still no response. Anyone want to review this code? > > Recently view Org-mode mailing list, many threads has response. Why my post > does not

[O] [PATCH] org-src-edit support open edit buffer bellow current window

2018-03-12 Thread stardiviner
Add a more better way to open src block. >From d0db82e0b3f7e6ff0102b4b08ba18de883da32e2 Mon Sep 17 00:00:00 2001 From: stardiviner Date: Tue, 13 Mar 2018 01:23:52 +0800 Subject: [PATCH] org-src.el: (org-edit-src) support open edit src window below. --- lisp/org-src.el |

[O] ical2org ready

2018-03-12 Thread Robert Horn
Version 0.97 of ical2org is available at https://github.com/rjhorniii/ical2org-go. It converts from Ical format, e.g., .ics files, into an org-mode file. It is feature complete. It has been tested with ICal files from several sources, and it is successfully processing my personal Google

Re: [O] buffer-file-name in [* Org src *] buffers

2018-03-12 Thread Nicolas Goaziou
Hello, Clément Pit-Claudel writes: > TL;DR: why does org-src-mode-configure-edit-buffer set > buffer-file-name to a non-nil value? > https://code.orgmode.org/bzg/org-mode/commit/4b6988bf36cb458c9d113ee4332e016990c1eb04#diff-ea848b037ba2c0bf95915700bb6f4e539d80d8cR486

Re: [O] Structured links to headings with endless depth

2018-03-12 Thread ST
Hello, Ss Christian has pointed out - introduce a separate CUSTOM_ID for text with fixed structure and rather short verses is too heavy. I do need to write a custom link type, if this use case is not of common interest for the orgmode community. Thank you, On Mon, 2018-03-12 at 15:10 +0100,

Re: [O] Structured links to headings with endless depth

2018-03-12 Thread Nicolas Goaziou
Hello, ST writes: > I'm not that experienced in writing in lisp. Is it difficult to create > such custom link type? What is the closest link type that you would > recommend to take as starting point (link on code, if possible)? I'm not answering your question, but I suggest

Re: [O] Export to LaTeX buffer

2018-03-12 Thread Nicolas Goaziou
Hello, "Hoffmann, Jobst" writes: > The org-mode manual version Release 9.1.6 (release 9.1.6-567-gbb5e79) > says on page 159, that export of an org file to a LaTeX buffer is doneby C-c > C-e l L. > > This ends in a message > > "Autoloading failed to define function

Re: [O] Structured links to headings with endless depth

2018-03-12 Thread ST
Thank you for your reply. I'm not that experienced in writing in lisp. Is it difficult to create such custom link type? What is the closest link type that you would recommend to take as starting point (link on code, if possible)? Thank you! On Mon, 2018-03-12 at 14:08 +0100, Christian Moe

[O] Export to LaTeX buffer

2018-03-12 Thread Hoffmann, Jobst
Hello to all users of this list, this is my first posting. The org-mode manual version Release 9.1.6 (release 9.1.6-567-gbb5e79) says on page 159, that export of an org file to a LaTeX buffer is doneby C-c C-e l L. This ends in a message "Autoloading failed to define function

Re: [O] Structured links to headings with endless depth

2018-03-12 Thread Christian Moe
ST writes: > Adding an extra <> is not an option, as it will make the text > less readable, and there is no need in this, as the headings tree > structure is already there: Adding targets, CUSTOM_IDs or IDs are all options. You may not like them. > * 1 > ** 1 > ** 2 > *** 1 > > Why should I

Re: [O] Structured links to headings with endless depth

2018-03-12 Thread ST
PS: It doesn't have to be Bible. Links in form of citations, like [[MyBook:Chapter 1:Section 5:Subsection 3]] Is quite useful in general. Where #+LINK: MyBook path/to/MyBook.org::*%s It is both readable as raw text and clickable. Maybe it will be a good idea to be able to also add a <> at the

Re: [O] Ridiculously long (2 minutes) startup time for org agenda

2018-03-12 Thread JI Xiang
I finally found out the problem. I've been using Spacemacs and the `spell-checking` layer would automatically initiate flyspell on each org file, resulting in tremendous delay. If I disable flyspell from being automatically activated, the agenda is shown in a few seconds. On 26.02.2018

Re: [O] Structured links to headings with endless depth

2018-03-12 Thread ST
Adding an extra <> is not an option, as it will make the text less readable, and there is no need in this, as the headings tree structure is already there: * 1 ** 1 ** 2 *** 1 Why should I turn it into the following * 1 ** 1 ** 2 *** 1 <<1>> and then link with [[file:1]]?!... This both: a)

Re: [O] Structured links to headings with endless depth

2018-03-12 Thread Eric S Fraga
On Monday, 12 Mar 2018 at 12:09, ST wrote: > Hi, > > after reading the manual I didn't find a way to construct structured > links referring to headings with endless depth, like: I'm not entirely sure what your use case is but could you use a target, i.e. something like <>, to indicate where you

[O] Structured links to headings with endless depth

2018-03-12 Thread ST
Hi, after reading the manual I didn't find a way to construct structured links referring to headings with endless depth, like: having an file.org: * 1 ** 1 ** 2 *** 1 <---link here with the link: [[path/to/file.org::*1:2:1]] Is this possible or should I file it as feature request? PS: It

Re: [O] what settings would make original export to pdf as good as pandoc conversion?

2018-03-12 Thread Eric S Fraga
On Friday, 9 Mar 2018 at 17:30, Samuel Wales wrote: > On 3/9/18, Eric S Fraga wrote: >> Type C-h v org-latex-classes RET for the full description. The >> header-string can include those particular indent and skip settings >> along with other bits. > > i consulted the

[O] [PATCH] add :session support for ob-js.el

2018-03-12 Thread stardiviner
I added org-mode babel ob-js.el header argument :session. Following packages :session are supported: - skewer-mode - js-comint - Indium >From 2cdf05cf2fe3e0740997d9861c8ff8f81c163750 Mon Sep 17 00:00:00 2001 From: stardiviner Date: Fri, 9 Mar 2018 00:10:54 +0800

[O] Bug: Matching tags: results incomplete when mixing group tags and their ancestors [9.1.7 (9.1.7-12-g74f6ed-elpaplus @ /home/martin/.emacs.d/elpa/org-plus-contrib-20180305/)]

2018-03-12 Thread Martin Kampas
Hi, Here is an example Org file: #+TAGS: [ tag1 : tag2 ] [ tag2 : tag3 ] [ tag3 : tag4 ] * Tag1 :tag1: * Tag2 :tag2: * Tag3 :tag3: * Tag4 :tag4: Searching headlines by tags works well unless you combine a group tag together with