yeah, right, make me feel even dumber
...wait, let me just wipe the egg off my face :-)
Cheers.
Fil
On 25 February 2011 22:11, Nick Dokos wrote:
> Filippo A. Salustri wrote:
>
> > I did try to google a few things, but "hide" was never one of my
> keywords.
> > Sigh.
> > Google is grea
Filippo A. Salustri wrote:
> I did try to google a few things, but "hide" was never one of my keywords.
> Sigh.
> Google is great IFF you know what keywords to use.
>
> Thanks for the pointer.
> Cheers.
> Fil
>
> On 25 February 2011 18:11, Carsten Dominik wrote:
>
> >>
> >> So I was wondering
Cássio Koshikumo writes:
> Hi all,
>
> I think there's a bug with the html exporter. With this OPTIONS line:
>
> #+OPTIONS: num:nil author:nil creator:nil timestamp:nil toc:nil
>
> I get rid of the numbering and the TOC, but still get the creator, the
> timestamp and the author lines at the end o
Hi Tom,
On Fri, 25 Feb 2011 16:39:35 -1000
"Thomas S. Dye" wrote:
> Aloha Suvayu,
>
> it sounds like you have a different problem than the one I
> experienced. Your error message seems to indicate the the .aux file
> is present, but that it points to a missing .bbl file.
>
I am not very
Is there a workaround other than creating custom links?
On 2011-02-25, Cássio Koshikumo wrote:
> Yes, I've also noticed this. The same thing happens with radio targets.
>
> Best,
>
> --
> Cássio Koshikumo
>
> At Wed, 23 Feb 2011 10:43:21 -0700,
> Samuel Wales wrote:
>>
>> Lately in latest git, I
Hi Eric,
On Sat, 26 Feb 2011 00:23:15 +
Eric S Fraga wrote:
> suvayu ali writes:
>
> > Hi everyone,
> >
> > I am trying to use bibtex with pdf export for my thesis. So I tried
> > customising =org-latex-to-pdf-process= so that bibtex is run before
> > pdflatex. So from the customise buffer
Hey Thomas,
Thanks for your response. I have outlined what I tried and found below.
On Fri, 25 Feb 2011 14:08:31 -1000
"Thomas S. Dye" wrote:
> Aloha Suvayu,
>
> I had what sounds like a similar problem. You don't say why bibtex
> fails, but in my case it wasn't able to find the .aux file.
Hi all,
I think there's a bug with the html exporter. With this OPTIONS line:
#+OPTIONS: num:nil author:nil creator:nil timestamp:nil toc:nil
I get rid of the numbering and the TOC, but still get the creator, the
timestamp and the author lines at the end of the page. Exporting to ASCII seem
to e
Yes, I've also noticed this. The same thing happens with radio targets.
Best,
--
Cássio Koshikumo
At Wed, 23 Feb 2011 10:43:21 -0700,
Samuel Wales wrote:
>
> Lately in latest git, I have been getting the following in
> HTML region export.
>
> Input:
>
> * _<>_
>
> Export (leav
> * List all files in dir (version of Seb)
>
> Just to show, this code prints a semi-colon after every filename.
>
> #+srcname: graph-files-seb2
> #+begin_src sh :results vector :var dir=graph-dir
> find $dir -type f -print |\
> while read -r name
> do
> echo "\"${name##*/}\";"
> done
Hi Andreas,
This patch looks like a great idea and a clean implementation. Thanks
for sharing. Would you be willing to sign the FSF copyright assignment
papers? If not I probably can not apply your patch as it changes over
10 lines -- which I'm pretty sure is the copyright assignment cutoff.
F
Hi Torsten,
I found this email extremely hard to parse. Perhaps it would be easier
if you first read through the relevant section of the Org-mode manual
http://orgmode.org/manual/Working-With-Source-Code.html so that you are
aware of what features are already provided by Babel. Then you could
sh
Hi Andreas,
This exact example worked for me -- that is the results were returned
without executing the "sleep 5" code.
Maybe you are using an old version of Org, or you have non-standard
default header argument values?
Best -- Eric
Andreas Leha writes:
> Hi all,
>
> When ':noweb yes' is in t
> #+begin_src org
>
> * tikz with image magick
> The following is a simple figure generated using tikz:
>
> #+begin_src latex :exports results :results (if (and (boundp 'backend) (eq
> backend 'latex)) "latex" "file") :file test.png :imagemagick yes :iminoptions
> -density 600 :imoutoptions -
Hi Andreas,
This patch looks like a great idea and a clean implementation. Thanks
for sharing. Would you be willing to sign the FSF copyright assignment
papers? If not I probably can not apply your patch as it changes over
10 lines -- which I'm pretty sure is the copyright assignment cutoff.
F
Giorgio Valoti writes:
> Il giorno 23/feb/2011, alle ore 08.19, Eric S Fraga ha scritto:
>
[…]
> Hi,
> I don’t know if I’m missing something but I can’t get the
> org-babel-goto-named-src-block to work. When I invoke it on the sample
> file below the autocompletio
Hi Karl,
Thanks for the bug report, I've just pushed up a fix for this issue.
Please let me know if the problem continues.
Best -- Eric
Karl Eichwalder writes:
> There seems to be a general problem with exporting commented blocks.
> From the docs:
>
> Finally, regions surrounded by `#+BEG
Great, Thanks for sharing!
Why don't we replace the shell-script munging with some elisp munging
and add this to the core?
I can help with the translation to elisp (although I may be busy through
the weekend/week).
Best -- Eric
Eric S Fraga writes:
> Litvinov Sergey writes:
>
>> I have not f
suvayu ali writes:
> Hi everyone,
>
> I am trying to use bibtex with pdf export for my thesis. So I tried
> customising =org-latex-to-pdf-process= so that bibtex is run before
> pdflatex. So from the customise buffer I set it to something like
> this:
I have
#+begin_src emacs-lisp
(setq org-la
I did try to google a few things, but "hide" was never one of my keywords.
Sigh.
Google is great IFF you know what keywords to use.
Thanks for the pointer.
Cheers.
Fil
On 25 February 2011 18:11, Carsten Dominik wrote:
>
> On 25.2.2011, at 19:22, Filippo A. Salustri wrote:
>
> So,
>> I really l
Nick Dokos wrote:
> ...
> It is called with a nil separator so it uses its "smart" mode and counts
> one or more whitespace characters as the separator (I wonder
> what would happen with a filename that contains a comma :-)
>
Answer: nothing much.
Please disregard the comma comment: flippant st
Hi everyone,
I am trying to use bibtex with pdf export for my thesis. So I tried
customising =org-latex-to-pdf-process= so that bibtex is run before
pdflatex. So from the customise buffer I set it to something like this:
pdflatex -interaction nonstopmode -output-directory %o %f
bibtex %b
pdflatex
On 25.2.2011, at 19:22, Filippo A. Salustri wrote:
So,
I really like the emphasis bit that org-emphasis-alist gets me.
But I find that the key characters to do the emphasis, as in /
italics/, remain visible.
It's distracting to me. I mean, since it's rendered in italics,
it's redundant to s
Sébastien Vauban wrote:
> ...
> * List all files in dir (version of Seb)
>
> My code was a bit more complex... because I need to be able to correctly take
> care of filenames containing spaces inside them (I'm on Windows, I never do
> such a thing, but there are well spaces on the files I wanna
Fantastic.
Many thanks,
John
On Fri, Feb 25, 2011 at 4:07 PM, Nick Dokos wrote:
> John Hendy wrote:
>
> > Hi,
> >
> > I would like to set my fill-column variable to a bit higher value since I
> have no real need to keep it at 70, however my attempts seem not to be
> working.
> >
> > The releva
Reviving this as I can't believe the following solution was overlooked!
On Tue, Feb 8, 2011 at 6:29 PM, John Hendy wrote:
> Hi,
>
>
> My apologies if this has been discussed. I couldn't find it. I write
> everything from work in org-mode for several reasons. Primarily, it's my
> documentation sy
Rainer Stengele writes:
> thank you! Unfortunately now the :END: encloses even more lines further
> down the block!
Indeed, the drawer is wrapped around the list. I think this is required
as the list may well be some notes or TODO states to put into the
logbook.
If you don't want to have the li
all I needed to know ...
thanks
___
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
Derek Thomas writes:
> I've been using BEAMER_env: ignoreheading to generate columns of
> bulleted lists as follows
> #+begin_src org
> * hidden heading 1 :BMCOL:B_ignoreheading:
> :PROPERTIES:
> :BEAMER_col: 0.5
> :BEAMER_env: ignoreheading
> :BEAMER_enva
John Hendy wrote:
> Hi,
>
> I would like to set my fill-column variable to a bit higher value since I
> have no real need to keep it at 70, however my attempts seem not to be
> working.
>
> The relevant section in .emacs looks like this:
> ,-
> | (add-hook 'text-mode-hook 'turn-on-auto-fi
Hi,
I would like to set my fill-column variable to a bit higher value since I
have no real need to keep it at 70, however my attempts seem not to be
working.
The relevant section in .emacs looks like this:
,-
| (add-hook 'text-mode-hook 'turn-on-auto-fill)
`-
I then added this line:
,--
Thorsten wrote:
>
> Hello,
> is there something like a column formula in org that enables me to introduce a
> date in the first row and then automatically fills the other rows of
> that column with followup dates (+ 1 day or + 1 week i.e.)
> like this:
>
> | date| kg |
> |--
Hello,
is there something like a column formula in org that enables me to introduce a
date in the first row and then automatically fills the other rows of
that column with followup dates (+ 1 day or + 1 week i.e.)
like this:
| date| kg |
|-+|
| <2011-02-08 Di> | 86
Am 25.02.2011 18:54, schrieb Nicolas:
> Hello,
>
> Rainer Stengele writes:
>
>> 1. Having a text block like this:
>>
>> ** Headline
>>SCHEDULED: <2011-02-25 Fr>
>>CLOCK: [2011-02-25 Fr 17:04]--[2011-02-25 Fr 17:04] => 0:00
>>CLOCK: [2011-02-25 Fr 17:03]--[2011-02-25 Fr 17:04] => 0:01
So,
I really like the emphasis bit that org-emphasis-alist gets me.
But I find that the key characters to do the emphasis, as in /italics/,
remain visible.
It's distracting to me. I mean, since it's rendered in italics, it's
redundant to show those '/' characters.
I also know that all kinds of thi
Hello,
Rainer Stengele writes:
> 1. Having a text block like this:
>
> ** Headline
>SCHEDULED: <2011-02-25 Fr>
>CLOCK: [2011-02-25 Fr 17:04]--[2011-02-25 Fr 17:04] => 0:00
>CLOCK: [2011-02-25 Fr 17:03]--[2011-02-25 Fr 17:04] => 0:01
>CLOCK: [2011-02-25 Fr 14:30]--[2011-02-25 Fr
Il giorno 23/feb/2011, alle ore 08.19, Eric S Fraga ha scritto:
>>> […]
>>>
Hi,
>>>
I don’t know if I’m missing something but I can’t get the
org-babel-goto-named-src-block to work. When I invoke it on the sample
file below the autocompletion shows nil and nothing else and i
Hello,
Patch applied. Thanks for catching this.
Regards,
--
Nicolas
___
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
Hi all,
I think I found 1 or 2 bugs:
1. Having a text block like this:
** Headline
SCHEDULED: <2011-02-25 Fr>
CLOCK: [2011-02-25 Fr 17:04]--[2011-02-25 Fr 17:04] => 0:00
CLOCK: [2011-02-25 Fr 17:03]--[2011-02-25 Fr 17:04] => 0:01
CLOCK: [2011-02-25 Fr 14:30]--[2011-02-25 Fr 16:45]
Hi,
When exporting this buffer to pdf, the R code becomes evaluated and
the code and the result becomes exported; but when I export only the
"Here it does not work" subtree, the :exports: is ignored and only the
code is exported; if I export only the "Here it works" subtree, the
code and result ar
Hi Puneeth,
On Fri, Feb 25, 2011 at 15:11, Puneeth Chaganti wrote:
> Bar has the properties of a LINK associated with it and hence is not
> being displayed in the mini-buffer. Here is a possible fix, but I'm
> not sure if it's the best fix.
Whether or not it’s the best fix, it seems to be worki
Hi Carsten,
Carsten Dominik wrote:
> On Feb 23, 2011, at 11:14 AM, Sébastien Vauban wrote:
>> Nathan Neff wrote:
>>> I just found that you can press "." in the Calendar to jump to today's
>>> date.
>>>
>>> This saves me a gazillion keypresses, especially when you have a one-key
>>> mapping to sche
Hi Eric,
First, thanks for answering this open thread!
"Eric Schulte" wrote:
> I haven't followed this discussion very closely, but I'm not sure why it
> would be necessary to pass data through STDIN rather than through a variable
> or an external file.
I'll comment on the full problem (or solut
Hi Babel
I've been working on an exporter and have come across some strange
behaviour regarding 'empty' source blocks with regard to tangling.
If an attempt is made to tangle a block containing two blank (no
white-space) lines, the block is exported as carriage returns (as I
would expect).
If a
On Feb 11, 2011, at 4:14 PM, Bastien wrote:
> Hi Nathan,
>
> Nathan Neff writes:
>
>> I just found that you can press "." in the Calendar to jump to today's
>> date.
>
> Nice one, I didn't know that!
It is actually in the manual, I just checked.
- Carsten
_
On Feb 23, 2011, at 11:14 AM, Sébastien Vauban wrote:
> Hi Nathan,
>
> Nathan Neff wrote:
>> I just found that you can press "." in the Calendar to jump to today's date.
>>
>> This saves me a gazillion keypresses, especially when you have a one-key
>> mapping to schedule something in agenda mod
* lisp/org-macs.el (org-with-point-at): Store evaluated version of pom. This
fixes a potential bug when using (org-with-point-at (func) …), where (func)
would be evaluated multiple times, therefore might return different results
if a marker was returned and different each time.
Signed-off-by: Juli
On vr 25-feb-2011 10:53
Karl Eichwalder wrote:
> The HTML export is mostly ok. The rather longish org-export-as-html
> function even seems to allow tuning options. How can I make use of
> 'body-only'? How can I pass it to org-export-as-html
I have this in my emacs settings file:
; This puts
I want to prepare a text ready to be blogged at blogspot.com.
The HTML export is mostly ok. The rather longish org-export-as-html
function even seems to allow tuning options. How can I make use of
'body-only'? How can I pass it to org-export-as-html?
Final goal would be the combination of 'bod
Hi,
Bar has the properties of a LINK associated with it and hence is not
being displayed in the mini-buffer. Here is a possible fix, but I'm
not sure if it's the best fix.
HTH,
Puneeth
diff --git a/lisp/org-capture.el b/lisp/org-capture.el
index b5711f7..da21e89 100644
--- a/lisp/org-capture.el
Thanks.
Works like a charm.
___
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
Hi,
PASZTOR Miklos writes:
> The Hungarian version of David O'Toole's tutorial is avilable at
> http://deneb.iszt.hu/~pasztor/orgtutorial/notebook/orgtutorial-hu.html
Nice, thanks. I added a link to it in Worg/org-tutorials/index.org
--
Bastien
__
52 matches
Mail list logo