~bzg/worg

a27404f532db4799975046b715747b091fbce92e — shynur 3 months ago 9195499
org-contrib/babel/intro.org: Delete unnecessary leading commas in some blocks
1 files changed, 4 insertions(+), 4 deletions(-)

M org-contrib/babel/intro.org
M org-contrib/babel/intro.org => org-contrib/babel/intro.org +4 -4
@@ 276,7 276,7 @@ Change "sh" to "shell"

   #+begin_src org
  ,#+begin_src <language> <switches> 
  ,<body>
  <body>
  ,#+end_src
   #+end_src



@@ 285,8 285,8 @@ Change "sh" to "shell"

   #+begin_src org
  ,#+begin_src ruby
  ,require 'date'
  ,"This file was last evaluated on #{Date.today}"
  require 'date'
  "This file was last evaluated on #{Date.today}"
  ,#+end_src
   #+end_src



@@ 300,7 300,7 @@ Change "sh" to "shell"

   #+begin_src org
  ,#+begin_src <language>  <switches> <header arguments>
  ,<body>
  <body>
  ,#+end_src
   #+end_src