Re: [Orgmode] [Babel] Arguments...

2010-11-05 Thread Eric Schulte
Sébastien Vauban writes: > Hello, > > Two small questions, with that minimal example: > > #+begin_src org > ,* Database > , > ,** Back up the database > , > ,Create a backup file of the existing database: > , > ,#+srcname: backup-db(dbName, dbBackupFile) > ,#+begin_src sql > ,BACKUP DATABASE dbNa

[Orgmode] [Babel] Arguments...

2010-11-05 Thread Sébastien Vauban
Hello, Two small questions, with that minimal example: #+begin_src org ,* Database , ,** Back up the database , ,Create a backup file of the existing database: , ,#+srcname: backup-db(dbName, dbBackupFile) ,#+begin_src sql ,BACKUP DATABASE dbName TO DISK = 'dbBackupFile' ,go ,#+end_src , ,** Back