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 look

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 l

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

2011-02-18 Thread Bastien
Hi Andreas, Andreas Leha 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 mailing list Please use `Reply All' to

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

2011-02-18 Thread Bastien
Hi Linus, Linus Arver 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 Org. What O

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

2011-02-18 Thread Bastien
Suvayu Ali 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 ___ Emacs-

Re: [Orgmode] Does Effort support hours only?

2011-02-18 Thread Bastien
Hi Luke, Luke Crook 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 replies to the list

Re: [Orgmode] Insert ampersand in HTML export?

2011-02-18 Thread Bastien
Nick Dokos 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. Emacs-orgmode@gnu.org

Re: [Orgmode] Re: Worg publishing broken?

2011-02-18 Thread Bastien
Matt Lundin 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 more clever way by using the variable `noninteractive', testing i

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

2011-02-18 Thread Bastien
Hi Michael, Michael Käufl 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 is related to the unix time,

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

2011-02-18 Thread Bastien
Hi Vladimir, Vladimir Alexiev 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 http://ourcomments.org/Emacs/DL/EmacsW32/EmacsCVS/unptc

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

2011-02-18 Thread Bastien
Hi Hrvoje, Hrvoje Niksic writes: > Bastien writes: > >> Sadly enough, htmlize.el only handles links. >> >> Patch to make htmlize.el handle org links welcome! > > htmlize looks for urls and converts them to links. Yes, some urls. > What are org links that you refer to,

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 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 properties and htmlize could rec

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

2011-02-18 Thread Bastien
Wang Coeus 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 http://lists.gnu.org/mailm

[Orgmode] Re: Does Effort support hours only?

2011-02-18 Thread Sébastien Vauban
Hi Bastien and Luke, Bastien wrote: > Luke Crook 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 as 64:00 o

[Orgmode] Re: [BUG] htmlp and latexp

2011-02-18 Thread Bastien
Hi Dan, Dan Davison 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 > certain that it ha

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

2011-02-18 Thread Bastien
brian powell 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, it's generally better,

Re: [Orgmode] Error when publishing to HTML

2011-02-18 Thread Manuel Giraud
Sébastien Vauban 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 "~/src/web-in-org/public_html/" >

Re: [Orgmode] latex table export not centered

2011-02-18 Thread Bastien
Hi Andreas, Andreas Leha 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 use `Reply All' to send replies to

[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 Blueprint-spec

[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 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

[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 lowe

[Orgmode] org-advertized-archive-subtree: Symbol's function definition is void: org-datetree-find-year-create

2011-02-18 Thread Urs Rau
I am trying to archive completed tasks to a datetree. I am using "Move Subtree to Archive file" (C-c C-x -C-s) And I get the following error: release_7.4-419-g68114f Org-mode version 7.4 (release_7.4.419.g68114f) afile=/Users/ursr/org/tasksnotes.org_archive org-advertized-archive-subtree: Symbol's

[Orgmode] Re: Error when publishing to HTML

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

Re: [Orgmode] importing google docs document into org

2011-02-18 Thread Le Wang
On Fri, Feb 18, 2011 at 1:24 PM, Puneeth Chaganti wrote: > You could try using Pandoc [1]. It can parse various markups > (including html) and reformat it into various other markups (including > org). There may be a few rough ends in the org-exporter, but it might > be good enough for you. > Outs

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 > Thank you Konrad for your feedback on this. I'll then try to isolate my > configur

Re: [Orgmode] importing google docs document into org

2011-02-18 Thread Puneeth Chaganti
On Fri, Feb 18, 2011 at 5:57 PM, Le Wang wrote: > On Fri, Feb 18, 2011 at 1:24 PM, Puneeth Chaganti > wrote: >> >> You could try using Pandoc [1]. It can parse various markups >> (including html) and reformat it into various other markups (including >> org). There may be a few rough ends in the o

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 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, where previous restricti

Re: [Orgmode] Org-capture and ECB

2011-02-18 Thread Bastien
Hi Alain, Alain Clément writes: > 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". Thanks -- but why this setting was confusing org-capture? -- Bastien ___

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 noti

Re: [Orgmode] Re: Context-sensitive word count in org mode (elisp)

2011-02-18 Thread Bastien
Hi Paul, Paul Sexton writes: > Thanks for all the suggestions. Here is version 2. Thanks for that. Maybe you could put if on Worg/org-hacks.org? > I would still like to count hyperlink descriptions but am not sure > how -- is there a function that fetches the description of the hyperlink > at

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äufl 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 and the C-u prefixed variants.)

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 writes: > Hi Carsten and all, > > Carsten Dominik 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 c

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

2011-02-18 Thread Bastien
Hi Ian, Ian Barton 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 limit was necessary.

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 sho

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 hop

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 wrote: > brian powell 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 have no idea what you mean her

Re: [Orgmode] Re: Worg publishing broken?

2011-02-18 Thread Jason Dunsmore
Bastien writes: > Matt Lundin 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 more clever way by using > the varia

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

2011-02-18 Thread Martyn Jago
Martyn Jago 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 be used. In general,

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 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

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; boundary="===0485505407=="

[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

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, i

[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 othe

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 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 text" link. press t

Re: [Orgmode] Beamer export questions/suggestions

2011-02-18 Thread Chris Malone
Hi Derek, Re your first question: One simple, albeit somewhat hackish way of achieving this would be to utilize =org-mode='s #+begin_beamer ... #+end_beamer syntax with =beamer='s frame option =plain= For example: == # setup t

[Orgmode] exporting atom/rss feeds; org-feed-alist not downloading anything from www.rememberthemilk.com

2011-02-18 Thread David LeBauer
Hi, I have attached the atom feed as 'org-mode-test.atom'. I have also made a public list called 'org-mode test' that can be accessed here: http://www.rememberthemilk.com/home/dlebauer/17604473/ and the atom feed will be here: http://www.rememberthemilk.com/atom/dlebauer/17604473/ Thanks, Davi

[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 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

[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, on

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 wrote: > Hi Andreas, > > Andrea

Re: [Orgmode] Re: Worg publishing broken?

2011-02-18 Thread Bastien
Hi Jambunathan, Jambunathan K 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 > user's `eye

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 wrote: > Hi Vladimir, > > Vladimir Alexiev 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 >

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

2011-02-18 Thread Linus Arver
On Fri, Feb 18, 2011 at 09:52:14AM +0100, Bastien wrote: > Hi Linus, > > Linus Arver 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 bl

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 th

[Orgmode] libre/OpenOffice to orgmode

2011-02-18 Thread Nagarjuna G
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 making an orgpublisher on similar lines. What other th

[Orgmode] Re: libre/OpenOffice to orgmode

2011-02-18 Thread Jambunathan K
Nagarjuna G 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 making an > orgpublish