[O] Script: convert Tomboy/GNote XML to org-mode

2011-08-03 Thread attila
-BEGIN PGP SIGNED MESSAGE- Hash: SHA384 Pardon me if this isn't the right place to post this, but I couldn't figure out where else to do so. I'm moving my note-taking from GNote (C++ rewrite of Tomboy Notes) to org-mode. As I have a lot of notes all over the place, I wrote a script to co

Re: [O] Problems with search

2011-08-03 Thread Bianca Lutz
> No, it's not the autopair-post-command-handler that I wondered about[fn:1], > it's that *t*, the first element of the list: how did it get there? > > Nick > > Footnotes: > > [fn:1] Well, I did wonder about it, but only because I never heard of > it; but I am more suspicious of that t. > Concerni

Re: [O] Gather properties for use by babel source block?

2011-08-03 Thread darc...@gmail.com
I have not used it myself, but isn't org-collector exactly what you want [1]. "org-collector collects headline properties into tables with optional pre-processing" Once you have a table, you can easily pass it to code blocks for further processing with org-babel. [1] - http://orgmode.org/worg/org

[O] Problem with checkbox

2011-08-03 Thread mz.lassoued
Hi, I have one problem with the checkbox. i have an org file wich contain the following structure * Daily Routine #+CATEGORY: Daily ** TODO item1[0/2] :HOME: 1. [ ] item1 2. [ ] item2 :PROPE

[O] Point jumps when changing timestamps

2011-08-03 Thread Matt Lundin
I often change timestamps with S-Left or S-Right when the cursor is at the point immediately following the timestamp: <2011-08-03 Wed .+1d> ^ cursor here When I call S-Left or S-Right at this point, the cursor jumps to the last character of the day of week abbreviation: <20

Re: [O] Gather properties for use by babel source block?

2011-08-03 Thread tcburt
Hello Darlan --- "darc...@gmail.com" wrote: > I have not used it myself, but isn't org-collector exactly what you want [1]. > "org-collector collects headline properties into tables with optional > pre-processing" Indeed org-collector has allowed me to extract properties into a table, and

Re: [O] Bug: Refile sometimes loses the last line [7.7 (release_7.7.15.gc363)]

2011-08-03 Thread Jason Dunsmore
Hi Bernt, Can you see if this patch fixes the problem? --8<---cut here---start->8--- diff --git a/lisp/org.el b/lisp/org.el index c7b28dd..41ac8c6 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -19212,7 +19212,9 @@ Returns the number of empty lines passed." (

Re: [O] Gather properties for use by babel source block?

2011-08-03 Thread suvayu ali
Hello Tim, On Wed, Aug 3, 2011 at 4:35 PM, wrote: > While I have the table from org-collector I do not know how to "easily pass > it to code blocks". I have put an example of passing tables to gnuplot source blocks below. I hope you can adapt it to the source block of your choice. It also illu

Re: [O] Performance of org-mode with BIDI

2011-08-03 Thread Florian Beck
Reiner Steib writes: > On Mon, Aug 01 2011, Florian Beck wrote: > >> If you are using the current bzr version of emacs, make sure to set >> `bidi-display-reordering' to nil. > > Please don't. Instead, report problems caused by > `bidi-display-reordering' with M-x report-emacs-bug RET so the Emac

[O] Editing Org files on the iPad

2011-08-03 Thread Carl Bolduc
My setup: - windows pc at work - iMac at home (my wife is monopolizing it :P ) - iPad for personal use I keep all my Org files in Dropbox. I use the iPad a lot, and not just for browsing on the couch. When I want to edit my Org files on the iPad, I struggle. I really tried to use MobileOrg..

Re: [O] Script: convert Tomboy/GNote XML to org-mode

2011-08-03 Thread Darlan Cavalcante Moreira
Thanks for sharing this. I've wanted to convert my tomboy notes to org-mode for some time. I downloaded the script and tried to run it with : ./tomboy2org.pl -help but I got the error message below --8<---cut here---start->8--- Can't locate Text/Format.pm in @I

Re: [O] Script: convert Tomboy/GNote XML to org-mode

2011-08-03 Thread Achim Gratz
Darlan Cavalcante Moreira writes: > I downloaded the script and tried to run it with > : ./tomboy2org.pl -help > but I got the error message below > Can't locate Text/Format.pm in @INC (@INC contains: /etc/perl > /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 > /usr/share

[O] undo archive

