Re: [O] org-ctrl-c-ctrl-c in comments

2015-12-09 Thread Uwe Brauer
>>> "Eric" == Eric S Fraga writes: > On Wednesday, 9 Dec 2015 at 08:45, Uwe Brauer wrote: >> Really all these keys? : C-c ' C-c C-c C-c ' > Without the ":". > the sequence means edit the block in that block's language (C-c '), > update table (C-c C-c), and finish editing block a

Re: [O] org-ctrl-c-ctrl-c in comments

2015-12-09 Thread Uwe Brauer
> Uwe Brauer writes: > Not that I know of, but you can use > (info "(org) Easy templates") > to add a shortcut. Great works nicely. Thanks

Re: [O] org-ctrl-c-ctrl-c in comments

2015-12-09 Thread Nick Dokos
Uwe Brauer writes: > > Uwe Brauer writes: > > > OK - you can also select the drawers that you will (or will not) export. > > See the doc for the variable org-export-with-drawers (which is what is > > manipulated with the d: option above). > > Silly question: is there any keybindi

Re: [O] org-ctrl-c-ctrl-c in comments

2015-12-09 Thread Uwe Brauer
> Uwe Brauer writes: > OK - you can also select the drawers that you will (or will not) export. > See the doc for the variable org-export-with-drawers (which is what is > manipulated with the d: option above). Silly question: is there any keybinding for inserting automatically #

Re: [O] org-ctrl-c-ctrl-c in comments

2015-12-09 Thread Nick Dokos
Uwe Brauer writes: >> On Tue, 8 Dec 2015, Uwe Brauer wrote: > >> Sorry. You have to put the code into an edit buffer to be able to use >> native org mode edit commands. > > I still do not understand what you mean by edit buffer, (info "(org) Editing source code") -- Nick

Re: [O] org-ctrl-c-ctrl-c in comments

2015-12-09 Thread Nick Dokos
Uwe Brauer writes: "Nick" == Nick Dokos writes: > > > Uwe Brauer writes: > >> > Hello, > >> > Uwe Brauer writes: > >> > >> > >> > You can use drawers for that. > >> > >> No I cannot, I just found out about drawers, > >> however they *are* exported, w

Re: [O] org-ctrl-c-ctrl-c in comments

