emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Graphical Line in File
@ 2008-09-05 14:36 Parker, Matthew
  2008-09-07 15:29 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: Parker, Matthew @ 2008-09-05 14:36 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1748 bytes --]

This is a really (*really*) trivial problem, but one that I've seen many
times, is annoying, and I wonder if anyone knows an easy fix.

I'll get these long lines (not text just some graphical artifact) off
the left of comments. See image attached.

The line goes away if:
  * Change to text mode
  * Change to nxml-mode
  * Or if I "hunt-and-peck" to remove a character:

  The "/" changed to "x" fixes it here:
#  _                   _
# | |__   _____      _| |_ ___     __ _  ___ _ __   _____   ____ _
# |  _ \ / _ \ \ /\ / / __/ _ \   / _` |/ _ \ '_ \ / _ \ \ / / _`
|________
# | | | | (_) \ V  V /| || (_) | | (_| |  __/ | | |  __/\ V / (_| |
# |_| |_|\___/ \_/\_/  \__\___/   \__, |\___|_| |_|\___| \_/ \__,_|
#                                 |___/
#  _                   _
# | |__   _____     _| |_ ___     __ _  ___ _ __   _____   ____ _
# |  _ \ / _ \ \ x\ / / __/ _ \   / _` |/ _ \ '_ \ / _ \ \ / / _` |
# | | | | (_) \ V  V /| || (_) | | (_| |  __/ | | |  __/\ V / (_| |
# |_| |_|\___/ \_/\_/  \__\___/   \__, |\___|_| |_|\___| \_/ \__,_|
#                                 |___/


  The "_" changed to "x" fixes it here:
#                      _ _
#   __ _ _ __  _   _  | (_)_ __  _   ___  __
#  / _` | '_ \| | | | | | | '_ \| | | \ \/ /
# | (_| | | | | |_| | | | | | | | |_| |>  <________________
#  \__, |_| |_|\__,_| |_|_|_| |_|\__,_/_/\_\
#  |___/
#                      _ _
#   __ _ _ __  _   _  | (_)_ __  _   ___  __
#  / _` | '_ \| | | | | | | '_ \| | | \ \/ /
# | (x| | | | | |_| | | | | | | | |_| |>  <
#  \__, |_| |_|\__,_| |_|_|_| |_|\__,_/_/\_\
#  |___/
#


Note - this happens in emacs22 in emacsw32 and in emacs22 over putty.


Thanks again for the great org-mode! :)




[-- Attachment #2: lines-off-of-comment.png --]
[-- Type: image/png, Size: 10855 bytes --]

[-- Attachment #3: 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] 2+ messages in thread

* Re: Graphical Line in File
  2008-09-05 14:36 Graphical Line in File Parker, Matthew
@ 2008-09-07 15:29 ` Carsten Dominik
  0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2008-09-07 15:29 UTC (permalink / raw)
  To: Parker, Matthew; +Cc: emacs-orgmode


On Sep 5, 2008, at 4:36 PM, Parker, Matthew wrote:

> This is a really (*really*) trivial problem, but one that I've seen  
> many
> times, is annoying, and I wonder if anyone knows an easy fix.
>
> I'll get these long lines (not text just some graphical artifact) off
> the left of comments. See image attached.

Hi Matthew,

you are telling us how to get rid if it, but not how you get it in the  
first place.  Can you create a step-by-step example to reproduce this  
problem?

Thanks.

- Carsten

>
>
> The line goes away if:
>  * Change to text mode
>  * Change to nxml-mode
>  * Or if I "hunt-and-peck" to remove a character:
>
>  The "/" changed to "x" fixes it here:
> #  _                   _
> # | |__   _____      _| |_ ___     __ _  ___ _ __   _____   ____ _
> # |  _ \ / _ \ \ /\ / / __/ _ \   / _` |/ _ \ '_ \ / _ \ \ / / _`
> |________
> # | | | | (_) \ V  V /| || (_) | | (_| |  __/ | | |  __/\ V / (_| |
> # |_| |_|\___/ \_/\_/  \__\___/   \__, |\___|_| |_|\___| \_/ \__,_|
> #                                 |___/
> #  _                   _
> # | |__   _____     _| |_ ___     __ _  ___ _ __   _____   ____ _
> # |  _ \ / _ \ \ x\ / / __/ _ \   / _` |/ _ \ '_ \ / _ \ \ / / _` |
> # | | | | (_) \ V  V /| || (_) | | (_| |  __/ | | |  __/\ V / (_| |
> # |_| |_|\___/ \_/\_/  \__\___/   \__, |\___|_| |_|\___| \_/ \__,_|
> #                                 |___/
>
>
>  The "_" changed to "x" fixes it here:
> #                      _ _
> #   __ _ _ __  _   _  | (_)_ __  _   ___  __
> #  / _` | '_ \| | | | | | | '_ \| | | \ \/ /
> # | (_| | | | | |_| | | | | | | | |_| |>  <________________
> #  \__, |_| |_|\__,_| |_|_|_| |_|\__,_/_/\_\
> #  |___/
> #                      _ _
> #   __ _ _ __  _   _  | (_)_ __  _   ___  __
> #  / _` | '_ \| | | | | | | '_ \| | | \ \/ /
> # | (x| | | | | |_| | | | | | | | |_| |>  <
> #  \__, |_| |_|\__,_| |_|_|_| |_|\__,_/_/\_\
> #  |___/
> #
>
>
> Note - this happens in emacs22 in emacsw32 and in emacs22 over putty.
>
>
> Thanks again for the great org-mode! :)
>
>
>
> <lines-off-of- 
> comment.png>_______________________________________________
> 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] 2+ messages in thread

end of thread, other threads:[~2008-09-07 15:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-05 14:36 Graphical Line in File Parker, Matthew
2008-09-07 15:29 ` Carsten Dominik

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).