Eric Schulte
7361f79d4c
babel: no longer automatically inserting '='s around inline code results
...
* contrib/babel/lisp/org-babel-exp.el (org-babel-exp-results):
removing forced verbatim '=' tags from around inline source code
results, if users want their results displayed in this way they can
add the '='s easily themselves, but there is no way to remove '='s
inserted automatically by Org-babel.
2010-06-08 16:06:32 -07:00
Eric Schulte
153f0241da
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
2010-06-08 15:02:44 -07:00
Eric Schulte
ae234f787b
babel: noweb references are now expanded in the pre-export buffer
...
this is required because in the temporary org-mode file used during
export code blocks may be removed entirely leading to unresolved
references
* contrib/babel/lisp/org-babel-exp.el (org-babel-exp-src-blocks):
expanding noweb references during export now takes place in the
pre-export buffer
(org-babel-exp-inline-src-blocks): expanding noweb references during
export now takes place in the pre-export buffer
(org-babel-exp-results): ensure that the expanded body is passed
through to org-babel-execute-src-block
2010-06-08 14:40:50 -07:00
Carsten Dominik
51f37b5e0f
Clean up the todo.org file
...
It will be removed once the content is integrated into the issue file
2010-06-08 18:40:06 +02:00
Christian Egli
373199319a
Merge branch 'master' into taskjuggler-export
2010-06-08 15:22:04 +02:00
Christian Egli
e1de4db669
Avoid compiler warnings about reference to free variable `old-level'
2010-06-08 15:13:50 +02:00
Carsten Dominik
deef19a786
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
...
Conflicts:
lisp/ChangeLog
2010-06-08 12:05:52 +02:00
Christian Egli
e04b71649e
TaksJuggler export is dependent on org-exp.el
2010-06-08 09:37:23 +02:00
Bastien Guerry
a85cb37d47
* org-timer.el (org-timer-set-timer): Fix typo in the docstring.
2010-06-08 09:35:07 +02:00
Christian Egli
8b7fd7d8ae
Added taskjuggler export to the export dispatcher
2010-06-08 09:20:34 +02:00
Christian Egli
964f8dab5b
Add documentation for TaskJuggler export
2010-06-08 09:20:34 +02:00
Christian Egli
421423f0c2
Add a TODO about supporting SCHEDULED and DEADLINE information
2010-06-08 09:20:34 +02:00
Christian Egli
c012637555
Add some documentation.
2010-06-08 09:20:33 +02:00
Christian Egli
68068aa661
Do not use the ID property frivolously
...
use a property named "task_id" instead as we do not search for task
ids across files. For resources use a property named "resource_id" or
only as a fall back the ID property.
Also issue a warning if a dependency cannot be resolved.
2010-06-08 09:20:33 +02:00
Christian Egli
399844ee52
Add more documentation about resource id generation
2010-06-08 09:20:33 +02:00
Christian Egli
5c89333555
Fix a typo
2010-06-08 09:20:33 +02:00
Christian Egli
aae9115938
Make export work even if `org-odd-levels-only' is in use
2010-06-08 09:20:33 +02:00
Christian Egli
1a2229d785
Fail more gracefully if no tasks are defined
2010-06-08 09:20:33 +02:00
Christian Egli
97f3465176
Add some documentation about optional attributes for dependencies
2010-06-08 09:20:33 +02:00
Christian Egli
d6de24e44b
Added support for optional depends attributes
2010-06-08 09:20:33 +02:00
Christian Egli
020731ec2c
Layout fixes
2010-06-08 09:20:33 +02:00
Christian Egli
4baa13b981
Add a changelog entry for org-taskjuggler
2010-06-08 09:20:33 +02:00
Christian Egli
f6cb86ee5b
Improve the documentation
2010-06-08 09:20:33 +02:00
Christian Egli
a81d93a355
Do not treat the limits attribute any different than the others
...
i.e. you have to specify the limits attribute with {} so that
taskjuggler understands it properly. This is for the sake of
consistency.
2010-06-08 09:20:33 +02:00
Christian Egli
f8fa4a2b3b
Add some TODOs
2010-06-08 09:20:33 +02:00
Christian Egli
f2d66428b4
Add usage documentation
2010-06-08 09:20:33 +02:00
Christian Egli
d073c313aa
Fix a problem with effort calculation based on hh:mm efforts
2010-06-08 09:20:33 +02:00
Christian Egli
3e0ce7b355
Make sure the reports are more flexible by changing the loadunit to shortauto
2010-06-08 09:20:33 +02:00
Christian Egli
1990e40816
Change the default project and resource tag to something that org mode accepts
2010-06-08 09:20:33 +02:00
Christian Egli
79b15d1073
changed some defcustom to contain more sensible values
2010-06-08 09:20:33 +02:00
Christian Egli
8e8bd469db
Use a let instead of calculating a value twice.
2010-06-08 09:20:32 +02:00
Christian Egli
c1508e9310
Add support for handling of multiple attributes values in the same node
...
e.g. multiple shift definitions in a resource are now properly
handled.
2010-06-08 09:20:32 +02:00
Christian Egli
24745790a2
Convert org priority properly to taskjuggler priority
2010-06-08 09:20:32 +02:00
Christian Egli
68cb44ccd4
Simplify the calculation of the project end
2010-06-08 09:20:32 +02:00
Christian Egli
96c3c0c194
Fix a bug with project end calculation and refactor attribute insertion
...
- Attributes are now insetred generically based on an item (resource
or task) a list of attrbutes
- project end is now solely calculated and no longer inserted in the
node
2010-06-08 09:20:32 +02:00
Christian Egli
5458afe24b
Fix an error with unique id calculation
2010-06-08 09:20:32 +02:00
Christian Egli
fd89c73c6a
Add support for more resource attributes
2010-06-08 09:20:32 +02:00
Christian Egli
020bb514a4
Integrate org-taskjuggler in the rest of org-mode
2010-06-08 09:20:32 +02:00
Christian Egli
84de8a85f6
Add support for global properties
2010-06-08 09:20:32 +02:00
Christian Egli
3a30bc763b
Some small correction from the imperative to a more functional style
...
after some reading of sicp
2010-06-08 09:20:32 +02:00
Christian Egli
aa1a0daac2
Fix a problem with path calculation when the level is lowering
2010-06-08 09:20:32 +02:00
Christian Egli
4e988afcf1
Improve the default resource allocation graph
2010-06-08 09:20:32 +02:00
Christian Egli
d01a04a269
Update TODOs to reflect the fact that dependencies are done
2010-06-08 09:20:32 +02:00
Christian Egli
d783157907
Slightly change the default reports
2010-06-08 09:20:32 +02:00
Christian Egli
5841a1f469
Add support for explicit dependencies
2010-06-08 09:20:32 +02:00
Christian Egli
8d42317b4c
Add more documentation
2010-06-08 09:20:31 +02:00
Christian Egli
fcf43d1e94
Add some documentation
2010-06-08 09:20:31 +02:00
Christian Egli
fd22a6f4e0
Derive completeness info from TODO state
2010-06-08 09:20:31 +02:00
Christian Egli
d437e01372
Add TODO items and fix a problem with unique id assignment
2010-06-08 09:20:31 +02:00
Christian Egli
cae01fcbed
Map more resource attributes
2010-06-08 09:20:31 +02:00