Hi Bernt,
At Sun, 20 Mar 2011 21:46:19 -0400,
Bernt Hansen wrote:
>
> David Maus writes:
>
> > At Thu, 17 Mar 2011 14:34:52 +,
> > Eric S Fraga wrote:
> >>
> >> I don't know if this is the same problem but exporting, to HTML, the
> >
> > Yes, this was a symptom of the broken HTML export. Shou
On Mon, Mar 21, 2011 at 6:19 AM, Bernt Hansen wrote:
> Le Wang writes:
>
>> In the time entry prompt "C-c !", when I press the up or down on the
>> scroll-bar right scroll happens.
>
> Hi,
>
> I can reproduce this (after enabling the scroll bar which is normally
> off in my setup). It seems scro
On Mon, Mar 21, 2011 at 3:41 AM, Eric S Fraga wrote:
> Le Wang writes:
>
>> Why did you give up on yasnippet?
>
> Confusion amongst the key bindings, between org, yasnippet and the
> autocompletion tools I have been trying. I want to be able to use TAB
> for completion.
>
> I may come back to ya
David Maus writes:
> At Thu, 17 Mar 2011 14:34:52 +,
> Eric S Fraga wrote:
>>
>> I don't know if this is the same problem but exporting, to HTML, the
>
> Yes, this was a symptom of the broken HTML export. Should be fixed now.
Hi David,
I think there is yet another HTML export issue with the
Hi all,
I've tweaked the script I recently posted to be a little more
complete, and I attach it here.
There's a customization part that you need to tweak.
I've put some doc for it inside the script.
Bastien suggested it should go into Worg. It would be my pleasure to
do that but as I've never use
Christian Moe writes:
> Hi,
>
> Returning to this thread:
>
> 1. I love Eric's macro wrapper idea -- now time arithmetic in tables
> gets truly manageable. If it's not included into Org-mode, it's a must
> for Worg!
>
Great, if no Org-mode changes result, then I will certainly post this
code up
Le Wang writes:
> In the time entry prompt "C-c !", when I press the up or down on the
> scroll-bar right scroll happens.
Hi,
I can reproduce this (after enabling the scroll bar which is normally
off in my setup). It seems scrolling always moves forwards in time.
This may be a bug in the cale
I was carrying around this issue since long time, but today I finally
understood what exactly the source is.
Suppose I have this very simple orgfile, if I try to export it to html I
get the error as below. Can anyone else reproduce it? I guess is
font-locking problem but that should be a perfect
Óscar Fuentes writes:
> With a gpg executable with default settings, org-encrypt-entry produces
> output like this:
>
> -BEGIN PGP MESSAGE-
> Version: GnuPG v1.4.10 (GNU/Linux)
>
> jA0EAwMCBWZVym6QMPVgyTxreTb1AEL3uTO+qCh2lR9/Qxk4nEMpPr9/RwNk95Gb
> slUra9X+N+qSWghEHvvxY0Ol8Yw9Ko4n7JVhH
Bernt,
Thanks. I've been reading your page on org; I just haven't gotten to
section 16 yet. :)
Cheers.
Fil
On 20 March 2011 15:34, Bernt Hansen wrote:
> "Filippo A. Salustri" writes:
>
>> Hi,
>> I'm getting confused with sorting agenda views. Hopefully someone can
>> help me out.
>>
>> I have
Hi,
Returning to this thread:
1. I love Eric's macro wrapper idea -- now time arithmetic in tables
gets truly manageable. If it's not included into Org-mode, it's a must
for Worg!
2. There's duplication with org-timer-hms-to-secs and
org-timer-secs-to-hms. (Cf. my
http://permalink.gmane.or
Óscar Fuentes writes:
> +(defun org-crypt-wash-encrypted-string (str)
> + "Remove superfluos and annoying text from the encrypted string."
> + (with-temp-buffer
Typo in the docstring: superfluos -> superfluous
--
Bernt
"Eric Schulte" writes:
> I wrapped Bastien's functions below in a simple macro, which IMO results
> in a very nice way to handle time values in Org-mode tables as in the
> attached org file (below).
>
> Note, the first argument to the `with-time' macro controls whether
> results are returned as a
David Maus writes:
> At Thu, 17 Mar 2011 14:34:52 +,
> Eric S Fraga wrote:
>>
>> I don't know if this is the same problem but exporting, to HTML, the
>
> Yes, this was a symptom of the broken HTML export. Should be fixed
> now.
It is indeed. Many thanks.
--
: Eric S Fraga (GnuPG: 0xC89193
Le Wang writes:
> On Sun, Mar 20, 2011 at 4:34 AM, Eric S Fraga wrote:
>> yes, I used to use yasnippet a lot but I don't any longer. I am
>> actually in confusion as to which completion mechanism to use in Emacs
>> these days and am going a little crazy... :( I'm currently playing with
>> auto
"Filippo A. Salustri" writes:
> Hi,
> I'm getting confused with sorting agenda views. Hopefully someone can
> help me out.
>
> I have a custom agenda view that, today, looks like this:
>
> Friday 18 March 2011
> UTMIE: In 13 d.: TODO [#A] Annual Report
> Matthew:In -1 d.: TO
Tassilo Horn writes:
> Remember to cover the basics, that is, what you expected to happen and
> what in fact did happen. You don't know how to make a good report? See
>
> http://orgmode.org/manual/Feedback.html#Feedback
>
> Your bug report will be posted to the Org-mode mailing list.
> ---
Nick Dokos writes:
> Not sure why my reply was addressed the way it was: left Julien out,
> replied directly to Tassilo and the ML. There is something funky
> going on with my mailer.
Hi Nick,
I think that is because Julien's mail has an explicit Mail-Followup-To
header that specifies replied s
Jason McBrayer writes:
> I can see the same behaviour here. I only get a few of my PROJECT headlines
> if org-enforce-todo-dependencies is t; I get all
> of them if it is nil.
>
> My value for org-todo-keywords is:
>
> ((type "TODO" "NEXTACTION" "INPROCESS" "WAITING" "NEEDSPREREQ" "|" "DONE"
>
Hello
Thanks everyone for your interest in the project. It is indeed designed to
adhere with semantic web, designed on top of GNOWSYS. Org-mode made it all
very simple for representing the entire concept inside emacs in a text based
format. Please feel free to use it and let me know if any help r
I wrapped Bastien's functions below in a simple macro, which IMO results
in a very nice way to handle time values in Org-mode tables as shown
below.
Note, the first argument to the `with-time' macro controls whether
results are returned as a time string or a numerical value. That
argument may be
I wrapped Bastien's functions below in a simple macro, which IMO results
in a very nice way to handle time values in Org-mode tables as in the
attached org file (below).
Note, the first argument to the `with-time' macro controls whether
results are returned as a time string or a numerical value.
At Sun, 20 Mar 2011 18:14:26 +0100,
David Maus wrote:
> >
> > Has anybody seen this?
>
> Erm.. To me the two lists look identical? What is the expected output?
Forget this message, an artefact of scanning the list for bugs/issues forward
in time starting om March, 6th.
Best,
-- David
--
OpenPG
At Tue, 08 Mar 2011 13:48:30 -0800,
Michael Hohn wrote:
>
> Hi all,
>
> after upgrading to the current git head (version 7.xx, previously
> 6.36), fill-region produces wrong indentation for my lists. Starting
> with
>
> - one
>- very, very, very, very, very, very, very, very, very, very, very,
At Fri, 11 Mar 2011 13:41:45 + (UTC),
Rafal wrote:
>
> Bastien altern.org> writes:
>
> Hi Bastien,
>
> >
> > Can you give an example?
> >
>
> So I'm trying to write a custom function to set regexp search string for c/c++
> code by writing org-create-file-search-functions hook. (code #1 below )
At Thu, 3 Mar 2011 10:10:16 +0100,
PASZTOR Miklos wrote:
>
> Hello,
>
> Thanks for keeping an eye on this.
> Sorry for being silent.
>
> On Wed, Mar 02, 2011 at 06:48:56PM +0100, Bastien wrote:
> > Hi,
> >
> > PASZTOR Miklos writes:
> >
> > > I'm using org-mode version 7.4. When I export org f
Hi all,
I have a feature request (if what I want is not already possible, that is).
Could a source code block, which has the :session header argument, be
associated with its session as soon as C-' is pressed?
The background to this question is, that all ess support functionality
for R (r-autoyas
Hello,
Matt Lundin writes:
>> Any idea on how to make use of org minor mode in mail-mode and still
>> be able to fill-paragraph without impacting mail headers?
>
> The org minor modes set the local value of fill-paragraph-function to
> org-fill-paragraph. You can override this by adding a line t
I gotta admit, I find the general tone of attention to detail and
professional respect on this list quite refreshing.
There's few lists to which I subscribe that's as consistently helpful
and polite.
Compliments to all.
Cheers.
Fil
On 19 March 2011 22:19, Nick Dokos wrote:
> Filippo A. Salustri
Hello,
First of all thanks very much for all the very well explained help
given in previous threads I have started.
Now, I have found different results arise from a difference in position
of parameters (I'm using commit c01c2ad Fri Mar 18, R version 2.12.20,
Feb 25):
#+TBLNAME: data
| x | param
René writes:
> Here is the the configuration I run
>
>(defun turn-on-full-org-mailing ()
> (turn-on-orgstruct++)
> (turn-on-orgtbl)
> (load "org-html-mail"))
>
>(add-hook 'mail-mode-hook 'turn-on-full-org-mailing)
>
> Unfortunately with this, calling M-q (fill-paragraph) ri
I just know I'm going to get pointed to a bit of documentation I haven't
come across, but…
I've made a link abbreviation that I want to export to HTML directly as
an absolute link:
#+LINK: mylink /absolute/url/%s/
I'd like [[mylink:bob][link text]] to export as:
link text
Right now the link i
On Sun, 20 Mar 2011 12:30:32 +0100
David Maus wrote:
> At Fri, 18 Mar 2011 19:19:50 -0700,
> Suvayu Ali wrote:
> >
> > I think there was a post sometime earlier where the OP faced this
> > issue because his setup used symlinks. The timestamps of the
> > symlinks didn't change so the publishing di
At Fri, 18 Mar 2011 19:19:50 -0700,
Suvayu Ali wrote:
>
> On Fri, 18 Mar 2011 21:33:04 -0400
> Nick Dokos wrote:
>
> > If you can figure out *why* they got out of sync, that would be
> > a bonus and worth a post here, particularly if you can identify
> > a bug in the code.
>
> I think there was a
At Wed, 16 Mar 2011 10:17:41 +0100,
Francesco Pizzolante wrote:
>
> Hi David,
>
> >> There's still a little problem though when adding a caption:
> >>
> >> --8<---cut here---start->8---
> >> #+CAPTION: toto
> >> [[file:toto.png]]
> >> --8<---cut here-
At Thu, 17 Mar 2011 14:34:52 +,
Eric S Fraga wrote:
>
> I don't know if this is the same problem but exporting, to HTML, the
Yes, this was a symptom of the broken HTML export. Should be fixed now.
Best,
-- David
--
OpenPGP... 0x99ADB83B5A4478E6
Jabber dmj...@jabber.org
Email. dm...@
At Thu, 17 Mar 2011 21:57:40 +0530,
Jambunathan K wrote:
>
>
> Can someone fix this regression in the HTML exporter - 294dcb.
>
> The problem is with hyperlink whose description is an image. So have
> unicorn logo on the dir where you save this file.
>
> Would appreciate if the whole document expor
Achim Gratz writes:
> git://repo.or.cz/org-mode/org-tableheadings.git
I've just pushed a commit to have the key C-c _ (underscore, since
tilde "~" is already in use for conversion of table.el tables to org
tables) insert table header rows, just like C-c - inserts a hline. That
would make this fe
On 20.3.2011, at 09:48, Achim Gratz wrote:
> Carsten Dominik writes:
>> I have just pushed a change that makes $< and @< refer in
>> a stable way to the first column and row, respectively.
>> You can also use @<<< to mean the second row and @>>
>> the second to last row.
>
> Commit 3dd47457 has
Carsten Dominik writes:
> I have just pushed a change that makes $< and @< refer in
> a stable way to the first column and row, respectively.
> You can also use @<<< to mean the second row and @>>
> the second to last row.
Commit 3dd47457 has introduced a complaint about an assignment to free
var
Hello,
Nick Dokos writes:
> I use orgstruct mode when composing email and fill-paragraph blew up
> with the following backtrace when I tried to fill a paragraph after a
> drawer, as described in the last paragraph of this email.
This should be fixed now. Thanks for your report (again).
Regards
41 matches
Mail list logo