all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Non-leading commas removed from src blocks
@ 2011-09-06 23:10 Hsiu-Khuern Tang
  2011-09-07  4:00 ` Eric Schulte
  0 siblings, 1 reply; 3+ messages in thread
From: Hsiu-Khuern Tang @ 2011-09-06 23:10 UTC (permalink / raw)
  To: Eric Schulte; +Cc: orgmode

Hi Eric,

I think your commit 20044297 caused non-leading commas to be removed
from src blocks.  Example:

=====================
* test

  #+begin_src r
    a <- c(1
           , 2
           , 3)
  #+end_src
=====================

But I could be misunderstanding what "non-leading" means.

My original email about this is here:
http://article.gmane.org/gmane.emacs.orgmode/44977.

Thanks!

Hsiu-Khuern.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Non-leading commas removed from src blocks
  2011-09-06 23:10 Non-leading commas removed from src blocks Hsiu-Khuern Tang
@ 2011-09-07  4:00 ` Eric Schulte
  2011-09-07  6:05   ` Hsiu-Khuern Tang
  0 siblings, 1 reply; 3+ messages in thread
From: Eric Schulte @ 2011-09-07  4:00 UTC (permalink / raw)
  To: Hsiu-Khuern Tang; +Cc: orgmode

Hsiu-Khuern Tang <tangoh@gmail.com> writes:

> Hi Eric,
>
> I think your commit 20044297 caused non-leading commas to be removed
> from src blocks.  Example:
>
> =====================
> * test
>
>   #+begin_src r
>     a <- c(1
>            , 2
>            , 3)
>   #+end_src
> =====================
>
> But I could be misunderstanding what "non-leading" means.
>
> My original email about this is here:
> http://article.gmane.org/gmane.emacs.orgmode/44977.
>

Hi Hsiu-Khuern,

Thanks for pointing out this behavior.  I've just pushed up a change to
the git repository which should fix this behavior.  Please let me know
if the problem persists.

Best -- Eric

>
> Thanks!
>
> Hsiu-Khuern.

-- 
Eric Schulte
http://cs.unm.edu/~eschulte/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Non-leading commas removed from src blocks
  2011-09-07  4:00 ` Eric Schulte
@ 2011-09-07  6:05   ` Hsiu-Khuern Tang
  0 siblings, 0 replies; 3+ messages in thread
From: Hsiu-Khuern Tang @ 2011-09-07  6:05 UTC (permalink / raw)
  To: Eric Schulte; +Cc: orgmode

On Tue, Sep 6, 2011 at 9:00 PM, Eric Schulte <schulte.eric@gmail.com> wrote:
> Hsiu-Khuern Tang <tangoh@gmail.com> writes:
>
>> Hi Eric,
>>
>> I think your commit 20044297 caused non-leading commas to be removed
>> from src blocks.  Example:
>> ...
>> My original email about this is here:
>> http://article.gmane.org/gmane.emacs.orgmode/44977.
>>
>
> Hi Hsiu-Khuern,
>
> Thanks for pointing out this behavior.  I've just pushed up a change to
> the git repository which should fix this behavior.  Please let me know
> if the problem persists.
>
> Best -- Eric


I tested the latest version and it now works as I would like it to --
thanks for the change!

Best,
Hsiu-Khuern.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-09-07  6:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-06 23:10 Non-leading commas removed from src blocks Hsiu-Khuern Tang
2011-09-07  4:00 ` Eric Schulte
2011-09-07  6:05   ` Hsiu-Khuern Tang

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.