emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* And another useful function for header arguments
@ 2015-02-10 13:15 Rainer M Krug
  2015-02-11 17:41 ` Grant Rettke
  0 siblings, 1 reply; 4+ messages in thread
From: Rainer M Krug @ 2015-02-10 13:15 UTC (permalink / raw)
  To: emacs-orgmode

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

I just found the following function:

,----
| C-c C-v C-c runs the command org-babel-check-src-block, which is an
| interactive autoloaded compiled Lisp function in `ob-core.el'.
| 
| It is bound to C-c C-v c, C-c C-v C-c.
| 
| (org-babel-check-src-block)
| 
| Check for misspelled header arguments in the current code block.
`----

I'm gonna use it a lot!

Cheers,

Rainer

-- 
Rainer M. Krug
email: Rainer<at>krugs<dot>de
PGP: 0x0F52F982

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 494 bytes --]

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

* Re: And another useful function for header arguments
  2015-02-10 13:15 And another useful function for header arguments Rainer M Krug
@ 2015-02-11 17:41 ` Grant Rettke
  2015-02-12  7:58   ` Rainer M Krug
  0 siblings, 1 reply; 4+ messages in thread
From: Grant Rettke @ 2015-02-11 17:41 UTC (permalink / raw)
  To: Rainer M Krug; +Cc: emacs-orgmode@gnu.org

All of the `org-babel-*" functions are sweet.

Proof, I bind almost of all of them to my own preference:
https://github.com/grettke/home/blob/master/ALEC.org#L4641

Everyone, they are listed here:
http://orgmode.org/manual/Key-bindings-and-useful-functions.html#Key-bindings-and-useful-functions

One of the most under-stated listings ever. They are all delightful, seriously.

On Tue, Feb 10, 2015 at 7:15 AM, Rainer M Krug <Rainer@krugs.de> wrote:
> I just found the following function:
>
> ,----
> | C-c C-v C-c runs the command org-babel-check-src-block, which is an
> | interactive autoloaded compiled Lisp function in `ob-core.el'.
> |
> | It is bound to C-c C-v c, C-c C-v C-c.
> |
> | (org-babel-check-src-block)
> |
> | Check for misspelled header arguments in the current code block.
> `----
>
> I'm gonna use it a lot!
>
> Cheers,
>
> Rainer
>
> --
> Rainer M. Krug
> email: Rainer<at>krugs<dot>de
> PGP: 0x0F52F982



-- 
Grant Rettke
gcr@wisdomandwonder.com | http://www.wisdomandwonder.com/
“Wisdom begins in wonder.” --Socrates
((λ (x) (x x)) (λ (x) (x x)))
“Life has become immeasurably better since I have been forced to stop
taking it seriously.” --Thompson

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

* Re: And another useful function for header arguments
  2015-02-11 17:41 ` Grant Rettke
@ 2015-02-12  7:58   ` Rainer M Krug
  2015-02-12 19:53     ` Grant Rettke
  0 siblings, 1 reply; 4+ messages in thread
From: Rainer M Krug @ 2015-02-12  7:58 UTC (permalink / raw)
  To: Grant Rettke; +Cc: emacs-orgmode@gnu.org

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

Grant Rettke <gcr@wisdomandwonder.com> writes:

> All of the `org-babel-*" functions are sweet.
>
> Proof, I bind almost of all of them to my own preference:
> https://github.com/grettke/home/blob/master/ALEC.org#L4641
>
> Everyone, they are listed here:
> http://orgmode.org/manual/Key-bindings-and-useful-functions.html#Key-bindings-and-useful-functions

Thanks - they are really nice.

I think I should read the manual - but who does this actually ;-) ? 

Rainer

>
> One of the most under-stated listings ever. They are all delightful, seriously.
>
> On Tue, Feb 10, 2015 at 7:15 AM, Rainer M Krug <Rainer@krugs.de> wrote:
>> I just found the following function:
>>
>> ,----
>> | C-c C-v C-c runs the command org-babel-check-src-block, which is an
>> | interactive autoloaded compiled Lisp function in `ob-core.el'.
>> |
>> | It is bound to C-c C-v c, C-c C-v C-c.
>> |
>> | (org-babel-check-src-block)
>> |
>> | Check for misspelled header arguments in the current code block.
>> `----
>>
>> I'm gonna use it a lot!
>>
>> Cheers,
>>
>> Rainer
>>
>> --
>> Rainer M. Krug
>> email: Rainer<at>krugs<dot>de
>> PGP: 0x0F52F982

-- 
Rainer M. Krug
email: Rainer<at>krugs<dot>de
PGP: 0x0F52F982

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 494 bytes --]

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

* Re: And another useful function for header arguments
  2015-02-12  7:58   ` Rainer M Krug
@ 2015-02-12 19:53     ` Grant Rettke
  0 siblings, 0 replies; 4+ messages in thread
From: Grant Rettke @ 2015-02-12 19:53 UTC (permalink / raw)
  To: Rainer M Krug; +Cc: emacs-orgmode@gnu.org

On Thu, Feb 12, 2015 at 1:58 AM, Rainer M Krug <Rainer@krugs.de> wrote:
> I think I should read the manual - but who does this actually ;-) ?

That is the cool part. You don't have to read the whole manual. Not
even a whole page! Just a brief list and that is all it takes to start
having *more* fun with org!

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

end of thread, other threads:[~2015-02-12 19:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-10 13:15 And another useful function for header arguments Rainer M Krug
2015-02-11 17:41 ` Grant Rettke
2015-02-12  7:58   ` Rainer M Krug
2015-02-12 19:53     ` Grant Rettke

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).