[O] Any way to change the *

2012-08-31 Thread Marcelo de Moraes Serpa
Hi list, I was wondering if it's possible to change the face of the asterisk used for the bullet points. Using a smoother UTF-8 character or even an image would be neat. Is that possible? Thanks, - Marcelo.

Re: [O] org for blogger

2012-08-31 Thread Puneeth Chaganti
On Sat, Sep 1, 2012 at 8:09 AM, Rustom Mody wrote: > What is the best way to use orgmode to prepare posts for blogger? > > Sorry if this is a FAQ; I did google around and best I get is > http://orgmode.org/worg/org-blog-wiki.html which does not seem to have > something specifically for blogger. I

Re: [O] Cannot open load file: subst-ksc

2012-08-31 Thread Nick Dokos
Thomas S. Dye wrote: > > Can you do > > > > find -type f | xargs grep subst-ksc > > > > in the org-mode directory? I find no trace of such a beast in my tree > > (or indeed in emacs). > > > > Nick > > Apparently not on my Mac: > > bash-3.2$ find -type f | xargs grep subst-ksc > find: illegal o

Re: [O] Cannot open load file: subst-ksc

2012-08-31 Thread Chris Malone
IIRC "type" is considered a long option for find on OSX. Try using two dashes: --type Chris Sent from my iPad, so ignore any weird typos. On Aug 31, 2012, at 8:48 PM, t...@tsdye.com (Thomas S. Dye) wrote: > Nick Dokos writes: > >> Thomas S. Dye wrote: >> >>> Aloha all, >>> >>> Stumbling

Re: [O] org for blogger

2012-08-31 Thread Rustom Mody
On Sat, Sep 1, 2012 at 8:26 AM, Samuel Wales wrote: > On 8/31/12, Rustom Mody wrote: > > Note I am asking about preparing the html so that it is blogger-friendly. > > It can then be manually posted into the html tab. > > I have code for exactly this, but it is not packagized and not all of > it

Re: [O] Cannot open load file: subst-ksc

2012-08-31 Thread Thomas S. Dye
Charles Philip Chan writes: > Nick Dokos writes: > > Hi Thomas and Nick: > >> Can you do >> >> find -type f | xargs grep subst-ksc >> >> in the org-mode directory? I find no trace of such a beast in my tree >> (or indeed in emacs). > > I got curious, so I did a google search, it seems to be an

Re: [O] Cannot open load file: subst-ksc

2012-08-31 Thread Thomas S. Dye
Nick Dokos writes: > Thomas S. Dye wrote: > >> Aloha all, >> >> Stumbling out of the gate here: >> >> bash-3.2$ git clone git://orgmode.org/org-mode.git >> Cloning into 'org-mode'... >> remote: Counting objects: 65748, done. >> remote: Compressing objects: 100% (13967/13967), done.

Re: [O] Cannot open load file: subst-ksc

2012-08-31 Thread Charles Philip Chan
Charles Philip Chan writes: > I grep through the org-mode source and I can find any reference to > it. This is really strange. Oops, I mean I cannot. Charles -- There are no threads in a.b.p.erotica, so there's no gain in using a threaded news reader. (Unknown source) pgph6kal1yIra.pgp De

Re: [O] Cannot open load file: subst-ksc

2012-08-31 Thread Charles Philip Chan
Nick Dokos writes: Hi Thomas and Nick: > Can you do > > find -type f | xargs grep subst-ksc > > in the org-mode directory? I find no trace of such a beast in my tree > (or indeed in emacs). I got curious, so I did a google search, it seems to be an Internationalization file that was removed fr

Re: [O] Cannot open load file: subst-ksc

2012-08-31 Thread Nick Dokos
Thomas S. Dye wrote: > Aloha all, > > Stumbling out of the gate here: > > bash-3.2$ git clone git://orgmode.org/org-mode.git > Cloning into 'org-mode'... > remote: Counting objects: 65748, done. > remote: Compressing objects: 100% (13967/13967), done. > remote: Total 65748 (delt

[O] Cannot open load file: subst-ksc

