Re: [O] OrgCamp in India -- Interested?

2011-03-16 Thread Puneeth Chaganti
On Tue, Mar 15, 2011 at 10:00 AM, Richard Riley rile...@googlemail.com wrote: Rustom Mody rustompm...@gmail.com writes: I am in Pune. I would come if its near about there (or Bombay). Mumbai, surely ...  ;) I am also in Mumbai and so that makes it 3 of us. But I was hoping there would be

[O] Re: OrgCamp in India -- Interested?

2011-03-16 Thread Jambunathan K
Puneeth Chaganti puncha...@gmail.com writes: On Tue, Mar 15, 2011 at 10:00 AM, Richard Riley rile...@googlemail.com wrote: Rustom Mody rustompm...@gmail.com writes: I am in Pune. I would come if its near about there (or Bombay). Mumbai, surely ...  ;) I am also in Mumbai and so that

Re: [O] Bug when publishing images

2011-03-16 Thread Francesco Pizzolante
Hi David, There's still a little problem though when adding a caption: --8---cut here---start-8--- #+CAPTION: toto [[file:toto.png]] --8---cut here---end---8--- Indeed. I overlooked a stray p tag. This one is fixed

Re: [O] org table calc and lisp for hh:mm timetable

2011-03-16 Thread Martin Halder
Hi Christian, this is fantastic, already love lisp, thanks a lot.. now I have exactly what I wanted.. additionally I needed the time format in industrial mode (1h = 100m = 100s), implemented in ihms. Thanks, Martin | Date | Start | Lunch | Back | End | Sum | Ind |

Re: [O] org table calc and lisp for hh:mm timetable

