Alan writes:
>1. Eventually a tutorial will surely be available. I haven't found
> one. Useful tutorials for me would be
>
> 1. How to make general templates, and pitfalls.
> 2. Advanced usages of org-capture: using functions, etc.
> 3. Common errors and causes
Hi Seb,
Thanks for the patch, this has just been applied.
-- Eric
Sébastien Vauban writes:
> Hi Eric,
>
> Here a patch for osql from Microsoft.
>
> diff --git a/lisp/ob-sql.el b/lisp/ob-sql.el
> index 19c271d..9e6f06a 100644
> --- a/lisp/ob-sql.el
> +++ b/lisp/ob-sql.el
> @@ -66,6 +66,10 @@ Th
Hi Chris,
Thanks for the report. The Babel pages on Worg need some maintenance
(any volunteers much appreciated). The Org-mode manual has more
complete and up to date information, see [1] for working with code
blocks in general and [2] for header arguments specifically.
-- Eric
Chris Malone w
Hi Rainer,
The preferred method of adding support for a language is shown here
http://orgmode.org/manual/Languages.html
-- Eric
Rainer M Krug writes:
> On 12/03/2010 12:31 PM, zwz wrote:
>> Rainer M Krug writes:
>>
>>> Hi
>>>
>>> I would like to be able to edit code blocks of plantuml via C-
Vincent Beffara writes:
> Hi,
>
>>> (and it would be excellent to allow for a code block as a preamble,
>>> instead of a string in the header or as an alternative, because
>>> preambles once they are allowed tend to grow uncontrollably ;->)
>>
>> This is currently possible using the `sbe' functio
Hi Seb,
I find this email difficult to parse. Could you take some extra time in
composition of these emails to distill the problem/question into a small
clear statement of a couple of sentences with a single <10 line example.
There is simply too much content below and without investing a great
d
Sébastien Vauban writes:
[...]
>>> I feel the same about the Babel "file" property.
>>> Maybe allowing such a specification line?
>>>
>>> #+BABEL sql: :engine mysql :cmdline -S server -U sa -P secret -d
>>> storeall -n -w 700 -s " "
>>
>> That seems like a good suggestion, the only question seems
I should have mentioned that the reason why I wrote it is that I would
very much like to have it included in org-mode, and I'm OK to sign the
copyright papers if necessary.
Regards,
Matthieu
On Sun, 28 Nov 2010 17:26:29 +0100, Matthieu Lemerre wrote:
>
> Hello, org-mode!
>
> The attached fil
* lisp/org.el: (org-make-heading-search-string) Optionally limit
number of lines stored in file link search strings.
(org-context-in-file-links) Add option to set to integer specifying
number of lines.
---
lisp/org.el | 19 +++
1 files changed, 15 insertions(+), 4 deletions
Hi Jose
On Sat, Dec 4, 2010 at 13:28, Jose E. Marchesi wrote:
> But note that the "relational" characteristics in
> recutils are not very sophisticated.
>
> The rule here is: if you need something more complex then you probably
> should be using a real relational dbms instead :)
Ok, maybe I expe
Hi all,
I've quite often felt the need for an importer to orgmode and so have
others on the list. I stumbled upon Pandoc, while I was trying to
convert some formats. It's pretty neat and has a bunch of readers and
writers (though it's not "perfect"). I have hacked up an Orgmode
writer for it an
Nice! I looked at pandoc once but don't remember a lot about it. How
well does your importer handle math?
On Sun, Dec 5, 2010 at 2:16 PM, Puneeth wrote:
> Hi all,
>
> I've quite often felt the need for an importer to orgmode and so have
> others on the list. I stumbled upon Pandoc, while I was t
On Sat, Dec 4, 2010 at 13:28, Jose E. Marchesi wrote:
> But note that the "relational" characteristics in
> recutils are not very sophisticated.
>
> The rule here is: if you need something more complex then you probably
> should be using a real relational dbms instead
Hi,
I've been looking through the manual to get more familiar with Babel and
using source code in general. Below is a simple example, which I'm not sure
is working as intended.
#+tblname:
example-table
| 1 | a
|
| 2 | b
|
| 3 | c
|
| 4 | d
|
#+begin_src emacs-lisp :var data=example-table[-3,1]
Hi,
In section 14.8.2.10 of the online manual [[
http://orgmode.org/manual/noweb.html#noweb ] [here]] the third item in the
list should begin with =tangle= instead of =yes=.
Chris
___
Emacs-orgmode mailing list
Please use `Reply All' to send repli
Alan gmail.com> writes:
>1. Eventually a tutorial will surely be available. I haven't found
> one. Useful tutorials for me would be
>
> 1. How to make general templates, and pitfalls.
> 2. Advanced usages of org-capture: using functions, etc.
> 3. Common errors a
Aloha Chris,
Thanks for pointing this out. I believe that was fixed in the changes
submitted by Brian Gough recently. I'm not sure how long it will take
Brian's changes to appear online.
All the best,
Tom
On Dec 5, 2010, at 11:40 AM, chris.m.mal...@gmail.com wrote:
Hi,
In section 14.8
Hi Chris,
This is the expected behavior for the raw results type. This is because
there is no way to know where raw results begin or end so it wouldn't be
safe to remove them from the Org-mode file. Take the following example.
#+begin_src emacs-lisp :results raw
"* just another heading
It pro
Hey Eric!
I've greatly enjoyed reading this paper.
One comment: Figure 1 shows its first src block as type "sh", but it's
clearly C (it's tangling to .c at the very least...)
Again, great and fun article!
- cwebb
"Eric Schulte" writes:
> Hi,
>
> Dan Davison, Tom Dye, Carsten Dominik and myse
Matt Lundin writes:
> Alan writes:
>
>>3. I have had to modify my usage to accomodate to changes in
>> org-capture, relative to org-remember. Some differences devolve
>> from explicit design features
>>
>> 1. It is no longer necessary to auto-save uncommitted items. As
>>
Cassio Koshikumo writes:
> I've just recently began using emacs and org-mode, and I'm already in
> love. So, first, let me thank and congratulate Mr. Dominik and
> everyone else involved.
Welcome!
> The "children" property allows me to press C-u C-u to show only
> the synopsis and the headlin
This reverts commit 383802d063a9f2dd959d5574b226fa8ec7f8be41.
The commit had org-mode process the headlines from bottom to top, which
meant that any changes to the visibility of lower headlines were
overridden/modified by changes higher up the tree. Reverting the commit
causes VISIBILITY to work c
Hi Jeff,
On Mon, Dec 6, 2010 at 12:54 AM, Jeff Horn wrote:
> Nice! I looked at pandoc once but don't remember a lot about it. How
> well does your importer handle math?
>
The LaTeX reader (and therefore the Orgmode writer) of pandoc does
math pretty well. You may want to try it, to see if it fit
I am at much greater ease due to these two messages. They solve several of
my befuddlements about capture.
On Mon, Dec 6, 2010 at 1:59 PM, Bernt Hansen wrote:
> I visit newly captured items all the time. If you capture something (I
> have C-M-r bound to org-capture) and store it with C-c C-c y
This patch allows full customization of org-remember or org-capture
templates for use with org-velocity.
Paul Rodriguez.
diff --git a/contrib/lisp/org-velocity.el b/contrib/lisp/org-velocity.el
index 2a1f41b..b3d4006 100644
--- a/contrib/lisp/org-velocity.el
+++ b/contrib/lisp/org-velocity.el
@@
Hi,
I have been attempting this for a few days now. I want to have an
entry for the current time in today's agenda. That way I can keep
track of how much time I have left until my next appointment.
So far what ever I try, it shows up as an entry without a timestamp as
shown below.
Monday 6
Much easier to read, and I love the nesting/indenting of
sub-headings.
http://nateneff.com/org-mode-clockreport-rules.html
--Nate
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.
Hello,
I would like to align a 2 column table with the left and right columns
left and right justified.
Having read [1], I tried
#+ATTR_HTML: rules="all" frame="none" border="0"
|+--|
| |
Hello,
One more question, the following did work in 6.33, I upgraded to 7.3
and now the a href is not parsed and
the entire text appears
#+CAPTION: Image obtained via FFound and Tumblr. Access it
#+CAPTION: here
#+ATTR_HTML: alt="windmill sans haircut" title="From tumblr" class="bordered"
[[./img
29 matches
Mail list logo