[Orgmode] Re: org export as twiki - Failure to export with error: (wrong-type-argument stringp nil)

2010-03-04 Thread Baoqiu Cui
"Mario E. Munich" writes: > Dear Baoqiu, > > thanks a lot for the reply... I have done some level of debugging (I > should have probably done it before, but I was not sure of what was > going on) and I had realized that the problem is in using brackets [ ] > in the text. Hi Mario, Thanks for p

Re: [Orgmode] Clocking feature request

2010-03-04 Thread moabi2000
Putting this under each task you clock in will give you time today. :PROPERTIES: :CLOCK_MODELINE_TOTAL: today :END: I don't you can show both time to today and time for the file at once though. HTH. 2010/3/4 Sébastien Vauban > Hi all, > > Sorry to have some answers delayed. I have troubles a

Re: [Orgmode] Re: org export as twiki - Failure to export with error: (wrong-type-argument stringp nil)

2010-03-04 Thread Baoqiu Cui
"Mario E. Munich" writes: > Dear Baoqiu, > > thanks a lot for the reply... I have done some level of debugging (I > should have probably done it before, but I was not sure of what was > going on) and I had realized that the problem is in using brackets [ ] > in the text. > > Please find enclosed

[Orgmode] Clocking feature request

2010-03-04 Thread Sébastien Vauban
Hi all, Sorry to have some answers delayed. I have troubles accessing Gmane from certain locations... hence, almost can't access Org-mode (yes, I know, but I don't like the ML style -- I prefer newsgroups). So, to come back to my title, I have a feature request around clocking. Currently, we kno

Re: [Orgmode] [org-mode] org-mode URLs and pseudoURLs: Getting org-mode to accept the `javascript:' pseudoURL on the same basis as `http:' and `ftp:'

2010-03-04 Thread Gene Sullivan
A ... thanks, Carsten! I'll see what I can do to get `javascript:' to be accepted as `http:' and `ftp:' Thanks for the pointer to the file I need to focus my efforts on. Cheers! Gene On Thu, Mar 4, 2010 at 16:15, Carsten Dominik wrote: > > On Mar 3, 2010, at 6:45 PM, Gene Sullivan wrote:

Re: [Orgmode] Rendering of => and -> as arrows in exports?