2012-08-31 Thread Thomas S. Dye
Aloha all, Stumbling out of the gate here: bash-3.2$ git clone git://orgmode.org/org-mode.git Cloning into 'org-mode'... remote: Counting objects: 65748, done. remote: Compressing objects: 100% (13967/13967), done. remote: Total 65748 (delta 52088), reused 65145 (delta 51659)

Re: [O] org for blogger

2012-08-31 Thread Samuel Wales
On 8/31/12, Rustom Mody wrote: > Note I am asking about preparing the html so that it is blogger-friendly. > It can then be manually posted into the html tab. I have code for exactly this, but it is not packagized and not all of it will work for you without tweaking. It comes with explanation of

[O] org for blogger

2012-08-31 Thread Rustom Mody
What is the best way to use orgmode to prepare posts for blogger? Sorry if this is a FAQ; I did google around and best I get is http://orgmode.org/worg/org-blog-wiki.html which does not seem to have something specifically for blogger. Note I am asking about preparing the html so that it is blogge

Re: [O] mouse highlight on agenda lines

2012-08-31 Thread Thomas S. Dye
Nick Dokos writes: > Thomas S. Dye wrote: > >> Nick Dokos writes: >> >> > Thomas S. Dye wrote: >> > >> >> Aloha all, >> >> >> >> After a recent upgrade to emacs 24, and using the Org-mode that ships >> >> with emacs (7.8.11), the following code that has been in my >> >> initialization file f

Re: [O] mouse highlight on agenda lines

2012-08-31 Thread Nick Dokos
Thomas S. Dye wrote: > Nick Dokos writes: > > > Thomas S. Dye wrote: > > > >> Aloha all, > >> > >> After a recent upgrade to emacs 24, and using the Org-mode that ships > >> with emacs (7.8.11), the following code that has been in my > >> initialization file for a long time no longer works: >

Re: [O] [OT] Encoding error when calling a ruby script from Emacs using shell-command

2012-08-31 Thread Marcelo de Moraes Serpa
Alright, I solved it. The problem is that emacs' shell-command doesn't use the same environment, so it wasn't picking up the value of those three vars: ✗ export | grep UTF LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 So, I did this: (defun test () (setenv "LANG" "en_US

Re: [O] mouse highlight on agenda lines

2012-08-31 Thread Thomas S. Dye
Nick Dokos writes: > Thomas S. Dye wrote: > >> Aloha all, >> >> After a recent upgrade to emacs 24, and using the Org-mode that ships >> with emacs (7.8.11), the following code that has been in my >> initialization file for a long time no longer works: >> >> #+begin_src emacs-lisp :tangle yes

Re: [O] Capturing to second level headline that does not exist

2012-08-31 Thread Nick Dokos
John Hendy wrote: > I'm sure this is trivial, but I'm missing it. > > If I use file+olp to try something like this > > #+begin_src .emacs > (setq org-capture-templates > `(("c" "clock" entry (file+olp "~/org/clocking.org" > ,(format "%s" >(format-time-string "%Y")) >

[O] Capturing to second level headline that does not exist

2012-08-31 Thread John Hendy
I'm sure this is trivial, but I'm missing it. If I use file+olp to try something like this #+begin_src .emacs (setq org-capture-templates `(("c" "clock" entry (file+olp "~/org/clocking.org" ,(format "%s" (format-time-string "%Y")) ,(format "%s" (f

Re: [O] Google-weather.el and the Latest Git Version of Org-mode

2012-08-31 Thread Jude DaShiell
I think for individuals wunderground.com is free, but for organizations it's a paid arrangement. On Fri, 31 Aug 2012, Nick Dokos wrote: > Jude DaShiell wrote: > > > It might be near time to investigate wunderground.com and loose google for > > weather before igoogle disappears. Other weather

Re: [O] [OT] Encoding error when calling a ruby script from Emacs using shell-command

2012-08-31 Thread Nick Dokos
Marcelo de Moraes Serpa wrote: > Hey list, > > I've tried posting on help-gnu-emacs mailing list first, but not luck so far, > so I thought I'd try here, as I know there are many savvy emacs users around. > > I have a small Ruby CLI program that I want to call from emacs. This script > simply

