Re: [O] table references in org-babel AND latex

2013-07-19 Thread zenlines
Hi there, sorry for the junk I sent regarding table references in org-babel AND latex. Org-mode is awesome. In such a case, it is not necessary to identify something by what it is in the classical LaTeX way and just label it (#+name:). Org-mode recognizes just what it is and the labels refer

[O] table references in org-babel AND latex

2013-07-16 Thread zenlines
Hi There, it might be nice to include documentation about table references in org-babel AND latex, i.e.: +begin_example numbers in table [[tab:Table]] are important. #+CAPTION: Description of system #+NAME: tab:Table | Code | |--| |1 | |2 | |4 | |8 | | 16 | | 32 | |

[O] tab-completion of org-babel code blocks

2013-07-15 Thread zenlines
Hi There, the tab-completion (M-tab or, in my case, C-M-i) of to start code blocks is: #+begin_s is #+begin_src: Code blocks ending with a ":" don't work (C-c C-c) with: #+begin_src: emacs-lisp (setq org-export-babel-evaluate nil) (setq org-confirm-babel-evaluate nil) #+end_src: But code block