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

3702 commits

Author SHA1 Message Date
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
Dan Davison 50a08fc0d4 Experimenting with the Tower of Babel logo 2009-09-05 14:41:50 -04:00
Eric Schulte 5370de3c9b more style tweaks 2009-09-05 12:22:43 -06:00
Eric Schulte 53d809eaf6 more style changes 2009-09-05 12:18:13 -06:00
Eric Schulte b8f5011516 changes to the css style 2009-09-05 12:15:59 -06:00
Eric Schulte 18c92eba6a collection of minor edits/additions to org-babel-worg 2009-09-05 12:00:40 -06:00
Carsten Dominik c23066242f Improve docstring of `org-log-repeat'
Patch by Dan Griswold
2009-09-05 08:35:54 +02:00
Carsten Dominik 25f0e716ef Fix typos in org.texi
Patch by Dan Griswold
2009-09-05 08:32:22 +02:00
Carsten Dominik 0b5ff7f6e3 Release 6.30e 2009-09-05 08:14:15 +02:00
Carsten Dominik 02d4dbf54e Revert change in org-gnus.el that caused font-lock problems 2009-09-05 07:54:46 +02:00
Carsten Dominik c5a26208a8 More user options to clean up entry text that will be shown in the agenda.
> > New mode to show some entry body text in the agenda
> > ----------------------------------------------------
> > There is now a new agenda sub-mode called
> > `org-agenda-entry-text-mode'.  It is toggled with the `E' key.
> > When active, all entries in the agenda will be accompanied by a
> > few lines from the outline entry.  The amount of text can be
> > customized with the variable `org-agenda-entry-text-maxlines'.
>
>
> this already avoids displaying drawer lines.
> I also see lines like:
>
>     - State "DONE"       from "WARTEN"     [2009-08-04 Di 16:19]
>     - State "DONE"       from "WARTEN"     [2009-07-02 Do 09:43]
> ...
>
> and in my remeber templates I always create lines like:
>
>      created: [2009-08-03 Mo 11:46]
>
> with the creation date of the entry.
> Would it be possible and make sense to set up a variable for a
> regexp to exclude lines like the ones above from showing?

This commit sets up such a variable, and also a hook.
2009-09-05 07:53:46 +02:00
Dan Davison 14be1aed89 o-b-worg.org: general proofreading / editing 2009-09-04 23:24:58 -04:00
Dan Davison afcebc3edd o-b-worg.org: no more quoted negative numbers 2009-09-04 23:10:40 -04:00
Dan Davison dc66d84ac4 Alter org-babel-number-p so that it recognises negative numbers 2009-09-04 23:06:05 -04:00
Dan Davison b085fafc8b o-b.org: added notes to "share org-babel" tasks 2009-09-04 23:02:32 -04:00
Dan Davison 0c8c3a5f59 o-b-worg.org: Move source-block syntax section into main body of document, etc 2009-09-04 22:57:25 -04:00
Dan Davison a94ae463e7 o-b-worg.org: Changes to header lines 2009-09-04 22:56:19 -04:00
Dan Davison 04ecc9ee2f o-b-worg.org: minor change 2009-09-04 20:37:44 -04:00
Dan Davison 14a53d6fde o-b-worg: minor changes 2009-09-04 20:19:42 -04:00
Dan Davison f5abc5155a o-b-worg.org: changes to function arguments section 2009-09-04 20:19:24 -04:00
Dan Davison b239624e83 o-b-worg.org: Moved details on langauges into reference section 2009-09-04 20:18:01 -04:00
Dan Davison 03cc4f71e6 Changes to results value/output section in o-b-worg.org 2009-09-04 19:52:54 -04:00
Dan Davison 03dda6644a Changes to source block section in o-b-worg.org 2009-09-04 19:31:08 -04:00
Dan Davison b10b07c475 Changes to source code (execution) section of o-b-worg.org 2009-09-04 18:16:27 -04:00
Dan Davison bbdafa64b8 Minor changes to introduction to o-b-worg.org 2009-09-04 17:40:54 -04:00
Dan Davison 0f781016e4 Merge branch 'R-output-eval-bug' 2009-09-04 15:10:42 -04:00
Dan Davison fd810833a7 Typo in o-b-worg.org 2009-09-04 15:08:41 -04:00
Eric Schulte e1ab32e987 removing rogue debug statement in ob-exp.el 2009-09-04 12:18:41 -06:00
Carsten Dominik 206660bc8c Store link: Don't error before the first heading in a file
Matt Lundin writes:

> When I call org-remember or org-store-link above the first headline in
> an org buffer, I receive the following error message:
>
>    Before first headline at position 1 in buffer index.org
>
> It seems that either org-remember or org-store-link (or both) calls
> org-back-to-heading in order to grab the relevant heading for
> annotation. As a result, if I try to store a link above the first
> heading, emacs spits out the error message above because there is no
> heading to return to.
>
> Is this the intended behavior? Sometimes I prefer to create a link to
> the file as a whole rather than to a particular headline. E.g., I might
> want to create a todo to organize notes.org, which is not an agenda
> file. In this instance, it does not matter whether org-remember creates
> a link to a particular headline. In fact, I would prefer a link to the
> file as a whole and thus expect to be able to store a link while on the
> first empty line of the file or on #+TITLE.
2009-09-04 13:11:18 +02:00