* I need help about org-mode with auto-fill-mode
@ 2009-09-16 15:02 Meteor Liu
2009-09-16 15:15 ` Carsten Dominik
0 siblings, 1 reply; 4+ messages in thread
From: Meteor Liu @ 2009-09-16 15:02 UTC (permalink / raw)
To: Emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 378 bytes --]
Hello,
I used auto-fill-mode in org-mode.
for turn off TeX-like syntax, I add "#+OPTIONS: ^:nil" to the head.
I input some words, for example, "test test test ......",
when the length over fill-column, the second line becomes
"#test test ...", I don't want get the "#".
Any suggestions?
I use emacs23.1 and org-mode 6.21b in Windows XP.
Regards,
Meteor Liu
[-- Attachment #2: Type: text/plain, Size: 204 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: I need help about org-mode with auto-fill-mode
2009-09-16 15:02 I need help about org-mode with auto-fill-mode Meteor Liu
@ 2009-09-16 15:15 ` Carsten Dominik
2009-09-16 16:26 ` Meteor Liu
0 siblings, 1 reply; 4+ messages in thread
From: Carsten Dominik @ 2009-09-16 15:15 UTC (permalink / raw)
To: Meteor Liu; +Cc: Emacs-orgmode
On Sep 16, 2009, at 4:02 PM, Meteor Liu wrote:
> Hello,
>
> I used auto-fill-mode in org-mode.
> for turn off TeX-like syntax, I add "#+OPTIONS: ^:nil" to the head.
>
> I input some words, for example, "test test test ......",
> when the length over fill-column, the second line becomes
> "#test test ...", I don't want get the "#".
> Any suggestions?
Yes. Do not set `comment-start'
- Carsten
>
> I use emacs23.1 and org-mode 6.21b in Windows XP.
>
> Regards,
> Meteor Liu
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: I need help about org-mode with auto-fill-mode
2009-09-16 15:15 ` Carsten Dominik
@ 2009-09-16 16:26 ` Meteor Liu
2009-09-16 16:30 ` Carsten Dominik
0 siblings, 1 reply; 4+ messages in thread
From: Meteor Liu @ 2009-09-16 16:26 UTC (permalink / raw)
To: Carsten Dominik; +Cc: Emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 1071 bytes --]
----- Original Message -----
From: "Carsten Dominik" <carsten.dominik@gmail.com>
To: "Meteor Liu" <meteor1113@gmail.com>
Cc: <Emacs-orgmode@gnu.org>
Sent: Wednesday, September 16, 2009 11:15 PM
Subject: Re: [Orgmode] I need help about org-mode with auto-fill-mode
>
> On Sep 16, 2009, at 4:02 PM, Meteor Liu wrote:
>
>> Hello,
>>
>> I used auto-fill-mode in org-mode.
>> for turn off TeX-like syntax, I add "#+OPTIONS: ^:nil" to the head.
>>
>> I input some words, for example, "test test test ......",
>> when the length over fill-column, the second line becomes
>> "#test test ...", I don't want get the "#".
>> Any suggestions?
>
> Yes. Do not set `comment-start'
>
> - Carsten
>
OK. Thank you!
--
Meteor Liu
>>
>> I use emacs23.1 and org-mode 6.21b in Windows XP.
>>
>> Regards,
>> Meteor Liu
>> _______________________________________________
>> Emacs-orgmode mailing list
>> Remember: use `Reply All' to send replies to the list.
>> Emacs-orgmode@gnu.org
>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
[-- Attachment #2: Type: text/plain, Size: 204 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: I need help about org-mode with auto-fill-mode
2009-09-16 16:26 ` Meteor Liu
@ 2009-09-16 16:30 ` Carsten Dominik
0 siblings, 0 replies; 4+ messages in thread
From: Carsten Dominik @ 2009-09-16 16:30 UTC (permalink / raw)
To: Meteor Liu; +Cc: Emacs-orgmode
Matt? This could also be a nice FAQ... :-)
- Carsten
On Sep 16, 2009, at 5:26 PM, Meteor Liu wrote:
>
> ----- Original Message -----
> From: "Carsten Dominik" <carsten.dominik@gmail.com>
> To: "Meteor Liu" <meteor1113@gmail.com>
> Cc: <Emacs-orgmode@gnu.org>
> Sent: Wednesday, September 16, 2009 11:15 PM
> Subject: Re: [Orgmode] I need help about org-mode with auto-fill-mode
>
>
>>
>> On Sep 16, 2009, at 4:02 PM, Meteor Liu wrote:
>>
>>> Hello,
>>>
>>> I used auto-fill-mode in org-mode.
>>> for turn off TeX-like syntax, I add "#+OPTIONS: ^:nil" to the head.
>>>
>>> I input some words, for example, "test test test ......",
>>> when the length over fill-column, the second line becomes
>>> "#test test ...", I don't want get the "#".
>>> Any suggestions?
>>
>> Yes. Do not set `comment-start'
>>
>> - Carsten
>>
>
> OK. Thank you!
>
> --
> Meteor Liu
>
>>>
>>> I use emacs23.1 and org-mode 6.21b in Windows XP.
>>>
>>> Regards,
>>> Meteor Liu
>>> _______________________________________________
>>> Emacs-orgmode mailing list
>>> Remember: use `Reply All' to send replies to the list.
>>> Emacs-orgmode@gnu.org
>>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-09-16 16:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-16 15:02 I need help about org-mode with auto-fill-mode Meteor Liu
2009-09-16 15:15 ` Carsten Dominik
2009-09-16 16:26 ` Meteor Liu
2009-09-16 16:30 ` Carsten Dominik
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.