Hi Peter and all
Peter you wrote:
I can flatten this list into a list of TODO and I can store it as a
separate project that will be incorporated into the agenda view
Do you mind giving a short example on how thats done? id be
very interested in using this myself
best
Z
On Thu, Mar 6, 2014 at 4
Hello,
Is there a way to disable line breaks inside verbatim or code text when
using auto fill? For instance, if I type the following:
--8<---cut here---start->8---
This is an example of a long line when some stuff is code: ~1 + 2 + 3 =
6~.
--8<---c
Hello
I use org-odt-export-to-odt quite a bit. How can I configure it in order
to set a different column and row spacing for tables? The default one is to
large
for my taste,
Thanks
Uwe Brauer
If you want "optimized" column widths, I am afraid LibreOffice doesn't
honor the XML markup. See
http://lists.gnu.org/archive/html/emacs-orgmode/2014-01/msg01203.html
See http://lists.gnu.org/archive/html/emacs-orgmode/2014-02/msg00380.html
Uwe Brauer writes:
> Hello
>
> I use org-odt-export
Dear all,
I would like, by pressing the speed command N, to be brought to the next
NEXT headline. I can see that somehow the functions involved could
be org-match-sparse-tree and next-error, but I don't know how to code a
programmatic execution of the two (unfortunately I don't speak elisp very
wel
http://lists.gnu.org/archive/html/emacs-orgmode/2014-01/txtXYCqBy8St9.txt
Uwe Brauer writes:
> Hello
>
> I use org-odt-export-to-odt quite a bit. How can I configure it in order
> to set a different column and row spacing for tables? The default one is to
> large
> for my taste,
>
> Thanks
>
I do not understand what you are asking for. in my emacs/org pressing n
does go to the next headline. (at least after running (setq
org-use-speed-commands t)) and being at the beginning of a headline.
John
---
John Kitchin
Associate Professor
Doherty Hall A207F
De
Sorry for having been ambiguous, I meant the next headline with a "NEXT"
todo keyword.
Thanks
Il 07/mar/2014 13:37 "John Kitchin" ha scritto:
> I do not understand what you are asking for. in my emacs/org pressing n
> does go to the next headline. (at least after running (setq
> org-use-speed-com
> On Fri, Mar 7, 2014 at 7:13 AM, Giacomo M
> wrote:
>
> Dear all,
> I would like, by pressing the speed command N, to be brought to
> the next NEXT headline. I can see that somehow the functions
> involved could be org-match-sparse-tree and next-error,
Eric Schulte writes:
> I suggested that you remove "." from your numbers. You could also wrap
> your numbers in "s.
> #+name: example
> | "100." |
> #+begin_src emacs-lisp :var example=example
> (caar example)
> #+end_src
>
> #+RESULTS:
> : 100.
>
thank you and sorry for my in
Thank you very much Matt, it was exactly what I was looking for! And thanks
to Matt for his prompt reply.
Just wondering, so there is (no way of | no point in) trying to execute the
org-match-sparse-tree programmatically, right?
This community rocks
On Fri, Mar 7, 2014 at 2:54 PM, Matt Lundin
Hi Giacomo,
> Sorry for having been ambiguous, I meant the next headline with a "NEXT"
> todo keyword.
If you're feeling adventurous, you can try my new minor mode:
https://github.com/abo-abo/worf.
It's basically the same thing as speed commands, except it's got
different keys and different comm
Jon Miller writes:
> The problem I'm having is with column-mode and the estimate effort
> sum.
What exactly is the problem? That the sum is not in Xd format? Don't
know if you can change that.
> It appears that the normal effort summation wants purely HH:MM
> formatted work estimates.
I thou
Hello
I have a .org file where I am using sh code blocks to interact with a REST
API via curl. My first call is to authenticate with the REST API which
returns a token in the HTTP response. I would like to parse that HTTP
response (ie. with elisp via a subsequent code block) and use the token in
s
>> The problem is with your example. You can not put a header line between
>> a #+name and it's source block.
>>
>
> If that is the case, then the manual should be fixed. As the manual
> explicitly allows that: See the last example on here [fn:1].
>
Oh, thanks for pointing this out.
Given the
Would something like the following work?
Rehan Iftikhar writes:
> Hello
>
> I have a .org file where I am using sh code blocks to interact with a REST
> API via curl.
#+name: downloader
#+begin_src sh
curl something
#+end_src
> My first call is to authenticate with the REST API which returns
Hi Rehan,
Rehan Iftikhar writes:
> Hello
>
> I have a .org file where I am using sh code blocks to interact with a
> REST API via curl. My first call is to authenticate with the REST API
> which returns a token in the HTTP response. I would like to parse that
> HTTP response (ie. with elisp via
Bastien writes:
> Eric Schulte writes:
>
>> Great, so should Org-mode require cl-lib and stop supporting the
>> following functions?
>
> I guess so. But I'm unclear yet whether this removes compatibility
> with older Emacsen. I'll check this.
I believe it does remove compatibility with anythi
Christian Egli writes:
> Jon Miller writes:
>
>> The problem I'm having is with column-mode and the estimate effort
>> sum.
>
> What exactly is the problem? That the sum is not in Xd format? Don't
> know if you can change that.
>
>> It appears that the normal effort summation wants purely HH:M
(typo in my previous email: s/to Matt/to John/)
Il 07/03/2014 15:44, Oleh ha scritto:
If you're feeling adventurous, you can try my new minor mode:
https://github.com/abo-abo/worf.
Thank you, Oleh!
Just tried it, and I think it has several convenient features.
And commands work from start of
>Richard Lawrence writes:
>
> Gez writes:
>
> > but I don't know where to begin adapting it to the new export framework.
> >
> > For example, I'd be very grateful if someone could "translate" the
> > following (or something more simple) into org-mode 8 version, so I can
> > start evaluating and p
etimecowboy writes:
> Hi everyone,
>
> I have a question about beamer export in org.
>
> I have some code to be put in my slides. The problem is that one slide
> (or one column block) does not have enough space for it. How can I
> split it into two slides or several column blocks? Please help me
Alan Schmitt writes:
> Hello,
>
> Is there a way to disable line breaks inside verbatim or code text when
> using auto fill? For instance, if I type the following:
>
> This is an example of a long line when some stuff is code: ~1 + 2 + 3 =
> 6~.
>
Untested, but you might be able to do something
Richard Lawrence writes:
> Bastien writes:
>
>> Eric Schulte writes:
>>
>>> Great, so should Org-mode require cl-lib and stop supporting the
>>> following functions?
>>
>> I guess so. But I'm unclear yet whether this removes compatibility
>> with older Emacsen. I'll check this.
>
> I believe
"Elasady, Summer" writes:
> Hello-
>
> Thanks in advance for any help/advice. I am new to LaTeX and Beamer
> and did not find any documentation on this specific issue.
>
> I am trying to export to Beamer to create presentations out of my
> OrgMode documents and I’m running into a strange formatt
Ista Zahn writes:
> Hi Xavier,
>
> I think
>
> #+begin_src latex :results drawer :exports results
> \begin{align*}
> x&=x\\
> y&=y
> \end{align*}
> #+end_src
>
> will give both syntax highlighting (in the code block) as well as
> properly displayed equations in both latex and html export.
"Elasady, Summer" writes:
> Hello-
>
> Thanks in advance for any help/advice. I am new to LaTeX and Beamer
> and did not find any documentation on this specific issue.
>
The first piece of advice I have is: don't post screenshots - they are
useless. I can't cut and paste from the screensho
Eric Schulte writes:
> With cl-lib installable as a library through ELPA, would requiring it as
> a dependency be acceptable? I suppose Org-mode doesn't currently have
> any dependencies, so it might not be worth adding one just to remove
> some redundant functions.
Well, there's no ELPA in Ema
The org file on my computer has * Tasks * Projects * Someday/ Maybe. If I
capture on mobileorg, is there a way for the captured items to be listed on
my computer's org file under the * Tasks section when I sync it? I think at
the moment they are added to the flagged.org file and I'm not sure how to
Nick Dokos writes:
> Alan Schmitt writes:
>
>> Hello,
>>
>> Is there a way to disable line breaks inside verbatim or code text when
>> using auto fill? For instance, if I type the following:
>>
>> This is an example of a long line when some stuff is code: ~1 + 2 + 3 =
>> 6~.
>>
>
> Untested, but
30 matches
Mail list logo