Hi Sven, are you connecting via https? What is your URI connect string? I
think it should work fine but I'll set up an account and test it out
tonight... if you have access to debug information via USB Debugging that
would also be helpful.
73,
Matthew W. Jones (KI4ZIB)
http://matburt.net
On M
Hi Matthew
Matthew Jones writes:
> Hey folks, I've been working on a version of MobileOrg for the Android
> platform
> with the goal to reach feature parity with the iPhone version developed by
> Richard Moreland.
Thank you very much!
The application doesn't seem to work with mydisk.se.
Is
Leo wrote:
>Hello all,
>I wonder if there's a cure for this error.
>
>When I hit C-RET in a fresh org-mode buffer but not at the beginning, it
>errs with something like this:
>
>"Before first headline at position 2 in buffer *xyz*"
>
>but M-RET does not err at all.
>
>This is tested with org-mode
Hi Anthony,
thanks a lot - that works! Indeed, the org-mailing-list is one of the nicest
places on the 'web!
Best,
Christian
Am 01.03.2010 um 17:43 schrieb Anthony Lander:
> Hi Christian,
>
> Just some small errors in the papers code. Try this instead:
>
> (org-add-link-type "papers" 'org-pa
On Mar 1, 2010, at 5:19 PM, Thomas S. Dye wrote:
On Feb 28, 2010, at 9:54 PM, Carsten Dominik wrote:
On Feb 28, 2010, at 5:57 PM, Thomas S. Dye wrote:
On Feb 27, 2010, at 6:47 PM, Nick Dokos wrote:
Thomas S. Dye wrote:
Aloha all,
Exporting this file to html gives me a source code b
Hi. I just noticed that when I export a file to HTML, certain things are
hardcoded into the HTML (like table borders and cellpadding). Is there a way to
disable that feature globally? I would rather use CSS to style my tables...
--
--Thanks!
Uriel
_
Hi,
in this little example file:
--8<---cut here---start->8---
# -*- org-tags-column: -40; -*-
#+TAGS: foo(f) bar(b)
* testing indentation of tag :foo:
--8<---cut here---end--->8---
the value of org-tags-column is s
On Feb 28, 2010, at 9:54 PM, Carsten Dominik wrote:
On Feb 28, 2010, at 5:57 PM, Thomas S. Dye wrote:
On Feb 27, 2010, at 6:47 PM, Nick Dokos wrote:
Thomas S. Dye wrote:
Aloha all,
Exporting this file to html gives me a source code block for
bibtex but not for latex.
* Test export
Fixed, thanks
Dan Hackney writes:
> Switch from Windows to Unix line-endings.
>
> Signed-off-by: Dan Hackney
> ---
> contrib/babel/lisp/langs/org-babel-oz.el | 618
> +++---
> 1 files changed, 309 insertions(+), 309 deletions(-)
>
> diff --git a/contrib/babel/lisp/lan
Hi Thomas,
Thanks for the patch, it has been applied.
Best -- Eric
Thomas Holst writes:
> Hello,
>
> in my last eMail there was a typo in the patch. The corrected verson is below.
>
> ---%x cut here x%---
> --- org-plot.el 2010-03-0
Hello all,
I wonder if there's a cure for this error.
When I hit C-RET in a fresh org-mode buffer but not at the beginning, it
errs with something like this:
"Before first headline at position 2 in buffer *xyz*"
but M-RET does not err at all.
This is tested with org-mode that is part of Emacs
For paragraph text, `org-adaptive-fill-function' did not handle the base case of
regular text which needed to be filled. This commit saves a buffer-local value
of `adaptive-fill-regexp' and uses it if none of the org-specific regexps match.
This allows email-style ">" comments to be filled correctl
Switch from Windows to Unix line-endings.
Signed-off-by: Dan Hackney
---
contrib/babel/lisp/langs/org-babel-oz.el | 618 +++---
1 files changed, 309 insertions(+), 309 deletions(-)
diff --git a/contrib/babel/lisp/langs/org-babel-oz.el
b/contrib/babel/lisp/langs/org-bab
Jan Böcker writes:
> On 01.03.2010 10:22, Richard Riley wrote:
>> Not really as they still use the arrow keys.
> I am sorry, my brain must not have been fully functional when I posted this.
>
>> C-c is reported as undefined. Possibly someone else can confirm
>> if it works on their setup? I trie
On Feb 26, 2010, at 8:23 PM, Viktor Rosenfeld wrote:
Hi,
is there a away to change the color of table lines seperately from the
table content? I found the Org Table face through the customize
interface, but that seems to operate on the entire table.
This is correct, except for special lines
On Feb 27, 2010, at 1:29 PM, Łukasz Stelmach wrote:
Hello.
I've tried to rearrange org-read-date and some other helper function
to
make them usable from other applications which might not want to
prefere
future dates. Unfortunatelly I can't do it without making org-read-
date
*require* ad
On Feb 27, 2010, at 1:29 PM, Łukasz Stelmach wrote:
Hello.
I've tried to rearrange org-read-date and some other helper function
to
make them usable from other applications which might not want to
prefere
future dates. Unfortunatelly I can't do it without making org-read-
date
*require* ad
On Mar 1, 2010, at 12:51 PM, Ryan E wrote:
Thanks for the info. Yes, I do use clocking frequently and suppose it
is possible I would come to regret it but my goal was to have a quick
way to visualize when and how long I am spending time on the various
projects I am working on. The clock entries
Thanks for the info. Yes, I do use clocking frequently and suppose it
is possible I would come to regret it but my goal was to have a quick
way to visualize when and how long I am spending time on the various
projects I am working on. The clock entries would be in a separate
calendar or calendars t
Hello,
in my last eMail there was a typo in the patch. The corrected verson is below.
---%x cut here x%---
--- org-plot.el 2010-03-01 02:00:15.0 +0100
+++ c:/daten/users/DE_hts2fe/emacs/OrgMode/org-mode-aktuell/lisp/org-plot.el
2
Hi David,
the plist with the settings is dynamically scoped into
these calls as the lisp variable `project-plist'. I guess it would be
nice
to make them a proper argument, but that would likely break quite some
code out there.
Maybe you can just use the dynamically-skoped variable, and I c
Dan Davison wrote:
"Martin G. Skjæveland" writes:
Hi,
running tangle with the following values
#+begin_src xml :tangle test.rdf
...
#+end_src
used to create a file called test.rdf. However, after a fresh git pull
today this now tangles to the file test.rdf.xml, which is not what I
want
Really, was it so simple in the end?
Thanks, I applied the patch.
- Carsten
On Feb 27, 2010, at 3:09 AM, Bernt Hansen wrote:
Use a new custom variable org-clock-report-include-clocking-task
which defaults
to nil to keep the original clock reporting behaviour.
---
This patch is available at
On 01.03.2010 10:22, Richard Riley wrote:
> Not really as they still use the arrow keys.
I am sorry, my brain must not have been fully functional when I posted this.
> C-c is reported as undefined. Possibly someone else can confirm
> if it works on their setup? I tried it in urxvt and xterm.
I
Jan Böcker writes:
R> On 01.03.2010 05:29, Richard Riley wrote:
>>
>> More often than not I run emacsclient in rxvt under Tmux (a Screen
>> replacement). As a result (and inconveniently) a lot of common key
>> sequences dont work properly - generally involving shift/control/alt and
>> arrow and
Hello,
today I found out, that org-plot recocnises #+PLOT: lines only when they start
at column 0. Most of my tables are indented. So org-plot didn't catch the
options. Below is a patch which fixes this. The patch is against org-mode
6.34trans from this morning.
I would like to take the oportu
On Mo, Mär 01 2010, Eric Schulte wrote:
> While for any serious plotting I would certainly recommend using
> Org-babel over org-plot, org-plot should still function correctly. I've
> just pushed up a fix to the bug you described, so your previous table
> should work once again.
Yes, it works fin
Hi All,
I have been using org-mode for a while now and am quite happy with the
features it provides. Occasionally, I update to the current git head
to get some fancy new features ;-).
I am, however, more and more reluctant to do so out of fear of loosing
parts of my data due to newly introduced
On Mar 1, 2010, at 1:37 AM, Dan Davison wrote:
Carsten Dominik writes:
:-) I should have known. These days, babel is the answer to most
questions ... :-)
Well, that wasn't the conclusion I meant to be drawn -- I thought the
pure org solution was best here! (at least for simple summation)
Hi Ryan,
On Feb 28, 2010, at 4:07 PM, Ryan E wrote:
Hello All,
I was wondering if it is possible to configure the Org mode
iCalendar export to include CLOCK entries. I'd like my clock entries
to show up as appointments in my calendar application (iCal in this
case). I can't seem to find
On Feb 28, 2010, at 5:57 PM, Thomas S. Dye wrote:
On Feb 27, 2010, at 6:47 PM, Nick Dokos wrote:
Thomas S. Dye wrote:
Aloha all,
Exporting this file to html gives me a source code block for
bibtex but not for latex.
* Test export
#+BEGIN_SRC latex
No export with latex
#+END_SRC
#+BE
On Mar 1, 2010, at 5:29 AM, Richard Riley wrote:
More often than not I run emacsclient in rxvt under Tmux (a Screen
replacement). As a result (and inconveniently) a lot of common key
sequences dont work properly - generally involving shift/control/alt
and
arrow and function keys. Most of the
On Mar 1, 2010, at 3:26 AM, Livin Stephen Sharma wrote:
I think this would be a useful in daily use: to be able to easily
convert a list [whether numbers or bullets] into a list of " - [ ]
foo" check-box items.
FWIW, I use regex'es to achieve this for now.
That is what `C-c C-x C-b' does.
Hi David,
thanks for the patch, I have applied it.
- Carsten
On Feb 28, 2010, at 9:35 PM, David Maus wrote:
While wrapping my head around a set of publishing functions to create
atom and rss feeds I noticed an incorrect description in the manual.
In chapter 13.1.4 in reads:
,
| :publish
On 01.03.2010 05:29, Richard Riley wrote:
>
> More often than not I run emacsclient in rxvt under Tmux (a Screen
> replacement). As a result (and inconveniently) a lot of common key
> sequences dont work properly - generally involving shift/control/alt and
> arrow and function keys. Most of the ti
35 matches
Mail list logo