Re: [Orgmode] Bug: can't insert new headline on top of file with `org-insert-headline-respect-content' [6.33trans]

2009-11-23 Thread Carsten Dominik
Fixed, thanks. - Carsten On Nov 23, 2009, at 8:48 AM, David Maus wrote: Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report

Re: [Orgmode] Re: err... looking-back not defined in xemacs either

2009-11-23 Thread Carsten Dominik
On Nov 21, 2009, at 6:15 PM, Andreas Gösele wrote: Wes Hardaker wjhns209 at hardakers.net writes: Is there going to be a patch for that? Or is there at least a work- around? I cannot find enough context here, can someone please summarize for me what this is about? Thanks. - Carsten

Re: [Orgmode] Bug: Floating figure inside bullet list generates invalid latex [6.33trans (release_6.33f.19.g4b6d2)]

2009-11-23 Thread Eric S Fraga
At Sun, 22 Nov 2009 23:52:50 +0100, Carsten Dominik wrote: Hi Eric, I have tried to fix this, please verify, and be on the look-out if this patch breaks something else. This is indeed working now! Thanks. However, a similar layout (using Matt's recent suggestion of enclosing the image in

[Orgmode] Re: err... looking-back not defined in xemacs either

2009-11-23 Thread Andreas Gösele
Carsten Dominik carsten.dominik at gmail.com writes: Is there going to be a patch for that? Or is there at least a work- around? I cannot find enough context here, can someone please summarize for me what this is about? The new functions org-cycle-level (org.el) and

[Orgmode] Re: Wrapped links with long descriptions

2009-11-23 Thread Matthew Lundin
Carsten Dominik carsten.domi...@gmail.com writes: Hi Matt, yes. The fact that this has not been reported earlier shows that this is not a frequent case. Fixed now, 2 lines are now allowed. Is that enough? Yes, I believe two should be enough. Thanks! - Matt

Re: [Orgmode] Re: err... looking-back not defined in xemacs either

2009-11-23 Thread Carsten Dominik
Hi Andreas, thanks, I have just pused some compatibility code for this. - Carsten On Nov 23, 2009, at 12:18 PM, Andreas Gösele wrote: Carsten Dominik carsten.dominik at gmail.com writes: Is there going to be a patch for that? Or is there at least a work- around? I cannot find enough

Re: [Orgmode] Bug: Single digit hours part in timestamps [6.33f (release_6.33f.16.ge103)]

2009-11-23 Thread Carsten Dominik
Hi Andreas, time stamps have a fixed format, single-digit hours are not allowed. - Carsten On Nov 21, 2009, at 12:07 AM, Andreas Burtzlaff wrote: A single digit hours part like 9:00 is changed to 00:00 by org-clone-subtree-with-time-shift and when using S-arrow up on it: * Subtree to shift

[Orgmode] Re: Agenda: Column View and Filtering

2009-11-23 Thread Matt Lundin
Memnon Anon gegendosenflei...@googlemail.com writes: Hi! I am still working on making orgmode a more usefull tool for me :), how do you guys handle this problem: I schedule and reschedule tasks pretty often. (Thats why I, too, think a history of scheduling would be a nice addition to

[Orgmode] Column summaries no longer displayed in agenda

2009-11-23 Thread Matt Lundin
I recently attempted to view summaries of effort estimates in the agenda. When I invoke column view with C-c C-x C-c, however, there is no summary of the effort estimates or CLOCKSUM. Summaries do appear within an org file. Here are the relevant settings: --8---cut

[Orgmode] html export of inline tasks

2009-11-23 Thread Karl Maihofer
Hi, would it be possible to add some tags to the html-exporter for inline tasks? I'd like to be able to show the todo keyword in a different color as it is possible for normal tasks. Normal task: span class=todo TODO TODO/span task description Inline task: dl dtTODO task description/dtdd

[Orgmode] RFC: sort subtree by most recently clocked in and most time spend on

2009-11-23 Thread Benjamin Andresen
Hey there, I wrote a bit of code to do the things in the subject. I'm interested if someone has a better way to deal with the subtree copying thing I'm doing. I'm not really happy with using the kill-ring like that. `org-narrow-subtree' won't work, because `save-excursion' doesn't revert it to

[Orgmode] Blorgit Adding PDF export

2009-11-23 Thread Francesco Pizzolante
Eric, Also, rather than using a shell script, would it be possible to use the built in `org-export-as-pdf' function. This may obviate the need for a shell script at all. In this case you probably wouldn't need to remove the leading . in the file names, and if you did, it could be done in

[Orgmode] org-export-as-pdf Removing log files

2009-11-23 Thread Francesco Pizzolante
Hi, When removing log files, the org-export-as-pdf function should also delete the .idx files: --8---cut here---start-8--- diff --git a/lisp/org-latex.el b/lisp/org-latex.el index ad45a21..17e038c 100644 --- a/lisp/org-latex.el +++ b/lisp/org-latex.el @@

Re: [Orgmode] org-export-as-pdf Removing log files

2009-11-23 Thread Carsten Dominik
Applied, thanks. - Carsten On Nov 23, 2009, at 2:04 PM, Francesco Pizzolante wrote: Hi, When removing log files, the org-export-as-pdf function should also delete the .idx files: --8---cut here---start-8--- diff --git a/lisp/org-latex.el

Re: [Orgmode] latex export and beamer columns

2009-11-23 Thread Carsten Dominik
Hi Eric, I am now getting interested in beamer support. I think this is interesting enough to implement special support for making beamer slides. Can I ask you to think about it in general terms, what would be useful to have? One of the problems with your most recent solution for the

[Orgmode] org-export-as-pdf Deleting the pdf file

2009-11-23 Thread Francesco Pizzolante
Hi, When working with LaTeX files (and now with org files as well), we are used to open the resulting PDF files with Sumatra PDF viewer. It is very handy because it does not lock the file (like Adobe Reader) and thus enables us to recompile it while it is still open. It is then refreshed

Re: [Orgmode] org-export-as-pdf Deleting the pdf file

2009-11-23 Thread Carsten Dominik
Applied, thanks. - Carsten On Nov 23, 2009, at 3:14 PM, Francesco Pizzolante wrote: Hi, When working with LaTeX files (and now with org files as well), we are used to open the resulting PDF files with Sumatra PDF viewer. It is very handy because it does not lock the file (like Adobe

[Orgmode] Re: Blorgit Adding PDF export

2009-11-23 Thread Eric Schulte
Francesco Pizzolante f...@missioncriticalit.com writes: Eric, Also, rather than using a shell script, would it be possible to use the built in `org-export-as-pdf' function. This may obviate the need for a shell script at all. In this case you probably wouldn't need to remove the leading .

[Orgmode] Re: latex export and beamer columns

2009-11-23 Thread Sébastien Vauban
Hi Eric and Carsten, Eric S Fraga wrote: At Sat, 21 Nov 2009 14:34:18 +0100, Carsten Dominik wrote: Anything missing in Org that we should implement to support this better? At the moment, the only thing that is missing in org-mode to beamer is some way to specify arguments to the \frame

[Orgmode] Latex export to A4

2009-11-23 Thread Graham Smith
As I understand it, orgmode defaults to A4, but I seem to be exporting to PDF via Latex in letter. And I have never had a problem before, but I am now exporting to PDF and when viewed the bottom of the page is cut off. Its strange because usually the viewer adjusts to the page size, but

[Orgmode] Re: Blorgit Adding PDF export

2009-11-23 Thread Francesco Pizzolante
Eric, First off this looks great. Thanks. Rather than explicitly using the /tmp directory i would recommend using the `make-temp-file' function, which should work across a wider range of systems. Additionally if you need to get the directory from a path, or combine a file-name and a

[Orgmode] Re: Blorgit Adding PDF export

2009-11-23 Thread Eric Schulte
Thanks Francesco, These changes should now all be applied to the git repository. -- Eric Francesco Pizzolante f...@missioncriticalit.com writes: Eric, First off this looks great. Thanks. Rather than explicitly using the /tmp directory i would recommend using the `make-temp-file'

[Orgmode] time ranged notes on the agenda

2009-11-23 Thread Łukasz Stelmach
Hello. Isn't it wrong when a note like this: * A very interesting meeting 11:15-12:00 2009-11-30 Mon--2009-12-01 Tue Shows up in the agenda time gird only on monday while being untimed on tuesday? To make it right I do * A very interesting meeting 2009-11-30 Mon 11:15--2009-11-30 Mon

[Orgmode] text ignoring page breaks (was Latex export to A4)

2009-11-23 Thread Graham Smith
Well this seems to be nothing to do with the page size as other files are working fine. I have now opened a new file and typed everything in from scratch and still getting the same problem. I have looked at the tex file and can't see anything obvious, but as a PDF the text runs over the page

Re: [Orgmode] text ignoring page breaks (was Latex export to A4)

2009-11-23 Thread Ed Hirgelt
On Mon, Nov 23, 2009 at 9:27 AM, Graham Smith myotis...@gmail.com wrote: Well this seems to be nothing to do with the page size as other files are working fine. I have now opened a new file and typed everything in from scratch and still getting the same problem. I have looked at the tex file

Re: [Orgmode] text ignoring page breaks (was Latex export to A4)

2009-11-23 Thread Graham Smith
Ed, I think the problem is that you have no paragraphs, just headers.  I hacked your file to have some random junk in a few of the sections and it turned out a lot better. Indeed, I have just done the same, added a bit of text and it is working fine. I guess I haven't had a file of all

[Orgmode] Re: Emacs opens a frame for each file in agenda list on org-mobile

2009-11-23 Thread Christopher Long
Dear Steve and All, Was this additional instance of emacs problem resolved? I am having the same problem also on windows XP. I wonder whether emacsclient or emacsclientw need to be called instead of a new instance of emacs. I am using: org-mode ver 6.33f emacs 22.2.1 windows XP Thanks,

Re: [Orgmode] Bug: org-mobile Bad file encoding [6.33trans]

2009-11-23 Thread Ben Alexander
I added the following lines (to my ~/.emacs file), as suggested by Richard and they work immediately. For what it's worth, I am running on Mac OS X 10.5.8 on an Intel MacBook, and I've had it for a few years and tweaked any number of little things. This may be a 'default' problem, but

[Orgmode] Re: Scheduling of 2-day events

2009-11-23 Thread Markus Heller
Bernt Hansen wrote: Markus Heller helle...@gmail.com writes:, Bernt Hansen wrote: Markus Heller helle...@gmail.com writes: Bernt Hansen wrote: Markus Heller helle...@gmail.com writes: Hello, subject says it all. Is this the appropriate way of doing scheduling a 2-day event

[Orgmode] Re: time ranged notes on the agenda

2009-11-23 Thread Łukasz Stelmach
lukasz.stelm...@iem.pw.edu.pl (Łukasz Stelmach) writes: Isn't it wrong when a note like this: * A very interesting meeting 11:15-12:00 2009-11-30 Mon--2009-12-01 Tue It's funny Markus has asked the same question few days ago in: he1hm3$5h...@ger.gmane.org What's more ausing is that in

[Orgmode] Re: Scheduling of 2-day events

2009-11-23 Thread Łukasz Stelmach
Bernt Hansen be...@norang.ca writes: Markus Heller helle...@gmail.com writes: Bernt Hansen wrote: Markus Heller helle...@gmail.com writes: Bernt Hansen wrote: Markus Heller helle...@gmail.com writes: Hello, subject says it all. Is this the appropriate way of doing scheduling a 2-day

[Orgmode] [babel] editing LaTeX source code blocks

2009-11-23 Thread Thomas S. Dye
Aloha all, It is very convenient in org-babel to open a new buffer on a source code block with C-c ' and edit in that buffer using the appropriate Emacs major/minor modes. Currently, the LaTeX source code buffer doesn't have access to labels defined in other source code blocks. Outside

Re: [Orgmode] latex export and beamer columns

2009-11-23 Thread Eric S Fraga
At Mon, 23 Nov 2009 14:55:53 +0100, Carsten Dominik wrote: Hi Eric, I am now getting interested in beamer support. I think this is interesting enough to implement special support for making beamer slides. Excellent! Can I ask you to think about it in general terms, what would be useful

[Orgmode] How to get visual-line-mode keep indentation on extra lines?

2009-11-23 Thread jan
Laurent Bedubourg lbedubourg at gmail.com writes: Hello, First of all thank you very much for org-mode, it made me switch from vim to emacs and I really enjoy the trip :) There is this little thing which bother me and I am not sure if it's related to this thread or not: Re: [Orgmode]

