Commit graph

3816 commits

Author SHA1 Message Date
Eric Schulte 41f4401c84 adding ob-sass to the optional languages in "getting started" configuration 2009-08-17 15:27:47 -06:00
Eric Schulte 57a9464d3a added the SASS css generation language (see http://sass-lang.com/) 2009-08-17 14:39:34 -06:00
Eric Schulte 5ae3234bae org-babel-exp is now using the newer org-exp-blocks.el block definition methods 2009-08-17 12:19:25 -06:00
Eric Schulte aad23f4140 adding new bug (ob-exp.el is stripping indentation from source-code blocks) 2009-08-17 10:01:50 -06:00
Dan Davison a5e09d16db Merging origin/master in 2009-08-17 16:37:18 +01:00
Dan Davison 5f7c58d739 typo in ob-worg.org 2009-08-17 16:35:25 +01:00
Eric Schulte 1626ebcdc8 TODO failing to write srcname to resname when evaluating a named block 2009-08-16 22:29:33 -06:00
Eric Schulte 50e29c200d recursively expanding nested noweb references 2009-08-16 21:17:16 -06:00
Eric Schulte 937e1aa981 now better at inserting wrapping comments, and using org-src-lang-modes 2009-08-16 21:14:22 -06:00
Eric Schulte 8e09dacdbc added "existing similar tools" section to publish task 2009-08-16 17:23:53 -06:00
Eric Schulte c23e62cd09 small typo 2009-08-16 14:02:20 -06:00
Eric Schulte 7d440e548f removing util directory as it's no longer needed 2009-08-16 14:01:12 -06:00
Eric Schulte fcc0ff9010 recognizes different types of ocaml output 2009-08-16 13:59:07 -06:00
Eric Schulte cfe40c4ca1 started adding support for the ocaml language 2009-08-16 11:47:18 -06:00
Eric Schulte 2f82474d85 No longer loading all languages by default. REQUIRES A CHANGE TO YOUR CONFIG!
This fixes a bug: DONE require users to explicitly turn on each language

as we continue adding more languages (each with it's own set of major
mode requirements), we are going to want users to only turn on the
languages that they intend to use.

See the install instructions in org-babel-worg.org, also take a look
at the "Requirements" sections of org-babel-ruby.el and
org-babel-gnuplot.el for pointers to downloading and installing their
requirements (which are no longer distributed in the util directory).
2009-08-16 10:48:08 -06:00
Carsten Dominik dbc99e6550 Add MACRO to completion works 2009-08-16 09:48:58 +02:00
Carsten Dominik f7e208da37 Make latex preview also use the packages in `org-export-latex-packages-alist'. 2009-08-16 09:38:03 +02:00
Carsten Dominik 94d91eaf03 HTML export: Fix bugs with footnotes. 2009-08-16 06:41:30 +02:00
Carsten Dominik 05f25b3de4 Remove (debug) form 2009-08-16 05:36:05 +02:00
Carsten Dominik 15227843ab Fix some issues related to the recent iswitchb patch 2009-08-16 00:31:39 +02:00
Carsten Dominik 09acabcfb3 Fix some typos, add a new variable 2009-08-15 08:16:45 +02:00
Eric Schulte c36fc4cedf changes to the "literate programming" section of ob-worg 2009-08-14 21:46:40 -06:00
Eric Schulte 36be1d4058 adding literate programming section to ob-worg, and fixing small tangle bug 2009-08-14 19:34:23 -06:00
Eric Schulte 15ea7ae5ed added small example of raw python output 2009-08-14 18:31:02 -06:00
John Wiegley 5acac25dc1 All completing-read behavior for iswitchb users
This is enabled using org-completion-use-iswitchb, and follows the same
model of usage as for ido users.
2009-08-15 01:14:04 +02:00
Eric Schulte 99ba71d35e [BUG FIX] DONE Python session evaluation bug 2009-08-14 16:13:57 -06:00
Eric Schulte 367072d11b OK, now I really think that we're done inserting superfluous interests with results 2009-08-14 15:49:05 -06:00
Eric Schulte d07c2f3b5c [BUG FIX] DONE problem with newlines in output when :results value 2009-08-14 15:33:49 -06:00
Eric Schulte 4db86bd66f better an not inserting blank lines 2009-08-14 15:21:40 -06:00
Eric Schulte 8ba39da7e9 [BUG FIX] DONE non-orgtbl formatted lists 2009-08-14 15:15:23 -06:00
Eric Schulte 9b25adfd48 no longer adding extra lines with table output 2009-08-14 15:07:29 -06:00
Eric Schulte 945200790a fixed bug: DONE adding blank line when source-block produces no output 2009-08-14 14:57:36 -06:00
Eric Schulte 763ef6b5df small expansion of journals section in org-babel.org 2009-08-14 14:46:28 -06:00
Carsten Dominik 7d5fe030e3 Get rid of unnecessary prompt in agenda view
Patch by Bernt Hansen

http://thread.gmane.org/gmane.emacs.orgmode/16485
2009-08-14 20:47:39 +02:00
Carsten Dominik 4dc86eedd4 Use better regular expression to find bibliography line
Hsiu-Khuern writes:

> In contrib/lisp/org-export-bibtex.el, the BiBTeX file has to
> match the Emacs regexp "\w+".  So a line like
>
> #+BIBLIOGRAPHY: mybib_new
>
> will not work because of the underscore character in the
> filename.  (I suppose the actual behavior depends on the local
> Emacs settings that affect the "syntax table".)  May I propose
> changing the regexp to "[[:alnum:]_]+"?
>
> Initially, I was stumped by this because I thought \w was a
> "regular" regexp :), such as defined in sed, and would match
> underscores as well.
2009-08-14 20:30:19 +02:00
Carsten Dominik 7d54df7188 Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode 2009-08-14 19:23:11 +02:00
Carsten Dominik 8c177dc832 Avoid text properties on elements in custom variables 2009-08-14 17:18:14 +02:00
Bastien Guerry 7af16c7bc6 org.texi: Added an index entry for the sorting of subtrees.
Patch by Dan Davison.
2009-08-14 18:49:07 +08:00
Eric Schulte fe7c63b18c STARTED new results types (org, html, latex)
added a "raw" or "org" results header
2009-08-13 13:31:51 -06:00
Dan Davison 412d991967 Bug report: example of failure of python session evaluation 2009-08-13 14:15:39 -04:00
Dan Davison 56033f78f5 Another peer-reviewed publication would be an article in R-journal
describing use of org-babel for RR using R.
2009-08-13 14:15:01 -04:00
Dan Davison da1f01629d Merge commit 'origin/master' 2009-08-12 22:17:18 -04:00
Dan Davison 110c68787d Initial notes on suitable journals for an org-babel publication. 2009-08-12 22:17:11 -04:00
Carsten Dominik 8d59e10a06 Bugfix: Keep todo keyword list valid
An entry `#+TODO:' without content make `M-x org-mode' fail.
While it may cause problems to have no TODO keywords defined, this
should not make entering the mode fail.
2009-08-12 18:38:07 +02:00
Eric Schulte 08280d8e1b changes to ob-worg#reproducible-research 2009-08-12 10:14:14 -06:00
Eric Schulte 402fe5f78f adding custom ID's to ob-worg for pretty/stable internal links 2009-08-12 08:58:35 -06:00
Eric Schulte c90810903d expanded "* Reproducible Research" in ob-worg 2009-08-12 08:55:42 -06:00
Eric Schulte 9bcc624916 expanded "* Spreadsheet plugins for org-mode in any language" in ob-worg 2009-08-12 08:39:06 -06:00
Carsten Dominik b069091873 Newlines in macros can de defined using \n 2009-08-12 11:10:30 +02:00
Carsten Dominik 5b7ea02286 Fix typos
Thanks to Nick Dokos.
2009-08-12 10:19:57 +02:00