Re: [O] org-envolve.el

2018-12-02 Thread Nicolas Goaziou
David Arroyo Menendez  writes:

> It doesn't run for me. What's the function that you are referring?

It's `org-insert-structure-template', but probably in master branch
only.

> org-toggle-item: It needs a kiss principle. Only turns normal lines to
> items and items to normal lines in another way it's better don't make
> anything.

I don't understand.

> org-ctrl-c-minus, org-ctrl-c-star: It's a not descriptive name of
> function. 

These are meta functions. They are not supposed to be descriptive.



Re: [O] org-envolve.el

2018-12-02 Thread David Arroyo Menendez
Nicolas Goaziou  writes:

> Hello,
>
> David Arroyo Menendez  writes:
>
>> I've implemented a new file to contrib/lisp.
>
> Is there any reason to favor contrib/lisp instead of some ELPA? I'm
> asking this because I'd like to reduce the number of packages in
> contrib/.
>
>> It's called org-envolve.el,
>> this file implements functions to help to format in org-mode from
>> ASCII. For instance, you have a bash source that you are copying in your
>> buffer, later you can call org-envolve-tags to add #+BEGIN_SRC bash in
>> the beginning and #+END_SRC in the end. I use this feature all weeks in
>> the year.
>
> Why don't you use ? It turns a region into a source block.
> Thus, it would be 
>

It doesn't run for me. What's the function that you are referring?

>> But the file provides functions to envolve numbered list, or
>> check list.
>
> You can also turn a region into a list with .

org-toggle-item: It needs a kiss principle. Only turns normal lines to
items and items to normal lines in another way it's better don't make
anything.

org-ctrl-c-minus, org-ctrl-c-star: It's a not descriptive name of
function. 


>
> Regards,

-- 
https://cienciabasura.wordpress.com/
http://libremanuals.net/



Re: [O] org-envolve.el

2018-12-02 Thread Nicolas Goaziou
Hello,

David Arroyo Menendez  writes:

> I've implemented a new file to contrib/lisp.

Is there any reason to favor contrib/lisp instead of some ELPA? I'm
asking this because I'd like to reduce the number of packages in
contrib/.

> It's called org-envolve.el,
> this file implements functions to help to format in org-mode from
> ASCII. For instance, you have a bash source that you are copying in your
> buffer, later you can call org-envolve-tags to add #+BEGIN_SRC bash in
> the beginning and #+END_SRC in the end. I use this feature all weeks in
> the year.

Why don't you use ? It turns a region into a source block.
Thus, it would be 

> But the file provides functions to envolve numbered list, or
> check list.

You can also turn a region into a list with .

Regards,

-- 
Nicolas Goaziou



[O] org-envolve.el

2018-12-01 Thread David Arroyo Menendez

Hello,

I've implemented a new file to contrib/lisp. It's called org-envolve.el,
this file implements functions to help to format in org-mode from
ASCII. For instance, you have a bash source that you are copying in your
buffer, later you can call org-envolve-tags to add #+BEGIN_SRC bash in
the beginning and #+END_SRC in the end. I use this feature all weeks in
the year. But the file provides functions to envolve numbered list, or
check list.

I can't make git push at this moment

davidam@libresoft:~/git/org-mode/contrib/lisp$ git push origin master 
Counting objects: 27, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (27/27), done.
Writing objects: 100% (27/27), 4.26 KiB | 0 bytes/s, done.
Total 27 (delta 17), reused 0 (delta 0)
Username for 'https://code.orgmode.org': davidam
Password for 'https://davi...@code.orgmode.org': 
error: RPC failed; HTTP 403 curl 22 GnuTLS recv error (-110): The TLS
connection was non-properly terminated.
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
Everything up-to-date

But this software is released with a gpl licencese.

Thanks in advance.

-- 
https://cienciabasura.wordpress.com/
http://libremanuals.net/



org-envolve.el
Description: application/emacs-lisp