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

3957 commits

Author SHA1 Message Date
Eric Schulte a54c27ec91 attempts at improving sb snippet 2009-05-27 18:42:15 -07:00
Eric Schulte aca19b2efc added my session thoughts for global variables 2009-05-27 16:40:47 -07:00
Eric Schulte 906c524234 Merge branch 'master' of git@github.com:eschulte/org-babel
Conflicts:
	org-babel.org
2009-05-27 16:40:26 -07:00
Eric Schulte 2c3c91ed12 removed org-babel-ui (tabbing blocks) as the functionality will be included in org-mode core 2009-05-27 16:34:48 -07:00
Eric Schulte 2d1a5405d1 added task for improving the sb snippet 2009-05-27 16:33:22 -07:00
krick 59c6574c05 org-clock-sound could be
* nil. No sound played.
* any string, that is not a file. Make a beep
* file name. Emacs tries to play it with aplay, if available.
  If not, use standard emacs play-sound-file function.
2009-05-28 01:10:27 +02:00
Carsten Dominik ff222e41b8 Bind ESC sequences explicitly because translation does not always work.
Patch by Paolo Petta
2009-05-27 20:04:25 +02:00
Carsten Dominik a18546c360 TODO entries: Control over when selecting a state is treated as state change.
This commit introduces two new variables:

- org-treat-insert-todo-heading-as-state-change

  Default is nil.  When set to t, adding a new TODO item will be done
  by adding an item and the executing an "official" state change which
  potentially will trigger state logging.

