-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 31/08/10 18:20, Eric Schulte wrote:
> Hi,
>
> Rainer M Krug writes:
>
>> Hi
>>
>> I want to tangle the following code into two files, specified as
>> properties, but no blocks are tangled - why?
>>
>> I thought that the property is valid for the
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 31/08/10 19:50, Achim Gratz wrote:
> Rainer M Krug writes:
>
>> I could use a code block with a bash script to extract that information
>> from svn info, but that seems to be awkward for me - there must be an
>> easier way.
>
> Provided your vc s
Well I use biblatex to produce the chicago citations, used pretty widely in
the humanities in N. America, and the LaTeX \cite{} commands under that
setup take their optional arguments in square brackets. The most frequent
optional argument is a page number for the citation, but I also use them for
Rafael,
This has been Done.
Happy Blogging,
Puneeth
On Sun, Aug 29, 2010 at 11:48 PM, Rafael wrote:
>
> Now, in case you wanted to have some more feature requests, ;-), here
> they are:
>
> 1. Making an option to disable the inclusion of ':light="true"'.
>
> 2. Note that Wordpress also includes
Richard Moreland writes:
> Is anyone still running OS 3.x out there and interested in helping? I
> need to verify that the new MobileOrg I'm about to release still works
> on the older system.
I'm still on 3.1.3 and happy to help.
--
Giles
___
Ema
Hi Eric,
>>> I have just placed on Worg [1] a short tutorial/example for using
>>> ledger with babel. Please have a look and comment etc!
>
> [1] http://orgmode.org/worg/org-contrib/babel/languages.php#langs
Being interested a lot in Ledger integration with Org-Babel as well, I have a
quick rem
Hi,
I've been poking about trying to understand org-date tree, as It is
essentially an undocumented feature at the moment. am i right in my
understanding that it is only meant as a refile-target structure?
The feature request is to allow the use of ISO week numbers to
structure the year rather th
Hi Rainer,
Rainer M Krug wrote:
> is it possible to automatically insert the svn version number of the org
> file visited by the org buffer into the text and also to pass it to a code
> block as a variable?
>
> I could use a code block with a bash script to extract that information from
> svn info
"Tim O'Callaghan" writes:
> Hi,
>
> I've been poking about trying to understand org-date tree, as It is
> essentially an undocumented feature at the moment. am i right in my
> understanding that it is only meant as a refile-target structure?
>
> The feature request is to allow the use of ISO week
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi
I solved the problem by using the following script in org:
#+begin_src sh :exports results :results output replace
svn info ./spreadSim.org > spreadSim.version
cat spreadSim.version
echo " \"Value\"" > spreadSim.version.R
gawk -F": " '{
Carsten Dominik writes:
> are you going to implement these changes into org-hacks.org?
Did my first push a few seconds ago.
Didn't want to break anything, but finally realized its VC, so it can be
easily reverted anyway; lets see how it will work out...
Memnon
On 1 September 2010 07:15, Rainer M Krug wrote:
> Therefore I still have my question, if there is an (emacs?) variable /
> function which gives me the svn revision of the buffer?
>
Doesn't this work?
`(vc-working-revision (buffer-file-name))'
> Cheers,
>
> Rainer
--
Suvayu
Open source is the
Aloha all,
The Ledger tutorial has gone missing on the Babel Uses section of
Worg. Is this intentional?
All the best,
Tom
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.o
"Thomas S. Dye" writes:
> The Ledger tutorial has gone missing on the Babel Uses section of
> Worg. Is this intentional?
* a50c8fd 2010-08-27 moving the ledger tutorial into the languages
directory
I modified the link to the new location.
Memnon
__
Hi all
This is a follow-up to
http://thread.gmane.org/gmane.emacs.orgmode/17581
On 09-10-14 14:24 , I wrote:
(global-set-key (kbd "C->") 'my-orgstruct-dive)
(global-set-key (kbd "C-<") 'my-orgstruct-dive-out)
(defvar my-orgstruct-dive-level 0)
Now I did a rewrite for some improvements, mainly
Hi Rainer
On Tue, Aug 17, 2010 at 20:32, Michael Brand wrote:
> My implementation shows the same level always for _all_ headings in the
> file. Showing or hiding more or less levels for only the _current_
> heading as I understand you would like, is too hard for me to implement
> without help.
I
Aloha all,
The following example from the Ledger tutorial http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-ledger.php
doesn't export the #+end_src line:
#+begin_src org
,#+begin_src ledger :cmdline -s bal :results value
,!include /tmp/account.ledger
,#+end_src
#+end_src
As you ca
On Tue, 31 Aug 2010 14:09:58 +0200
Carsten Dominik wrote:
> Hi Aidan,
>
> unfortunately this is difficult to fix in a good way.
> I do want to go back to footnotes, because I think there are many
> things that do not yet work satisfactorily. And then I also hope to
> address the issue you r
Yes, here is how it looks:
** TODO [#A] eat fat daily
SCHEDULED: <2010-09-02 Thu .+1d>
:LOGBOOK:
- State "CANCELLED" from "TODO" [2010-09-01 Wed 01:33]
- State "CANCELLED" from "TODO" [2010-09-01 Wed 01:33]
- State "DONE" from "TODO" [2010-09-01 Wed 01:02]
:END:
:PROPERTI
Puneeth writes:
>> On Sun, Aug 29, 2010 at 11:48 PM, Rafael wrote:
>>> 2. Note that Wordpress also includes support for inline math expressions
>>> written in LaTeX, like this: $latex E=mc^2$, and displayed expressions,
>>> like this: $latex \displaystyle E=mc^2$
>>> (http://rvftestblog.wordpre
Is there a way to configure emacs/org so that C-c ' which calls
org-edit-src-code for me opens the source in the same window rather
than splitting the window and continuing to show the then redundant org
babel source?
cheers
r.
___
Emacs-orgmode mai
See the org-src-window-setup variable.
I think you want it set to current-window.
Richard Riley wrote:
Is there a way to configure emacs/org so that C-c ' which calls
org-edit-src-code for me opens the source in the same window rather
than splitting the window and continuing to show the then r
Erik Iverson writes:
> See the org-src-window-setup variable.
>
> I think you want it set to current-window.
Well spotted. Thanks. Here is a small path to update the docs to mention
this :-
--8<---cut here---start->8---
diff --git a/lisp/org-src.el b/lisp/or
Here are my kludges to get almost-optimal pop-up-windows
behavior, gathered over years.
You want org-src-window-setup.
Basically, people who use pop-up-windows set to nil want
same window for most things except modes like org agenda and
rare completion and menu popups where you need to see the
or
Hi!
I'd like to assign every TODO item in a file some payment amount
value, so after item is DONE I can get my average payment
(PAYMENT/TIME).
And I'd like "clocktable" to have additional "payment amount" and
"average payment" columns.
Can you suggest any way to accomplish this?
I guess I needed to edit (but not able to at this time)
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
HTML export removes the "mailto:"; from a link, which will then be
interpreted as a local link by the browser.
For an example, see the link to this mailing list in
ORGWEBPAGE/index.org and the corresponding HTML export on orgmode-org
(or just the local file).
Achim.
___
Rainer M Krug writes:
> Hm - I can't find that command (I assume it is a function)? And if how
> can I get the file name of the buffer?
Yes, an elisp function. You either already know the name of the file
and insert it as a string or just use another elisp function to ask
EMACS for it. Then in
Hi,
See this post for reference:
http://www.mail-archive.com/emacs-orgmode@gnu.org/msg27725.html
With that issue, ditaa just wasn't cooperating for some reason. Now
everything *appears* to cooperate but I get no output! Completely baffled...
Per the mailing list resolution above, I tried the ex
I see the following in my *Messages* buffer after running.
executing Ditaa code block...
java -jar
/home/fileserv/tacc/eriki/emacs/lisp/org-mode/contrib/scripts/ditaa.jar
/tmp/babel-31845pim/ditaa-318455Fo example.png
DiTAA version 0.8, Copyright (C) 2004--2009 Efstathios Sideris
Running w
On Wed, 01 Sep 2010 13:25:35 +0200, Sébastien Vauban
wrote:
>
> Hi Eric,
>
> >>> I have just placed on Worg [1] a short tutorial/example for using
> >>> ledger with babel. Please have a look and comment etc!
> >
> > [1] http://orgmode.org/worg/org-contrib/babel/languages.php#langs
>
> Being
Okay, fixed it on a whim but clueless as to why this was the issue:
1) (setq org-ditaa-jar-path "~/.elisp/org.git/contrib/scripts/ditaa.jar")
2) (setq org-ditaa-jar-path
"/home/jwhendy/.elisp/org.git/contrib/scripts/ditaa.jar")
#1 *does not* work; #2 does!
Should I have known this would be a pro
Hi folks,
I'm pretty sure I had this answered once already but I can't find the
reference! sorry to ask again. I have two issues right now as I try rather
deperately to print something reasonable-looking for my course syllabus (the
html version is lovely).
1) what is te recommended or canonical
If I select a region in, in this case, an erc (emacs irc client) buffer
in the read only section and then use my global keys to create a new
item using the following "j" template while the text is still selected
("j" "Journal" entry
(file+datetree "journal.org")
"* %T %?\n %i\n %a")
then
Had the same problem somewhere in july. I think it was after the
following commit:
> commit 7d2dc48b2aae27a66cc9813797c14dd457c209f4
> Author: Gregory J. Grubbs
> Date: Sun Jul 18 09:01:24 2010 +
> Quote path argument in ob-ditaa
> * lisp/ob-ditaa.el (org-babel-execute:ditaa): Quote
I've just pushed up a fix to this issue, both ~'s and spaces should work
now. -- Eric
Juan writes:
> Had the same problem somewhere in july. I think it was after the
> following commit:
>
>> commit 7d2dc48b2aae27a66cc9813797c14dd457c209f4
>> Author: Gregory J. Grubbs
>> Date: Sun Jul 18 09:01
Hi Erik,
I believe that when a session is specified then all code blocks will be
evaluated but their results will not be included in the exported output.
However you make a good point about the case of
:exports results :results silent
I would think that in this case it would be useful to guara
Hi,
I believe this is a simple problem with your noweb header argument, see
below...
Eric S Fraga writes:
> On Wed, 01 Sep 2010 13:25:35 +0200, Sébastien Vauban
> wrote:
[...]
>> #+srcname: ledger-balance
>> #+begin_src ledger :cmdline "bal" :noweb
the header argument line above should be ":
Awesome. Thanks!
John
On Thu, Sep 2, 2010 at 12:09 AM, Eric Schulte wrote:
> I've just pushed up a fix to this issue, both ~'s and spaces should work
> now. -- Eric
>
> Juan writes:
>
> > Had the same problem somewhere in july. I think it was after the
> > following commit:
> >
> >> commit 7d2d
"Eric Schulte" writes:
> Hi Erik,
>
> I believe that when a session is specified then all code blocks will be
> evaluated but their results will not be included in the exported output.
>
To clarify the above,
if a code block has a :session header argument, then it is assumed that
the block shou
On 09/01/2010 08:37 PM, Eric Schulte wrote:
"Eric Schulte" writes:
Hi Erik,
I believe that when a session is specified then all code blocks will be
evaluated but their results will not be included in the exported output.
To clarify the above,
if a code block has a :session header argument
Joseph Buchignani gmail.com> writes:
> Yes, here is how it looks:
...
Hi Joseph
The following item has been working fine for me. However I can't see any
glaring
differences wrt to your example item.
** TODO Add MCQs
SCHEDULED: <2010-09-03 Fri .+1d/4d>
- State "DONE" from "TOD
Erik Iverson writes:
> On 09/01/2010 08:37 PM, Eric Schulte wrote:
>> "Eric Schulte" writes:
>>
>>> Hi Erik,
>>>
>>> I believe that when a session is specified then all code blocks will be
>>> evaluated but their results will not be included in the exported output.
>>>
>>
>> To clarify the above
Richard Riley writes:
> Erik Iverson writes:
>
>> See the org-src-window-setup variable.
>>
>> I think you want it set to current-window.
>
> Well spotted. Thanks. Here is a small path to update the docs to mention
> this :-
Thanks Richard, I've added that.
Dan
>
> diff --git a/lisp/org-src.e
Matt Price wrote:
> I'm pretty sure I had this answered once already but I can't find the
> reference! sorry to ask again. I have two issues right now as I try rather
> deperately to print something reasonable-looking for my course syllabus (the
> html version is lovely).
>
> 1) what is te re
Achim Gratz writes:
> HTML export removes the "mailto:"; from a link, which will then be
> interpreted as a local link by the browser.
>
> For an example, see the link to this mailing list in
> ORGWEBPAGE/index.org and the corresponding HTML export on orgmode-org
> (or just the local file).
>
or
Paul Sexton writes:
> Joseph Buchignani gmail.com> writes:
>
>> Yes, here is how it looks:
> ...
>
> Hi Joseph
> The following item has been working fine for me. However I can't see any
> glaring
> differences wrt to your example item.
>
>
> ** TODO Add MCQs
>SCHEDULED: <2010-09-03 Fri
47 matches
Mail list logo