2010-03-04 Thread Valentin Wüstholz
Hi, the following hack works quite well for me: (add-hook 'org-export-latex-after-blockquotes-hook 'org-export-latex-arrows) (defun org-export-latex-arrows () (goto-char (point-min)) (while (search-forward "==>" nil t) (org-if-unprotected (replace-match (org-export-latex-protect-stri

Re: [Orgmode] [PATCH] Add tags filter parameter to clock table

2010-03-04 Thread Carsten Dominik
Hi Adam, great work, it seems this patch does what it claims. It may be slow in some cases, but I don't think this is a problem. The patch is more than a few lines, to be sure I would like toask you to sign the papers with the FSF? Is that OK? http://orgmode.org/worg/org-contribute.php#

Re: [Orgmode] [org-mode] org-mode URLs and pseudoURLs: Getting org-mode to accept the `javascript:' pseudoURL on the same basis as `http:' and `ftp:'

2010-03-04 Thread Carsten Dominik
On Mar 3, 2010, at 6:45 PM, Gene Sullivan wrote: Hello I've been using org-mode via GNU Emacs for several months. I've been pasting URLs into my org-mode files and thus benefit from launching a browser tab in Mozilla Firefox by just clicking on these URLS. Recently I've been experimenting

Re: [Orgmode] Links with description and '%3f' in URL fail

2010-03-04 Thread Carsten Dominik
Hi Sebastian, could you please try if the following patch does solve this issue? Thanks. - Carsten diff --git a/lisp/org.el b/lisp/org.el index 85b74fa..59d2acf 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -7950,12 +7950,14 @@ This is the list that is used before handing over to the browser

Re: [Orgmode] [org-feed] Remember the Milk - active timestamps

2010-03-04 Thread Carsten Dominik
On Mar 4, 2010, at 7:33 PM, Sven Bretfeld wrote: Hi Carsten Carsten Dominik writes: how is the appointment time visible in the RTM stream? Are they using a special tag for it or so? They have a really weak management for dates. Everything that exceeds the due-time by more than one week

[Orgmode] Re: org export as twiki - Failure to export with error: (wrong-type-argument stringp nil)

2010-03-04 Thread Mario E. Munich
Dear Baoqiu, thanks a lot for the reply... I have done some level of debugging (I should have probably done it before, but I was not sure of what was going on) and I had realized that the problem is in using brackets [ ] in the text. Please find enclosed a simple file that will depict the issue.

[Orgmode] [org-feed] Some problems with Remember the Milk and org-feed

2010-03-04 Thread Sven Bretfeld
Hi to all As I have said before, I can recommend www.rememberthemilk.com (RTM) to capture tasks and dates on an Android phone as long as MobileOrg for Android is still under development. I will post my setup at the bottom of this posting. Maybe it's of use for others. There are still two proble

Re: [Orgmode] Re: Writing a dissertation using org-mode

2010-03-04 Thread Henri-Paul Indiogine
"Thomas S. Dye" writes: > The model I'm working with now for writing a book (still evolving as I > learn org-mode and org-babel and try different things) has 3 parts: I am very impressed by your setup and it closely matches my requirements. I will most likely implement it once my proposal has be

Re: [Orgmode] [org-feed] Remember the Milk - active timestamps

2010-03-04 Thread Sven Bretfeld
Hi Carsten Carsten Dominik writes: > how is the appointment time visible in the RTM stream? Are they using > a special tag for it or so? They have a really weak management for dates. Everything that exceeds the due-time by more than one week, is awkward to insert (especially on a phone) and ve

Re: [Orgmode] Manual patch: links to remote files

2010-03-04 Thread Carsten Dominik
Sure, please go ahead and apply this patch. - Carsten On Mar 4, 2010, at 12:46 PM, Dan Davison wrote: Links to remote files, like [[file:/mys...@some.where.org:papers/last.pdf][paper]] work fine. Would it be worth explicitly adding them to the list of link examples in the manual, like bel

Re: [Orgmode] [org-feed] Remember the Milk - active timestamps

2010-03-04 Thread Carsten Dominik
Hi Sven, how is the appointment time visible in the RTM stream? Are they using a special tag for it or so? - Carsten On Feb 25, 2010, at 10:10 PM, Sven Bretfeld wrote: Hi list-members Today, I configured org-feed to catch RSS feeds from RTM. For Appointments I wrote a template that was i

Re: [Orgmode] Re: Writing a dissertation using org-mode

2010-03-04 Thread Thomas S. Dye
On Mar 4, 2010, at 4:02 AM, Maurizio Vitale wrote: I'd recommend you use auctex for writing your thesis: it knows about many LaTeX packages (and you can teach it more), so you get autocompletion and highlighting. It does quasi-wysiwyg for fonts and math. It can render fragments for quick check

Re: [Orgmode] Writing a dissertation using org-mode

2010-03-04 Thread Henri-Paul Indiogine
Torsten Wagner writes: > please consider that you might have to follow a very stricy layout > style depening on your university, department, lab or supervisor. If > your are lucky there will be a LaTeX template somewhere at your > university. If you are unlucky there is nothing like that or even >

[Orgmode] Links with description and '%3f' in URL fail

2010-03-04 Thread Sebastien Delafond
Quoting from debian bug report #572404[0]: This error is quite esoteric. Creating a link with a '%3f' escape sequence in its URL (at least HTTP ones) makes it fail to be edited with C-c C-l and exported with the error: org-link-unescape: Wrong type argument: characterp, nil But only

[Orgmode] Rendering of => and -> as arrows in exports?

2010-03-04 Thread Geralt
Hi, I'd like it if => and -> would be exported as if they were \Rightarrow and respectively \rightarrow. Of course it should be optional (but I think enabled by default is what most people desire). What do you think? Rendering auf <- could be treated in that way, too but <= is also lower-equal an

[Orgmode] [Clock-table] Two questions about clock tables

2010-03-04 Thread moabi2000
Hi, I've found org-mode to be an excellent tool to plan tasks and have recently started using it to track time/effort. 1) Is it possible to do a 'cross-tab' of time spent by both tasks and tags? Something like the following: | Tasks | Tag1 | Tag2 | |---+--+--| | Task1 | 2:30 | 1:30

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

2010-03-04 Thread Daniel Hackney
Samuel Wales wrote: > How will the new value of a non-org variable affect filladapt.el? I don't use filladapt.el, so I can't be sure, but the change I made is pretty non-invasive, so I doubt many problems would arise. I'm not quite sure of what is being asked, however; what would filladapt.el do

[Orgmode] two questions about clock tables

2010-03-04 Thread moabi2000
Hi, I've found org-mode to be an excellent tool to plan tasks and have recently started using it to track time/effort. 1) Is it possible to do a 'cross-tab' of time spent by both tasks and tags? Something like the following: | Tasks | Tag1 | Tag2 | |---+--+--| | Task1 | 2:30 | 1:30

[Orgmode] [org-mode] org-mode URLs and pseudoURLs: Getting org-mode to accept the `javascript:' pseudoURL on the same basis as `http:' and `ftp:'

2010-03-04 Thread Gene Sullivan
Hello I've been using org-mode via GNU Emacs for several months. I've been pasting URLs into my org-mode files and thus benefit from launching a browser tab in Mozilla Firefox by just clicking on these URLS. Recently I've been experimenting with the pseudoURL `javascript:' via Firefox. I've discov

[Orgmode] Re: Writing a dissertation using org-mode

2010-03-04 Thread Maurizio Vitale
I'd recommend you use auctex for writing your thesis: it knows about many LaTeX packages (and you can teach it more), so you get autocompletion and highlighting. It does quasi-wysiwyg for fonts and math. It can render fragments for quick checking and interface with external viewers. And it has som

Re: [Orgmode] Re: inserting notes at level 1 with org-remember

2010-03-04 Thread Carsten Dominik
Hi Trance and Matt, I am not able to reproduce this problem. - Carsten On Feb 26, 2010, at 11:26 PM, Matthew Lundin wrote: Hi Trance, Trance Diviner writes: On Feb 25, 2010, at 7:38 PM, Matt Lundin wrote: Trance Diviner writes: But I find that org-remember always creates notes as a le

[Orgmode] Manual patch: links to remote files

2010-03-04 Thread Dan Davison
Links to remote files, like [[file:/mys...@some.where.org:papers/last.pdf][paper]] work fine. Would it be worth explicitly adding them to the list of link examples in the manual, like below? Dan diff --git a/doc/org.texi b/doc/org.texi index 2760905..aaf8dba 100644 --- a/doc/org.texi +++ b/doc/

Re: [Orgmode] Writing a dissertation using org-mode

2010-03-04 Thread Scot Becker
Henri-Paul, I'm doing the same, with basically the same setup, but using biblatex, and Zotero, but planning to give Mendeley a serious test for PDF management. (And yes there are still problems and repeated manual tweaking associated with using Zotero + bibtex. The export is just not bibtex-y eno

Re: [Orgmode] Bug in LaTeX export of org-html-entities?

2010-03-04 Thread Carsten Dominik
Hi Gerald, I confirm this bug, but I don't have a fix currently. There is a revamp of the entiies code in the making, but not done yet. - Carsten On Feb 26, 2010, at 11:24 AM, Geralt wrote: Hello, I think there's at least one bug in the org-export-latex-treat-backslash-char function, bec

Re: [Orgmode] latex export problem in HEAD

2010-03-04 Thread Carsten Dominik
Hi Erik, I have added \usepackage{latexsym} to the default packages that Org- mode will load. Thanks. - Carsten On Feb 28, 2010, at 5:10 PM, Erik Butz wrote: Hi all, I am getting an error when exporting to latex in the latest version in the repository if checkboxes are included in the doc

Re: [Orgmode] Propose: add developer infos to the manual

2010-03-04 Thread Carsten Dominik
Hi Torsten, On Mar 4, 2010, at 3:41 AM, Torsten Wagner wrote: Dear All, I'm really an org-mode beginner and even more I'm a bloody emacs- lisp beginner. Nevertheless, I try to understand here and there who things work out and tweak some things here and there. Nothing which might be worse