[Orgmode] Re: How to get visual-line-mode keep indentation on extra lines?

2009-11-23 Thread jan
jan jan01s at gmx.de writes: sorry, my first example was not exact. * correct Example: * TODO fix checkboxes in visual line mode - [-] thanks for org-mode [1/3] - [ ] i love lists - [X] an checkboxes - [ ] for example the next line begins to far to

Re: [Orgmode] latex export and beamer columns

2009-11-23 Thread Daniel Martins
Eric listed all (or almost all) requirements for exporting Beamer. Some of the mI encountered a few days ago. I decided to export the lists into latex and then converting by hand the rest of the presentation. I am also very happy that Beamer is becoming an official directive of org-mode.

[Orgmode] mobile org capable devices

2009-11-23 Thread Rustom Mody
Hello, I am interested in using mobile org. I currently use an ancient nokia phone because I was never sure what feature set I wanted. Mobileorg may well be the app that pushes me to upgrade but to what?? The mobileorg site seems to say that this works for iphones - period Whereas the

Re: [Orgmode] latex export and beamer columns

2009-11-23 Thread Carsten Dominik
On Nov 23, 2009, at 11:15 PM, Eric S Fraga wrote: At Mon, 23 Nov 2009 14:55:53 +0100, Carsten Dominik wrote: Hi Eric, I am now getting interested in beamer support. I think this is interesting enough to implement special support for making beamer slides. Excellent! Can I ask you to