Re: [Orgmode] Latex export bug? Odd behavior with figures...

2010-05-25 Thread Nick Dokos
John Hendy wrote: > > I've inspected the generated .tex file and this shows up where expected in > both picture instances: > > \begin{figure}[htb] > \centering > \includegraphics[width=12cm]{/home/jwhendy/Desktop/file[1/2].pdf} > \caption{text here} > \end{figure} > Figures (and tables) are f

Re: [Orgmode] Latex export bug? Odd behavior with figures...

2010-05-25 Thread John Hendy
Just looked up what [htb] did and will definitely try that when I'm back at work tomorrow. Though not identical, I have two other emails out to the group that would be along these lines were this to be the solution. Namely: what's the best way to pass particular options to LaTeX from org-mode? Is

Re: [Orgmode] Latex export bug? Odd behavior with figures...

2010-05-25 Thread Erik Iverson
### latex order ## I've inspected the generated .tex file and this shows up where expected in both picture instances: \begin{figure}[htb] \centering \includegraphics[width=12cm]{/home/jwhendy/Desktop/file[1/2].pdf} \caption{text here} \end{figure} I have generated a pdf

Re: [Orgmode] Re: Strange bug, request for more info

2010-05-25 Thread Samuel Wales
I get this bug all the time. I think it might be old point. It is almost a feature, in that you get to see what I think is the old point in the buffer first, then you try again and go where you want. Samuel -- Q: How many CDC "scientists" does it take to change a lightbulb? A: "You only think

[Orgmode] Latex export bug? Odd behavior with figures...

2010-05-25 Thread John Hendy
Hi, I've been working on a report and here is the relevant org file section (edited for brevity and sanitization): ### org file * Main header ** Sub section *** Experiment 1 - an unordered list of several points |a|table| |with|data| Notes for experiment 1 blah blah blah To

Re: [Orgmode] org-babel and Xemacs incompatibilities

2010-05-25 Thread Eric Schulte
More replies, "Dr. Volker Zell" writes: >> Volker Zell writes: > >> Eric Schulte writes: [...] > And two more > > o Symbol's function definition is void: assoc-default when trying to display > an image > This is actually an issue in the core of org-mode as `assoc-default' is called by

[Orgmode] MobileOrg + DropBox beta testers needed

2010-05-25 Thread Richard Moreland
I've recently finished up support for DropBox in MobileOrg (iPhone), but I need a handful of testers interested in this configuration to help me make sure all is well. If you've already done beta testing for MobileOrg, just let me know you're interested and I'll send you a copy. Otherwise, please

Re: [Orgmode] org-babel and Xemacs incompatibilities

2010-05-25 Thread Eric Schulte
Hi Volker, Thanks for pointing these out, replies in-line below "Dr. Volker Zell" writes: >> Eric Schulte writes: > > > Hi, > > A patch has just been applied to the org-mode repository which should > > fix this issue. > > > Please let me know if the issue remains. > > This i

[Orgmode] Re: Strange bug, request for more info

2010-05-25 Thread Bernt Hansen
Carsten Dominik writes: > Hi everyone, > > John Wiegley is being haunted by a strange bug and I have so far not > been able to reproduce and fix it. So I would like to know > if anyone else sees the same bug and can contribute observations > that may help us to track this down. I believe I had

[Orgmode] [PATCH] org.el (org-agenda-file-p): New predicate function.

