Ian,
Thank you for your insterest. I did not test this with 5th Edition phones.
In theory it may work.
I have not decided yet whether to make the app open-source or not. The
problem of privacy can be solved if there will be encryption. Meanwhile it
seems reasonable to keep separate org-fi
Hi Eric,
Thanks for looking at this so quickly.
Patching from email is a skill still on my horizon. I tried several
times without success and without gaining any idea how to resolve the
problem(s). You might not want to wait for me to figure out how to
patch. It took longer than I'm wil
Hi Tom,
Could you try the attached patch and let me know if it fixes the
problem?
If so I'll apply it to the main repo.
Thanks -- Eric
diff --git a/contrib/babel/lisp/org-babel-tangle.el b/contrib/babel/lisp/org-babel-tangle.el
index cad8cec..dd76195 100644
--- a/contrib/babel/lisp/org-babel-ta
Hi,
here are some numbers and facts about Org-mode that
continue to amaze me.
Contributors
- 35 signed-up contributors (i.e. with FSF papers), and more
if you count the contrib directory and the Emacs maintainers
who make small changes every now and then.
Mailing list
---
Aloha all,
I pulled the latest org-mode this morning and got an error starting
emacs afterwards that appears to be tied to org-babel-load-file.
I ran git bisect and ended up here:
131441dbd2d16e92f863864ed536f37fcd4a85fc is first bad commit
commit 131441dbd2d16e92f863864ed536f37fcd4a85fc
Aut
Ryan,
Thanks, that works.
Nick Parker
www.developernotes.com
On Sun, Feb 7, 2010 at 2:51 PM, Ryan Thompson wrote:
> From the Org Manual:
>
> SCHEDULED
> Meaning: you are planning to start working on that task on the
> given date.
>
> In other words, if you just want to mark the date a
>From the Org Manual:
SCHEDULED
Meaning: you are planning to start working on that task on the
given date.
In other words, if you just want to mark the date and time at which an
event (like a meeting) will occur, don't use a scheduled timestamp.
Just use an unadorned timestamp (C-c .).
All,
I have several events that occur on a monthly basis where I use diary-float
sexp for recurrence. Something like the following:
Some Meeting
SCHEDULED: <2010-02-04 Thu <%%(diary-float t 4 1)>>
I have noticed that while the sexp will correctly reschedule the item for
me, it only tracks the s
Thanks! I'll give that a go!
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Hi Andrew,
I just applied a slight variation of Dan's patch which should fix this
issue. Thanks for the bug report, and please let us know if you have
any further issues.
Cheers -- Eric
Dan Davison writes:
> Andrew Hyatt writes:
>
>> Hi guys,
>>
>> There appears to be a bug in org-babel-load
"Krause, Joerg" writes:
Hi Jörg,
> After examining the manual and serveral sites, I still don't
> understand the term [?a] within that statement. Can anybody brighten
> my mind?
The square brackets say it's a vector, and ?x is the reader-syntax for
characters. So it's a vector with exactly one
"Krause, Joerg" writes:
> I copied an orgmode setup from http://www.newartisans.com/2007/08/
> using-org-mode-as-a-day-planner.html in order to test the described way
> of GTDing there. Since it works fine for me, I am trying to understand,
> what's going on beyond the surface. I found the expres
Hi to all,
I copied an orgmode setup from
http://www.newartisans.com/2007/08/using-org-mode-as-a-day-planner.html in
order to test the described way of GTDing there. Since it works fine for me, I
am trying to understand, what's going on beyond the surface. I found the
expression above in the s
Daniel Martins wrote:
>
> I tried and it did not work.
>
> I know it is a silly question but how can I set that f6 or f9 be a prefix
> command inside org mode?
>
The method assumes that has been defined as a prefix key already - from
the second part of your post, I take it that you have not
Alright,
I've set this up so that the table is exported to a comma or tab
separated format and then saved as a string to the variable in the
source code block. By default tab is used as the separator when
exporting the table to a string, but this can be overridden using
the :separator header argu
Hi Mike,
The command used by org-babel-sh is now configurable through the
`org-babel-sh-command' variable so you should be able to set it in your
initialization using a line like the following
(setq org-babel-sh-command "cmd /k")
Best -- Eric
,[org-babel-sh-command]
| org-babel-sh-command i
Glauber Alex Dias Prado writes:
> Richard Stallman writes:
>
>> Please point me to the part of OrgMode with features for
>> navigating and searching the filesystem in a tree structure. I'm
>> interested in checking i= t out and comparing it to xiki.
>>
>> The question that suggests
Ivan Bulanov wrote:
Hello org-mode users!
Let me present you Org2Mobile - a service that enables you take your
tasks from an org-mode file to the mobile phone calendar. It consists of
a desktop agent and a mobile phone application. The desktop program
monitors your org file for changes and se
On Sat, Feb 6, 2010 at 2:11 AM, Shawn Koons wrote:
> Hello,
> Is there a command (or two) that will identify the locations of the
> below-listed files/folders? I am using Ubuntu and it seems that there is
> more than one emacs install on this computer and multiple files that could
> The following
Richard Stallman writes:
> Please point me to the part of OrgMode with features for
> navigating and searching the filesystem in a tree structure. I'm
> interested in checking i= t out and comparing it to xiki.
>
> The question that suggests itself to me
> is whether there is a way t
Hello org-mode users!
Let me present you Org2Mobile - a service that enables you take your tasks
from an org-mode file to the mobile phone calendar. It consists of a
desktop agent and a mobile phone application. The desktop program monitors
your org file for changes and sends updates to the
Hello org-mode users!
Let me present you Org2Mobile - a service that enables you take your tasks
from an org-mode file to the mobile phone calendar. It consists of a
desktop agent and a mobile phone application. The desktop program monitors
your org file for changes and sends updates to the
Hello org-mode users!
Let me present you Org2Mobile - a service that enables you take your tasks
from an org-mode file to the mobile phone calendar. It consists of a
desktop agent and a mobile phone application. The desktop program monitors
your org file for changes and sends updates to the
When I export tables to ASCII, I'd like the rows to expand as necessary so the
full contents is visible. I've has a look at org-exp.el, but I'm at a bit of a
loss as to where to start mucking in. Any pointers would be greatly appreciated!
Thanks,
Mike
I tried using org-babel-sh at work, where I run emacs under Microsoft Windows,
but only received an oddly-formatted message about (quote sh) not being
recognised as a command. After mucking around with org-babel-sh.el, I modified
the call to shell-command-on-region, changing the hard-coded "sh" to
On 11:33 Sat 06 Feb, Eric Schulte wrote:
Moin,
thanks for your reply
> 1) allowing the user to specify a separator with a header argument as
>follows
>#+begin_src sh :var table=sec :separator ,
> cat < $table
> EOF
>#+end_src
>
>which would result in something
26 matches
Mail list logo