2015-12-09 Thread Eric S Fraga
On Wednesday, 9 Dec 2015 at 08:45, Uwe Brauer wrote: > Really all these keys? : C-c ' C-c C-c C-c ' Without the ":". the sequence means edit the block in that block's language (C-c '), update table (C-c C-c), and finish editing block and return to main text (C-c '). -- : Eric S Fraga (0xFFFCF67

Re: [O] org-ctrl-c-ctrl-c in comments

2015-12-09 Thread Uwe Brauer
> On Tue, 8 Dec 2015, Uwe Brauer wrote: > Sorry. You have to put the code into an edit buffer to be able to use > native org mode edit commands. I still do not understand what you mean by edit buffer, I copied the lines below in the *scratch* buffer (or it could be a message buffer)

Re: [O] org-ctrl-c-ctrl-c in comments

2015-12-09 Thread Uwe Brauer
>>> "Nick" == Nick Dokos writes: > Uwe Brauer writes: >> > Hello, >> > Uwe Brauer writes: >> >> >> > You can use drawers for that. >> >> No I cannot, I just found out about drawers, >> however they *are* exported, when calling org-mime-htmlize, so they

Re: [O] org-ctrl-c-ctrl-c in comments

2015-12-08 Thread Nick Dokos
Uwe Brauer writes: >> Hello, >> Uwe Brauer writes: > > >> You can use drawers for that. > > No I cannot, I just found out about drawers, > however they *are* exported, when calling org-mime-htmlize, so they > don't serve my needs. > Even if you set #+OPTIONS: d:nil ? -- Nick

Re: [O] org-ctrl-c-ctrl-c in comments

2015-12-08 Thread Charles C. Berry
See at bottom one more thing. On Tue, 8 Dec 2015, Charles C. Berry wrote: On Tue, 8 Dec 2015, Uwe Brauer wrote: > On Tue, 8 Dec 2015, Uwe Brauer wrote: > Use an org src block and you will be able to edit natively via > org-ctrl-c-ctrl-c. AFAICS, this behaves like `comment' in other

Re: [O] org-ctrl-c-ctrl-c in comments

2015-12-08 Thread Charles C. Berry
On Tue, 8 Dec 2015, Uwe Brauer wrote: > On Tue, 8 Dec 2015, Uwe Brauer wrote: > Use an org src block and you will be able to edit natively via > org-ctrl-c-ctrl-c. AFAICS, this behaves like `comment' in other > respects. For me in GNU emacs 25.0.50.1 and org 8.3.1 the following works

Re: [O] org-ctrl-c-ctrl-c in comments

2015-12-08 Thread Uwe Brauer
> Hello, > Uwe Brauer writes: > You can use drawers for that. No I cannot, I just found out about drawers, however they *are* exported, when calling org-mime-htmlize, so they don't serve my needs. Uwe Brauer > Regards,

Re: [O] org-ctrl-c-ctrl-c in comments

2015-12-08 Thread Uwe Brauer
>>> "Nicolas" == Nicolas Goaziou writes: > Hello, > Uwe Brauer writes: >> The point is that I have emails which contains tables and I don't want >> to send these tables. So one possibility is to use comment blocks and >> org-mime-htmlize, which does not export text in commen

Re: [O] org-ctrl-c-ctrl-c in comments

2015-12-08 Thread Nicolas Goaziou
Hello, Uwe Brauer writes: > The point is that I have emails which contains tables and I don't want > to send these tables. So one possibility is to use comment blocks and > org-mime-htmlize, which does not export text in comments blocks. > > Are there other blocks, which are greater elements and

Re: [O] org-ctrl-c-ctrl-c in comments

2015-12-08 Thread Uwe Brauer
> Uwe Brauer writes: > Well, I'm not an expert on org syntax but reading the comments of > org-element.el, I see I was wrong about the other blocks: "greater > elements" can contain other elements (e.g. tables). The list of > "greater elements" given there is > , > | ;;

Re: [O] org-ctrl-c-ctrl-c in comments

2015-12-08 Thread Uwe Brauer
>>> "Nick" == Nick Dokos writes: > Uwe Brauer writes: >> > Uwe Brauer writes: >> >> > Indeed - org-at-table-p gives nil if the table is inside >> > a comment or inside a source block (or inside any other block >> > afaict). >> >> Well, how could this behavior be change

Re: [O] org-ctrl-c-ctrl-c in comments

2015-12-08 Thread Nick Dokos
Uwe Brauer writes: >> Uwe Brauer writes: > >> Indeed - org-at-table-p gives nil if the table is inside >> a comment or inside a source block (or inside any other block >> afaict). > > Well, how could this behavior be changed? I found it quite cumbersome. Well, I'm not an expert

Re: [O] org-ctrl-c-ctrl-c in comments

2015-12-08 Thread Uwe Brauer
> Uwe Brauer writes: > Indeed - org-at-table-p gives nil if the table is inside > a comment or inside a source block (or inside any other block > afaict). Well, how could this behavior be changed? I found it quite cumbersome.

Re: [O] org-ctrl-c-ctrl-c in comments

2015-12-08 Thread Nick Dokos
Uwe Brauer writes: >> Uwe Brauer writes: > >> You need to load ob-org. > Yes, ok I loaded it but > > #+BEGIN_SRC org :exports none > > | uwe | test | | |^ | > | hall | | | | > | | | | | > > #+END_SRC > > C-c C-c > > Does *not* lead to > > #+BEGIN_SRC org :exp

Re: [O] org-ctrl-c-ctrl-c in comments

2015-12-08 Thread Uwe Brauer
> Uwe Brauer writes: > You need to load ob-org. Yes, ok I loaded it but #+BEGIN_SRC org :exports none | uwe | test | | |^ | | hall | | | | | | | | | #+END_SRC C-c C-c Does *not* lead to #+BEGIN_SRC org :exports none | uwe | test | | | | | hall |

Re: [O] org-ctrl-c-ctrl-c in comments

2015-12-08 Thread Nick Dokos
Uwe Brauer writes: >> On Tue, 8 Dec 2015, Uwe Brauer wrote: > >> Use an org src block and you will be able to edit natively via >> org-ctrl-c-ctrl-c. AFAICS, this behaves like `comment' in other >> respects. > > For me in GNU emacs 25.0.50.1 and org 8.3.1 the following works > >

Re: [O] org-ctrl-c-ctrl-c in comments

2015-12-08 Thread Uwe Brauer
> On Tue, 8 Dec 2015, Uwe Brauer wrote: > Use an org src block and you will be able to edit natively via > org-ctrl-c-ctrl-c. AFAICS, this behaves like `comment' in other > respects. For me in GNU emacs 25.0.50.1 and org 8.3.1 the following works | Col1 | Col2 | |1 | N

Re: [O] org-ctrl-c-ctrl-c in comments

2015-12-08 Thread Charles C. Berry
On Tue, 8 Dec 2015, Uwe Brauer wrote: Hello I have some tables in comment blocks like #+begin_comment | Col1 | Col2 | |1 | Name1 | |2 | Name2 | |3 | Name3 | #+end_comment But within a comment org-ctrl-c-ctrl-c does not work. So I cannot reformat the table. How can I enable it?

[O] org-ctrl-c-ctrl-c in comments

2015-12-08 Thread Uwe Brauer
Hello I have some tables in comment blocks like #+begin_comment | Col1 | Col2 | |1 | Name1 | |2 | Name2 | |3 | Name3 | #+end_comment But within a comment org-ctrl-c-ctrl-c does not work. So I cannot reformat the table. How can I enable it? regards Uwe Brauer