<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>example on Jaaved Ali Khan</title><link>https://jaaved.netlify.app/tags/example/</link><description>Recent content in example on Jaaved Ali Khan</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Thu, 18 Jul 2024 10:42:20 +0300</lastBuildDate><atom:link href="https://jaaved.netlify.app/tags/example/index.xml" rel="self" type="application/rss+xml"/><item><title>Literate Programming in Org Mode</title><link>https://jaaved.netlify.app/notes/202105110956-literate_programming/</link><pubDate>Thu, 18 Jul 2024 10:42:20 +0300</pubDate><guid>https://jaaved.netlify.app/notes/202105110956-literate_programming/</guid><description>tags Emacs Literate Programming CS # C-c C-,: select template C-c C-c: evaluate code inside source block UML diagrams with PlantUML # Python # :results value # Only if you use the header argument :results value the code of the block is wrapped by a function and the result of the code block is the return value of that function.
return 7 + 7 14 :results output # On the other hand * means that the code of the block is sent to the interpreter.</description></item></channel></rss>