Re: [Orgmode] Re: [BUG] htmlp and latexp

2011-02-18 Thread Christian Moe
Hi, Jeff, Check if you've got an old version of org-special-blocks somewhere on your loadpath. I did, and it kept me running in circles for a bit. Yours, Christian On 2/18/11 12:14 AM, Jeff Horn wrote: I'm still encountering this bug. Org-mode version 7.4 (release_7.4.418.g373c) This

Re: [Orgmode] Re: [BUG] htmlp and latexp

2011-02-18 Thread Andreas Leha
Hi all, I did not send to the list, so I resend my last email below. But for me I found the issue: org-exp-bibtex.el is the problem. Regards, Andreas PS: Here my last email: Thanks for looking into this. But just pulled before asking. I am pulling from git://repo.or.cz/org-mode.git The

Re: [Orgmode] Re: [BUG] htmlp and latexp

2011-02-18 Thread Bastien
Hi Andreas, Andreas Leha andreas.l...@med.uni-goettingen.de writes: I did not send to the list, so I resend my last email below. But for me I found the issue: org-exp-bibtex.el is the problem. Fixed, thanks. -- Bastien ___ Emacs-orgmode

Re: [Orgmode] indentation for section headings vs bulleted lists

2011-02-18 Thread Bastien
Hi Linus, Linus Arver linusar...@gmail.com writes: This is very nice. But regular bulleted lists are indented like this: - blah blah blah blah blah blah blah blah blah blah blah blah - blah blah blah blah blah blah blah blah blah blah blah blah I cannot reproduce this with latest git

Re: [Orgmode] Are Org manual and/or the compact guide themselves org files?

2011-02-18 Thread Bastien
Suvayu Ali fatkasuvayu+li...@gmail.com writes: As far as I know the org manual is written directly in texinfo and it is built when you compile org from git master. Yes. I added a FAQ in Worg about this, as this (natural) question comes quite often. -- Bastien

Re: [Orgmode] Does Effort support hours only?

2011-02-18 Thread Bastien
Hi Luke, Luke Crook l...@balooga.com writes: Is it possible to specify estimated effort in something other than hours (0.5, or 0:30)? No, it's not possible right now. -- Bastien ___ Emacs-orgmode mailing list Please use `Reply All' to send

Re: [Orgmode] Insert ampersand in HTML export?

2011-02-18 Thread Bastien
Nick Dokos nicholas.do...@hp.com writes: #+BIND: org-export-html-protect-char-alist (( . )) Yes, no quote needed. Thanks Nick for correcting me. -- Bastien ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list.

Re: [Orgmode] Problem with org-time-stamp co

2011-02-18 Thread Bastien
Hi Michael, Michael Käufl org-m...@lists.michael-kaeufl.de writes: I tried to enter a date before 01/01/1970 using “C-c .” (org-time-stamp) and org replaced the year by 2011. (The same problem occurs with org-time-stamp- inactive and the C-u prefixed variants.) Although I guess that this

Re: [Orgmode] Re: [CRASH] org-pretty-entities causes emacs to take 100% CPU

2011-02-18 Thread Bastien
Hi Vladimir, Vladimir Alexiev vladi...@sirma.bg writes: not able to reproduce this with GNU Emacs 24.0.50.2 of 2011-02-15. Can I get this from somewhere, built for W32/cygwin? I got 24.0.50.1 from file Emacs24.BZR.102298.Win32.20101110.zip from

Re: [Orgmode] A way to export agenda with links into org-files to html ?

2011-02-18 Thread Hrvoje Niksic
[ Please keep me in the Cc when replying ] Bastien bastien.gue...@wikimedia.fr writes: and how should htmlize find them in the buffer? See org-*-link-regexp regular expressions. I was thinking in a more general way. Maybe applications such as orgmode could mark hyperlinks with text

Re: [Orgmode] Re: Can I input multiline in a cell?

2011-02-18 Thread Bastien
Wang Coeus wangco...@gmail.com writes: For such a kind of situation, we only can implement with table.el, right? Right :) -- Bastien ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

[Orgmode] Re: Does Effort support hours only?

2011-02-18 Thread Sébastien Vauban
Hi Bastien and Luke, Bastien wrote: Luke Crook l...@balooga.com writes: Is it possible to specify estimated effort in something other than hours (0.5, or 0:30)? No, it's not possible right now. But I second this idea: that'd be a great addition. Too often, we have to play with figures such

[Orgmode] Re: [BUG] htmlp and latexp

2011-02-18 Thread Bastien
Hi Dan, Dan Davison dandavis...@gmail.com writes: I was thinking that if it were defvard in org.el, say as (defvar org-export-current-backend nil) then any code could use (null org-export-current-backend) to test whether org is currently exporting or not. Otherwise, the code has to be

Re: [Orgmode] Re: Can I input multiline in a cell?

2011-02-18 Thread Bastien
brian powell briangpowel...@gmail.com writes: Forget all previous emails from me on this thread; Done :) The font you use might causes problems for fixed-font emails you *read* but problems for emails you send are caused by using HTML. Go to gmail parameters and deactivate HTML when sending,

Re: [Orgmode] Error when publishing to HTML

2011-02-18 Thread Manuel Giraud
Sébastien Vauban wxhgmqzgw...@spammotel.com writes: #+begin_src emacs-lisp (add-to-list 'org-publish-project-alist '((orgfiles :base-directory ~/src/web-in-org/org/ :base-extension org :publishing-directory

Re: [Orgmode] latex table export not centered

2011-02-18 Thread Bastien
Hi Andreas, Andreas Leha andreas.l...@med.uni-goettingen.de writes: Thanks for looking into this. Yes, for me this issue still persists. I've just fixed it in git -- thanks for double-checking! -- Bastien ___ Emacs-orgmode mailing list Please

[Orgmode] Org-mode HTML export and Blueprint CSS

2011-02-18 Thread Chris Lowis
Hi, Does anyone have an example of using org-mode HTML export with a CSS framework such as Blueprint? Specific problems I'm having: - suppressing the automatically generated CSS (or customising which classes get added on a per-file basis) - wrapping specific blocks of markup in the

[Orgmode] Re: Does Effort support hours only?

2011-02-18 Thread Lawrence Mitchell
Sébastien Vauban wrote: Hi Bastien and Luke, Bastien wrote: Luke Crook l...@balooga.com writes: Is it possible to specify estimated effort in something other than hours (0.5, or 0:30)? No, it's not possible right now. But I second this idea: that'd be a great addition. Too often, we have

[Orgmode] [babel][patch] C++ inconsistencies

2011-02-18 Thread Martyn Jago
Hi I've noticed a couple of minor inconsistencies with C++ export... - According to the Org manual (section 14.7 Languages) the identifier for C++ is C++ (upper-case), but in practice this fails and the identifier c++ (lower-case) must be used. In general, identifiers appear to be

[Orgmode] Re: Error when publishing to HTML

2011-02-18 Thread Sébastien Vauban
Hi Manuel, Manuel Giraud wrote: Sébastien Vauban wxhgmqzgw...@spammotel.com writes: #+begin_src emacs-lisp (add-to-list 'org-publish-project-alist '((orgfiles :base-directory ~/src/web-in-org/org/ :base-extension org

Re: [Orgmode] Org-capture and ECB

2011-02-18 Thread Alain Clément
The culprit is: #+begin_src emacs-lisp (setq ecb-layout-name left13) #+end_src Other layouts induce the same problem, for instance left2, left3 and left9. Best regards, - Alain 2011/2/16 Alain Clément alain.clem...@unil.ch Thank you Konrad for your feedback on this. I'll then try to isolate

Re: [Orgmode] Re: [Accepted] Re: Bug: Jumping to a date in the agenda changes view back to 'day' [7.4 (release_7.4.80.g0e5e5)]

2011-02-18 Thread Bastien
Hi Carsten and all, Carsten Dominik carsten.domi...@gmail.com writes: For what it is worth, and for the record, I still do not believe that this is the correct solution to the problem. I've finally push a fix for this problem. The issue appeared when trying to redo a block agenda command,

Re: [Orgmode] Org-capture and ECB

2011-02-18 Thread Konrad Hinsen
At Fri, 18 Feb 2011 13:30:27 +0100, Alain Clément wrote: The culprit is: #+begin_src emacs-lisp (setq ecb-layout-name left13) #+end_src Other layouts induce the same problem, for instance left2, left3 and left9. I am using left3 as my default layout, but I haven't noticed any problems.

Re: [Orgmode] Problem with org-time-stamp co