- org-treat-S-cursor-todo-seletion-as-state-change

  Default is t.  When set to nil, selecting a TODO state with
  S-left/right will not trigger logging, only selecting a new state
  with `C-c C-t'.  I actually like this a lot and would even consider
  making this the default.
2009-05-27 18:54:44 +02:00
Carsten Dominik ca79257ca6 HTML export: Better defaults for org-export-html-xml-declaration 2009-05-27 18:16:26 +02:00
krick 8c3ffc6259 Remove setq of the org-clock-sound here :) 2009-05-27 08:49:51 +02:00
Dan Davison 5db027b3e1 Noted in hline TODO that plotting histogram in the grades example is blocked by not being able to deal with hline in the input table. (AIUI) 2009-05-26 19:40:47 -04:00
Dan Davison 57783f9ce2 A few new TODOS: deal with hlines in tables, how do we pass multiple args in R, and some extended wittering about scoping issues in R: basically I want to argue for not abandoning the Sweave-style mode where objects created in code blocks are persisten across different blocks. 2009-05-26 19:16:46 -04:00
krick 3c2099c29b Show total clocked time in mode line.
(Instead time since last start)
2009-05-26 23:30:38 +02:00
Carsten Dominik 3d1ff31b60 LaTeX export: Fix \nbsp, 2nd attempt 2009-05-26 17:04:10 +02:00
Carsten Dominik 7ab9c52c3d Revert "LaTeX export: Fix interpretation of \nbsp"
This reverts commit e85508d5cf.
2009-05-26 16:47:38 +02:00
Carsten Dominik ae7b8f6b12 Push version number to 6.27trans 2009-05-26 15:41:44 +02:00
Carsten Dominik e85508d5cf LaTeX export: Fix interpretation of \nbsp
Reported by Chris Gray.
2009-05-26 15:40:26 +02:00
Eric Schulte db9f189649 fixed bug: DONE R-code broke on "org-babel" rename 2009-05-25 19:23:30 -07:00
Eric Schulte aec7ec05d3 more fleshing out of the introduction 2009-05-25 18:20:32 -07:00
Eric Schulte b5174f5a7d misc changes 2009-05-25 15:13:56 -07:00
Eric Schulte 8d271e1e92 changed README 2009-05-25 14:52:42 -07:00
krick 7c2930e96b In case we set effort estimate on the currently clocked item,
show notification when time is up.
 * Linux only: If libnotify is used - the standard notification
   system in linux, then show notification with it.
   Note: Additional package libnotify-bin should be installed.
Additionally, use beep if variable org-clock-sound is set.
 * If aplay (alsa player) is available, interpret org-clock-sound as
   path to the file, which should be played.
2009-05-25 22:01:34 +02:00
krick d4b85109dd Show estimated effort in the mode-line if it is set.
* Set org-clock-effort variable in org-clock-in function.
* If org-clock-effort is not nil, show estimated effort in the mode-line.
2009-05-25 16:54:03 +02:00
Carsten Dominik 0421dead4b Release 6.27a 2009-05-25 16:04:45 +02:00
Carsten Dominik 45c53b2a49 Publishing: Allow :body-only parameter for HTML export
Patch by Richard Klinda
2009-05-25 15:58:16 +02:00
Carsten Dominik 1cd03213f5 Fix bug with time sorting 2009-05-25 15:55:59 +02:00
Eric Schulte 02634f7d85 tweaked grades example (need some R help in plotting histogram) 2009-05-24 15:47:21 -07:00
Eric Schulte 28c29ee51e added another example 2009-05-24 15:40:54 -07:00
Eric Schulte 9aa713be8c updated tag line 2009-05-24 14:10:03 -07:00
Eric Schulte 6614df037f now passing all tests with new name "org-babel" 2009-05-24 14:08:02 -07:00
Eric Schulte f3ed956d03 removing the "existing_tools" directory 2009-05-24 13:57:53 -07:00
Eric Schulte 9247200bb0 renaming the org-babel/ directory to the lisp/ directory 2009-05-24 13:56:20 -07:00
Eric Schulte 19ce859d05 organizing yasnippets snippets 2009-05-24 13:54:05 -07:00
Eric Schulte 6451d2df1a more cleanup and removal of the term "litorgy" 2009-05-24 13:52:51 -07:00
Eric Schulte 36eb5751d8 re-organizing main org-babel.org file
- replacing litorgy with org-babel
  - splitting old requirements discussion into separate file
2009-05-24 13:48:29 -07:00
Eric Schulte 10bc87beac adding introduction (from litorgy.org) to main org-babel.org file 2009-05-24 13:43:56 -07:00
Eric Schulte 4136f27680 renamed main rorg.org to org-babel.org 2009-05-24 13:42:56 -07:00
Eric Schulte 2b9b2ee7a3 rename litorgy to org-babel 2009-05-24 13:41:14 -07:00
Eric Schulte 8e9d3a51b7 moving files to new names 2009-05-24 13:39:25 -07:00
Eric Schulte e82fb2566c replacing litrogy with babel 2009-05-24 13:38:01 -07:00
Eric Schulte 8c568ee5fa stubbing out the introductory text in litorgy.org 2009-05-24 13:27:56 -07:00
Eric Schulte ddbb32fdd5 renamed examples.org to litorgy.org 2009-05-24 13:02:08 -07:00
Eric Schulte 891ed7b37b fleshing out examples 2009-05-24 12:23:44 -07:00
Eric Schulte f2c334b30d DONE ensure that table ranges work 2009-05-24 10:35:13 -07:00
Eric Schulte b8ecf9596b rename org-table-truncate-at-newline' to litorgy-table-truncate-at-newline' 2009-05-24 10:35:05 -07:00
Eric Schulte acda13f208 DEFERRED re-implement R evaluation using ess-command or ess-execute 2009-05-23 14:44:30 -07:00
Eric Schulte 0e0e671cb9 DONE error on trivial R results 2009-05-23 14:22:46 -07:00
Carsten Dominik 3ee470daa1 Agenda: Fix bug with killing entries from the agenda
Nicolas Goaziou writes:

> As I was saying in anoter post, it looks like there's something
> weird happening when using C-k in agenda view:
>
> 1. Create two new remember entries (i.e. test and test2) with the
> same tag (I used @office)
> 2. Narrow down the agenda view to only see the @office entries.
> 3. Kill the last but one entry (it should be "test") : both of
> "test" and "test2" disappear frow the view. Actually, "test2" is
> not properly killed, but it is scary nonetheless.
>
> It only happens with two last entries.
>
> Is anyone able to reproduce this ?
2009-05-23 23:03:00 +02:00
Eric Schulte 6206e23ffd DONE global variable indicating default to vector output 2009-05-23 09:05:53 -07:00
Eric Schulte e2745ba306 reorder the tasks by priority 2009-05-23 08:12:12 -07:00