Commit Graph

3530 Commits

Author SHA1 Message Date
Eric Schulte 133aa88a06 renaming the org-babel-lisp file to org-babel-emacs-lisp 2009-09-13 10:07:31 -06:00
Eric Schulte 9c6309908f removing .gitignore from contrib/babel 2009-09-12 20:22:24 -06:00
Eric Schulte d5d8608a97 now respects the properties on export 2009-09-12 12:14:09 -06:00
Eric Schulte 2d2a2a1956 trimming down the size of contrib/babel 2009-09-12 11:39:38 -06:00
Eric Schulte eec9c235d0 moving/removing files, and updating paths 2009-09-11 13:56:14 -06:00
Eric Schulte c0554c7753 merging with the org-babel repository 2009-09-11 13:44:05 -06:00
Eric Schulte bb2969ef61 TODO allow tangle to be called on a single source block 2009-09-11 13:24:35 -06:00
Carsten Dominik 317ea8bf9d Amend Bastiens fix in 3bc997fe8f
This fix did create a new problem with exporting selected subtrees.
I hope it works now.
2009-09-10 22:37:49 +02:00
Carsten Dominik d892aa9642 Fix bug with table alignment and alignment cookies
Michael Brand writes:

> First, when I open a file with the content
>
> -*- eval: (org-mode) -*-
> #+STARTUP: align
> | <l8>     |
> | 3.14     |
> | 3.1415926535897932384626433832795 |
>
> and answer yes, I get
>
> -*- eval: (org-mode) -*-
> #+STARTUP: align
> | <l8>| <l8>     |
> | 3.14     |
> | 3.1415=> |
>
> but would expect
>
> -*- eval: (org-mode) -*-
> #+STARTUP: align
> | <l8>     |
> | 3.14     |
> | 3.1415=> |
>
> Second, when I delete the last line and save the file, the file content
> will be
>
> -*- eval: (org-mode) -*-
> #+STARTUP: align
> | <l8>| <l8>     |
> | 3.14     |
>
> as I can see e. g. with emacs itself when I close the file and open it
> again declining org-mode with answering no. But the file content should
> be
>
> -*- eval: (org-mode) -*-
> #+STARTUP: align
> | <l8>     |
> | 3.14     |
>
> Can someone please confirm with a more stable and recent emacs version?
2009-09-10 19:54:44 +02:00
Carsten Dominik c1524ad9fa Fix arg handling for org-contents
When odd levels are being used, change the interpretation of a
numerical arg to S-TAB.

Michael Brand writes:

> I like the org-indent-mode with the soft-indentation but even more I
> like the hard-indentation with `#+STARTUP: odd hidestars' instead for
> which I have a question.
>
> This is the content of the example file oddeven:
> -*- mode: org -*-
> #+STARTUP: oddeven hidestars content
> * 1 Org Mode
> ** 1.1 Introduction
> *** 1.1.1 Installation
>
> This is the content of the example file odd:
> -*- mode: org -*-
> #+STARTUP: odd hidestars content
> * 1 Org Mode
> *** 1.1 Introduction
> ***** 1.1.1 Installation
>
> The different _Emacs-faces_ (colors) for the heading levels are the same
> when comparing the two files. This Emacs-internal adaptation I
> appreciate a lot.
>
> C-u 2 S-Tab shows _two_ levels with the file oddeven but only _one_ with
> the file odd. Is this how it is intended to work for the file odd?
2009-09-10 18:30:42 +02:00
Carsten Dominik 91197ce280 Fix cleaning up Edit Src buffers 2009-09-09 15:06:42 +02:00
Bastien Guerry 6c7f8790fb org.el (org-check-agenda-file): Use a more explicit message
Requested by Daniel Clemente.
2009-09-09 18:37:57 +08:00
Carsten Dominik 92520bed1b Fix bug in table export 2009-09-08 15:45:11 +02:00
Bastien Guerry 84c2435968 Minor visual improvements.
org.el (org-offer-links-in-entry): Don't use "Select link" as a prompt
in the temporary window.

org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer prefix for
marked entries in the agenda view.
2009-09-08 11:10:13 +08:00
Carsten Dominik 2546c1ef0c Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode 2009-09-08 10:05:07 +02:00
Carsten Dominik 526ccf4389 Clean up the require stuff in org-gnus.el 2009-09-08 10:04:57 +02:00
Eric Schulte 16652698e4 adding margin to logo images 2009-09-07 17:25:34 -06:00
Eric Schulte b8f10d3e03 moving images to doc/images 2009-09-07 17:24:14 -06:00
Eric Schulte ee7fec25fb moving lob image 2009-09-07 17:22:08 -06:00
Bastien Guerry 3f640c191a outline-end-of-subtree: Bugfix.
Advise this function in a way that prevents any trailing character from
being displayed.  Patch by Andreas Burtzlaff <andy13@gmx.net>.
2009-09-08 06:38:20 +08:00
Dan Davison 4d29dc36be o-b-worg.org: more minor edits 2009-09-07 15:06:19 -04:00
Dan Davison c5dc57e526 o-b-worg.org: minor edits 2009-09-07 15:02:02 -04:00
Dan Davison 8f8c976940 o-b-worg.org: simplify / clean up spreadsheet plugin example. 2009-09-07 14:56:57 -04:00
Dan Davison 7e6aba8bf1 o-b-worg.org: Added a simple example of using R code in an org table
via the sbe macro.
2009-09-07 14:56:28 -04:00
Dan Davison 13c3ec682c proposed task: control precision of numerical output 2009-09-07 14:28:20 -04:00
Dan Davison 91a4bdb767 o-b-worg.org: change :var to function call syntax 2009-09-07 14:10:34 -04:00
Dan Davison afa694acf0 Added bug: blank srcname takes srcname from next line 2009-09-07 13:56:24 -04:00
Carsten Dominik 6bc0ec12ce Minor fixed for the previous commit 2009-09-07 15:48:10 +02:00
Carsten Dominik 1db9613478 Fix bugs in the agenda bulk action menu
The commands in the menu still reflected the old implementation which
had a single key for toggling the mark.

Reported by Giles Chamberlin
2009-09-07 14:54:32 +02:00
Bastien Guerry 2e7c300cd8 Fix typo. 2009-09-07 20:51:44 +08:00
Carsten Dominik ecb3e99a46 Speedup table export which was slow 2009-09-07 14:49:43 +02:00
Dan Davison 5deb1b7d57 o-b-worg.org: add different LoB image 2009-09-06 21:48:09 -04:00
Dan Davison 0eca56889d o-b-worg.org minor changes 2009-09-06 21:14:20 -04:00
Dan Davison 98b702a957 o-b.org: added shell exit code error checking task 2009-09-06 20:10:00 -04:00
Dan Davison e6964937d9 o-b-worg.org: added LoB imae and removed LoB link (it's not up to much yet) 2009-09-06 20:09:33 -04:00
Dan Davison 5fbd0bfba6 o-b-worg.org: expanding the explanation of the pie chart example 2009-09-06 19:36:56 -04:00
Dan Davison b3bcdb7b08 o-b-worg.org: added Tower of Babel title to image (and update blue.png...) 2009-09-06 19:22:39 -04:00
Dan Davison 3b3b2796f1 o-b-worg.org: Edited LoB section. 2009-09-06 19:18:11 -04:00
Dan Davison 0ad03e87b8 Merge commit 'origin/master' 2009-09-06 18:37:48 -04:00
Dan Davison a057913e4d o-b-worg.org: small change 2009-09-06 18:37:42 -04:00
Eric Schulte 64aaeb894c publishing documentation tweaks 2009-09-06 15:45:57 -06:00
Eric Schulte f4123a4705 changed image citation and quote
Conflicts:

	org-babel-worg.org
now using an image from wikipedia [1] which is public domain

[1] http://en.wikipedia.org/wiki/File:Pieter_Bruegel_d._%C3%84._076.jpg
2009-09-06 15:37:53 -06:00
Eric Schulte 8c37bfaa86 now using an image from wikipedia [1] which is public domain
[1] http://en.wikipedia.org/wiki/File:Pieter_Bruegel_d._%C3%84._076.jpg
2009-09-06 15:36:56 -06:00
Carsten Dominik fa5d97e28c Agenda: Fix bug with entry text in empty entries
Report by Rainer Stengele
2009-09-06 22:52:54 +02:00
Carsten Dominik 97ecc2c180 LaTeX export: Fix bug with accidental multiline protection in comments 2009-09-06 07:54:31 +02:00
Carsten Dominik 25226d7d65 Minor fixes o the edit src code mechanism
Patch by Dan Davison
2009-09-06 07:53:21 +02:00
Carsten Dominik 760b1e7d21 Keep paragraph filling from spilling into comment and meta lines
Lines starting with # are now considered paragraph starters.

Patch by Dan Davison
2009-09-06 07:15:11 +02:00
Carsten Dominik 41def5249d Doc fixes 2009-09-06 07:05:36 +02:00
Carsten Dominik 590a518fb9 Fix order bug when cleaning up entry lines for agenda 2009-09-06 07:05:25 +02:00
Dan Davison 7bd6dc13a5 o-b-worg.org: Trying to get tower of babel image right.
The jpg images I'm adding are the ones on Wikipedia. The pngs were
produced by convert -resize 15% (for the little-tower-of-babel) and
convert -resize 20% (for the tower-of-babel).
2009-09-05 15:09:58 -04:00