Thanks a lot. It's what I needed.
I'll work on it.
On Tue, Aug 16, 2011 at 4:25 PM, Bastien wrote:
> Hi Pascal,
>
> M.P. writes:
>
>> I'd like to add to my tasks a property whose value should be the difference
>> in
>> time between the effort estimates and the actual clocked time. The final
>
On Wed, Aug 17, 2011 at 8:51 AM, Bodhi wrote:
> Here you go.
I'm not able to make my org-mode use the PROPERTY ID that's already
been defined by you. I got rid of it and created a new ID. The export
works for me. I tested with realease_7.4 without any of my
customizations. (`emacs -Q`). I don't
Here you go.
On Tue, Aug 16, 2011 at 11:07 PM, Puneeth Chaganti wrote:
> On Tue, Aug 16, 2011 at 11:01 PM, Bodhi wrote:
> > Nope. No luck. :(
> > Both files are exported, because I can individually access foo.html and
> > bar.html.
>
> Where does the link in foo.html point to? Can you send the s
On Wed, Aug 17 2011, Bastien wrote:
> Hi Eric,
>
> Eric Abrahamsen writes:
>
>> Is there a generic function for parsing options lines at the top of a
>> file?
>
> See `org-infile-export-plist'.
>
>> I'd like to use some custom lines to set certain file-specific
>> variables, and haven't quite fi
Paul
> Wes Hardaker's org-export-generic (in worg) does a pretty good job of
> exporting to markdown syntax. The following works (use C-c C-e g to
> run the exporter):
> There are some defects however, which an't really be fixed without altering
> the exporter code. The main ones are:
May be
Wes Hardaker's org-export-generic (in worg) does a pretty good job of
exporting to markdown syntax. The following works (use C-c C-e g to
run the exporter):
(require 'org-export-generic)
(org-set-generic-type
"markdown"
'(:file-suffix ".markdown"
:key-binding ?M
:title-format
Hi,
It's htat time of year again and I'm putting together course syllabi. I
would really love to be able to dynamically calculate dates in a
spreadsheet, e.g.:
|Topic 1|Date1|Description1|
|Topic2|Above Date + 7| Description2|
|Topic3|Above Date + 7| Description3|
Is there a way for me to do th
Hello,
Carsten Dominik writes:
> I am not sure this is a good idea. With this patch, you always
> require the space to be there. So "* TODO" would not be a task.
> I am not sure, this might have side effects.
Notwithstanding the fontification problem, isn't "* TODO" considered as
a valid task
> > Small patch attached, thanks Seb for pointing this out.
>
> Thanks for the patch -- I'm willing to apply it, but I'd rather apply a
> complete patch, i.e. one with a ChangeLog entry. Can you update it?
>
> Put the cursor on your change in org.texi and use `C-x 4 a' to create a
> proper Chang
Johnny wrote:
> Is there a way to hide certain columns of a table when exporting?
>
> I know the "/" will hide rows, and "<>" can group columns, but haven't
> been able to find any way to hide certain columns on export? The
> rationale being that I use some column for intermediary calculations
Hi Bastien,
thanks for the comments. I'll certainly keep that in mind for future
patches. Maybe that's something that could be added to the
corresponding worg page (http://orgmode.org/worg/org-contribute.html).
Best regards,
Valentin
On Tue, Aug 16, 2011 at 9:18 PM, Bastien wrote:
> Hi Valent
Hi Bastien.
On Tue, Aug 16, 2011 at 7:05 PM, Bastien wrote:
> Hi Valentin,
>
> Valentin Wüstholz writes:
>
>> I've noticed that org-add-planning-info adds a superfluous space
>> character when a repeated task is marked as DONE and gets rescheduled.
>
> Patch applied, thanks.
>
> For the next pa
Is there a way to hide certain columns of a table when exporting?
I know the "/" will hide rows, and "<>" can group columns, but haven't
been able to find any way to hide certain columns on export? The
rationale being that I use some column for intermediary calculations
that I don't want to see i
On 13.8.2011, at 12:16, Nicolas Goaziou wrote:
> Hello,
>
> Bastien writes:
>
>> Yep. When you have some free time (!), please suggest a patch and a
>> small org test file so that we can test.
>
> Here is an attempt to convert word boundaries into white spaces where it
> matters.
I am not s
Hello,
Bastien writes:
> Thanks a lot -- I have tested the patch during the last two hours and
> didn't find any problem. Feel free to apply it.
Done.
> What about going one step further and removing the possibility of
> using tabs after TODO keywords?
There are quite a few places indeed us
Hi,
I think I've found an odt export bug. Certain complex URL's stored within
links can end up being rendered with forbidden characters, e.g. '<' and
'>'. so, e.g., a link to this URL:
http://www.jstor.org.myaccess.library.utoronto.ca/sici?origin=sfx%253Asfx&sici=1363-3554%25281995%252939%253C1
Bastien writes:
> Hi Jason,
>
> Jason Dunsmore writes:
>
>> I noticed that lines with leading asterisks inside of source and example
>> blocks are interpreted as headings:
>
> The attached patch should fix this -- please confirm.
Hm, I'm still seeing the same issue with both source and example
Hi Achim,
CC'ing Sebastian in case he can have a look.
Achim Gratz writes:
> Could you be more specific what is a "no good result"?
Well, the HTML page was empty -- same error than with the unpatched
version of org-info.js.
> I've been
> generating the index.html in org-info-js and it now w
Hi Eric,
Eric Abrahamsen writes:
> Is there a generic function for parsing options lines at the top of a
> file?
See `org-infile-export-plist'.
> I'd like to use some custom lines to set certain file-specific
> variables, and haven't quite figured out the best way to do that.
>
> It looks lik
Hi Jason,
Jason Dunsmore writes:
> I noticed that lines with leading asterisks inside of source and example
> blocks are interpreted as headings:
The attached patch should fix this -- please confirm.
Thanks!
>From 4ff6f7a78c07654e70ac8473c911b873340f0b67 Mon Sep 17 00:00:00 2001
From: Bastien
John Wiegley writes:
> The backend gets to define what the parts of an entry are. Some backends will
> import actual content into the related Org entry, while others will only
> import a link back to the original content. This is what I would do for a
> backend that monitors files within an "Inb
John Hendy writes:
> And, indeed, that's the repo I used... until it didn't work for me.
> I'll stay with the orgmode one unless it goes out and then I'll switch
> back if I need to :)
Hehe, that's precisely why we should advertize both!
--
Bastien
Hi Jambunathan,
Jambunathan K writes:
> I am attaching the patch and sample org/odt/doc/html files.
Applied, thanks a lot!
--
Bastien
Achim Gratz writes:
> I can easily see how this works with bug/issue trackers. What I'm not so
> sure is how you imagine it to work with files. For my part I'm hoping that
> it might be able to get some interface to the various bits and pieces I've
> bookmarked and sometimes put into local vers
Hi Nicolas,
Nicolas Goaziou writes:
> Loading org-inlinetask is the user's job. He has to assume weird things
> which will happen when the buffer holds inline tasks without them being
> loaded (but I give him an excuse as inline tasks are completely
> undocumented).
We should fix this -- anyone
Hi Valentin,
Valentin Wüstholz writes:
>> Meanwhile, could you please reformat a bit your patch (no more than 80
>> columns, no parents on their own line), add a commit message followed
>> by TINYCHANGE (unless you have signed FSF papers already) and use git
>> format-patch for the output?
>
> S
On Tue, Aug 16, 2011 at 8:20 AM, Bastien wrote:
> Hi John,
>
> John Hendy writes:
>
>> Is this enough of a problem with or.cz that the page on "keeping up to
>> date with orgmode" should be updated?
>
> I'm not sure how you want to update this section, but I think repo.or.cz
> is usually doing a
Hello,
I noticed that lines with leading asterisks inside of source and example
blocks are interpreted as headings:
--8<---cut here---start->8---
* Heading 1
#+begin_example
foo
* bar
blah
#+end_example
* Heading 2
--8<---cut here---en
I just wanted to give a quick word of thanks to Bernt Hansen and everyone
else answering questions on the emacs-orgmode list. Since the mailing list
is publicly archived, answered questions can remain useful to others long
after the original respondents have probably forgotten about them. This
an
On Tue, Aug 16, 2011 at 11:01 PM, Bodhi wrote:
> Nope. No luck. :(
> Both files are exported, because I can individually access foo.html and
> bar.html.
Where does the link in foo.html point to? Can you send the sample
files that you are using? Or a simplified version of them?
--
Puneeth
Nope. No luck. :(
Both files are exported, because I can individually access foo.html and
bar.html.
On Tue, Aug 16, 2011 at 10:50 PM, Puneeth Chaganti wrote:
> On Mon, Aug 15, 2011 at 1:44 PM, Bodhi wrote:
> > Dear Puneeth,
> > The org-mode link works magically. Thanks!
> > But the same doesn't
David Maus writes:
> Well: Defining edebug specifications for macros is something really
> useful for debugging those buggers. Maybe this could be something like
> an informal policy: No macro without edebug spec, especially if the
> macro wraps around a body.
Agreed. Let's try to stick to this
Hi Nicolas,
Nicolas Goaziou writes:
> Valentin Wüstholz writes:
>
>> Sure. I have attached the output.
>
> Thank you. I have applied it to master.
Thanks for taking care of applying this patch.
--
Bastien
On Mon, Aug 15, 2011 at 1:44 PM, Bodhi wrote:
> Dear Puneeth,
> The org-mode link works magically. Thanks!
> But the same doesn't work for the generated html page.
> The pages get built, and the ID gets created, the html href contains that
> unique ID, but the browser is unable to load foo.html fr
Bastien writes:
> Wow, how can someone munge his words so badly? :)
In the force if Yoda's so strong, construct a sentence
with words in the proper order then why can't he?
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
SD adaptations for Waldorf Q V3.00R3 and
Hi Jambunathan,
Jambunathan K writes:
> Are there any opinions/preferences on how inline tasks could be exported
> in to odt format. I think having an ability to quickly navigate through
> all the inline tasks in the exported document would be a
> pre-requisite.
I don't use inline tasks myself
At Tue, 16 Aug 2011 18:34:04 +0200,
Bastien wrote:
>
> Hi David,
>
> David Maus writes:
>
> > Thanks for the feedback on org-with-uninterned. I'm preparing the
> > patches for master and decided to use the 'add-noise' approach
> > suggested by Štěpán but renamed the macro to `org-with-gensyms'.
Hi Valentin,
Valentin Wüstholz writes:
> I've noticed that org-add-planning-info adds a superfluous space
> character when a repeated task is marked as DONE and gets rescheduled.
Patch applied, thanks.
For the next patch, can you include the ChangeLog entry?
Thanks!
--
Bastien
John Wiegley writes:
> I've been working a new set of modules for Org to make it easy to associate
> Org entries with data in external systems, such as Redmine, Bugzilla,
> WordPress, or even your e-mail Inbox. It's called Org-X, as its meant to
> simplify writing linkup code for any system X.
Y
Hi Stephen,
Stephen Eglen writes:
> Small patch attached, thanks Seb for pointing this out.
Thanks for the patch -- I'm willing to apply it, but I'd rather apply a
complete patch, i.e. one with a ChangeLog entry. Can you update it?
Put the cursor on your change in org.texi and use `C-x 4 a' t
Hi Matt,
Matt Lundin writes:
> On further investigation, I can see very easily how much this cleans up
> the code. Sorry for the noise!
No problem!
>> Perhaps for the relevant functions (e.g., org-overview) we could
>> construct org-outline-regexp-bol from the a bound version of
>> org-outline
Hi David,
David Maus writes:
> At Wed, 10 Aug 2011 10:34:14 +0200,
> David Maus wrote:
>>
>> Whats next: Handle folded subtrees. Currently org-schedule w/ active
>> region schedules hidden subtrees, too. Using a tags/prop/todo query
>> seems suboptimal because you would have to know the characte
Hi David,
David Maus writes:
> I just pushed a commit to master that adds edebug specifications to
> all macros defined by Org mode.
This answers questions I've been asking myself for very long!
> With these specifications in place it
> is now possible to step through macros with edebug like
Hi David,
David Maus writes:
> Thanks for the feedback on org-with-uninterned. I'm preparing the
> patches for master and decided to use the 'add-noise' approach
> suggested by Štěpán but renamed the macro to `org-with-gensyms'. Thus
> we can change the implementation.
I see you have applied th
Bastien writes:
> David Maus writes:
>
>> I just pushed a simplified version of the solution: No need to count
>> lines, just check if point is at end of buffer.
>
> Thanks for your this fix!
Wow, how can someone munge his words so badly? :)
--
Bastien
Hi Max,
Max Mikhanosha writes:
> `org-table-sort-lines' function allows one to sort the rows of a
> table, by the t/T format for the column only recognizes timestamps
> with a date. A patch pasted below adds recognition of HH:MM durations.
Thanks a lot -- I'm willing to apply this patch.
Cou
Hi Nicolas,
Nicolas Goaziou writes:
> Bastien writes:
>
>> Yep. When you have some free time (!), please suggest a patch and a
>> small org test file so that we can test.
>
> Here is an attempt to convert word boundaries into white spaces where it
> matters.
Thanks a lot -- I have tested the
Hi Stefano,
Stefano Ricciardi writes:
> As per subject: whenever I issue a "org-mobile-push" command, the
> pushed .org file is opened on a new Emacs frame.
You are using Org 6.33x, chances are that this problem has been fixed
since then. Please upgrade to a more recent version of Org if that'
Hi Michael,
Michael Hannon writes:
> Greetings. I wonder if there's a way to tell Emacs to keep the
> "fences" (vertical bars) in an exported, ASCII file.
Yes there is:
(setq org-export-ascii-table-keep-all-vertical-lines t)
Best,
--
Bastien
Hi Stephen,
Stephen Eglen writes:
> Using colon, the text is not reported verbatim.
I cannot reproduce this with Org 7.7. Can you?
Best,
--
Bastien
Hi Andras,
Andras Major writes:
> I have an idea how my feature could be implemented, and it consists of
> two parts.
Thanks for bringing up these ideas -- just to make things clear: I'm
not volunteering for implementing this, my knowledge of org tables is
falling a bit short here.
Best,
--
Hi Pascal,
M.P. writes:
> I'd like to add to my tasks a property whose value should be the difference
> in
> time between the effort estimates and the actual clocked time. The final
> purpose
> is to use the property in column view mode as I do with CLOCKSUM and Effort.
> Could you give me an
Hi Carlos,
Carlos Russo writes:
> As far as I can tell from the documentation, whenever I do a M-x
> org-mobile-pull, all the entries I captured with my mobile device are
> eventually moved into *top-level headlines* of org-mobile-inbox-for-pull
> (from-mobile.org).
I'm not using org-mobile.el
Hi Walter,
Walter Franzini writes:
> I'm experimenting with org-mode's exporting features and I've discovered
> that, with both mediawiki exporters, multilines list's items are
> rendered as a list item followed by a preformatted text block.
Thanks for reporting this -- I've pushed a fix to org
Hi John,
John Hendy writes:
> Is this enough of a problem with or.cz that the page on "keeping up to
> date with orgmode" should be updated?
I'm not sure how you want to update this section, but I think repo.or.cz
is usually doing a pretty good job, so no need to update IMHO.
Also, it's good t
Hi Torsten,
Torsten Wagner writes:
> It might be worse to mention that this version find its way into
> emacs-git.
You're right -- Org 7.7 is the version currently used in Emacs trunk.
>From now on, I will merge Org into Emacs more regularily, provided there
is no "feature freeze" process tha
David Maus writes:
> I just pushed a simplified version of the solution: No need to count
> lines, just check if point is at end of buffer.
Thanks for your this fix!
--
Bastien
Hello!
I've tried to customize the output in agenda-views using
org-agenda-prefix-format but I didn't get it to work properly.
I created this agenda view to illustrate my problem:
(setq org-agenda-custom-commands
'(("w" "Deadlines"
;; inbox
((tags-todo "+DEADLINE<=\"\""
58 matches
Mail list logo