Carsten Dominik
bb71f9f1b0
Agenda: Don't add a face to the space characters before tags
...
Reported by Tassilo Horn
2010-02-12 18:17:05 +01:00
Carsten Dominik
8628e6e8a8
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
2010-02-12 09:19:08 +01:00
Carsten Dominik
d2f219fd41
LaTeX export: When exporting to a buffer only, do not require a file name
2010-02-12 08:34:00 +01:00
Eric Schulte
25f76ffa44
babel: now including source code block arguments w/source name on export
...
This change provides for better export of named source-code blocks,
with specific support for more attractive html export. The arguments
are included with the source code name, and both the source code name
and code body are wrapped in a div to support styling with css. For
example the following CSS can be used to associate a source-code block
name with it's code body, and to slightly indent the body.
.org-src-container {
border-left: 4px solid gray;
padding: 0.5em 0.5em 0.5em 1em; }
.org-src-container pre {
margin-left: 1em; }
2010-02-10 13:34:00 -07:00
Carsten Dominik
d731a52651
Clarify docstring
2010-02-10 13:17:23 +01:00
Carsten Dominik
9196dc9bbe
Fix list export in org-export-generic
...
Patch by Robert Goldman
2010-02-10 11:36:58 +01:00
Eric Schulte
2531d704c0
babel: now able to reference links as results
2010-02-09 20:30:28 -07:00
Eric Schulte
db1fe2a619
babel: greatly simplified block exportation
2010-02-09 19:09:19 -07:00
Dan Davison
7c686465b5
Widen before exiting edit buffers
2010-02-09 16:10:06 -05:00
Carsten Dominik
facd02f812
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
2010-02-09 00:13:24 +01:00
Carsten Dominik
f5459505a3
Have quote and verse blocks be fontified again
2010-02-09 00:13:15 +01:00
Eric Schulte
df418de954
babel-clojure: slight change allowing strings to be passed in as variables
2010-02-08 13:17:37 -07:00
Eric Schulte
2829f77e2b
babel: org-babel-load-file no longer fails when `file-truename' returns nil
2010-02-08 13:17:06 -07:00
Eric Schulte
b59ebe6ec2
babel: org-babel-load-file will no longer strip portions of file names which appear to be extensions
2010-02-07 11:42:55 -07:00
Eric Schulte
a60a83fbb6
babel: better handling of table in shell scripts
2010-02-07 10:17:20 -07:00
Eric Schulte
047ac8ab1b
babel: shell command used by org-babel-sh is now configurable using the org-babel-sh-command variable
2010-02-07 09:36:56 -07:00
Eric Schulte
e4bc599745
org-babel-latex: allow pdf/png generation directly from latex source blocks
2010-02-06 09:54:10 -07:00
Eric Schulte
3ce4962447
babel: added :shebang and :comments header arguments for finer control over tangled output
2010-02-05 19:04:50 -07:00
Carsten Dominik
c780fe59fe
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
2010-02-05 07:12:40 +01:00
Carsten Dominik
503fac51d3
Fix documentation bug
2010-02-05 07:12:31 +01:00
Eric Schulte
131441dbd2
babel: load-file works for symlinks -- Thanks to Martin Kühl
2010-02-04 09:43:11 -07:00
Carsten Dominik
fd6cc29909
Make org-export-generic.el provide org-export-generic
...
This is in addition to providing org-generic.
2010-02-04 07:33:27 +01:00
Carsten Dominik
32a009d2ed
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
2010-02-04 05:35:47 +01:00
Carsten Dominik
a101c144e5
Document that Remember.el is part of Emacs
2010-02-04 05:35:32 +01:00
Eric Schulte
19fec33d9d
org-babel: on html export, removed newline after source-name which tricks up line numbering
2010-02-03 09:42:27 -07:00
Carsten Dominik
2d87c80bce
Fix bug with opening a radio link in headlines
2010-02-03 16:58:44 +01:00
Carsten Dominik
d16b7cd8a7
Extract times when storing new diary entries from the agenda
2010-02-03 16:23:41 +01:00
Carsten Dominik
ac719d6853
Fix a typo/duplication in org-html-entities
2010-02-03 16:14:30 +01:00
Carsten Dominik
6a15c45544
Use \providecommand to make sure \alert is defined
2010-02-03 16:13:49 +01:00
Carsten Dominik
a64058130f
Throw an error when creating an image from a LaTeX snippet fails
2010-02-03 16:12:51 +01:00
Carsten Dominik
2cd16d4cd5
Make org-store-link point to directory in a dired buffer
...
When the cursor is not in a line listing a file, that is.
2010-02-02 07:22:27 +01:00
Carsten Dominik
05f7b57556
Fix export of long links in code examples
2010-02-02 06:32:26 +01:00
Carsten Dominik
d7c63f6760
LaTeX export: Make inputenc coding system default to utf8
2010-02-02 06:31:21 +01:00
Carsten Dominik
16f73aff96
Let blocking be turned-off on a per-file basis using local variables
...
Wes Hardaker writes:
> Attached is a patch that lets local variables define whether or not todo
> dependency blocking should be used (both for TODOs and for checkboxes).
> I have one file in particular that I'm using checkboxes to quickly
> indicate multi-selections from a list but for most of my files I want
> TODOs blocked by uncompleted checkboxes.
>
> Normally org uses hook methods for checking for TODO blocks and this
> patch just inserts a check at the top to test and see if the variable
> turning on the blocking type is still set.
2010-02-01 17:34:50 +01:00
Carsten Dominik
b66858acbb
LaTeX export: Define the align macro
2010-02-01 17:15:54 +01:00
Carsten Dominik
b8a4d004f2
Fix bug with insertion of date lines into a tree from the agenda
...
Reports by Stephen Eglen and Eric S Fraga.
2010-02-01 14:30:36 +01:00
Carsten Dominik
6329881a1b
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
2010-02-01 12:25:28 +01:00
Carsten Dominik
e4029c5b36
Agenda: Improve prompt message for agenda view menu
...
Patch by Eric Fraga
2010-02-01 10:58:03 +01:00
Christian Egli
04c86c50c7
Add more documentation and handle non-standard diary-file location
2010-02-01 10:37:19 +01:00
Carsten Dominik
e853e2d798
HTML export: Add class to outline containers using property
...
The HTML_CONTAINER_CLASS property can now be used to add a property to
the outline container of a node.
2010-02-01 09:37:35 +01:00
Carsten Dominik
dbbf76a8e3
Mention level cycling in the docstring of org-cycle
2010-02-01 07:52:17 +01:00
Carsten Dominik
b23f448431
When expanding remember templates, do file insertion first
...
zwz writes:
> I use org-remember for my contact records.
>
> This is a template in org-remember-templates
> ("Contact" ?c "* %^{Name} \n%[~/.contact]\n" "contact.org" "Contacts")
>
> the content of the file "~/.contact":
> :PROPERTIES:
> :Mobile: %^{mobile}
> :Email:
> :Added: %u
> :END:
>
> I found that the prompt "%^{mobile}" works, but *the inactive time stamp "%u"
> does not.* It is not replaced.
>
> I guess it is a bug.
2010-02-01 07:42:18 +01:00
Carsten Dominik
9321460f3e
Make org-exp-bibtex.el require org and org-exp
2010-01-31 17:53:28 +01:00
Carsten Dominik
cf88505b12
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
2010-01-31 17:51:59 +01:00
Carsten Dominik
ad0079ca74
Fix habit alignment problems
2010-01-31 17:51:49 +01:00
Dan Davison
3693a47f85
org-src: Don't remove tabs when org-src-preserve-indentation is non-nil
2010-01-29 10:22:34 -05:00
Carsten Dominik
ef3c18ed47
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
2010-01-29 08:20:21 +01:00
Carsten Dominik
2038d61463
Improve automatic letter selection for TODO keywords
...
Path by Mikael Fornius
2010-01-28 19:26:41 +01:00
Carsten Dominik
6755141562
Improve some docstrings
2010-01-28 18:52:26 +01:00
Dan Davison
21849af58b
babel: can now tangle files without extensions
2010-01-28 09:58:52 -07:00