Dear Nikolaus,
Nikolaus Rath writes:
> Is there a way to have TODO items "blocking" each other?
>
> For example, if I have this document:
>
> * TODO Pay water
> :PROPERTIES:
>:blocked-on: checks
> :END:
> * TODO Pay electricity
> :PROPERTIES:
>:blocked-on: checks
> :END:
> * TODO
Let's try this with a slightly better url.
http://webstandards.sonoma-county.org/content.aspx?sid=1014&id=1123#Content
My point is blind people that go down the emacs route when learning linux
get introduced to org-mode as part of that process. If they colaborate
with other blind emacs users on
On Mon, Apr 6, 2015 at 6:41 PM, Nicolas Goaziou wrote:
>
> Fixed in edeb7fd8e17733cc516fbb6620a21092bac0d765. Thank you.
>
Awesome! Just confirmed that re-enabling =(setq
org-blank-before-new-entry nil)= now works perfectly for me.
Thanks,
John
> Regards,
>
> --
> Nicolas Goaziou
>
Hi,
Jude DaShiell writes:
> Let's try this with a slightly better url.
> http://webstandards.sonoma-county.org/content.aspx?sid=1014&id=1123#Content
>From the above url
>Title field: Enter a meaningful name for the document.
Use #+TITLE.
> Author field
Use #+AUTHOR.
> Subject
Hi,
European CSV files may use semi-colon as separator. As it was missing in
`org-table-convert-region', I improved it in order to define any string
as separator.
Best regards,
Francesco
From: Francesco Pizzolante
Date: Tue, 7 Apr 2015 11:53:45 +0200
Subject: [PATCH] Improve org-table-convert-
On 2015-04-07, at 06:09, Eric Abrahamsen wrote:
> At this point I have so much of my life (personal and professional) in
> Org files that yes, checking the Agenda isn't an issue anymore. It's the
> first thing I do in the morning, and the last thing I do before knocking
> off at the end of the d
Hello,
"Francesco Pizzolante"
writes:
> European CSV files may use semi-colon as separator. As it was missing in
> `org-table-convert-region', I improved it in order to define any string
> as separator.
Thank you.
However `org-table-convert-region' already supports regexp as
a parameter in
Hi!
In the past, I used this command for export ICS:
/usr/bin/emacs --batch -q --directory=/home/osiris/org \
--visit=/home/osiris/org/print3d.org \
--eval '(org-export-icalendar-this-file)'
Now does not work, even changing to function
org-icalendar-export-to-ics:
/usr/bin/emacs --b
John Kitchin writes:
> I find C-u RET on a link will open a pdf in emacs. or C-u C-c C-o
Thanks - C-u C-c C-o works for me
Rainer
>
> Rainer M Krug writes:
>
>> Hi
>>
>> I would like to open pdfs in emacs (using pdf-viewer) but there is only
>> a shortcut (C-c C-o) to open a pdf externally, an
jorge.alfaro-muri...@yale.edu (Jorge A. Alfaro-Murillo) writes:
> Rainer M Krug writes:
>
>> I would like to open pdfs in emacs (using pdf-viewer) but there
>> is only a shortcut (C-c C-o) to open a pdf externally, and no
>> shortcut for the menu item below "Open in Emacs" in the context
>> men
If you have an android phone, then you can use mobile-org for that. You
would have all your org information available even on the road.
I use mobile org, and I synchronize it with google agenda.
It works fine because I can look at my phone for appointments when I am not
in front on my PC.
Once the appointment is in google agenda, I can set reminders, but I could
not find out how to do that directly from org-mode in emacs.
Any sugge
I'm working with Emacs 24.4.1 and org-mode 8.2.10 on Windows 7.
I have to use hyperlinks to our network servers like \\servername\dir1\dir2 and unfortunately I can not use them in hyperlinks in Emacs org-mode, I then get the error:
Debugger entered--Lisp error: (error "ShellExecute failed: Das
Then I do not quite understand you, sorry for noise.
I have my phone with me even when I'm working on my PC and reminders
only from the phone are enough for me. And more likely I get the phone
with me rather then a PC, when going out for a coffee.
Hello there,
I suspect this is straight forward, but I don't seem to be able to work
it out on my own.
I use Org to to make a large html document that contains a number of
images. I export the document and under each image I get something like:
Figure 6: Name of image.
How can I have simply "Na
Hi Peter,
Peter Frings on 2015-04-01 12:37:
The following function now automates the task of splitting:
…
Fantastic, just what I needed!
thanks for your feedback!
I have now made a few improvements but not yet found time to get started
with contributing the code to Worg, so one more email
Hi,
"Simon W. Jones" writes:
> I suspect this is straight forward, but I don't seem to be able to work
> it out on my own.
>
> I use Org to to make a large html document that contains a number of
> images. I export the document and under each image I get something like:
>
> Figure 6: Name of ima
Xavier Maillard writes:
> Saulius Menkevičius writes:
>
>> This (tiny) patch implements ability to set dbport for org-babel sql
>> functionality. I often use ssh port forwarding to connect to remote
>> mysql servers where port is mapped to non-standard one on local machine.
>>
>> This is my firs
Nicolas Goaziou writes:
> Hello,
>
> Saulius Menkevičius writes:
>
>> This (tiny) patch implements ability to set dbport for org-babel sql
>> functionality. I often use ssh port forwarding to connect to remote
>> mysql servers where port is mapped to non-standard one on local
>> machine.
>
> Tha
Thanks for the prompt reply Rasmus.
I thought it might be easier than this :-(. I don't really understand enough to
fix it.
All the best,
Simon.
---
> On 7 Apr 2015, at 17:12, Rasmus wrote:
>
> Hi,
>
> "Simon W. Jones" writes:
>
>> I suspect this is straight forward, but I don't
Hello,
elwood...@web.de writes:
> I'm working with Emacs 24.4.1 and org-mode 8.2.10 on Windows 7.
> I have to use hyperlinks to our network servers like
> \\servername\dir1\dir2 and unfortunately I can not use them in
> hyperlinks in Emacs org-mode, I then get the error:
> Debugger entered--Lisp
Saulius Menkevičius writes:
> Apparently it is not a string. I don't know the internal machinery for
> #+header parameters in org-mode/babel, but apparently number-to-string
> is required, otherwise I get the "progn: Wrong type argument: sequencep,
> 33060" error. Where 33060 is my port number fr
Christoph LANGE writes:
> Hi Peter,
>
> Peter Frings on 2015-04-01 12:37:
>>> The following function now automates the task of splitting:
>>> …
>>
>> Fantastic, just what I needed!
>
> thanks for your feedback!
>
> I have now made a few improvements but not yet found time to get started
> with c
23 matches
Mail list logo