2010-05-25 Thread Tassilo Horn
The new function `org-agenda-file-p' checks if a given file is an org agenda file. Such a function is very useful in hooks, for example if you want to export agenda files automatically when saving: (defun th-org-mode-init () ;; Update appointments and export to iCalendar when saving. (when (o

Re: [Orgmode] Re: One org file, multiple exports, is it possible?

2010-05-25 Thread Thomas S. Dye
Thanks Mark, That's evocative. Now I'm off to see how I let those bits rot. All the best, Tom On May 25, 2010, at 7:26 AM, Mark Elston wrote: On 5/25/2010 9:20 AM, Thomas S. Dye wrote: Thanks Bernt, So, "broken custom settings" appear to be the cause of the unexpected behavior. Two questio

Re: [Orgmode] Re: One org file, multiple exports, is it possible?

2010-05-25 Thread Thomas S. Dye
Thanks Nick, I appreciate your frequent servings of sane advice. I don't think I have a batch mode reproducer in me, but bisection makes a lot of sense and the organization of the config files is somewhat logical so I do have a de facto bisection at hand. All the best, Tom On May 25, 20

Re: [Orgmode] Re: emacs 23.1 crash on small org file (org-version 6.36)

2010-05-25 Thread Carsten Dominik
On May 25, 2010, at 4:46 PM, Fritz Kunze wrote: David Maus ictsoc.de> writes: Fritz Kunze wrote: I am a novice org-mode user. I am trying to learn how to use some of the features of org-mode to implement a GTD system. Emacs crashes when I load a file (named todobug.org) containing

Re: [Orgmode] Re: One org file, multiple exports, is it possible?

2010-05-25 Thread Mark Elston
On 5/25/2010 9:20 AM, Thomas S. Dye wrote: Thanks Bernt, So, "broken custom settings" appear to be the cause of the unexpected behavior. Two questions: 1) Do programmers have a name for this situation, where custom settings seemed to work perfectly for a long time but then failed noticeably wit

Re: [Orgmode] Re: One org file, multiple exports, is it possible?

2010-05-25 Thread Nick Dokos
Thomas S. Dye wrote: > Thanks Bernt, > > So, "broken custom settings" appear to be the cause of the unexpected > behavior. Two questions: > > 1) Do programmers have a name for this situation, where custom > settings seemed to work perfectly for a long time but then failed > noticeably with the

[Orgmode] Re: One org file, multiple exports, is it possible?

2010-05-25 Thread Thomas S. Dye
Thanks Bernt, So, "broken custom settings" appear to be the cause of the unexpected behavior. Two questions: 1) Do programmers have a name for this situation, where custom settings seemed to work perfectly for a long time but then failed noticeably with the introduction of new, correct c

[Orgmode] Re: emacs 23.1 crash on small org file (org-version 6.36)

2010-05-25 Thread Fritz Kunze
David Maus ictsoc.de> writes: > > Fritz Kunze wrote: > > >I am a novice org-mode user.  I am trying to learn how to use some of the features of org-mode to implement a > GTD system.  > > >Emacs crashes when I load a file (named todobug.org) containing the text between the dashed lines (and n

Re: [Orgmode] Canonical way to check if an org file is an agenda file?

2010-05-25 Thread Carsten Dominik
On May 25, 2010, at 3:14 PM, Tassilo Horn wrote: Hi all, I use org files for anything I once used plain text files, so that I can use all org features. Unfortunately, for my agenda files I do some additional work. For example, I export my agenda files to iCalendar and show them with KOrga

[Orgmode] Canonical way to check if an org file is an agenda file?

2010-05-25 Thread Tassilo Horn
Hi all, I use org files for anything I once used plain text files, so that I can use all org features. Unfortunately, for my agenda files I do some additional work. For example, I export my agenda files to iCalendar and show them with KOrganizer. And I update the list of appointments. To do th

Re: [Orgmode] org-babel and Xemacs incompatibilities

2010-05-25 Thread Dr. Volker Zell
> Volker Zell writes: > Eric Schulte writes: >> Hi, >> A patch has just been applied to the org-mode repository which should >> fix this issue. >> Please let me know if the issue remains. > This issue is gone now.but two others show up when executing code blocks with

Re: [Orgmode] Bug: string-match-p does not exist in Emacs 22 [6.36trans (release_6.36.102.g67b5)]

2010-05-25 Thread Bernt Hansen
This works too. Thanks for the quick response. -Bernt Carsten Dominik writes: > Fixed, thanks. > > - Carsten > > On May 25, 2010, at 5:35 AM, Bernt Hansen 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 m

Re: [Orgmode] Bug: Publish cache files have invalid read syntax for Emacs 22 [6.36trans (release_6.36.98.g15539)]

2010-05-25 Thread Bernt Hansen
This works again. Thanks! Carsten Dominik writes: > Hi Bernt, > > I believe this is fixed now. > > - Carsten > > On May 25, 2010, at 5:44 AM, Bernt Hansen wrote: > >> >> The cache files for publishing generated by org-mode are no longer >> readable by Emacs 22. >> >> ,[ doc-org.cache ] >> |

Re: [Orgmode] Export question

2010-05-25 Thread Carsten Dominik
On May 25, 2010, at 5:09 AM, Robert Goldman wrote: I have the org-generic-export working better, but I'm having one remaining problem: I have been using org-export-preprocess-string to make it possible to handle emphasis (previously o-g-e couldn't handle emphasis because it did the translation

Re: [Orgmode] Bug: string-match-p does not exist in Emacs 22 [6.36trans (release_6.36.102.g67b5)]

2010-05-25 Thread Carsten Dominik
Fixed, thanks. - Carsten On May 25, 2010, at 5:35 AM, Bernt Hansen 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 w

Re: [Orgmode] Bug: Publish cache files have invalid read syntax for Emacs 22 [6.36trans (release_6.36.98.g15539)]

2010-05-25 Thread Carsten Dominik
Hi Bernt, I believe this is fixed now. - Carsten On May 25, 2010, at 5:44 AM, Bernt Hansen 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#Fe

Re: [Orgmode] org-babel and Xemacs incompatibilities

2010-05-25 Thread Dr. Volker Zell
> Eric Schulte writes: > Hi, > A patch has just been applied to the org-mode repository which should > fix this issue. > Please let me know if the issue remains. This issue is gone now.but two others show up when executing code blocks with C-c C-c in xemacs-21.4.22: Symbol

Re: [Orgmode] [PATCH 2/3] Serialize publishing project cache with `puthash' expressions.

2010-05-25 Thread Carsten Dominik
On May 23, 2010, at 4:22 PM, Sebastian Rose wrote: Carsten Dominik writes: On May 22, 2010, at 4:10 PM, David Maus wrote: --- lisp/org-publish.el | 29 + 1 files changed, 17 insertions(+), 12 deletions(-) diff --git a/lisp/org-publish.el b/lisp/org-publish.el i

Re: [Orgmode] Proposal: Emtest as tester

2010-05-25 Thread Martin Pohlack
Hi Tom, On 24.05.2010 23:26, Tom Breton (Tehom) wrote: At Carsten's request, I am proposing emtest as the tester for org-mode. I would like to hear if there are any objections or questions. ** About Emtest [...] I made an attempt earlier to propose a testing framework and wrote some th

[Orgmode] Re: Proposal: Emtest as tester

2010-05-25 Thread Carsten Dominik
On May 24, 2010, at 11:26 PM, Tom Breton (Tehom) wrote: At Carsten's request, I am proposing emtest as the tester for org-mode. I would like to hear if there are any objections or questions. ** About Emtest Emtest is an emacs-based test framework. It reads tests, runs them on command an