On 04/20/2010 04:12 AM, clsnyder wrote:
Hi
I have a web-dav set up via dreamhost on a remote server
(http://myfile.clsnyder.com/orgmode/index.org)
I have mobile org on my iphone.
When I ftp transferred files to the server, they show up on the iphone app, and
sync and work fine.
I am unable to
John Hendy writes:
> I'd stick with looking into TJ3 org-mode integration over 2.4. Or
> perhaps take a look at the first of the references on how to use both:
>
> - http://www.taskjuggler.org/tj3/manual/TaskJuggler_2x_Migration.html
The exporter is pretty agnostic towards either tj3 or tj2.4. I
Hi Eric,
Eric S Fraga wrote:
> it might be nice to have a worg page on snippets for org-mode?
Sure. Or having them somewhere in the git directories...
> I'm happy to contribute a few.
>
> figure:
> #name : figure
> # --
> #+attr_latex: width=$1\textwidth
> [[file:$2.pdf]]
> $0
Better use \line
Thanx, linking works! :)
Anyway this Link-To-Info syntax doesn't seem to be documented on the web
page...
http://orgmode.org/manual/External-links.html#External-links
> I don't understand the context (why do you have to define a variable
exactly?),
> but you can include double quotes in a lisp
Hello all,
When operating on a heading, M-Right/M-Left promotes or demotes one
heading only, and M-S-Right/M-S-Left promotes or demotes an entire
subtree.
When operating on list items however, there is no distinction between
M-Right/M-Left and M-S-Right/M-S-Left. Both key combinations operate
on
Hi Matt,
Matt Price wrote:
> Is it possible to add a subtitle when exporting an orgmode document?
> Or phrased differently, can I define a multi-line title for a
> document? I don't see an obvious way to do it, though perhaps there's
> a latex option I don't understand at all.
--8<--
Hi,
I forgot to mention that, of course, when I do the same operation within
Emacs, using the C-c C-e l, the file is exported without problem.
Any idea?
Thanks,
Francesco
Francesco Pizzolante wrote:
> Hi,
>
> I'm trying to write a shell script in order to convert/export Org files to
> LaTeX/PDF
On Tue, 20 Apr 2010 11:19:10 +0200, Sébastien Vauban
wrote:
[...]
> > I'm happy to contribute a few.
> >
> > figure:
> > #name : figure
> > # --
> > #+attr_latex: width=$1\textwidth
> > [[file:$2.pdf]]
> > $0
>
> Better use \linewidth instead of \textwidth. You will avoid bad surprises.
>
> T
On Apr 19, 2010, at 5:07 PM, Matthew Lundin wrote:
Hi Carsten,
Carsten Dominik writes:
On Apr 17, 2010, at 3:50 PM, Matt Lundin wrote:
FWIW, I've found it quite convenient to rely on filetags to organize
my notes. I've written a few functions that allow me to limit my
agenda to a subset o
Carsten Dominik writes:
> On Apr 19, 2010, at 5:07 PM, Matthew Lundin wrote:
>
>> I find that (org-agenda-restriction-lock) makes subsequent calls to
>> my-org-agenda-files-by-filetag slow, since it refreshes the current
>> agenda.
>>
>>
>> Are there any potential pitfalls if I use (setq org-agen
Benjamin Andresen writes:
> Hey Andrea,
>
>
> Maybe C-u M-x org-clock-in RET does what you want.
>
> br,
> benny
Ah great that's really nice, I always forget to try the magic C-u
first...
So by the way what is the real function called when prefixing C-u?
I mean, can I call it directly?
I see th
On Tue, 20 Apr 2010 14:51:57 +0200, Andrea Crotti
wrote:
> Ah great that's really nice, I always forget to try the magic C-u
> first...
> So by the way what is the real function called when prefixing C-u?
> I mean, can I call it directly?
The same function (i.e. org-clock-in in this case) except
On Apr 19, 2010, at 6:27 PM, Dan Davison wrote:
Org has org-export-html-final-hook but no latex equivalent, nor a
general after-export hook? Is that right? (I feel like I must be
missing
something there.)
All backends have a "final" hook - org-export-latex-final-hook in
this
case.
Ah, I see
Reverted, thanks.
- Carsten
On Apr 20, 2010, at 2:05 AM, Bernt Hansen wrote:
That was me trying to make things better and failing miserably :)
Carsten: Please revert commit a30955.
This also fixes the same message when I refile the last entry out of
refile.org so that it has only the #+FILE
Hi Johan,
On Apr 19, 2010, at 6:49 PM, Johan Ekh wrote:
Hi all,
is it possible to increase the width in the Week-agenda view such
that the TODO keyword
and the title task text get more space? My tags to the right of the
title text gets misaligned
if the title text is too long.
Take a lo
On Mon, Apr 19, 2010 at 10:19 PM, Johan Ekh wrote:
> Hi all, is it possible to increase the width in the Week-agenda
> view such that the TODO keyword and the title task text get
> more space? My tags to the right of the title text gets
> misaligned if the title text is too long.
If you are okay w
Sébastien Vauban writes:
> Hi Eric,
>
> Eric S Fraga wrote:
>> it might be nice to have a worg page on snippets for org-mode?
>
> Sure. Or having them somewhere in the git directories...
>
+1 for git directories.
That way users who keep their Emacs config in git repos can add the
snippets as a
Andrea Crotti writes:
> Ah great that's really nice, I always forget to try the magic C-u
> first...
> So by the way what is the real function called when prefixing C-u?
> I mean, can I call it directly?
For example:
(define-key org-mode-map "\C-c\C-x\C-I"
(lambda () (interactive) (org-clock-
Francesco Pizzolante wrote:
> Hi,
>
> I forgot to mention that, of course, when I do the same operation within
> Emacs, using the C-c C-e l, the file is exported without problem.
>
> Any idea?
>
I tried a little debugging on this, but I didn't get very far before I
ran out of time. The re-sea
Nick Dokos wrote:
> Francesco Pizzolante wrote:
>
> > Hi,
> >
> > I forgot to mention that, of course, when I do the same operation within
> > Emacs, using the C-c C-e l, the file is exported without problem.
> >
> > Any idea?
> >
>
> I tried a little debugging on this, but I didn't get ver
Andrea Crotti wrote:
> Benjamin Andresen writes:
>
> > Hey Andrea,
> >
> >
> > Maybe C-u M-x org-clock-in RET does what you want.
> >
> > br,
> > benny
>
> Ah great that's really nice, I always forget to try the magic C-u
> first...
> So by the way what is the real function called when prefixi
Talking to myself again...
--- Forwarded Message
Date:Tue, 20 Apr 2010 11:46:41 -0400
From:Nick Dokos
To: nicholas.do...@hp.com
Subject: Re: [Orgmode] Problem exporting to LaTeX/PDF from command line
Nick Dokos wrote:
> Nick Dokos wrote:
>
> > Francesco Pizzolante wrote:
>
LanX wrote:
> Thanx, linking works! :)
>
> Anyway this Link-To-Info syntax doesn't seem to be documented on the web
> page...
>
> http://orgmode.org/manual/External-links.html#External-links
>
Here's a patch:
diff --git a/doc/org.texi b/doc/org.texi
index ead8372..0fc2635 100644
--- a/doc/o
On Apr 20, 2010, at 7:36 PM, Matt Lundin wrote:
Hi Carsten,
Carsten Dominik writes:
On Apr 16, 2010, at 10:45 AM, Chris Gray wrote:
Carsten Dominik wrote:
Hi Stepan
On Apr 16, 2010, at 12:23 AM, Štěpán Němec wrote:
Hello,
I'm sorry for my somewhat precocious previous mail (which
Thanks a lot, the patch is applied.
- Carsten
On Apr 20, 2010, at 6:12 PM, Nick Dokos wrote:
LanX wrote:
Thanx, linking works! :)
Anyway this Link-To-Info syntax doesn't seem to be documented on
the web page...
http://orgmode.org/manual/External-links.html#External-links
Here's a pa
I noticed that org-mode's tags do not line up along the right side when
org-indent-mode is enabled (indent-mode is an excellent feature, by the
way). Probably because tab characters are being used to align the tags
on the right side.
Is there a way to use spaces instead of tabs to align tags, or
Ha! I found it! Thanks Carsten.
For this advice and for the super org-mode!
Oh, the variable is "Org Agenda Tags Column" in the group "Org Agenda/Org
Agenda Line Format"
if someone else also wants to know...
/Johan
On Tue, Apr 20, 2010 at 3:33 PM, Carsten Dominik
wrote:
> Hi Johan,
>
>
> On Apr
I'm trying to make a running log, but I can't seem to get times entered in
HH:MM:SS to work right.
Well -- they work right, but I can't get things to re-display in that
format. And, sometimes math is just screwy.
For example:
| Distance | Time | Time| Speed | Speed |
| (Miles) | H
Hi Carsten,
Carsten Dominik writes:
> On Apr 16, 2010, at 10:45 AM, Chris Gray wrote:
>
>> Carsten Dominik wrote:
>>
>>> Hi Stepan
>>> On Apr 16, 2010, at 12:23 AM, Štěpán Němec wrote:
>>
>>
Hello,
>>
I'm sorry for my somewhat precocious previous mail (which I
unfortunately still
How much work is it to support a new compiled langauge? I am interested in
using org-babel for Fortran literate programming (LP). I am new to
org-mode, but know a little bit of e-lisp, and might start hacking at this
after some preliminary investigation. The main functionality I am looking
for i
Hi everybody!
I use these files:
org2010.org:
- This is the file where I insert all my tasks and projects.
- It is divided by these topics:
* GTD Inbox
* Work
* Personal
* Agenda
** Appointments
** Bills
* Summary
** Estimated Hours
** Worked Hours
- At GTD Inbox, I collect all my new tasks a
2010/4/19 Matthew Jones :
> Maybe I misunderstood what you meant about the "swipe" feature. There is a
> keyboard called Swype which is fairly overrated.
Sorry for the misspelling and confusion!
> I can't comment on how well or if a bluetooth keyboard would work... I think
> if I were going to
Hello,
in our org-mode generated HTML pages we find these snippets:
We have just noticed that MS Internet Explorer complains that these lines pose
a security
Matthew Jones writes:
> ConnectBot seems to be an option as well (when you have connection, of
> course!)
>
> Sven, you seem quite happy with a virtual keyboard. Am I right?
I wouldn't write a book with it. But I wrote some paragraphs of articles
and do my Gnus stuff via ConnectB
Stefan Vollmar writes:
> Hello,
>
> in our org-mode generated HTML pages we find these snippets:
>
>
>
>
>
> We have just noticed that MS Internet E
Izaak Beekman writes:
> How much work is it to support a new compiled langauge? I am interested in
> using org-babel for Fortran literate programming (LP). I am new to org-mode,
> but know a little bit of e-lisp, and might start hacking at this after some
> preliminary investigation. The main
Hi,
I want to reference a headline inside another headline, and showing the
section number when exporting to html.
So suppose I have an org file:
* headline A
* headline B references <>
When export to html, I want to see the following:
1 headline A
2 headline B references 1
How do I do that?
Ning Sean writes:
> Hi,
>
> I want to reference a headline inside another headline, and showing the
> section number when exporting to html.
>
> So suppose I have an org file:
>
> * headline A
> * headline B references <>
>
> When export to html, I want to see the following:
>
> 1 headline A
> 2 h
On Tue, 20 Apr 2010 12:03:29 -0400, David Frascone wrote:
> I'm trying to make a running log, but I can't seem to get times entered in
> HH:MM:SS to work right.
> Well -- they work right, but I can't get things to re-display in that
> format. And, sometimes math is just screwy.
> For example:
39 matches
Mail list logo