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

3544 commits

Author SHA1 Message Date
Eric Schulte 61e05d86d0 added PROPOSED task "support for passing paths to files between source blocks" 2009-05-22 14:30:24 -07:00
Eric Schulte f59e6d8880 added command-line-execution TODO 2009-05-22 14:27:06 -07:00
Eric Schulte a7b04ffe12 truncating multi-line output before inserting into org-mode tables 2009-05-22 08:33:28 -07:00
Eric Schulte b8fb32c4c4 fixed bug related to multi-line ruby code blocks 2009-05-22 08:26:26 -07:00
Carsten Dominik ab643f15d9 Export: Protect pushing to x-selection, for non-x environments 2009-05-22 17:15:06 +02:00
Eric Schulte 7cb0ecd476 fixed R bug (now properly ingests all elisp values into R) 2009-05-22 07:57:35 -07:00
Eric Schulte a79b75eb78 added TODO to litorgy-ref.el 2009-05-22 07:08:30 -07:00
Eric Schulte 3fee1b9cd8 litorgy-ref can now find #+resname lines (allowing caching of src block evaluation)
To demonstrate this I updated the example to now run a more
  interesting shell command (which happens to take a while to
  execute).
2009-05-22 07:03:30 -07:00
Eric Schulte f5dc857354 found bug in ruby code 2009-05-22 06:56:34 -07:00
Eric Schulte cc622b1383 was passing all test, but either found or created a new bug in R code evaluation 2009-05-22 06:52:25 -07:00
Eric Schulte 73163718ca litorgy-execute-src-block will again stifle results when called with truthy ARG value 2009-05-22 06:30:25 -07:00
Eric Schulte 9b7ae66e4f use the prefix arg ARG to silence the results output of litorgy-execute-src-block 2009-05-22 06:29:28 -07:00
Carsten Dominik e88564bbba Agenda: New face for today.
There is now a separate for the date of today,
`org-agenda-date-today'.

Patch by Dmitri Minaev
2009-05-22 10:04:56 +02:00
Carsten Dominik b5b87d4b0e Agenda: Allow to remove the restriction while in agenda buffer.
`C-c C-x >' now also works while in the agenda.  Requested by Bernt
Hansen.
2009-05-22 00:38:46 +02:00
Carsten Dominik 9780353171 Agenda: Fix bug when computing agenda appointments with restriction in place 2009-05-21 18:47:33 +02:00
Carsten Dominik db839f4f03 LaTeX export: Fix a variable definition 2009-05-21 18:01:08 +02:00
Carsten Dominik 86a19f342e Priorities: Conditionally disable priority commands
The new option `org-enable-priority-commands' can now be used to turn
off all priority-setting commands, to avoid setting a priority by
accident.
2009-05-21 18:01:08 +02:00
Carsten Dominik d99832a763 Writing down some changes for the release. 2009-05-21 18:00:41 +02:00
Eric Schulte 9c378fa06b (untested) now inserting results with resname lines 2009-05-21 07:22:24 -07:00
Eric Schulte 3ccf6b8d6e source blocks can now find their results
litorgy-where-is-src-block-result
2009-05-21 06:40:04 -07:00
Eric Schulte c2b809dc94 added TODO "resolve references to other buffers" 2009-05-21 06:24:43 -07:00
Carsten Dominik f49cee2cc4 Column View: Handle empty fields when computing 2009-05-21 10:47:56 +02:00
Carsten Dominik 91f77d7029 Export: Make all export commands push the result to the kill ring
All export commands now push the result to the kill ring by default.
This is subject to the variable `org-export-push-to-kill-ring'.