2011-08-03 Thread skip
Is there a way to undo archive after, say, an accidental archival of a part of org file?

Re: [O] Script: convert Tomboy/GNote XML to org-mode

2011-08-03 Thread attila
-BEGIN PGP SIGNED MESSAGE- Hash: SHA384 On 08/03/2011 11:48 AM, Darlan Cavalcante Moreira wrote: > > Thanks for sharing this. I've wanted to convert my tomboy notes to org-mode > for some time. > > I downloaded the script and tried to run it with > : ./tomboy2org.pl -help > but I got the

Re: [O] undo archive

2011-08-03 Thread suvayu ali
On Wed, Aug 3, 2011 at 8:47 PM, skip wrote: > Is there a way to undo archive after, say, an accidental archival of a > part of org file? > A simple undo on the org file buffer has worked for me in the past. -- Suvayu Open source is the future. It sets us free.

Re: [O] undo archive

2011-08-03 Thread Jason Dunsmore
suvayu ali writes: > On Wed, Aug 3, 2011 at 8:47 PM, skip wrote: >> Is there a way to undo archive after, say, an accidental archival of a >> part of org file? >> > > A simple undo on the org file buffer has worked for me in the past. You'll also need to manually remove the archived subtree fro

[O] [PATCH] testing/ort-test.el, regexp to find files

2011-08-03 Thread Litvinov Sergey
org-test picks up temporary and backup files. Please consider a patch the attachments to get rid of them. >From 9b616baf0f3df63ea13ffde37c9c5aff903fac4e Mon Sep 17 00:00:00 2001 From: Sergey Litvinov Date: Mon, 1 Aug 2011 00:47:32 +0200 Subject: [PATCH] Get rid of tmp and backup file in test load

Re: [O] Editing Org files on the iPad

2011-08-03 Thread Ido Magal
I'm in the same boat. I found that Nebulous Notes is a suitable plain text editor. I enter data into a inbox.org on dropbox and refile them when back at a desktop. I'd easily pay for an ios or web text editor that had rudimentary org syntax support, such as collapsing drawers and indenting heading

[O] [BABEL,PATCH] cpp->c++-mode, ob-C mode tests

2011-08-03 Thread Litvinov Sergey
The first patch maps cpp language code to c++-mode. The second patch adds tests for ob-C. >From d0bc3554ec70138245289f1fabf78e2e86436c78 Mon Sep 17 00:00:00 2001 From: Sergey Litvinov Date: Wed, 3 Aug 2011 22:02:43 +0200 Subject: [PATCH 1/2] Map "cpp" to c++-mode --- lisp/org-src.el |2 +- 1

Re: [O] Was tj3 --> tikz gantt chart

