Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit db63e9e

Browse files
Remove output from code block to clear results
This commit silences the output from the code block that is designed to remove all results from proceeding code blocks. This was done because running this code block created a useless results block below it, so it only makes sense to just silence it.
1 parent df4e077 commit db63e9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎notes/unix_outline.org‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ And navigate to your folder.
2121
cd /home/courses/BMI565/students/<username>
2222
#+END_SRC
2323

24-
#+BEGIN_SRC emacs-lisp
24+
#+BEGIN_SRC emacs-lisp :results silent
2525
;; Remove all results blocks from below code blocks
2626
(org-babel-map-src-blocks nil (org-babel-remove-result))
2727
#+END_SRC

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /