0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-23 15:10:43 +00:00
Commit graph

3747 commits

Author SHA1 Message Date
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
Eric Schulte eb2315e3d0 additional tasks
** TODO org-bable-tangle: no default extension if one already exists
 ** TODO source-name visible in LaTeX and html exports
2009-08-11 12:58:48 -06:00
Carsten Dominik 5834ad01b6 LaTeX snippets: Avoid Overlap
It is possible that the regular expressions for LaTeX snippets match
at nested locations.  For example, Nick Dokos submitted this:

,----
| #+LaTeX_HEADER: \usepackage{amsmath}
|
| * foo
|
| \[
| \begin{matrix}
| 1&d\\
| d&d\\
| \end{matrix}
| \]
|
`----

where the snippet regexps match at \[ ... \] and also at
\\begin{matrix}.

This would lead to two nested overlays being placed.  With this
commit, only the outer one will remain.
2009-08-11 16:32:05 +02:00
Carsten Dominik 1d18043506 LaTeX export: Add more languages for source code publishing 2009-08-11 15:45:10 +02:00
Carsten Dominik 5ad80265af Macros: Fix bugs with macro arguments distributed over lines 2009-08-11 15:29:53 +02:00
Carsten Dominik 59370b6a83 LaTeX export: Remove bug in table export.
A `save-excursion' around a call to org-table-align make point end up
*before* the table.  The reason is that a table align replaces the
entire table, including the newline before it.  When the table is
removed in order to be replaced, the marker created by
`save-excursion' slips.  `org-table-align' has it's own, built-in
`save-excursion' by remembering the line and column where the cursor
was before the align.
2009-08-11 07:51:12 +02:00
Eric Schulte 16510bf10a fleshing out the "* A meta-programming language for org-mode" section of org-babel-worg 2009-08-10 12:35:39 -06:00
Carsten Dominik bd8e4e248a Fix problem with completing #+STARTUP 2009-08-10 14:45:57 +02:00
Carsten Dominik bd8e816ea0 Move constant definition so that org-html does not have to be loaded just for font-locking 2009-08-10 14:02:24 +02:00
Carsten Dominik 05ef736ac0 Allow Macros to span several lines.
However, if you are using arguments, it is required that the opening
parenthesis is attached to the macro name, and that the closing
parenthesis is attached to the three closing braces.
2009-08-10 10:08:34 +02:00
Eric Schulte 87c352eee2 PROPOSED require users to explicitly turn on each language
I'd be interested to hear feedback on this... While I don't want to
  increase the burden of instillation I don't see any other option
2009-08-09 19:01:06 -06:00
Eric Schulte 8fbb932110 truncating bible quote 2009-08-09 18:47:00 -06:00
Eric Schulte fe0022c198 the biblical quote may be too much... I just couldn't help myself 2009-08-09 13:25:20 -06:00
Eric Schulte 145b6a14a0 updates to publish information for org-babel-documentation 2009-08-09 12:49:07 -06:00
Eric Schulte a44766514e more changes to og-worg, specifically "* Arguments to source code blocks" 2009-08-09 12:43:59 -06:00
Eric Schulte f6f514596a small changes to org-babel-worg.org 2009-08-09 12:40:23 -06:00
Eric Schulte 9f337b983c additions to org-babel-worg.org 2009-08-09 12:36:10 -06:00
Eric Schulte 2f50cb659f DONE Allow source blocks to be recognised when #+ are not first characters on the line 2009-08-09 08:29:06 -06:00
Carsten Dominik b70a5e0357 Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
Conflicts:
	lisp/ChangeLog
2009-08-09 14:52:25 +02:00
Carsten Dominik c5783bd8bd LaTeX export: Allow export using the listings package
Patch by Eric Schulte, see

http://thread.gmane.org/gmane.emacs.orgmode/16269
2009-08-09 14:51:09 +02:00