Re: [Orgmode] org-blog bug in 4.77 org-export-region-as-html?

2007-06-12 Thread David O'Toole

Thanks for this Carsten, 

I will fix it up and post the corrected version...

Carsten Dominik <[EMAIL PROTECTED]> writes:

> This is a problem in org-blog.el.  David, you need to turn on
> org-mode in the temporary buffer used to process the posts, or
> important variables needed during export will not have been set.
>
> If I am understanding your code correctly, you need something like
> this, near line 216 of org-blog.el.
>
>
> ;; grab post details
> (with-temp-buffer
>   (insert-file-contents p)
 (let (org-inhibit-startup) (org-mode))
>   (goto-char (point-min))
>
> - Carsten
>
> On Jun 11, 2007, at 18:21, Emre Sahin wrote:
>
>>
>> Hi all,
>>
>> This may be a problem in my installation, however I couldn't solve the
>> issue.
>>
>> My Emacs is on a Debian testing (lenny) and has a version of:
>>
>> GNU Emacs 22.1.50.1 (i486-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
>> of 2007-06-08 on pacem, modified by Debian
>>
>> (from emacs-snapshot site, I'm using the unstable version of this
>> package.)
>>
>> I'm using 4.77 org.el along with 1.17 org-blog.el. I have installed
>> these without deleting the older versions and reload the files via
>>
>> (load-file "/usr/local/share/emacs/site-lisp/org.el")
>> (load-file "/usr/local/share/emacs/site-lisp/org-publish.el")
>> (load-file "/usr/local/share/emacs/site-lisp/org-mouse.el")
>> (load-file "/usr/local/share/emacs/site-lisp/org-install.el")
>>
>>
>> and trying to publish two pages in ~/blog/. I have a single
>> project. My alist in .emacs is
>>
>> (require 'org-blog)
>>
>> (autoload 'org-publish "org-publish" nil t)
>> (autoload 'org-publish "org-publish-all" nil t)
>> (autoload 'org-publish "org-publish-current-file" nil t)
>> (autoload 'org-publish "org-publish-current-project" nil t)
>>
>> (add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
>>
>> (setq org-log-done t)
>>
>> (setq org-publish-project-alist
>>   (list
>>'("blog"
>>
>>   :base-directory "~/blog/"
>>   :base-extension "org"
>>   :publishing-directory "~/public_html/blog/"
>>   :publishing-function org-publish-org-to-html
>>   :auto-index t
>>  :blog-base-url "http://emresahin.net/";
>>   :blog-title "emreşahin.net"
>>   :blog-description "Emre Şahin"
>>   :blog-export-rss t
>>   :index-function org-publish-blog-index
>>   :index-filename "index2.org"
>>   :index-title "okuyan bir kişiye"
>>   :language "en"
>>   :index-posts 6)))
>>
>> As far as I understand, I did the steps described in org-blog.el
>> correctly. However when I use M-x org-publish-all an error (which
>> produces the attached debug report) occurs.
>>
>> There may be problems about locale, my initial installation of this
>> system was with Turkish locale and there was a different error about
>> publishing. Then I tried to switch to English locale (by changing the
>> value in /etc/defaults/locale and set my language environment as
>>
>> (set-language-environment "UTF-8")
>> (setq default-file-name-coding-system 'utf-8)
>> (setq locale-coding-system 'utf-8)
>> (set-terminal-coding-system 'utf-8)
>> (set-keyboard-coding-system 'utf-8)
>> (set-selection-coding-system 'utf-8)
>> (set-clipboard-coding-system 'utf-8)
>> (prefer-coding-system 'utf-8)
>>
>> in my .emacs. (Locale problem may be about emacs in general, because
>> when I was playing with blorg.el recently, I didn't get any output due
>> to an error also. And there is strange bug in gnus which make emacs to
>> shut down immediately when I try to open some e-mail messages. However
>> I couldn't reproduce this bug to submit a nice report, and emacs 21.4
>> doesn't have such a problem.)
>>
>> Above bug also occurs in Emacs 21.4 (GNU Emacs 21.4.1
>> (i486-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2007-03-11 on
>> raven, modified by Debian)
>>
>> If there is any information I can further give, I'd be glad to help.
>>
>> Best Regards,
>>
>> Emre
>>
>> > html.dbg.el>___
>> Emacs-orgmode mailing list
>> Emacs-orgmode@gnu.org
>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>>
>
> --
> Carsten Dominik
> Sterrenkundig Instituut "Anton Pannekoek"
> Universiteit van Amsterdam
> Kruislaan 403
> NL-1098SJ Amsterdam
> phone: +31 20 525 7477
>
>
>
> ___
> Emacs-orgmode mailing list
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>

-- 
David O'Toole 
[EMAIL PROTECTED]
http://dto.freeshell.org/notebook/


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: an annoying indentation

2007-06-12 Thread J. David Boyd

It's just time lag.  We read your message, we all respond, you respond, a
while later, your response shows up, longer later, our responses show up.

Dave


"William Henney" <[EMAIL PROTECTED]> writes:

> I wonder if my messages have been getting through to the list OK. I
> get responses from Carsten, but everyone else carries on as though
> they hadn't read them :(
>
> Cheers
>
> Will
>
> On 6/12/07, J. David Boyd <[EMAIL PROTECTED]> wrote:
>> Carsten Dominik <[EMAIL PROTECTED]> writes:
>>
>> > On Jun 12, 2007, at 17:13, Leo wrote:
>> >
>> >> Dear list,
>> >>
>> >> Anyone else find the following annoying?
>> >>
>> >> *** heading 1
>> >> - item 1
>> >> - item 2
>> >>
>> >> Now hit tabwith cursor right before '-', it becomes,
>> >>
>> >> *** heading 1
>> >> - item 1
>> >>   - item 2
>> >
>> > The question I have is: why would you press TAB if not to indent?
>> >
>> > - Carsten
>> >
>> >>
>>
>> Maybe the OP is used to using TAB to format text, as in a C or Java program.
>> TAB just 'does the right thing' in cc-mode (I think it is), so to some people
>> it becomes automatic to use TAB to keep the document looking good.
>>
>> Not a good idea in this case, of course!
>>
>> Dave
>>
>>
>>
>> ___
>> Emacs-orgmode mailing list
>> Emacs-orgmode@gnu.org
>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>>
>
>
> -- 
>
>  Dr William Henney, Centro de Radioastronomía y Astrofísica,
>  Universidad Nacional Autónoma de México, Campus Morelia



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: an annoying indentation

2007-06-12 Thread Leo
- Carsten Dominik (2007-06-12) wrote:-

>> *** heading 1
>> - item 1
>> - item 2
>>
>> Now hit tabwith cursor right before '-', it becomes,
>>
>> *** heading 1
>> - item 1
>>   - item 2
>
> The question I have is: why would you press TAB if not to indent?

But in my case I use 'TAB' to indent. I feel 'item 2' should indent to
the same level as item 1.

-- 
Leo  (GPG Key: 9283AA3F)



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: an annoying indentation

2007-06-12 Thread Leo
- William Henney (2007-06-12) wrote:-

> Hi Leo
>
> On 6/12/07, Leo <[EMAIL PROTECTED]> wrote:
>> Anyone else find the following annoying?
>>
>
> Yes, but...
>
>> *** heading 1
>> - item 1
>> - item 2
>>
>> Now hit tabwith cursor right before '-', it becomes,
>>
>> *** heading 1
>> - item 1
>>   - item 2
>>
>
> ... I reported this to the list last week and Carsten pointed out that
> it was impossible to tell whether "item 2" represented a continuation
> of the same list or the start of a new nested list. Although I agree
> with him, I feel that a saner default would be to assume the former.
> After all, the same reasoning applies to headings, and they /do/ work
> how I would expect.
>
> Cheers
>
> Will

I think item 2 should be aligned to item 1 as the same level after TAB. If users
want a sublist they could easily use 'M-' to do that.

However, when an item of the list is not aligned with its heading, the
quickest way is to use 'TAB'.

-- 
Leo  (GPG Key: 9283AA3F)



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: an annoying indentation

2007-06-12 Thread William Henney

I wonder if my messages have been getting through to the list OK. I
get responses from Carsten, but everyone else carries on as though
they hadn't read them :(

Cheers

Will

On 6/12/07, J. David Boyd <[EMAIL PROTECTED]> wrote:

Carsten Dominik <[EMAIL PROTECTED]> writes:

> On Jun 12, 2007, at 17:13, Leo wrote:
>
>> Dear list,
>>
>> Anyone else find the following annoying?
>>
>> *** heading 1
>> - item 1
>> - item 2
>>
>> Now hit tabwith cursor right before '-', it becomes,
>>
>> *** heading 1
>> - item 1
>>   - item 2
>
> The question I have is: why would you press TAB if not to indent?
>
> - Carsten
>
>>

Maybe the OP is used to using TAB to format text, as in a C or Java program.
TAB just 'does the right thing' in cc-mode (I think it is), so to some people
it becomes automatic to use TAB to keep the document looking good.

Not a good idea in this case, of course!

Dave



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode




--

 Dr William Henney, Centro de Radioastronomía y Astrofísica,
 Universidad Nacional Autónoma de México, Campus Morelia


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: an annoying indentation

2007-06-12 Thread J. David Boyd
Carsten Dominik <[EMAIL PROTECTED]> writes:

> On Jun 12, 2007, at 17:13, Leo wrote:
>
>> Dear list,
>>
>> Anyone else find the following annoying?
>>
>> *** heading 1
>> - item 1
>> - item 2
>>
>> Now hit tabwith cursor right before '-', it becomes,
>>
>> *** heading 1
>> - item 1
>>   - item 2
>
> The question I have is: why would you press TAB if not to indent?
>
> - Carsten
>
>>

Maybe the OP is used to using TAB to format text, as in a C or Java program.
TAB just 'does the right thing' in cc-mode (I think it is), so to some people
it becomes automatic to use TAB to keep the document looking good.

Not a good idea in this case, of course!

Dave



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] an annoying indentation

2007-06-12 Thread Eddward DeVilla

On 6/12/07, Rick Moynihan <[EMAIL PROTECTED]> wrote:

Leo wrote:
> Dear list,
>
> Anyone else find the following annoying?
>
> *** heading 1
> - item 1
> - item 2
>
> Now hit tabwith cursor right before '-', it becomes,
>
> *** heading 1
> - item 1
>   - item 2
>
> Best,

I must admit I do run into this on occasion and it is a little annoying.
  It would (IMHO) be better if the first push of tab aligned with '-
item 1', with subsequent tabs indenting to the next level.  You should
however be restricted to only going one level deeper than the above item.

This said I usually create list items at the same level of indentation
with M-Return.


I hit this a bit, but I'm pretty quick with C-S-_.  Likewise I use
M-return and M-S-return pretty religiously now.  My problem is that
M-right will insert spaces into the following line when it is blank.
I keep having to clear the following line after inserting and
indenting a list entry at the end of a list.

Edd


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] an annoying indentation

2007-06-12 Thread Rick Moynihan

Leo wrote:

Dear list,

Anyone else find the following annoying?

*** heading 1
- item 1
- item 2

Now hit tabwith cursor right before '-', it becomes,

*** heading 1
- item 1
  - item 2

Best,


I must admit I do run into this on occasion and it is a little annoying. 
 It would (IMHO) be better if the first push of tab aligned with '- 
item 1', with subsequent tabs indenting to the next level.  You should 
however be restricted to only going one level deeper than the above item.


This said I usually create list items at the same level of indentation 
with M-Return.



--
Rick Moynihan
Software Engineer
Calico Jack LTD
http://www.calicojack.co.uk/


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] an annoying indentation

2007-06-12 Thread William Henney

On 6/12/07, Carsten Dominik <[EMAIL PROTECTED]> wrote:

The question I have is: why would you press TAB if not to indent?


Well, in most major modes TAB means "fix the indentation of this
line", rather than "do some more indentation here" (the only exception
I can think of is "shell-script-mode"). In Leo's example, it looks
like he typed "item 1" and "item 2", then went back to fix the
indentation with TAB. It worked for "item 1", but not for "item 2".

Hope this makes things clearer.

Cheers

Will

--

 Dr William Henney, Centro de Radioastronomía y Astrofísica,
 Universidad Nacional Autónoma de México, Campus Morelia


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] an annoying indentation

2007-06-12 Thread Carsten Dominik


On Jun 12, 2007, at 17:13, Leo wrote:


Dear list,

Anyone else find the following annoying?

*** heading 1
- item 1
- item 2

Now hit tabwith cursor right before '-', it becomes,

*** heading 1
- item 1
  - item 2


The question I have is: why would you press TAB if not to indent?

- Carsten



Best,
--
Leo  (GPG Key: 9283AA3F)



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode




--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Musings about Blogging

2007-06-12 Thread Bastien
Hi Emre,

Emre Sahin <[EMAIL PROTECTED]> writes:

> As far as I checked, not all features of current blogging software
> (like categories) is supported by these, however at least a package to
> ease ("my") migration is possible. I'm not fluent in elisp, but this
> may be a nice opportunity. :)

Can you precisely list the features you want (except the php extension
i'm commenting below) ?  I'm mainly developping blorg but I'd be happy
to see them either in blorg, org-blog or muse.

> Also, these three modes can have an option to publish into PHP instead
> of HTML.

There's a variable named `blorg-strings' in blorg.el: here you can set
the :page-extension property to ".php".

Then i need to implement the #+BEGIN_HTML environment when exporting
blog entries to HTML.  It will be done in version 0.76 of blorg.

> Any comments & directions much appreciated. Thanks and best regards,

If you are interested in blogging within Emacs, you might also have a
look at this page :

  « Blogging From Emacs -- Emacs 21.4 Tips »
  http://tinyurl.com/37vxva

All the best,

-- 
Bastien


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] an annoying indentation

2007-06-12 Thread William Henney

Hi Leo

On 6/12/07, Leo <[EMAIL PROTECTED]> wrote:

Anyone else find the following annoying?



Yes, but...


*** heading 1
- item 1
- item 2

Now hit tabwith cursor right before '-', it becomes,

*** heading 1
- item 1
  - item 2



... I reported this to the list last week and Carsten pointed out that
it was impossible to tell whether "item 2" represented a continuation
of the same list or the start of a new nested list. Although I agree
with him, I feel that a saner default would be to assume the former.
After all, the same reasoning applies to headings, and they /do/ work
how I would expect.

Cheers

Will

--

 Dr William Henney, Centro de Radioastronomía y Astrofísica,
 Universidad Nacional Autónoma de México, Campus Morelia


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] org-blog bug in 4.77 org-export-region-as-html?

2007-06-12 Thread Carsten Dominik

This is a problem in org-blog.el.  David, you need to turn on
org-mode in the temporary buffer used to process the posts, or
important variables needed during export will not have been set.

If I am understanding your code correctly, you need something like
this, near line 216 of org-blog.el.


  ;; grab post details
  (with-temp-buffer
(insert-file-contents p)
>>> (let (org-inhibit-startup) (org-mode))
(goto-char (point-min))

- Carsten

On Jun 11, 2007, at 18:21, Emre Sahin wrote:



Hi all,

This may be a problem in my installation, however I couldn't solve the
issue.

My Emacs is on a Debian testing (lenny) and has a version of:

GNU Emacs 22.1.50.1 (i486-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
of 2007-06-08 on pacem, modified by Debian

(from emacs-snapshot site, I'm using the unstable version of this
package.)

I'm using 4.77 org.el along with 1.17 org-blog.el. I have installed
these without deleting the older versions and reload the files via

(load-file "/usr/local/share/emacs/site-lisp/org.el")
(load-file "/usr/local/share/emacs/site-lisp/org-publish.el")
(load-file "/usr/local/share/emacs/site-lisp/org-mouse.el")
(load-file "/usr/local/share/emacs/site-lisp/org-install.el")


and trying to publish two pages in ~/blog/. I have a single
project. My alist in .emacs is

(require 'org-blog)

(autoload 'org-publish "org-publish" nil t)
(autoload 'org-publish "org-publish-all" nil t)
(autoload 'org-publish "org-publish-current-file" nil t)
(autoload 'org-publish "org-publish-current-project" nil t)

(add-to-list 'auto-mode-alist '("\\.org$" . org-mode))

(setq org-log-done t)

(setq org-publish-project-alist
  (list
   '("blog"

 :base-directory "~/blog/"
 :base-extension "org"
 :publishing-directory "~/public_html/blog/"
 :publishing-function org-publish-org-to-html
 :auto-index t
 :blog-base-url "http://emresahin.net/";
 :blog-title "emreşahin.net"
 :blog-description "Emre Şahin"
 :blog-export-rss t
 :index-function org-publish-blog-index
 :index-filename "index2.org"
 :index-title "okuyan bir kişiye"
 :language "en"
 :index-posts 6)))

As far as I understand, I did the steps described in org-blog.el
correctly. However when I use M-x org-publish-all an error (which
produces the attached debug report) occurs.

There may be problems about locale, my initial installation of this
system was with Turkish locale and there was a different error about
publishing. Then I tried to switch to English locale (by changing the
value in /etc/defaults/locale and set my language environment as

(set-language-environment "UTF-8")
(setq default-file-name-coding-system 'utf-8)
(setq locale-coding-system 'utf-8)
(set-terminal-coding-system 'utf-8)
(set-keyboard-coding-system 'utf-8)
(set-selection-coding-system 'utf-8)
(set-clipboard-coding-system 'utf-8)
(prefer-coding-system 'utf-8)

in my .emacs. (Locale problem may be about emacs in general, because
when I was playing with blorg.el recently, I didn't get any output due
to an error also. And there is strange bug in gnus which make emacs to
shut down immediately when I try to open some e-mail messages. However
I couldn't reproduce this bug to submit a nice report, and emacs 21.4
doesn't have such a problem.)

Above bug also occurs in Emacs 21.4 (GNU Emacs 21.4.1
(i486-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2007-03-11 on
raven, modified by Debian)

If there is any information I can further give, I'd be glad to help.

Best Regards,

Emre

html.dbg.el>___

Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode



--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] an annoying indentation

2007-06-12 Thread Leo
Dear list,

Anyone else find the following annoying?

*** heading 1
- item 1
- item 2

Now hit tabwith cursor right before '-', it becomes,

*** heading 1
- item 1
  - item 2

Best,
-- 
Leo  (GPG Key: 9283AA3F)



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] org-blog bug in 4.77 org-export-region-as-html?

2007-06-12 Thread Emre Sahin

Hi all,

This may be a problem in my installation, however I couldn't solve the
issue. 

My Emacs is on a Debian testing (lenny) and has a version of:

GNU Emacs 22.1.50.1 (i486-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
of 2007-06-08 on pacem, modified by Debian

(from emacs-snapshot site, I'm using the unstable version of this
package.)

I'm using 4.77 org.el along with 1.17 org-blog.el. I have installed
these without deleting the older versions and reload the files via

(load-file "/usr/local/share/emacs/site-lisp/org.el")
(load-file "/usr/local/share/emacs/site-lisp/org-publish.el")
(load-file "/usr/local/share/emacs/site-lisp/org-mouse.el")
(load-file "/usr/local/share/emacs/site-lisp/org-install.el")


and trying to publish two pages in ~/blog/. I have a single
project. My alist in .emacs is

(require 'org-blog)

(autoload 'org-publish "org-publish" nil t)
(autoload 'org-publish "org-publish-all" nil t)
(autoload 'org-publish "org-publish-current-file" nil t)
(autoload 'org-publish "org-publish-current-project" nil t)

(add-to-list 'auto-mode-alist '("\\.org$" . org-mode))

(setq org-log-done t)

(setq org-publish-project-alist
  (list
   '("blog" 

 :base-directory "~/blog/"
 :base-extension "org"
 :publishing-directory "~/public_html/blog/"
 :publishing-function org-publish-org-to-html
 :auto-index t
 :blog-base-url "http://emresahin.net/";
 :blog-title "emreşahin.net"
 :blog-description "Emre Şahin"
 :blog-export-rss t
 :index-function org-publish-blog-index
 :index-filename "index2.org"
 :index-title "okuyan bir kişiye"
 :language "en"
 :index-posts 6)))

As far as I understand, I did the steps described in org-blog.el
correctly. However when I use M-x org-publish-all an error (which
produces the attached debug report) occurs. 

There may be problems about locale, my initial installation of this
system was with Turkish locale and there was a different error about
publishing. Then I tried to switch to English locale (by changing the
value in /etc/defaults/locale and set my language environment as

(set-language-environment "UTF-8")
(setq default-file-name-coding-system 'utf-8)
(setq locale-coding-system 'utf-8)
(set-terminal-coding-system 'utf-8)
(set-keyboard-coding-system 'utf-8)
(set-selection-coding-system 'utf-8)
(set-clipboard-coding-system 'utf-8)
(prefer-coding-system 'utf-8)

in my .emacs. (Locale problem may be about emacs in general, because
when I was playing with blorg.el recently, I didn't get any output due
to an error also. And there is strange bug in gnus which make emacs to
shut down immediately when I try to open some e-mail messages. However
I couldn't reproduce this bug to submit a nice report, and emacs 21.4
doesn't have such a problem.)

Above bug also occurs in Emacs 21.4 (GNU Emacs 21.4.1
(i486-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2007-03-11 on
raven, modified by Debian)

If there is any information I can further give, I'd be glad to help. 

Best Regards,

Emre 



org-export-region-as-html.dbg.el
Description: application/emacs-lisp
___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] coding system for write

2007-06-12 Thread ignotus
> Regarding 'Re: [Orgmode] coding system for write'; Carsten Dominik adds:


  > Will be the variable `org-export-html-coding-system' in the next
  > version.

Thank you, Richard.


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] a couple of minor issues with links (v 4.77)

2007-06-12 Thread William Henney

Hi Carsten

On 6/12/07, Carsten Dominik <[EMAIL PROTECTED]> wrote:


On Jun 9, 2007, at 18:24, William Henney wrote:

> ** Access stored links when editing existing link
>   It would be good if you had some access to stored links when using
>   C-c C-l to edit an existing link. As far as I can see this does not
>   work at present.

No it does not.  Removing the link, for example with
with `C-M-k' (when cursor is before the link), or with
`Esc C-delete' (when cursor is after the link),
and then inserting a new one is a pretty fast alternative.

Still, you proposal makes sense, will put it on the list.



Thanks. I was thinking of the case where you want to change the link
target, but not the description. In that case, deleting the whole link
is less convenient. But thanks for teaching me a new key sequence :) I
knew about C-M-k but not about Esc C-delete. Odd, though, that it
isn't also bound to C-M-delete...

A problem that I have with these sexp commands, and the reason I don't
use them much, is that they are very finicky about where the cursor
is. This is especially annoying in the case of links, where there are
several cursor positions at the beginning and end of the link that are
visually indistinguishable. Maybe there is a call for an
org-delete-link command that would work with the cursor anywhere in
the link, but I wouldn't give this a high priority.

Cheers

Will


--

 Dr William Henney, Centro de Radioastronomía y Astrofísica,
 Universidad Nacional Autónoma de México, Campus Morelia


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] a couple of minor issues with links (v 4.77)

2007-06-12 Thread Carsten Dominik


On Jun 9, 2007, at 18:24, William Henney wrote:


** Access stored links when editing existing link
  It would be good if you had some access to stored links when using
  C-c C-l to edit an existing link. As far as I can see this does not
  work at present.


No it does not.  Removing the link, for example with
with `C-M-k' (when cursor is before the link), or with
`Esc C-delete' (when cursor is after the link),
and then inserting a new one is a pretty fast alternative.

Still, you proposal makes sense, will put it on the list.



** Typo in "Org Links" buffer
  Should be "Stored links are", not "Stored links ar"


Fixed, thanks.

- Carsten



Cheers

Will

--

 Dr William Henney, Centro de Radioastronomía y Astrofísica,
 Universidad Nacional Autónoma de México, Campus Morelia


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode




--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] coding system for write

2007-06-12 Thread Carsten Dominik
Will be the variable `org-export-html-coding-system' in the next 
version.


Thanks

- Carsten


On Jun 11, 2007, at 19:08, [EMAIL PROTECTED] wrote:


Hello Carsten and All!

In the function of `org-export-as-html' there is a
coding-system-for-write variable, which I would like to customize.
Would it be possible to make it customize-able?

The reason for this need is that my whole system is latin2, but when
exporting from org I would like to use latin1 (iso-8859-1) in the
exported HTML files.

TIA

--
...sutongi tti olleh


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode




--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode