all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Commit 'cf5e96c8e1be5d0f9df2d98415f3ee16df9408f0' introduces texi syntax error
@ 2013-04-05  8:05 Vladimir Lomov
  2013-04-05  9:32 ` Bastien
  2013-04-05 16:37 ` Bernt Hansen
  0 siblings, 2 replies; 3+ messages in thread
From: Vladimir Lomov @ 2013-04-05  8:05 UTC (permalink / raw)
  To: General discussions about Org-mode

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

Hello,
as topic states, I attached small patch.

---
WBR, Vladimir Lomov


-- 
For some reason a glaze passes over people's faces when you say
"Canada".  Maybe we should invade South Dakota or something.
		-- Sandra Gotlieb, wife of the Canadian ambassador to the U.S.

[-- Attachment #2: org-texi.patch --]
[-- Type: text/plain, Size: 369 bytes --]

diff --git a/doc/org.texi b/doc/org.texi
index 3ce5c61..547ce3d 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -14188,11 +14188,11 @@ argument.
 
 #+header: :file /tmp/it.png
 #+begin_src dot :post attr_wrap(width="5cm", data=*this*) :results drawer
-  digraph{
+  digraph@{
           a -> b;
           b -> c;
           c -> a;
-  }
+  @}
 #+end_src
 
 #+RESULTS:

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

* Re: Commit 'cf5e96c8e1be5d0f9df2d98415f3ee16df9408f0' introduces texi syntax error
  2013-04-05  8:05 Commit 'cf5e96c8e1be5d0f9df2d98415f3ee16df9408f0' introduces texi syntax error Vladimir Lomov
@ 2013-04-05  9:32 ` Bastien
  2013-04-05 16:37 ` Bernt Hansen
  1 sibling, 0 replies; 3+ messages in thread
From: Bastien @ 2013-04-05  9:32 UTC (permalink / raw)
  To: Vladimir Lomov; +Cc: General discussions about Org-mode

Vladimir Lomov <lomov.vl@gmail.com> writes:

> as topic states, I attached small patch.

Applied, thanks!

-- 
 Bastien

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

* Re: Commit 'cf5e96c8e1be5d0f9df2d98415f3ee16df9408f0' introduces texi syntax error
  2013-04-05  8:05 Commit 'cf5e96c8e1be5d0f9df2d98415f3ee16df9408f0' introduces texi syntax error Vladimir Lomov
  2013-04-05  9:32 ` Bastien
@ 2013-04-05 16:37 ` Bernt Hansen
  1 sibling, 0 replies; 3+ messages in thread
From: Bernt Hansen @ 2013-04-05 16:37 UTC (permalink / raw)
  To: Vladimir Lomov; +Cc: General discussions about Org-mode

Vladimir Lomov <lomov.vl@gmail.com> writes:

> Hello,
> as topic states, I attached small patch.
>
> ---
> WBR, Vladimir Lomov

Confirmed - I ran into this yesterday and not knowing the texi syntax
just deleted the brackets locally so I could get my updated info
documentation :)

Regards,
Bernt

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

end of thread, other threads:[~2013-04-05 16:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-05  8:05 Commit 'cf5e96c8e1be5d0f9df2d98415f3ee16df9408f0' introduces texi syntax error Vladimir Lomov
2013-04-05  9:32 ` Bastien
2013-04-05 16:37 ` Bernt Hansen

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.