Carsten Dominik
8a72889e39
Agenda: Improve of the command `org-agenda-open-link'
...
It can now handle multiple links in the entry, as well as entry text
pulled in via `E'.
2009-08-25 22:45:58 +02:00
Eric Schulte
e37cea2f24
fixed small bug introduced when switching to the `org-src-lang-modes'
2009-08-25 08:34:49 -06:00
Bernt Hansen
9ec5529af0
Fix jumping to last refile location in agenda
...
C-u C-u C-c C-w now goes to the last refile location in the agenda.
This is the same behaviour as org-refile (when used in an org file)
2009-08-25 10:05:14 -04:00
Carsten Dominik
babb63a27f
Simplify storing links from gnus
...
Patch by Leo, with Tassilo's and Bastien's blessing
2009-08-25 13:43:33 +02:00
Carsten Dominik
c03d64ceb2
Merge branch 'fix-plain-links'
...
Conflicts:
lisp/ChangeLog
2009-08-25 11:13:27 +02:00
Carsten Dominik
1c8b0c3b41
Do not add extra empty lines for display formulas
...
Longmin Wang writes:
> Hi,
>
> I am using org-mode integrated in emacs 23.1.1. When I export
> the org file to html file, the enumerations will be interrupted
> by some displayed math formulae. For example, the codes
>
> 1. The first.
>
> 2. A displayed formula: \[ \int_0^{+\infty} \frac{c}{1+x^2}dx=1. \]
>
> 3. The third.
>
> will generate
>
> 1. The first.
> 2. A displayed formula:
> <the formula>
> 1. The third.
>
> Is it a bug? Or I made some mistakes in the source file.
2009-08-25 11:05:36 +02:00
Eric Schulte
0a101e56b0
adding info on org-babel-open-at-point to ob-worg
2009-08-24 11:37:35 -06:00
Eric Schulte
cf5da73068
cleanup
2009-08-24 11:35:59 -06:00
Carsten Dominik
0688613ca8
Test implementation for agenda showing some amount of entry text
2009-08-24 18:43:10 +02:00
Carsten Dominik
9eaab0b5cf
Visibility Cycling: Allow to show all empty lines after a headline
...
`org-cycle-separator-lines' can now get a negative value, to indicate
that, if the number of empty lines before a visible entry is greater
than the specified number, then *all* empty lines should be shown.
2009-08-24 14:50:40 +02:00
Carsten Dominik
0f826c4e87
Fix the definition of org-src-language-modes
...
Patch by Eric Schulte
2009-08-24 12:25:17 +02:00
Carsten Dominik
0b0460703a
Fix plain link export
2009-08-24 11:13:00 +02:00
Carsten Dominik
0db9bf496c
Remember: Allow to escape %
2009-08-24 07:16:27 +02:00
Bastien Guerry
754694dd4b
Use org-notify to show a notification and possibly play a sound.
2009-08-24 02:44:29 +08:00
Eric Schulte
355799924a
typo
2009-08-23 12:43:52 -06:00
Eric Schulte
938e0df3d7
added better Org-mode intro to ob-worg
2009-08-23 12:41:40 -06:00
Eric Schulte
6d4404f4cb
org-babel now using the org-src-lang-modes variable newly added to org-mode
2009-08-23 12:38:16 -06:00
Bastien Guerry
486e807b1b
org-gnus.el: Handle `gnus-summary-mode' and `gnus-article-mode' separately.
...
Use `gnus-summary-article-header' function when in gnus-summary-mode.
This way the article doesn't get displayed unnecessarily. We don't use
this function in the gnus-article-mode because it is not reliable.
Thanks to Leo for this suggestion.
2009-08-24 02:28:53 +08:00
Eric Schulte
9e8b776c83
ignoring more
2009-08-23 11:32:05 -06:00
Carsten Dominik
dcbeddd50d
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
2009-08-23 19:32:01 +02:00
Carsten Dominik
5e9fc20394
Allow language names where the major mode name seems unrelated to the language
...
Eric Schulte writes:
> Attached is a small patch for a small issue.
>
> Sometimes a language uses a major mode which can't be guessed
> from it's name. This patch introduces the `org-src-lang-modes'
> variable which can be used to map language names to major modes
> when this is the case. This is used when editing a source-code
> block, or when exporting fontified source-code with htmlize.
>
> So far the only instance of this that I know of is ocaml and
> tuareg-mode, so that's the only thing that `org-src-lang-modes'
> is pre-populated with. Maybe there are other instances as well?
2009-08-23 19:31:47 +02:00
Carsten Dominik
23e30ef38e
Remove forgotten (debug) form.
2009-08-23 19:12:16 +02:00
Carsten Dominik
0a7e8ab221
LaTeX export: Modify the structure of the listings name option.
...
The variable `org-export-latex-listings-langs' is now an alist.
2009-08-23 19:11:12 +02:00
Eric Schulte
4ecfd1e73b
adding ditaa example to org-babel-worg
2009-08-23 09:42:44 -06:00
Bastien Guerry
3d34a923a2
Get rid of unrelevant comment.
...
We don't need to require org-export-latex.el for using radio
lists, the code is in org-list.el.
2009-08-23 13:26:37 +08:00
Eric Schulte
a7a6b3b95b
ignoring exported org source
2009-08-22 23:25:16 -06:00
Eric Schulte
1f60232f0d
sharing the raw (plain text) version of the org-babel-worg through the web page
2009-08-22 23:24:40 -06:00
Bastien Guerry
c4e67c30e5
Minor fix.
2009-08-23 13:22:11 +08:00
Eric Schulte
4139b74180
adding instructions for a literate programming emacs initialization
2009-08-22 16:32:51 -06:00
Carsten Dominik
a48fe32c4c
LaTeX export: Avoid footnote processing in LATEX_HEADER lines
...
Nick Dokos writes:
> I define a LaTeX macro at the top of my document, like so:
>
> ,----
> | ...
> | #+LATEX_HEADER: \newcommand{\rowstyle}[1]{\gdef\currentrowstyle{#1}%
> | #+LATEX_HEADER: #1\ignorespaces
> | #+LATEX_HEADER: }
> | ...
> `----
>
> and export - I get the following inserted:
>
> ,----
> | ...
> | \begin{document}
> |
> |
> |
> |
> |
> | \$\^{}{1}\$ FOOTNOTE DEFINITION NOT FOUND: 1
> | ...
> `----
>
> Obviously, the macro argument spec is mistaken for a footnote.
2009-08-21 06:44:29 +01:00
Eric Schulte
beed8c097b
added function: org-babel-tangle-clean, for cleaning up tangled files
2009-08-20 16:32:57 -06:00
Bernt Hansen
38f3009927
Skip git-version determination if git command fails
...
This removes errors generated on a windows system where msysGit is
installed in git bash only and not available from cmd.exe in the
user's PATH.
2009-08-20 15:00:05 -04:00
Bernt Hansen
ffaa4ff134
Use lisp cd function to change directories to avoid shell dependencies
...
This fixes git version determination on windows for cygwin and for msysGit
where git is installed in the user's PATH for the windows command shell.
2009-08-20 15:00:04 -04:00
Dan Davison
be06c11268
Answering question posted to list about joining tables together.
2009-08-20 17:27:09 +01:00
Dan Davison
22fbad3554
Merge branch 'master' of git@github.com:eschulte/org-babel
2009-08-20 17:21:57 +01:00
Carsten Dominik
eece1706ff
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
...
Conflicts:
lisp/ChangeLog
2009-08-20 10:19:36 +01:00
Carsten Dominik
62b932c8d5
Make folded blocks searchable
...
Patch by Eric Schulte
2009-08-20 08:59:34 +01:00
Carsten Dominik
38bdf41d1e
Minor doc improvements
2009-08-19 12:11:13 +01:00
Bastien Guerry
c7b7213bed
org-flag-drawer: display the position where the error occurs.
...
Patch by Friedrich Delgado Friedrichs <friedel@nomaden.org>.
2009-08-19 17:05:27 +08:00
Carsten Dominik
c2712137be
Clean up after John's iswitchb patch
2009-08-19 09:33:17 +01:00
Carsten Dominik
c7c1a9ea75
Minor change in wording of privacy prompt
2009-08-19 07:10:41 +01:00
Eric Schulte
101a1141cd
DONE failing to write srcname to resname when evaluating a named block
2009-08-18 18:25:07 -06:00
Eric Schulte
20dd65f2dd
DONE stripping indentation from source-code blocks
...
this fix has been applied to org-mode
2009-08-18 17:55:59 -06:00
Eric Schulte
6ca0934ead
DONE new results types (org, html, latex)
2009-08-18 17:55:10 -06:00
Eric Schulte
cbdd953993
DONE org-bable-tangle: no default extension if one already exists
2009-08-18 17:22:16 -06:00
Carsten Dominik
473f1843d9
Minor fix
2009-08-19 00:07:33 +01:00
Carsten Dominik
464210a0d1
New command to submit a bug report
2009-08-18 22:08:42 +01:00
Eric Schulte
00ce2a5e25
adding an elisp function for transposing a matrix
2009-08-18 14:07:19 -06:00
Eric Schulte
9538905e57
tiny tweak
2009-08-18 13:48:18 -06:00
Eric Schulte
e56bed5fc8
adding org-src-lang-modes as place holder until something comparable makes it's way into the org core
2009-08-18 13:37:18 -06:00