Re: [O] Org-mode release 7.9

2012-08-31 Thread Nick Dokos
Eric Schulte wrote: > This first option of a combined org+contrib package in a non-GNU ELPA* > does sound like the easiest to implement and most likely to succeed (for > the reasons Achim mentions above). Is there a downside to such a > combined package which I am missing? > > Perhaps such a p

Re: [O] Org-mode release 7.9

2012-08-31 Thread Eric Schulte
Achim Gratz writes: > Bastien writes: >> Are you both talking about the same thing? > > I'm not sure, but we'll find out. > >> (I use ELPA* to denote other ELPA archives than GNU ELPA.) >> >> If this is about a org-*.tar ELPA* package containing both >> *core* and *contrib*, I disagree. >> >> I

Re: [O] mouse highlight on agenda lines

2012-08-31 Thread Nick Dokos
Thomas S. Dye wrote: > Aloha all, > > After a recent upgrade to emacs 24, and using the Org-mode that ships > with emacs (7.8.11), the following code that has been in my > initialization file for a long time no longer works: > > #+begin_src emacs-lisp :tangle yes > (add-hook 'org-finalize-age

[O] mouse highlight on agenda lines

2012-08-31 Thread Thomas S. Dye
Aloha all, After a recent upgrade to emacs 24, and using the Org-mode that ships with emacs (7.8.11), the following code that has been in my initialization file for a long time no longer works: #+begin_src emacs-lisp :tangle yes (add-hook 'org-finalize-agenda-hook (lambda () (remove-text-pr

Re: [O] Org-mode release 7.9

2012-08-31 Thread Achim Gratz
Bastien writes: > Are you both talking about the same thing? I'm not sure, but we'll find out. > (I use ELPA* to denote other ELPA archives than GNU ELPA.) > > If this is about a org-*.tar ELPA* package containing both > *core* and *contrib*, I disagree. > > If this is about a org-contrib*.tar

Re: [O] Bug: BABEL Buffer-wide header arguments are NOT effective [7.8.11]

2012-08-31 Thread Eric Schulte
Feiming Chen writes: > HI Eric: > > Thanks a lot! But I am still having trouble with some buffer-wide header > arguments. In particular, I could not have the following code working as > expected: > > > #+PROPERTY: :eval no > > * test 3: Buffer-wide header arguments are NOT effective > #+be

Re: [O] Bug: BABEL Buffer-wide header arguments are NOT effective [7.8.11]

2012-08-31 Thread Feiming Chen
HI Eric: Thanks a lot! But I am still having trouble with some buffer-wide header arguments. In particular, I could not have the following code working as expected: #+PROPERTY: :eval no * test 3: Buffer-wide header arguments are NOT effective #+begin_src R :exports both print(pi) #+end

Re: [O] Literal not working

2012-08-31 Thread Charles Philip Chan
Supriya Sawant writes: Hi Supriya: > when I write above in org-mode & if I export it in html using > org-export-as-html it gives me output > > *Some* example from a text file. > > it seems that tag is not creating in html file. What do you mean is not working? What do you see in the resultant

[O] Literal not working

2012-08-31 Thread Supriya Sawant
I am using Emacs 23, but in emacs org-mode literals are not working eg. #+BEGIN_EXAMPLE *Some* example from a text file. #+END_EXAMPLE when I write above in org-mode & if I export it in html using org-export-as-html it gives me output *Some* example from a text file. it seems that tag is not c

Re: [O] Google-weather.el and the Latest Git Version of Org-mode

2012-08-31 Thread Carson Chittom
Jude DaShiell writes: > It might be near time to investigate wunderground.com and loose google for > weather before igoogle disappears. Other weather sites capable of text > output may also be available, I haven't investigated that yet. For those in the US, the National Weather Service has fo

[O] [bug] org-babel-load-file

