Matt Price writes:
> Thanks to Dan and Carsten,
>
> I now have this:
>
>
> (defun mwp/push-latex-to-odt ()
> "takes the exported tex file from org-mode and converts it to odt,
> then launches openoffice"
> (shell-command
>(format "mk4ht oolatex %s.tex"
> (file-name-sans-exten
Thanks to Dan and Carsten,
I now have this:
(defun mwp/push-latex-to-odt ()
"takes the exported tex file from org-mode and converts it to odt,
then launches openoffice"
(shell-command
(format "mk4ht oolatex %s.tex"
(file-name-sans-extension (buffer-name
(shell-command
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 push or pull anything from my windows/ma
Maybe I misunderstood what you meant about the "swipe" feature. There is a
keyboard called Swype which is fairly overrated.
I can't comment on how well or if a bluetooth keyboard would work... I think
if I were going to go to the trouble of carrying around a keyboard I would
rather just carry my
Andrea Crotti writes:
> I'm using more and more the very nice clock functions provided by
> org-mode.
> I added this
> --8<---cut here---start->8---
> (global-set-key "\C-c\C-x\C-o" 'org-clock-out)
> --8<---cut here---end--->
Your other option is don't use SCHEDULED: at all -- just use plain
timestamps with C-c .
These show up on the agenda only on the date they are for.
HTH,
Bernt
Friedericksen Hope writes:
> Dear Matt,
>
> thank you very much - this is exactly what I was looking for. And I
> found out something
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 #+FILETAGS: line left.
Thanks,
Bernt
Richard Riley writes:
> If I create a new org-
Just to comment that I am in the same situation/expectation as Eric.
I entered in the "buy mode" and despite my frustation with the phone
company procedures I perceived that "buy mode" is a "major mode".
Daniel
2010/4/19 Eric S Fraga :
> On Mon, 19 Apr 2010 10:50:40 -0400, Matthew Jones wrote:
2010/4/19 Matthew Jones :
> I used swype for about 2 days on my droid before getting rid of it... it's a
> good concept that needs be iterated on.
I could not follow your comment here
> Trying to use emacs from any of the Android shells is borderline
> impossible... unless you have a full keyboa
Hi,
I had the same problem when using the git version of org-mode within
an Emacs 23 nightly build on Mac OS X 10.6.3.
I was byte-compiling org-mode in the command line, as it had been
downloaded, without changing anything, e.g. the Makefile.
That means it used the emacs version that shipped with
On Mon, 19 Apr 2010 17:49:09 +0200, Benjamin Andresen wrote:
>
> Hey Andrea,
>
> Andrea Crotti writes:
>
> > Or is there another better way to do already what I'm asking?
>
> Maybe C-u M-x org-clock-in RET does what you want.
Andrea,
I tag all the jobs that I clock with :clocked: and then s
On Mon, 19 Apr 2010 10:50:40 -0400, Matthew Jones wrote:
[...]
> Trying to use emacs from any of the Android shells is borderline
> impossible... unless you have a full keyboard to hook up to your Android
> phone then I would say you should rule out using it in that fashion.
okay. this is wort
Dear Matt,
thank you very much - this is exactly what I was looking for. And I found out something interesting. In the description this variable is associated with items, that are not marked done. But it
displays also items which have no DONE/TODO marker. So "not done" means really NOT DONE and
Simon Guest writes:
> At Sun, 18 Apr 2010 08:24:41 +0200,
> Carsten Dominik wrote:
>>
>>
>> On Apr 16, 2010, at 7:35 AM, Simon Guest wrote:
>> > When I follow a link, Org mode knows what application to use. Except
>> > that sometimes I want to override that choice.
>>
>> Currently we do not have
On Sun, Apr 18, 2010 at 04:18, Simon Guest wrote:
> At Sun, 18 Apr 2010 08:24:41 +0200,
> Carsten Dominik wrote:
>>
>>
>> On Apr 16, 2010, at 7:35 AM, Simon Guest wrote:
>> > When I follow a link, Org mode knows what application to use. Except
>> > that sometimes I want to override that choice.
>
On Fri, Apr 16, 2010 at 12:09, Miguel Ruiz wrote:
> I have a simple journal .org file like this:
>
> --Begin file---
> * <2010-04-16 fri>
> Subject 1
> Subject 2
> Subject 1
> Subject 40
>
> * <2010-04-17 sat>
> Subject 2
> Subject 3
> Subject 1
> Subject 40
> --End file---
Arne Freyberger wrote:
> I would like to link to email messages that are held in IMAP folders either
> locally or on the server. I've tried vm but realized that I would have to
> set
> up a copy of my IMAP folder structure into the vm folder world in order for
> that
> to work.
You are right.
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.
Best regards,
Johan
___
Emacs-or
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, Emacs doesn'
On Apr 19, 2010, at 1:00 PM, Michael Sperber wrote:
Carsten Dominik writes:
The compromise for me would be this:
- You fix the things above.
- I leave the rest of the necessary compatibility code in
- I program any new features with whatever is available
in Emacs 22/23 and rely on you to
OK.
- Carsten
On Apr 19, 2010, at 5:54 PM, Michael Sperber wrote:
Carsten Dominik writes:
That is acceptable - but I think that making BUFFER default to
(current-buffer) does make a lot of sense - which is why making that
argument optional in XEmacs is a good idea anyway.
It would - but
On Apr 19, 2010, at 5:52 PM, Dan Davison wrote:
Carsten Dominik writes:
On Apr 19, 2010, at 3:59 PM, Dan Davison wrote:
[...]
If it makes any difference, I am currently exporting to latex, then
converting to odt using mk4ht oolatex. (aside: is there a really
easy
way to define a new expo
Carsten Dominik writes:
> That is acceptable - but I think that making BUFFER default to
> (current-buffer) does make a lot of sense - which is why making that
> argument optional in XEmacs is a good idea anyway.
It would - but the problem is that in XEmacs, an omitted BUFFER argument
means som
On Apr 19, 2010, at 1:19 PM, Michael Sperber wrote:
One more thing: Are patches like this one acceptable? (Needed to make
yesterday's checkout work on XEmacs)
diff --git a/lisp/org.el b/lisp/org.el
index 7cad962..5cca11e 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -17743,7 +17743,7 @@ the f
Carsten Dominik writes:
> On Apr 19, 2010, at 3:59 PM, Dan Davison wrote:
>
>> [...]
>>> If it makes any difference, I am currently exporting to latex, then
>>> converting to odt using mk4ht oolatex. (aside: is there a really
>>> easy
>>> way to define a new export option that automates the seon
Hi,
I'm trying to write a shell script in order to convert/export Org files to
LaTeX/PDF from the command line (org2tex/org2pdf). The whole process works
well, except that it seems that some bits of the exportation are not executed.
Here's an example of what I do.
I'm using the org-interaction.e
Hey Andrea,
Andrea Crotti writes:
> Or is there another better way to do already what I'm asking?
Maybe C-u M-x org-clock-in RET does what you want.
br,
benny
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-
On Apr 19, 2010, at 3:59 PM, Dan Davison wrote:
[...]
If it makes any difference, I am currently exporting to latex, then
converting to odt using mk4ht oolatex. (aside: is there a really
easy
way to define a new export option that automates the seond step?
right now I'm switching to a shel
Hi,
Works fine.
Thank you, David.
--Tokuya
At Tue, 13 Apr 2010 15:23:04 +0200,
David Maus wrote:
>
> Carsten Dominik wrote:
> >Hi David, thanks for this! I have applied the patch.
> >I had to apply it by hand - so please double-check.
>
> Everything is where it belongs.
>
> -- David
>
>
LanX writes:
> Hi
>
> is there an easy way to insert links to the emacs info manuals?
I do it this way:
1. C-h i
2. Navigate to the desirec node
3. C-c l
4. Switch to the Org-mode buffer I want to insert the info link in.
5. C-c C-l UP RET RET
On my system
`C-c l' is bound to `or
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 of agenda files that share a filetag (e.g.,
>>
LanX wrote:
> is there an easy way to insert links to the emacs info manuals?
>
> the following works for commands only
>
> [[elisp:(Info-goto-emacs-command-node "Info-goto-emacs-command-node")][Info
> goto emacs command node]]
>
Assuming you have done the standard keybindings (C-c l for org
LanX writes:
> Hi
>
> is there an easy way to insert links to the emacs info manuals?
>
> the following works for commands only
>
> [[elisp:(Info-goto-emacs-command-node "Info-goto-emacs-command-node")][Info
> goto emacs command node]]
Hi Rolf,
Org has links to Info already. In an info buffer
I used swype for about 2 days on my droid before getting rid of it... it's a
good concept that needs be iterated on.
Trying to use emacs from any of the Android shells is borderline
impossible... unless you have a full keyboard to hook up to your Android
phone then I would say you should rule out
I'm using more and more the very nice clock functions provided by
org-mode.
I added this
--8<---cut here---start->8---
(global-set-key "\C-c\C-x\C-o" 'org-clock-out)
--8<---cut here---end--->8---
So I can clock out from every
Friedericksen Hope writes:
> I tried to solve this problem with the manual, but I was not very
> successfull. I have an org file with several items, nearly all with a
> timestamp. When I open the standard agenda with C-x a a I get a weekly
> view with a display of all scheduled items from the pas
Hi
is there an easy way to insert links to the emacs info manuals?
the following works for commands only
[[elisp:(Info-goto-emacs-command-node "Info-goto-emacs-command-node")][Info
goto emacs command node]]
BTW: whats the recommended way to insert multi-line comments in elisp code?
ATM I'm ass
Dear list,
I tried to solve this problem with the manual, but I was not very successfull. I have an org file with several items, nearly all with a timestamp. When I open the standard agenda with C-x a a I get a
weekly view with a display of all scheduled items from the past (like missed items) i
On Mon, Apr 19, 2010 at 5:05 AM, Christian Egli wrote:
> Hi Dan
>
> Thanks for your feedback.
>
> Dan Davison writes:
>
>
> Yes, I didn't even realize that a new version has come out as I'm still
> using the old C++ Unix-only version.
>
>
>
One note on this... I think only the new Ruby version (T
[...]
> If it makes any difference, I am currently exporting to latex, then
> converting to odt using mk4ht oolatex. (aside: is there a really easy
> way to define a new export option that automates the seond step?
> right now I'm switching to a shell to do the final step, would love to
> stop hav
Hi, all.
I wrote the defadvice of org-archive-subtree so that I can archive in
a date-tree.
Please (setq org-archive-location "%s_archive::date-tree"), then you
can archive in a date-tree.
http://gist.github.com/370843
Regards.
___
Emacs-orgmode mailin
Christian Egli writes:
[...]
>> It would also be nice if repeated invocation of
>> org-export-as-taskjuggler-and-open on the same project didn't spawn
>> multiple TJ instances (TJ v2.4.3 ubuntu).
>
> Hm, yes. Good idea. Do you have an idea how this could be done easily in
> elisp?
Is this more th
> On this topic, one suggestion (which might be difficult to implement,
> however): the best thing is about org is the hierarchical nature of
> headlines. This would seem to map well to the hierarchical nature of
> modes. For instance, org mode is also a text mode. Would it make
> sense to have
Andrea Crotti writes:
> My talk has been accepted :)
> So now I really have to prepare something!
>
> I thought that for showing the power of org-mode and babel I could use
> something I already have
>
No news?
Here I'm also putting some slides, they should just contains list of
things.
I'm doin
The device I was tantalized to buy was the
Motorola Quench
maybe mainly for Swipe feature
http://www.youtube.com/watch?v=zWpqsDnXIOY (at about 1:00)
or maybe for the price (in Brazil is about 500 USD while the Milestone
is about 780 USD. I know both are outrageous prices in American or
Europea
Eric S Fraga writes:
> On Sun, 18 Apr 2010 11:07:32 -0300, Daniel Martins
> wrote:
>>
>> --- resending with a proper title ---
>>
>> Matthew,
>>
>> Just a suggestion for newbies.
>>
>> Could you generate a video of MobileOrg Android similar to those of
>> the MobileOrg Iphone.
>>
>> I am
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.
If it makes any difference, I am currently exporting t
One more thing: Are patches like this one acceptable? (Needed to make
yesterday's checkout work on XEmacs)
diff --git a/lisp/org.el b/lisp/org.el
index 7cad962..5cca11e 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -17743,7 +17743,7 @@ the functionality can be provided as a fall-back.")
(org-s
>> artist-mode has a full set of key bindings. I never use the mouse (for
>> anything at all, if I can help it, due to RSI issues) and artist-mode is
>> perfectly usable nonetheless! Type "C-h m" in artist-mode to see all
>> the key bindings.
>
> I am aware of the keybindings, though I tend to u
Carsten Dominik writes:
> The compromise for me would be this:
>
> - You fix the things above.
> - I leave the rest of the necessary compatibility code in
> - I program any new features with whatever is available
> in Emacs 22/23 and rely on you to make it XEmacs compatible.
That would be
Hi Dan
Thanks for your feedback.
Dan Davison writes:
> A simple org file demonstrating some of the features is the most
> important thing lacking at the moment.
I'm working on an introduction on worg. Hopefully I'll have something by
the end of this week including an example org file.
> I en
On Sun, 18 Apr 2010 11:07:32 -0300, Daniel Martins wrote:
>
> --- resending with a proper title ---
>
> Matthew,
>
> Just a suggestion for newbies.
>
> Could you generate a video of MobileOrg Android similar to those of
> the MobileOrg Iphone.
>
> I am still open to suggestions of Android sm
If I create a new org-item using the following "web" template (from the
firefox browser or from within emacs itself)
("bookmarks" 119 "* %T %c %i" "bookmarks.org" top nil)
and then attempt to refile from within the creation *remember* buffer using C-c
C-w I get:-
,
| Debugger entered--Lisp
On 17 Apr 2010 18:47:31 +0200, "Sven Bretfeld" wrote:
>
> Hi to all
>
> For those who are interested.
>
> [x] Do you write scientific articles in Orgmode?
> [x] Do you collect data (possible citations, ideas etc.) while reading
> books?
> [x] Do you own an Android phone?
Yes, no and no! ;-
On Sun, 18 Apr 2010 23:47:11 -0400, Dan Davison wrote:
>
> Hi Eric,
>
> Eric S Fraga writes:
> [...]
> > - I like the fact I can customise RET or, more to the point, that it
> > be consistent with the rest of org-mode. I personally would set
> > org-buffers-follow-link-method to 'current-w
On Mon, 19 Apr 2010 00:24:46 + (UTC), Shelagh Manton
wrote:
>
> On Sun, 18 Apr 2010 11:44:24 +0100, Eric S Fraga wrote:
> >
> > artist-mode has a full set of key bindings. I never use the mouse (for
> > anything at all, if I can help it, due to RSI issues) and artist-mode is
> > perfectly
Dear All,
I've been writing a django based web-app to use from a blackberry (or
the web or any device).
I have the basic frame-work working in admin mode, but there is still
much to be done.
If you have solid django experience and are interested in volunteering
on this project to bring
it
Dan Davison writes:
> I guess, for Nate's original application (converting existing code to
> src blocks), what might have been most useful is something to enclose a
> given region in a source block. Can anyone show how to do that with
> yasnippet (or anything else)?
I don't have a ready-to-use s
Carsten Dominik (2010-03-17 12:04:37 +0100) dixit::
> On Mar 17, 2010, at 11:53 AM, Ivan Vilata i Balaguer wrote:
>
> >Fixing the old behaviour is trivial: just remove the ``(?? .
> >"%3F")`` entry
> >from the ``org-link-escape-chars`` list in ``org.el``.
>
> OK, I have applied this patch, thank
59 matches
Mail list logo