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.
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
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
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
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
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
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.
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
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
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
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)
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
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
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
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:
>
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
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
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"))
>
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
> 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
--
%
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
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
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
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
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
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
43 matches
Mail list logo