2011-08-03 Thread John Hendy
On Wed, Jul 27, 2011 at 7:40 AM, Bastien wrote: > Hi John, > > John Hendy writes: > >> I looked into taskjuggler again, but I can't figure out what the >> status is on tj3 and org-mode. > > AFAICT, Org's Taskjuggler exporter works fine with both tj2 and tj3. > > You need to configure `org-export-

Re: [O] Editing Org files on the iPad

2011-08-03 Thread Tom Short
On Wed, Aug 3, 2011 at 12:46 PM, Carl Bolduc wrote: > Right now, I am tempted by the many great plaint text editor that exist in > iOS. This way, I would get a great typing experience but I would lose the > ability to perform actions on the text until I get back to the PC. > Is anyone in a similar

[O] Small font size in beamer tables

2011-08-03 Thread Vikas Rawal
I am using beamer class in orgmode to make a presentation. I need to use small font size for some of my tables. LaTeX_CLASS_OPTIONS changes font size in the text but not in the tables. Something like this does not work. #+ATTR_LaTeX: size=small align=p{2cm}|r|r|p{1cm}|p{1cm}|r|p{1cm}|p{1cm}| W

Re: [O] Small font size in beamer tables

2011-08-03 Thread suvayu ali
On Thu, Aug 4, 2011 at 2:00 AM, Vikas Rawal wrote: > I am using beamer class in orgmode to make a presentation. I need to > use small font size for some of my tables. > http://orgmode.org/worg/org-hacks.html#latex-command-for-floats -- Suvayu Open source is the future. It sets us free.

Re: [O] Small font size in beamer tables

2011-08-03 Thread Vikas Rawal
> > I am using beamer class in orgmode to make a presentation. I need to > > use small font size for some of my tables. > > > > http://orgmode.org/worg/org-hacks.html#latex-command-for-floats Oh. Thanks very much for a prompt response. In fact, I was just reading that extremely useful thread on t

[O] how to include items (filtered) from other org files?

2011-08-03 Thread Michael Gilbert
Hi — Here's my challenge: I manage a lot of complex, overlapping projects. One of these projects is a regular newsletter. Half of the content that goes out in this newsletter is created by the newsletter program itself. The other half is the result of several other projects, which produce repo

Re: [O] Small font size in beamer tables

2011-08-03 Thread suvayu ali
Hello Vikas, On Thu, Aug 4, 2011 at 2:33 AM, Vikas Rawal wrote: > I have this line: > #+ATTR_LaTeX: placement=\footnotesize > align=p{2cm}|r|r|p{1cm}|p{1cm}|r|p{1cm}|p{1cm}| > > This does not produce any change. > > I have also tried just: > > #+ATTR_LaTeX: placement=\footnotesize > > What am I

[O] Editing Org files on the iPad

2011-08-03 Thread Carl Bolduc
Nebulous Notes has a customizable additional keyboard row for useful characters (*[]_...) and/or macros. It does not do syntax highlighting and folding but it's already much better than anything else. On 2011-08-03, at 15:43, Ido Magal wrote: I'm in the same boat. I found that Nebulous Notes is

Re: [O] Bug: Refile sometimes loses the last line [7.7 (release_7.7.15.gc363)]

2011-08-03 Thread Bernt Hansen
Jason Dunsmore writes: > Hi Bernt, > > Can you see if this patch fixes the problem? > > diff --git a/lisp/org.el b/lisp/org.el > index c7b28dd..41ac8c6 100644 > --- a/lisp/org.el > +++ b/lisp/org.el > @@ -19212,7 +19212,9 @@ Returns the number of empty lines passed." >(let ((pos (point))) >

Re: [O] Problem with checkbox

2011-08-03 Thread Bernt Hansen
"mz.lassoued" writes: > Hi, > > I have one problem with the checkbox. i have an org file wich contain > the > following structure I think we need more information. What version of org-mode are you using? For Item 3 I get [0/0] since there are no subtasks for that task. For

Re: [O] Small font size in beamer tables

2011-08-03 Thread Vikas Rawal
> I hadn't tried my solution for beamer export. In beamer tables don't > use the table environment, hence my previous solution doesn't work. > > That said, I did find an ugly hack. Try this: > > #+LATEX: {\tiny > #+ATTR_LaTeX: align=rr > | M (GeV) | K-factor | > |-+--| > | 50

[O] New[er] TikZ package: pgfgantt (interest in using with org?)

2011-08-03 Thread John Hendy
I thought I'd go ahead and just start a fresh post form the orgmode -> tikz/gantt topic here: http://article.gmane.org/gmane.emacs.orgmode/31824 Eric Fraga did a fantastic job of creating some TikZ code that could create a gantt chart from a table. Since then, it appears that a package was created

Re: [O] how to include items (filtered) from other org files?

2011-08-03 Thread Michael C Gilbert
I'm going to narrow my question a bit because by now I've figured out that the most likely course to follow should be the use of a dynamic block. Is that correct? What I'm not sure of is whether I need to develop a function from scratch to crawl through certain files for tasks with particular t

Re: [O] How to add entry in the Agenda view

2011-08-03 Thread Herbert Sitz
Xin Shi gmail.com> writes: > I usually have a dedicated window (frame) for Org Agenda view. I found it would be very convient to be able to add item directly from the Agenda buffer, however, I don't see that command in the manual. (A closer one is the refill, which moves the entry to another categ

[O] #+OPTIONS: timestamp:t Ignored

2011-08-03 Thread tkoya96
Hello, When I use the timestamp:t export option on Linux (GNU Emacs 22.2.1 for Linux), a creation time is included into exported file as expected; however, when I use this option on Windows (GNU Emacs 23.3.1 for Windows), it is ignored. For example, #+OPTIONS: author:t creator:t timestamp:t

Re: [O] #+OPTIONS: timestamp:t Ignored

2011-08-03 Thread Jambunathan K
tkoy...@gmail.com writes: > Hello, > > When I use the timestamp:t export option on Linux (GNU Emacs 22.2.1 > for Linux), a creation time is included into exported file as > expected; > however, when I use this option on Windows (GNU Emacs 23.3.1 for > Windows), it is ignored. For example, > > #+OP