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
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---cut
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 o...@mat.ucm.es writes:
Hello
I use
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
http://lists.gnu.org/archive/html/emacs-orgmode/2014-01/txtXYCqBy8St9.txt
Uwe Brauer o...@mat.ucm.es 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,
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
Sorry for having been ambiguous, I meant the next headline with a NEXT
todo keyword.
Thanks
Il 07/mar/2014 13:37 John Kitchin jkitc...@andrew.cmu.edu 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
On Fri, Mar 7, 2014 at 7:13 AM, Giacomo M jackja...@gmail.com
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
Eric Schulte schulte.e...@gmail.com 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
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
Jon Miller joneb...@gmail.com 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
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
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 manual
Would something like the following work?
Rehan Iftikhar rehan.iftik...@gmail.com 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
Hi Rehan,
Rehan Iftikhar rehan.iftik...@gmail.com 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
Bastien b...@gnu.org writes:
Eric Schulte schulte.e...@gmail.com 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
Christian Egli christian.e...@sbs.ch writes:
Jon Miller joneb...@gmail.com 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
(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
Richard Lawrence richard.lawre...@berkeley.edu writes:
Gez sule...@gmail.com 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
etimecowboy etimecow...@gmail.com 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?
Alan Schmitt alan.schm...@polytechnique.org 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
Richard Lawrence richard.lawre...@berkeley.edu writes:
Bastien b...@gnu.org writes:
Eric Schulte schulte.e...@gmail.com 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
Elasady, Summer s...@stowers.org 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
Ista Zahn istaz...@gmail.com 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
Elasady, Summer s...@stowers.org 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
Eric Schulte schulte.e...@gmail.com 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,
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
Nick Dokos ndo...@gmail.com writes:
Alan Schmitt alan.schm...@polytechnique.org 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
30 matches
Mail list logo