2011-03-16 Thread Eric S Fraga
Christian Moe m...@christianmoe.com writes: Hi, This is ingenious! But I have a different solution that borrows conversion functions from org-timer.el. [...] Your solution is perfect. Simple and leverages the built-in functions from org. Thanks for this. -- : Eric S Fraga (GnuPG:

Re: [O] Professional PDF LaTeX templates?

2011-03-16 Thread Eric S Fraga
2011/3/14 Thomas Herbert mash...@toshine.net Afternoon, I wonder if anyone had any good examples of org-mode LaTeX templates with which to export professional looking PDFs? It is my big issue with org-mode at the moment, and I have tried reading what I can on LaTeX styling but it is

Re: [O] Professional PDF LaTeX templates?

2011-03-16 Thread Scot Becker
And the question is not just 'what do YOU think is professional, but (as always with LaTeX) just want kind/genre of document are you interested in producing? A question like yours has to be answered separately for each distinct type of document. Scot

Re: [O] Other programs to edit Org documents?

2011-03-16 Thread Scot Becker
A simple org-mode viewer (that allows you to do some basic folding/unfolding and search -- or even something more complex that would allow you to view it as a mind-map?) would be nice. It could even be simplified with more GUI bells and whistles and still allow one to insert data and save

Re: [O] Professional PDF LaTeX templates?

2011-03-16 Thread 'Mash
Quoting Eric S Fraga e.fr...@ucl.ac.uk: 2011/3/14 Thomas Herbert mash...@toshine.net Afternoon, I wonder if anyone had any good examples of org-mode LaTeX templates with which to export professional looking PDFs? It is my big issue with org-mode at the moment, and I have tried reading

[O] [PATCH 1/5] Add some minimal infrastructure to handle export to both tj2 and tj3

2011-03-16 Thread Christian Egli
* org-taskjuggler.el (org-export-taskjuggler-target-version): (org-taskjuggler-targeting-tj3-p): Add some minimal infrastructure to handle export to both tj2 and tj3. (org-taskjuggler-open-task): Use a different way to purge allocations for tj2 and tj3. --- lisp/org-taskjuggler.el | 14

[O] [PATCH 5/5] Escape double quotes in headlines

2011-03-16 Thread Christian Egli
* org-taskjuggler.el (org-taskjuggler-components): Escape quotes in headlines. Taskjuggler will barf if the task names (which are double quoted strings) contain double quotes. --- lisp/org-taskjuggler.el |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git

[O] [PATCH 4/5] Remove a spurious debug statement

2011-03-16 Thread Christian Egli
* org-taskjuggler.el (org-taskjuggler-compute-task-leafiness): Remove a debug statement. --- lisp/org-taskjuggler.el |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/lisp/org-taskjuggler.el b/lisp/org-taskjuggler.el index 5b3f16f..b39353c 100644 ---

[O] [PATCH 3/5] Replace recursive functions with iterative ones

2011-03-16 Thread Christian Egli
* org-taskjuggler.el (org-taskjuggler-compute-task-leafiness): (org-taskjuggler-assign-resource-ids): Replace recursive implementation with an iterative one. That way we can avoid to have ask users to increase `max-lisp-eval-depth'. --- lisp/org-taskjuggler.el | 48

[O] [PATCH 0/5] Improvements to Taskjuggler export

2011-03-16 Thread Christian Egli
Hi all I have some long standing improvements to Taskjuggler export which I'd finally like to push to the repo. Thanks Christian Egli (5): Add some minimal infrastructure to handle export to both tj2 and tj3 Mark a task as a milestone if it is a leaf node and cannot be scheduled

[O] [PATCH 2/5] Mark a task as a milestone if it is a leaf node and cannot be scheduled

2011-03-16 Thread Christian Egli
* org-taskjuggler.el (org-taskjuggler-compute-task-leafiness): Compute the leafiness of a node. (org-taskjuggler-open-task, org-export-as-taskjuggler): Mark a node as a milestone if it is a leaf and has no effort. Mark a task as a milestone if it has neither an effort, a duration, an end or a

Re: [O] How to manipulate line-breaks in html-export?

2011-03-16 Thread Sven Bretfeld
Hi all I have solved the problem with some sed operations now. Greetings Sven Sven Bretfeld sven.bretf...@gmx.ch writes: Hi I'm using a emacs --batch cronjob to update several html-exports of different agenda views. The output usually looks ugly. It took me some time to figure out why

[O] [BUG] Latex export problem with babel latex blocks when including files

2011-03-16 Thread Suvayu Ali
Hi Orgers, I have been writing a large document in Org mode for pdf export with latex. I use babel latex blocks for things like equations, and I have a separate file as my appendix which I include in my primary org file. Today when I introduced a babel latex block in the appendix, I noticed that

Re: [O] [BUG] Latex export problem with babel latex blocks when including files

2011-03-16 Thread Eric Schulte
Hi, First, you may well already be aware of this, but a block like the following #+begin_src latex \begin{equation} \label{eq:eta} \eta = -\ln\Bigg[\tan\Bigg(\frac{\theta}{2}\Bigg)\Bigg] \end{equation} #+end_src could just as easily be written as \begin{equation} \label{eq:eta}

Re: [O] Professional PDF LaTeX templates?

2011-03-16 Thread John Hendy
On Wed, Mar 16, 2011 at 6:04 AM, 'Mash mash...@toshine.net wrote: Quoting Eric S Fraga e.fr...@ucl.ac.uk: 2011/3/14 Thomas Herbert mash...@toshine.net Afternoon, I wonder if anyone had any good examples of org-mode LaTeX templates with which to export professional looking PDFs? It is

[O] how to compare org-mode version to current file needs

2011-03-16 Thread Olaf.Hamann
Hello, is there any org-mode expression for saying this org-file needs org-version xxx which will compare current needs of the file to used orgmode at org-file startup and present a little message to the user? I think, it could be done with an emacs-lisp block comparing org-version to a

Re: [O] OrgCamp in India -- Interested?

2011-03-16 Thread Venkatesh Choppella
Hello Puneeth: I'd like to host this in IIIT in Hyderabad. Apr and May would be very hot here, though. June would be more pleasant. Hyderabad is overnight by train from all the places mentioned earlier (Pune, Mumbai, Chennai), and just an hour flight. Cheers. - venkatesh Venkatesh Choppella

Re: [O] Professional PDF LaTeX templates?

2011-03-16 Thread Eric S Fraga
'Mash mash...@toshine.net writes: Quoting Eric S Fraga e.fr...@ucl.ac.uk: 2011/3/14 Thomas Herbert mash...@toshine.net Afternoon, I wonder if anyone had any good examples of org-mode LaTeX templates with which to export professional looking PDFs? It is my big issue with org-mode at

Re: [O] [BUG] Latex export problem with babel latex blocks when including files

2011-03-16 Thread Eric S Fraga
Suvayu Ali fatkasuvayu+li...@gmail.com writes: Hi Orgers, I have been writing a large document in Org mode for pdf export with latex. I use babel latex blocks for things like equations, and I have a separate file as my appendix which I include in my primary org file. Today when I

[O][Babel] why did ob-ditaa generate image file fail in orgmode?

2011-03-16 Thread Eric Luo
Hi, I have the following snippet in one of my org files, and have the babel settings as following: , | (setq org-ditaa-jar-path | ~/.emacs.d/org-mode/contrib/scripts/ditaa.jar) | (org-babel-do-load-languages | 'org-babel-load-languages (quote ((emacs-lisp . t) |

Re: [O] how to compare org-mode version to current file needs

2011-03-16 Thread Eric S Fraga
Olaf.Hamann o.ham...@gmx.net writes: Hello, is there any org-mode expression for saying this org-file needs org-version xxx which will compare current needs of the file to used orgmode at org-file startup and present a little message to the user? not that I know of. I think, it could

Re: [O][Babel] why did ob-ditaa generate image file fail in orgmode?

2011-03-16 Thread Eric S Fraga
Eric Luo eric.we...@gmail.com writes: Hi, I have the following snippet in one of my org files, and have the babel settings as following: [...] It seems successed, but when I open the test.png, it is said that this file is corrupted. It's ok if I execute the commandline(java -jar ...) in

Re: [O] Professional PDF LaTeX templates?

2011-03-16 Thread 'Mash
Quoting Eric S Fraga e.fr...@ucl.ac.uk: 'Mash mash...@toshine.net writes: Quoting Eric S Fraga e.fr...@ucl.ac.uk: 2011/3/14 Thomas Herbert mash...@toshine.net Afternoon, I wonder if anyone had any good examples of org-mode LaTeX templates with which to export professional

Re: [O] Professional PDF LaTeX templates?

2011-03-16 Thread Nick Dokos
'Mash mash...@toshine.net wrote: I suppose by professional I really meant polished, and so it is LaTeX styling I have having trouble with, it may also be laziness on my part. I have tried searching for LaTeX styling which I can translate into a few org-mode header declarations but still

[O] Re: [Babel] why did ob-ditaa generate image file fail in orgmode?

2011-03-16 Thread Eric Luo
Eric S Fraga e.fr...@ucl.ac.uk writes: What was the snippet? (or at least a minimal version of one that exhibits the problem) Sorry for my mistake, I've forgotten the snippet, actually no matter what i put in the block, the image couldn't be opened if the generated it in orgmode. Anyway,

Re: [O] Professional PDF LaTeX templates?

2011-03-16 Thread Eric S Fraga
'Mash mash...@toshine.net writes: [...] Thanks, very much appreciated. I will spend some time having a look through the links below. Sorry for being unclear, sometimes you need to ask questions to find out what questions you needed to ask in the first place. Indeed! Best of luck. I've

Re: [O] Re: [Babel] why did ob-ditaa generate image file fail in orgmode?

2011-03-16 Thread Eric S Fraga
Eric Luo eric.we...@gmail.com writes: Eric S Fraga e.fr...@ucl.ac.uk writes: What was the snippet? (or at least a minimal version of one that exhibits the problem) Sorry for my mistake, I've forgotten the snippet, actually no matter what i put in the block, the image couldn't be opened if

[O] `session-jump-to-last-change' and org-mode

2011-03-16 Thread Le Wang
Hi, One of my favorite key cords is C-xC-/, which is bound to `session-jump-to-last-change' from session.el ( http://emacs-session.sourceforge.net/). If I'm editing a large file, it allows me to revisit all the locations that I've touched. However, when the related section is folded in

Re: [O][Babel] why did ob-ditaa generate image file fail in orgmode?

2011-03-16 Thread Eric Schulte
Eric Luo eric.we...@gmail.com writes: Hi, I have the following snippet in one of my org files, and have the babel settings as following: , | (setq org-ditaa-jar-path | ~/.emacs.d/org-mode/contrib/scripts/ditaa.jar) | (org-babel-do-load-languages | 'org-babel-load-languages (quote

Re: [O] `session-jump-to-last-change' and org-mode

2011-03-16 Thread Samuel Wales
You can defadvice it to do org-reveal in org buffers. Or wrap it. -- AIDS 2.0 is here now: http://thekafkapandemic.blogspot.com/2010/12/welcome-to-kafka-pandemic-two-forces_9182.html I support the Whittemore-Peterson Institute (WPI) === I want to see the original (pre-hold) Lo et al. 2010

[O] Re: Recurring items don't always show up in timeline

2011-03-16 Thread Mark S
I've tested this now in Linux, and it fails there too. Remember, we're talking about the timeline, typically accessed by C-a L Is this something I should report to a bug log? Thanks, Mark On Mon, 14 Mar 2011 14:55:56 -0800, Mark S throa...@yahoo.com wrote: * CALENDAR 2011 ** TODO Pay Cell

Re: [O] Re: [Orgmode] Startup page

2011-03-16 Thread Matthew Sauer
Okay, so I have been working on some ideas for a customization file for startup, an org-agenda, recently modified and maybe unscheduled todo's . . accessible via a function key and at startup. Kind of a home screen. I have it working fine when I run the code but my problem is that when I have

Re: [O] `session-jump-to-last-change' and org-mode

2011-03-16 Thread Le Wang
Yes, I didn't know about `org-reveal'. That could work. But how do I figure out if I need to expand the heading? The last change could be to a folded heading itself, in which case, it shouldn't be expanded. Is there a org-goto-char type of function that always goes to that location in the

Re: [O] Re: [Orgmode] Startup page

2011-03-16 Thread Nick Dokos
Matthew Sauer improv.philoso...@gmail.com wrote: Okay, so I have been working on some ideas for a customization file for startup, an org-agenda, recently modified and maybe unscheduled todo's . . accessible via a function key and at startup.  Kind of a home screen.   I have it working fine

Re: [O] OrgCamp in India -- Interested?

2011-03-16 Thread Amit Sethi
Would any of you be interested in such a meet-up? +1 -- A-M-I-T S|S

Re: [O] [BUG] Latex export problem with babel latex blocks when including files

2011-03-16 Thread Suvayu Ali
Hi Eric, On Wed, 16 Mar 2011 07:22:19 -0600 Eric Schulte schulte.e...@gmail.com wrote: Hi, First, you may well already be aware of this, but a block like the following #+begin_src latex \begin{equation} \label{eq:eta} \eta = -\ln\Bigg[\tan\Bigg(\frac{\theta}{2}\Bigg)\Bigg]

Re: [O] [BUG] Latex export problem with babel latex blocks when including files

2011-03-16 Thread Suvayu Ali
Hi Eric, Sorry I was a bit sleepy when I made my original post earlier, I wasn't clear enough with my description of the problem. :-p On Wed, 16 Mar 2011 14:18:47 + Eric S Fraga e.fr...@ucl.ac.uk wrote: which is what I would expect. What do you get that is different? Or did I

Re: [O] Custom Agenda View for Projects

2011-03-16 Thread Jason McBrayer
I can see the same behaviour here. I only get a few of my PROJECT headlines if org-enforce-todo-dependencies is t; I get all of them if it is nil. My value for org-todo-keywords is: ((type TODO NEXTACTION INPROCESS WAITING NEEDSPREREQ | DONE DELEGATED CANCELLED) (type PROJECT | COMPLETED)

Re: [O] Other programs to edit Org documents?

2011-03-16 Thread Jason McBrayer
I'm toying with the idea of writing a webapp that conforms to the org-mobile-push/pull specifications as kind of a testbed for some other ideas, but I don't know if I've got the round tuits available to actually make it happen. On Wed, Mar 16, 2011 at 6:48 AM, Scot Becker scot.bec...@gmail.com

[O] Re: [PATCH 0/5] Improvements to Taskjuggler export

2011-03-16 Thread Marc-Oliver Ihm
Hello Christian, Great news ! I am using your wonderful exporter with the extensions from Anthony Lander. The exporter connects two great tools: Org and taskjuggler and I like it very much. Thanx a lot for this work ! Two questions however: Does your fork incorporate Anthonys enhancements

[O] Trying to replace PasswordSafe with org-crypt

2011-03-16 Thread Óscar Fuentes
After invoking org-encrypt-entry on a header its contents are replaced with: * foo :crypt: -BEGIN PGP MESSAGE- Version: GnuPG v1.4.10 (GNU/Linux) jA0EAwMC1x9QRUGObPFgySqJXEOiDqi5xGUFqt6GOs0Y2RB7b+euyEy37EVRR32D HFRSrIchM2MuPcA= =+O2/ -END PGP MESSAGE- There are several problems