>>> "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
> Uwe Brauer writes:
> Not that I know of, but you can use
> (info "(org) Easy templates")
> to add a shortcut.
Great works nicely. Thanks
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
> 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
#
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
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
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
> 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)
>>> "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
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
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
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
> 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,
>>> "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
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
> 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
> ,
> | ;;
>>> "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
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
> 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.
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
> 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 |
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
>
>
> 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
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?
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
25 matches
Mail list logo