Also, this commit adds a new variable
`org-export-show-temporary-export-buffer' which can be used to turn
off the display of the temporary buffer containing the exported text.
Since this stuff is now automatically pushed onto the kill ring, some
people might prefer not to see this buffer.
2009-05-21 09:14:33 +02:00
Carsten Dominik 7c9a908ca4 Fix structure problems in the manual 2009-05-21 08:00:17 +02:00
Carsten Dominik 11a7656069 Column View: Implement new operators
Mikael Fornius writes:

> This is my suggestion of an implementation of min/mean/max computation
> in columnview summaries. If you like it feel free to use it.
>
> New operators: {min}, {max} and {mean} possibly prefixed with : for use
> with timevalues.
>
> Example from my running exercise diary:
>
> #+COLUMNS: %DISTANCE{+;%.1f} %HEARTRATE{mean;%.1f} %SPEED{:min} %CALORIES{+}
>
> Gives a colview with summaries:
>
> total distance, mean heartrate, fastest speed (min/km) and total
> calories.
>
> I have tested it on emacs-23 and it works well for me now, also with the
> interactive colview functions.
>
> But you never know really. ;-) Anyway, there should not be any emacs-23
> specific elisp code added afik.
>
> (Because I do not use xemacs I have not tested it with xemacs but the
> small changes I made should be compitable to both xemacs and emacs. I
> would appreciate if someone on this list who uses xemacs will give it a
> try for me. Thanks!)
>
> (This fix also opens up for using user defined lisp functions to
> calculate colview summaries, but I am not sure if that is something
> useful. Like this:
>
> (defun std (&rest values)
>  "Compute standard deviation."
>  ...)
>
> #+COLUMNS: %DATA{eval:std}
>
> If someone finds this attractive it would now be easy to implement as well.)
>
2009-05-21 07:56:55 +02:00
Eric Schulte b21e61be60 added TODO for result name lines #+resname: 2009-05-20 18:38:24 -07:00
Eric Schulte 801345d41d added function to return the name of the current source block 2009-05-20 18:36:28 -07:00
Eric Schulte 3a0be8fd06 combined all "running processes" TODOs and bumped down to DEFERRED
While these are good ideas they represent a big chunk of work which
  will break everything while it's being done, should wait for now.
2009-05-20 17:51:35 -07:00
Eric Schulte 2cc09a2029 temporarily deferred "use textConnection to pass tsv to R" 2009-05-20 17:48:47 -07:00
Carsten Dominik 529ff7f2c0 Fix macro bug in docbook exporter 2009-05-20 16:23:55 +02:00
Carsten Dominik e0070404b8 Add properties to the index 2009-05-20 15:46:32 +02:00
Carsten Dominik 97c19c43fd Keep compiler happy 2009-05-20 10:53:29 +02:00
Carsten Dominik 7ca0b03b72 Merge branch 'recursive-todo-stats' 2009-05-20 10:50:13 +02:00
Carsten Dominik f54ff074d2 TODO statistics: Allow recursive statistics
Setting the new option `org-hierarchical-todo-statistics' to nil will
make TODO statistics to be computed recursively.  This means, not only
the direct children of a node contribute to its TODO statistics, but
the entire subtree.

You can also set the COOKIE_DATA property and add the word "recursive"
there to get recursive statistics for a specific tree.
2009-05-20 10:47:38 +02:00
Carsten Dominik 127a339a40 Fix bug, dammit! 2009-05-20 08:51:27 +02:00
Carsten Dominik d62795f8a7 Fix bug 2009-05-20 08:32:13 +02:00
Carsten Dominik f5fc821214 HTML export: Make xml declaration configurable 2009-05-20 08:24:49 +02:00
Eric Schulte 8d967c9fbb slight addition of commentary to rorg.org 2009-05-19 20:55:06 -07:00
Eric Schulte 14296239ea removed redundant :sep \t from org-tbl-to-tsv call in litorgy-R 2009-05-19 20:49:05 -07:00
Eric Schulte 700324bfbf slightly cleaner code 2009-05-19 20:42:45 -07:00
Eric Schulte 0974acd7b4 \C-c\C-c now works inside source blocks 2009-05-19 20:40:26 -07:00
Carsten Dominik 83e82f9ccd Publishing: Fix `C-u C-c C-e X'.
Publishing a project with prefix argument to
force publishing was broken.  Actually, the entire interactive side of
this function was implemented badly.  Fixed now.
2009-05-19 17:46:09 +02:00
Carsten Dominik 8e44b1fd8b Logging: New property LOG_INTO_DRAWER
Setting this property will overrule the value of org-log-into-drawer
for the scope of the subtree.

Requested by Daniel J. Sinder
2009-05-19 10:35:28 +02:00
Carsten Dominik b8a339e96f HTML export: Temporary solution of the php/xml problem on Worg 2009-05-19 09:35:47 +02:00
Carsten Dominik c88c9ad519 Statistics: New hooks 2009-05-19 09:22:44 +02:00
Carsten Dominik b681a86075 ASCII export: Hide output buffer and dump exported text to kill ring 2009-05-19 08:12:56 +02:00
Carsten Dominik d80faba613 Fix docstring of export functions: HIDDEN parameter is obsolete 2009-05-19 08:09:30 +02:00
Eric Schulte b9f2d50192 responses/expansions to TODO in rorg.org 2009-05-18 14:52:55 -07:00
Carsten Dominik e96b09edff HTML export: Add the xml declaration again. 2009-05-18 17:15:19 +02:00
Carsten Dominik f6f5e23b0c Fix bug 2009-05-18 15:59:05 +02:00