2011-02-18 Thread Ian Barton
On 17/02/11 20:15, Suvayu Ali wrote: On Thu, 17 Feb 2011 16:15:42 +0100 Michael Käuflorg-m...@lists.michael-kaeufl.de wrote: Hi, I tried to enter a date before 01/01/1970 using “C-c .” (org-time-stamp) and org replaced the year by 2011. (The same problem occurs with org-time-stamp- inactive

Re: [Orgmode] Re: [Accepted] Re: Bug: Jumping to a date in the agenda changes view back to 'day' [7.4 (release_7.4.80.g0e5e5)]

2011-02-18 Thread Gábor Melis
Bastien bastien.gue...@wikimedia.fr writes: Hi Carsten and all, Carsten Dominik carsten.domi...@gmail.com writes: For what it is worth, and for the record, I still do not believe that this is the correct solution to the problem. I've finally push a fix for this problem. The issue

Re: [Orgmode] Problem with org-time-stamp co

2011-02-18 Thread Bastien
Hi Ian, Ian Barton li...@manor-farm.org writes: Emacs, rather than an org problem. I am not sure it can be fixed, but I would be very happy to be proved wrong! See the patch I sent this morning, which allows reading date before 1970. I'm not applying it now, trying to figure out why this

Re: [Orgmode] Re: Can I input multiline in a cell?

2011-02-18 Thread brian powell
I haven't sent any HTMl that I know of--I fully embrace the plain text KISS methods. I've changed my fonts (all fonts--fixed and otherwise) to a font using the string Mono somewhere in its name, and things seem better reading and copying-and-pasting into an email buffer like this one--it should

Re: [Orgmode] Capture while Buffer is narrowed to subtree

2011-02-18 Thread Christopher Allan Webber
Hello Memnon! I've definitely been experiencing this problem as well. It's a frequent annoyance. It keeps breaking the flow of my orgmode files, since I narrow to subree all the time, and capture all the time. :( I don't think this is an intended feature, though I wonder if it's fixable? I

Re: [Orgmode] Re: Can I input multiline in a cell?

2011-02-18 Thread brian powell
On Fri, Feb 18, 2011 at 10:31 AM, Nick Dokos nicholas.do...@hp.com wrote: brian powell briangpowel...@gmail.com wrote: I haven't sent any HTMl that I know of--I fully embrace the plain text KISS methods. This very email contained alternatives: an HTML one and a plain-text one. Nick I

Re: [Orgmode] Re: Worg publishing broken?

2011-02-18 Thread Jason Dunsmore
Bastien bastien.gue...@wikimedia.fr writes: Matt Lundin m...@imapmail.org writes: Would there be any way to get the Worg publishing script or export of source code blocks to fail gracefully in these instances? That would be helpful indeed. As a first step, we could handle errors in a

[Orgmode] Re: [babel][patch] C++ inconsistencies

2011-02-18 Thread Martyn Jago
Martyn Jago martyn.j...@btinternet.com writes: Hi I've noticed a couple of minor inconsistencies with C++ export... - According to the Org manual (section 14.7 Languages) the identifier for C++ is C++ (upper-case), but in practice this fails and the identifier c++ (lower-case) must

Re: [Orgmode] Re: Can I input multiline in a cell?

2011-02-18 Thread brian powell
I'm not offended; I'm looking into the turning off of html from my GOOGLE CHROME browser. I have been experimenting with the new features like inserting images, etc. And yes, as you point out that very email has markup (on your side--if you accept it)--and that very email apologized for the

Re: [Orgmode] Re: [Accepted] Re: Bug: Jumping to a date in the agenda changes view back to 'day' [7.4 (release_7.4.80.g0e5e5)]

2011-02-18 Thread Carsten Dominik
Hi Bastien, On Feb 18, 2011, at 3:19 PM, Bastien wrote: Hi Carsten and all, Carsten Dominik carsten.domi...@gmail.com writes: For what it is worth, and for the record, I still do not believe that this is the correct solution to the problem. I've finally push a fix for this problem. The

Re: [Orgmode] Re: Can I input multiline in a cell?

2011-02-18 Thread Joost Kremers
On Fri, Feb 18, 2011 at 10:09:07AM -0500, brian powell wrote: I haven't sent any HTMl that I know of--I fully embrace the plain text KISS methods. well, you're not sending plain text messages. look at your headers: Content-Type: multipart/mixed; boundary0485505407== the

[Orgmode] Re: Worg publishing broken?

2011-02-18 Thread Jambunathan K
1) Used shell instead of sh for the source block mode. Fixed by commit e4ed828. If known languages are treated as keywords in #+begin_src context and fontified appropriately there would be enough visual feedback so that a user's `eye memory' could catch that something is amiss. My 2

Re: [Orgmode] indentation for section headings vs bulleted lists

2011-02-18 Thread Darlan Cavalcante Moreira
In fact, lists are indented like this, but indentation has meaning. I remember some recent changes announced here in the mailing list to how lists are handled in org that made lists more powerful. It seems now that if some text is part or not of the list is controlled by indentation. Therefore,

[Orgmode] Beamer export questions/suggestions

2011-02-18 Thread Derek Thomas
Before I get to my questions, I would like to commend all those involved in the development of org-mode. I'm a new user and I've been amazed by the features, utility, and the support/documentation provided. My first question relates to frames in beamer export. Is it possible to set a tag or

Re: [Orgmode] Re: Can I input multiline in a cell?

2011-02-18 Thread suvayu ali
Hi Brian, On Fri, Feb 18, 2011 at 7:09 AM, brian powell briangpowel...@gmail.com wrote: I haven't sent any HTMl that I know of--I fully embrace the plain text KISS methods. This comes up on all mailing lists rather often. On Gmail, to the right of the rich text formatting bar, there is a Plain

[Orgmode] Re: [babel] Suggestions: GRASS GIS und Lilypond

2011-02-18 Thread Thorsten
Hello, sorry for not participating in the discussion, but my exposition to Orgmode has been recent so I would not have been able to commit something valuable to the discussion. But I would be a happy user of both new babel languages grass gis and lilypond, and it seems I'm not alone. Especially

[Orgmode] Re: Does Effort support hours only?

2011-02-18 Thread Herbert Sitz
Lawrence Mitchell wence at gmx.li writes: Is it possible to specify estimated effort in something other than hours (0.5, or 0:30)? Being able to specify suffixes like `d' for days or `w' for weeks would be awesome. But I guess it's very, very complex, though. Turns out probably not,

[Orgmode] [ANN] Lists changes pushed to master

2011-02-18 Thread Nicolas
Hello Org users, Since a few hours, lists changes are in master branch. Here is a sum up of the new functionalities: * What's new 1. Indentation of text determines again end of items in lists. So, some text less indented than the previous item doesn't close the whole list anymore,

Re: [Orgmode] Re: [BUG] htmlp and latexp

2011-02-18 Thread Jeff Horn
Thanks to Andreas, Christian, Bastien, and Nick. I didn't know about org-reload, so that bit is handy. Faster than restarting emacs. This bug is gone now. My backtrace also indicated org-ex-bibtex.el was the culprit for me. On Fri, Feb 18, 2011 at 3:49 AM, Bastien bastien.gue...@wikimedia.fr

Re: [Orgmode] Re: Worg publishing broken?

2011-02-18 Thread Bastien
Hi Jambunathan, Jambunathan K kjambunat...@gmail.com writes: 1) Used shell instead of sh for the source block mode. Fixed by commit e4ed828. If known languages are treated as keywords in #+begin_src context and fontified appropriately there would be enough visual feedback so that a

Re: [Orgmode] Re: [CRASH] org-pretty-entities causes emacs to take 100% CPU

2011-02-18 Thread Lennart Borgman
On Fri, Feb 18, 2011 at 10:20 AM, Bastien bastien.gue...@wikimedia.fr wrote: Hi Vladimir, Vladimir Alexiev vladi...@sirma.bg writes: not able to reproduce this with GNU Emacs 24.0.50.2 of 2011-02-15. Can I get this from somewhere, built for W32/cygwin? I got 24.0.50.1 from file

Re: [Orgmode] indentation for section headings vs bulleted lists

2011-02-18 Thread Linus Arver
On Fri, Feb 18, 2011 at 03:18:38PM -0300, Darlan Cavalcante Moreira wrote: In fact, lists are indented like this, but indentation has meaning. I remember some recent changes announced here in the mailing list to how lists are handled in org that made lists more powerful. It seems now that

[Orgmode] Re: libre/OpenOffice to orgmode

2011-02-18 Thread Jambunathan K
Nagarjuna G nagar...@gnowledge.org writes: I have seen this OpenOffice extension http://extensions.services.openoffice.org/en/project/wikipublisher, and it is included by default when you install libreOffice http://www.libreoffice.org/. It gave me the idea that why not we can consider