2012-08-31 Thread Michael Brand
Hi all With emacs -q and today’s release_7.9-176-g2939333 I get “Wrong type argument: arrayp, nil” after org-babel-load-file with this file: #+BEGIN_SRC org ,* TODO , #+BEGIN_SRC emacs-lisp ,(message "any") , #+END_SRC #+END_SRC Michael

Re: [O] Bug report: agenda column mode failure

2012-08-31 Thread Bastien
Hannes Schulz writes: > it seems to have forgotten that it should load init.el automatically. > Any hint how I can fix this and avoid it next time? Nope, sorry... maybe you deleted some part of your initial config inadvertantly? -- Bastien

Re: [O] Bug report: agenda column mode failure

2012-08-31 Thread Hannes Schulz
Hi Bastien, > On 31.08.2012, at 08:05, Bastien wrote: > > This should be fixed now. Thanks to you and Jacob for > > reporting this! > > Seems to work for me. works for me too, thanks for fixing this so quickly! A quick question: After playing with minimal configs, I now need to start emacs wi

Re: [O] Org-mode release 7.9

2012-08-31 Thread Bastien
Hi Eric and Achim, Eric Schulte writes: > Achim Gratz writes: > >> Bastien writes: >>> I'm afraid the only recommendation here is to try to stick to one >>> installation method -- or to reinstall a fresh package/repo with a >>> fresh contrib/lisp/ *after* any ELPA upgrade. >> >> Well, we could

Re: [O] bugs in commenting and filling

2012-08-31 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > What hook in the old exporter would be the closest equivalent? > >> (add-hook 'org-export-before-parsing-hook 'my-flush-old-comment-syntax) Not equivalent, but close enough: `org-export-preprocess-hook'. Regards, -- Nicolas Goaziou

Re: [O] PATCH[3/3]: org-element.el: Remove illegal t clause in case

2012-08-31 Thread Mats Lidell
> Michael Sperber writes: >> I guess this is the same for XEmacs, would be strange otherwise. > Yup, you're right. Good catch. I was trying to say it was illegal at that place, it must be the last clause as you say, but I didn't get the wording right. Thanks for correcting this! Yours -- %

Re: [O] bugs in commenting and filling

2012-08-31 Thread Samuel Wales
What hook in the old exporter would be the closest equivalent? > (add-hook 'org-export-before-parsing-hook 'my-flush-old-comment-syntax) Thanks. Samuel

Re: [O] bugs in commenting and filling

2012-08-31 Thread Samuel Wales
On 8/30/12, Nicolas Goaziou wrote: > #+begin_src emacs-lisp > (defun my-flush-old-comment-syntax (backend) Thanks. I like your yes or no p idea. > I am probably misunderstanding "bug 5". May you describe it again along > with both the expected and actual behaviour in the situation? It works no

Re: [O] Google-weather.el and the Latest Git Version of Org-mode

2012-08-31 Thread Charles Philip Chan
Jude DaShiell writes: Hi Jude: > It might be near time to investigate wunderground.com and loose google > for weather before igoogle disappears. Other weather sites capable of > text output may also be available, I haven't investigated that yet. I agree. Charles -- Dijkstra probably hates m

Re: [O] Exporting xml and html code with syntax highlight

2012-08-31 Thread Charles Philip Chan
Bastien writes: Hi Bastien: > Since the functions do strictly nothing, we should have a way to > add them dynamically, without requiring a new ob-* file. This would > be useless for languages you only want to tangle, like XML and HTML. I totally agree with this. Cheers, Charles -- The nice

Re: [O] Google-weather.el and the Latest Git Version of Org-mode

2012-08-31 Thread Nick Dokos
Jude DaShiell wrote: > It might be near time to investigate wunderground.com and loose google for > weather before igoogle disappears. Other weather sites capable of text > output may also be available, I haven't investigated that yet. > Yup, I believe google gets its weather data from wunde

Re: [O] Google-weather.el and the Latest Git Version of Org-mode

2012-08-31 Thread Jude DaShiell
It might be near time to investigate wunderground.com and loose google for weather before igoogle disappears. Other weather sites capable of text output may also be available, I haven't investigated that yet. --- jude Adob