Re: [Orgmode] MobileOrg Android 0.1_alpha

2010-03-01 Thread Matthew Jones
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

Re: [Orgmode] MobileOrg Android 0.1_alpha

2010-03-01 Thread Sven Bretfeld
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

Re: [Orgmode] C-RET errs

2010-03-01 Thread David Maus
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

Re: [Orgmode] Link-protocols

2010-03-01 Thread Christian Zang
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

Re: [Orgmode] Export latex source blocks as HTML

2010-03-01 Thread Carsten Dominik
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

[Orgmode] Pure CSS in HTML export?

2010-03-01 Thread Uriel Avalos
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 _

[Orgmode] BUG: refreshing org buffer discards setting of local file variables

2010-03-01 Thread Stephan Schmitt
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

Re: [Orgmode] Export latex source blocks as HTML

2010-03-01 Thread Thomas S. Dye
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

Re: [Orgmode] [PATCH 1/2] org-babel-oz: Fix line-endings.

2010-03-01 Thread Eric Schulte
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

Re: [Orgmode] [org-plot] Re: org-plot dosesn't catch options from #+PLOT: line if line does not start at column 0

2010-03-01 Thread Eric Schulte
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

[Orgmode] C-RET errs

2010-03-01 Thread Leo
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

[Orgmode] [PATCH 2/2] Fix adaptive filling.

2010-03-01 Thread Dan Hackney
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

[Orgmode] [PATCH 1/2] org-babel-oz: Fix line-endings.

2010-03-01 Thread Dan Hackney
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

[Orgmode] Re: Emacs in a Term and Org

2010-03-01 Thread Richard Riley
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

Re: [Orgmode] Change color of org table lines

2010-03-01 Thread Carsten Dominik
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

Re: [Orgmode] org-prefere-future for other applications

2010-03-01 Thread Carsten Dominik
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

Re: [Orgmode] org-prefere-future for other applications

2010-03-01 Thread Carsten Dominik
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

Re: [Orgmode] clock entries export to calendar?

2010-03-01 Thread Carsten Dominik
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

Re: [Orgmode] clock entries export to calendar?

2010-03-01 Thread Ryan E
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

[Orgmode] [org-plot] Re: org-plot dosesn't catch options from #+PLOT: line if line does not start at column 0

2010-03-01 Thread Thomas Holst
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

Re: [Orgmode] [wish] pass project plist to preparation and completion function

2010-03-01 Thread Carsten Dominik
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

Re: [Orgmode] [babel] tangle creates different filename than it used to

2010-03-01 Thread Martin G. Skjæveland
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

Re: [Orgmode] [PATCH] Optionally include current clocking task time in clock reports

2010-03-01 Thread Carsten Dominik
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

Re: [Orgmode] Re: Emacs in a Term and Org

2010-03-01 Thread Jan Böcker
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

[Orgmode] Re: Emacs in a Term and Org

2010-03-01 Thread Richard Riley
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

[Orgmode] [org-plot] org-plot dosesn't catch options from #+PLOT: line if line does not start at column 0

2010-03-01 Thread Holst Thomas (DGS-EC/EHM2)
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

[Orgmode] Re: plotting when x-axis has non-numeric data

2010-03-01 Thread henry atting
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

[Orgmode] Testing

2010-03-01 Thread Martin Pohlack
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

Re: [Orgmode] Problem with table sums

2010-03-01 Thread Carsten Dominik
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)

Re: [Orgmode] clock entries export to calendar?

2010-03-01 Thread Carsten Dominik
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

Re: [Orgmode] Export latex source blocks as HTML

2010-03-01 Thread Carsten Dominik
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

Re: [Orgmode] Emacs in a Term and Org

2010-03-01 Thread Carsten Dominik
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

Re: [Orgmode] enhancement request: include check-boxes in Shift- cycling on lists

2010-03-01 Thread Carsten Dominik
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.

Re: [Orgmode] [patch] Correction for the manual (chapter 13.1.4)

2010-03-01 Thread Carsten Dominik
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

Re: [Orgmode] Emacs in a Term and Org

2010-03-01 Thread Jan Böcker
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