Re: [O] Two ob-lua versions

2018-02-13 Thread Satoru KURASHIKI
hi,

On Sun, Feb 11, 2018 at 6:22 PM, Nicolas Goaziou  wrote:
> Hello,
>
> Thibault Marin  writes:
>
>> I noticed that a recent change added an ob-lua.el file to contrib/lisp/.
>> Since there is already an ob-lua.el in lisp/, I was wondering if the new
>> version was adding functionality not supported by the one in lisp/ (it
>> does not seem to be the case on casual inspection) and if so, whether
>> they could/should be merged.
>
> I just realized that, too. It seems wrong. I'm Cc'ing stardiviner so we
> can have some insight about it.

Anyway this breaks installation with package.el in org-plus-contrib case.
because of conflicting "ob-lua.el" filename.

> stardiviner, would you mind explaining why you need to create an
> "ob-lua.el" library in "contrib/" ?

It has to be fixed, so please revert that merge, until stardiviner will notice
this thread and retry PR...

regards,
-- 
KURASHIKI Satoru



Re: [O] display org-link url

2016-01-31 Thread Satoru KURASHIKI
hi,

Thank you guys. I've tried them and found C-c C-l way is handy for me.

regards,
-- 
KURASHIKI Satoru



[O] display org-link url

2016-01-28 Thread Satoru KURASHIKI
hi,

Are there any good way/settings to display org-link's url easily?

I'm happy if I can see them in minibuffer putting cursor on the org-link.
(like pointing urls on web browsers may show urls in statusbar)

regards,
-- 
KURASHIKI Satoru



Re: [O] Babel results in other lang code

2015-08-04 Thread Satoru KURASHIKI
hi,

On Sun, Aug 2, 2015 at 4:20 AM, Charles C. Berry  wrote:
> Not sure what you mean about 'disturbing header parameters', but using

I want this extension to avoid ocupying header area/keywords as prereq,
and leave them for user.
(For now, it presets :results raw, and user can't use other option)

... Do I make myself understood?

>
> :wrap src 
>
> where  is the resulting language will fontify suitably.

Thanks, I think it had better use this way instead of introducing
special keywords!

regards,
-- 
KURASHIKI Satoru



[O] Babel results in other lang code

2015-07-31 Thread Satoru KURASHIKI
hi,

I've tried to write babel extension for typescript.
cf. https://github.com/lurdan/ob-typescript

Because "results: code" forces same language in results,
it outputs transpile results enclosed with #BEGIN_SRC js #END_SRC
assuming "results: raw".

I want it to do this with more sane way (not disturbing header parameters),
are there any nice tweaks?

regards,
-- 
KURASHIKI Satoru



[O] Can ELPA package split contrib part?

2014-04-01 Thread Satoru KURASHIKI
hi,

While I use "org-plus-contrib" package from orgmode ELPA,
With other package which requires (updated) "org", it isn't
recognized as I expect.

So, I'm glad if orgmode ELPA provides:
- org
- org-contrib (requires "org")

regards,
-- 
KURASHIKI Satoru