[Orgmode] Re: diary in agenda

2007-10-03 Thread Christian Egli
Hi Bastien [EMAIL PROTECTED] writes: Christian Egli [EMAIL PROTECTED] writes: Hm, I followed my own advice and set *-holidays to nil, but the holidays still show up in the agenda (so I guess you cannot disable holidays by tweaking these cars). Have to study the code some more as to how

[Orgmode] Re: FR: toggling timestamps active/inactive

2007-10-16 Thread Christian Egli
Adam Spiers [EMAIL PROTECTED] writes: By the way, I probably could have coded this in the time it took to write the mail, but I thought that until I've sent a piece of paper to the FSF assigning rights for code contributed to org-mode and emacs, it would be better to let Carsten write it. Is

[Orgmode] Re: PocketMod for org-mode

2007-10-17 Thread Christian Egli
Hi Bastien bzg at altern.org writes: Christian Egli christian.egli at novell.com writes: The attached script generates a pocketMod style pdf which contains the next four weeks, the next three months and the current year on one page. It also generates a hipsterPDA style printout which

[Orgmode] Re: PocketMod for org-mode

2007-10-17 Thread Christian Egli
Dan Griswold dgriswol at rochester.rr.com writes: Because I've been trying something similar (but not as advanced), I'm intrigued by the possibilities of your approach. Sadly, I can't run your Makefile. I get an error[1]. Am I missing something? I need more details to analyse the problem.

[Orgmode] Re: PocketMod for org-mode

2007-10-17 Thread Christian Egli
Bastien bzg at altern.org writes: Christian Egli christian.egli at novell.com writes: You basically just type make . This will produce two pdfs: pocketMod.pdf and hipsterPDA.pdf. I can't get this to work because of the issues I mentionned above Here I reproduce them: , | - get

[Orgmode] Re: PocketMod for org-mode

2007-10-17 Thread Christian Egli
Bastien [EMAIL PROTECTED] writes: Christian Egli [EMAIL PROTECTED] writes: , | - get rid of the misplaced \verb|@| Does Pete's patch help? Yes it does, no problem anymore. | - get rid of the links by using their description only This I don't understand. How do you get your

[Orgmode] Re: PocketMod for org-mode

2007-10-18 Thread Christian Egli
Bastien bzg at altern.org writes: Leo sdl.web at gmail.com writes: Then I guess being able to export the agenda to LaTeX makes sense. Can you describe what would be the expected LaTeX output for you? Anything like the following would be really really nice:

[Orgmode] Re: PocketMod for org-mode

2007-10-25 Thread Christian Egli
Hi Carsten Carsten Dominik carsten.dominik at gmail.com writes: Hi Christian, do you have a link to the updated version of your Makefile? Cannot find one in the tread... I haven't sent out a updated version. I have some updates sitting on my hard drive at home. On top of that I'd like

[Orgmode] Re: PocketMod for org-mode

2007-10-25 Thread Christian Egli
Christian Egli [EMAIL PROTECTED] writes: I haven't sent out a updated version. I have some updates sitting on my hard drive at home. On top of that I'd like to get some nice LaTeX export of the agenda included in the printout. I sent a proposal for the LaTeX to Bastien and hope that he'll

[Orgmode] Re: Estimated times

2007-10-29 Thread Christian Egli
Sebastjan Trepca trepca at gmail.com writes: I was wondering if there is a way to set a time estimate for a task and then match it with actual logged time? After you finish it of course. Maybe something similar as checkbox counters. * TODO learn about emacs [0/2, 0h/20h] - [ ] read

[Orgmode] Re: Multi-line Diary Entry

2007-11-08 Thread Christian Egli
Hi Wanrong Lin wanrong.lin at gmail.com writes: It seems there is a bug in dealing with multi-line diary entries in org-agenda. For example, I have a diary entry like this: %%(diary-cyclic 1 11 7 2007) 5:25pm End of Day: - Review tomorrow's task.

[Orgmode] Re: GTD LaTeX export

2007-12-10 Thread Christian Egli
Bastien [EMAIL PROTECTED] writes: I'm attaching the code from Christian Egli here again. I don't know if it is distributed somewhere : Christian, would you be okay to distribute it? I would love to distribute it, that's the whole point. If you don't have a web server at your disposal, I

[Orgmode] Re: Feature Request - Active and inactive links.

2007-12-10 Thread Christian Egli
Tim O'Callaghan [EMAIL PROTECTED] writes: I have a hacked together function that i use (see my rusty elisp below) that creates org-files from ical URLs. I use this to include my google calendar and other published events in my agenda. Could you not achieve something along your desired lines

[Orgmode] Re: Feature Request - Active and inactive links.

2007-12-11 Thread Christian Egli
Tim O'Callaghan tim.ocallaghan at gmail.com writes: Yes. My idea was essentially, when i ask org to create an agenda buffer, it knows to auto-pull and process each all of these active links, so as to be able to display them in my Agenda. I still don't quite understand why you do not use

[Orgmode] org2hpda now on emacswiki

2008-01-04 Thread Christian Egli
A while ago I posted a Makefile to generate pocketmod and hpda (hipster PDA) printouts from your calendar and diary. I put the code up on the emacs wiki. It can be found under http://www.emacswiki.org/cgi-bin/wiki/CalendarPrinting. While I was at it I renamed it to org2hpda because pocketmod

[Orgmode] Re: A7 printing

2008-01-04 Thread Christian Egli
Hi Rustom Mody [EMAIL PROTECTED] writes: I want to print org files for hpda (ie in A7 size). Now strictly this is outside the business of org because one just exports the file to latex and then uses latex functionality to do to go from A4 to A7. However since this is under active

[Orgmode] Re: Getting org-agenda-sorting-strategy to work

2008-01-09 Thread Christian Egli
. See the customize interface for org-agenda-sorting-strategy to find out how to enable it. Should be fairly self-explanatory. # HG changeset patch # User Christian Egli [EMAIL PROTECTED] # Date 1199917882 -3600 # Node ID 48c4b74b3c08ae4e62a80422511be6ceab791582 # Parent

[Orgmode] How to write an exporter

2008-06-24 Thread Christian Egli
Hi I've been wanting to have an exporter for latex beamer and for mediawiki. I thought that might be a nice summer project. How do I write it? Do I use - the new mapping API - or the new exporter engine from Bastien which is buried away somewhere on a branch in git? I guess the mapping API

[Orgmode] Re: Sorting by todo-keyword

2008-08-12 Thread Christian Egli
Hi Jan Seeger [EMAIL PROTECTED] writes: I want to sort my todo agenda view by todo keyword. Is that currently possible? AFAIK No, currently you cannot do that. It seems from the org-agenda-sorting-strategy keyword, that this is not the case. I posted a patch for this against org 5.18a way

[Orgmode] Re: Sorting by todo-keyword

2008-08-12 Thread Christian Egli
Manish [EMAIL PROTECTED] writes: On Tue, Aug 12, 2008 at 1:36 PM, Christian Egli wrote: Hi Jan Seeger writes: I want to sort my todo agenda view by todo keyword. Is that currently possible? AFAIK No, currently you cannot do that. It seems from the org-agenda-sorting-strategy keyword

[Orgmode] Re: Sorting by todo-keyword

2008-08-14 Thread Christian Egli
Manish [EMAIL PROTECTED] writes: I tried applying the patch to 5.18a but it failed again. How can I help get more debug information? , | lappy:~/elisp/org-mode.git $ git checkout -b release_5.18a release_5.18a | Checking out files: 100% (112/112), done. | Switched to a new branch

Re: [O] Creating Gantt charts by Exporting to TaskJuggler 3.3.0

2012-09-25 Thread Christian Egli
Buddy Butterfly buddy.butter...@web.de writes: thanks for info. I will give this a try when I'll find the time. At the moment, because of the scrambled handling of task_ids it is not really usable. What exactly is the problem with the handling of task_ids? Thanks Christian -- Christian

Re: [O] Creating Gantt charts by Exporting to TaskJuggler 3.3.0

2012-09-25 Thread Christian Egli
in the sense that it exports the content. Instead it uses the headlines as nodes and exports those using some conventions. If this can be handled with the new exporter then sure go for it. Thanks Christian -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled

Re: [O] [PATCH v3 00/11] Taskjuggler exporter improvements

2012-09-25 Thread Christian Egli
Hi Yann Bastien b...@altern.org writes: I have now applied those patches to master. I guess we should update the tutorial on worg (http://orgmode.org/worg/org-tutorials/org-taskjuggler.html). Would you have time to have a stab at this? Thanks Christian -- Christian Egli Swiss Library

Re: [O] org-caldav feedback

2013-01-21 Thread Christian Egli
-tex-* functions which produce tex from diary files. See the info entry on Writing Calendar Files. Also there is a Makefile which uses the cal-tex-* functions to generate hipster style printouts in contrib/scripts/org2hpda. This might serve as an inspiration. Thanks Christian -- Christian Egli Swiss

Re: [O] org export Taskjuggler

2013-02-07 Thread Christian Egli
Christian -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045 Zürich, Switzerland

Re: [O] [ANN] TaskJuggler ported to new export framework

2013-03-04 Thread Christian Egli
TaskJuggler needs some update, please feel free to go ahead or ask some help on the list. It does. I'll see what I can do. Thanks Christian -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045 Zürich, Switzerland

Re: [O] [ANN] TaskJuggler ported to new export framework

2013-03-04 Thread Christian Egli
-- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045 Zürich, Switzerland - Die neue Online-Bibliothek der SBS: Mit wenigen Klicks zum Buch unter http://online.sbs.ch

Re: [O] OT: taskjuggler question

2012-02-02 Thread Christian Egli
Christian Footnotes: [1] the tricky bit here is of course to find the resulting HTML, as the name of it is defined in a tj3 report definition. I'd rather refrain from parsing these report definitions just to find the name of the HTML file to open. -- Christian Egli Swiss Library for the Blind

Re: [O] Question: split up files for subprojects using taskjuggler-export (tj3)

2012-02-22 Thread Christian Egli
-- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045 Zürich, Switzerland

Re: [O] Export to multiple HTML files?

2012-03-05 Thread Christian Egli
. Footnotes: [1] http://orgmode.org/manual/Using-the-mapping-API.html#Using-the-mapping-API -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045 Zürich, Switzerland

Re: [O] [PATCH 00/10] Takjuggler exporter improvements

2012-08-09 Thread Christian Egli
excellent. They implement some features which make the exporter much more flexible. I have one comment to patch make project umbrella task optional which I'll adress separately. Thanks Christian -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045

Re: [O] [PATCH 07/10] org-taskjuggler: make project umbrella task optional

2012-08-09 Thread Christian Egli
the same + resources pool. I'm trying to understand the use case here. If I understand correctly the container headline will no longer unconditionally generate a root task. So you could have multiple root tasks? Does this work in both versions of tj? Thanks Christian -- Christian Egli Swiss

Re: [O] [PATCH 07/10] org-taskjuggler: make project umbrella task optional

2012-08-13 Thread Christian Egli
Yann Hodique yann.hodi...@gmail.com writes: Christian == Christian Egli christian.e...@sbs.ch writes: I'm trying to understand the use case here. If I understand correctly the container headline will no longer unconditionally generate a root task. So you could have multiple root tasks? Does

[Orgmode] Re: Bug: LaTeX export of plain lists inside description lists [6.34trans]

2010-03-29 Thread Christian Egli
explanation. HTH Christian -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045 Zürich, Switzerland ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode

[Orgmode] [ANN] Exporter for taskjuggler

2010-03-30 Thread Christian Egli
to an ID which is defined for another task in the project. Thanks Christian org-taskjuggler.el Description: TaskJuggler exporter -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045 Zürich, Switzerland

Re: [Orgmode] [ANN] Exporter for taskjuggler

2010-04-06 Thread Christian Egli
for the Makefile and modules customization? - A section in the manual? Thanks Christian -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045 Zürich, Switzerland ___ Emacs-orgmode mailing list Please

[Orgmode] Re: [ANN] Exporter for taskjuggler

2010-04-06 Thread Christian Egli
Christian -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045 Zürich, Switzerland ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http

[Orgmode] Re: orgcard.txt in Makefile

2010-04-13 Thread Christian Egli
the desired result. Then submit the newest orgcard.txt as a patch so you will not have to keep it locally. Thanks Christian -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045 Zürich, Switzerland

[Orgmode] Re: Implementing Kanban in Org-mode

2010-04-14 Thread Christian Egli
-list -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045 Zürich, Switzerland ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http

Re: [Orgmode] [ANN] Exporter for taskjuggler

2010-04-19 Thread Christian Egli
page and the code in the branch soon so things should become clearer. Thanks Christian -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045 Zürich, Switzerland ___ Emacs-orgmode mailing list

Re: [Orgmode] [ANN] Exporter for taskjuggler

2010-04-20 Thread Christian Egli
to tweak the reports some, but this can be done with the customize interface. HTH Christian -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045 Zürich, Switzerland ___ Emacs-orgmode mailing list Please

[Orgmode] Re: unique id=-values in aggregated html-exported docs

2010-05-11 Thread Christian Egli
aggregating different elements into one. Can you list which html elements are the problem? Does it help if you use the BODY-ONLY option (C-h f org-export-as-html)? HTH Christian -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045 Zürich

[Orgmode] Re: A request: Moving away from ChangeLog

2010-05-21 Thread Christian Egli
://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob;f=lib/git-merge-changelog.c -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045 Zürich, Switzerland ___ Emacs-orgmode mailing list Please use `Reply All

Re: [Orgmode] Re: A request: Moving away from ChangeLog

2010-06-02 Thread Christian Egli
process (for all of GNU Emacs) with the FSF is complete. If you like I can send you copies of the signed PDFs. Should I push to a branch (e.g. taskjuggler-export) on repo.or.cz and take it from there? Thanks Christian -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print

[Orgmode] Re: any idea how to convert org file to MS WORD an retain text structure?

2010-06-15 Thread Christian Egli
followed by latex2rtf in the past. Most things work reasonably well, other like toc don't seem to work. So some manual fidgeting is required in the end. HTH Christian -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045 Zürich, Switzerland

[Orgmode] Re: [PATCH] Call `start-process-shell-command' with just 3 arguments.

2010-06-17 Thread Christian Egli
to that effect in the taskjuggler-export branch. Also a patch is attached. Thanks Christian From 2a52eea0d0d20bfcf68375b3aa2fe5bdf402e2d3 Mon Sep 17 00:00:00 2001 From: Christian Egli christian.e...@alumni.ethz.ch Date: Thu, 17 Jun 2010 10:37:59 +0200 Subject: [PATCH] Change invocation of start-process

[Orgmode] Re: New CSS for orgmode and Worg ?

2010-07-07 Thread Christian Egli
it comes to css. Thanks Christian -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045 Zürich, Switzerland ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs

Re: [Orgmode] Re: New CSS for orgmode and Worg ?

2010-07-12 Thread Christian Egli
Bastien bastien.gue...@wikimedia.fr writes: Christian Egli christian.e...@sbszh.ch writes: What I'd like to see is something more aligned with the css for asciidoc which makes for a very pleasant and readable experience. Yes, the CSS behind asciidoc is neat. Unfortunatelly my expertise

[Orgmode] Re: LaTeX calendar from org-mode agenda?

2010-07-15 Thread Christian Egli
://en.wikipedia.org/wiki/Hipster_PDA [3] http://www.texample.net/tikz/examples/feature/calendar-library/ [4] http://orgmode.org/manual/Exporting-Agenda-Views.html -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045 Zürich, Switzerland

[Orgmode] [PATCH] Make the number of printed weeks configureable

2010-08-30 Thread Christian Egli
This is useful for the hipster PDA where you might want to print more weeks than just four. --- contrib/scripts/org2hpda |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/contrib/scripts/org2hpda b/contrib/scripts/org2hpda index 1957aa9..6b308f3 100755 ---

[Orgmode] Re: Orgmode: exporter for taskjuggler

2010-09-02 Thread Christian Egli
somehow ease the migration. Hope that helps Christian -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045 Zürich, Switzerland ___ Emacs-orgmode mailing list Please use `Reply All' to send replies

[Orgmode] Re: task juggler export

2010-09-06 Thread Christian Egli
that defcustom is overwriting your file variable. I don't understand however how you could make your file variable work. Maybe the variable org-export-taskjuggler-default-project-duration needs to be buffer-local. How does this interact with defcustom? Thanks Christian -- Christian Egli Swiss Library

[Orgmode] Re: FLOSS Weekly show about Org-mode

2010-09-27 Thread Christian Egli
the application and see if they'll give you a room :-). If there is a room I'll come and do a presentation :-). Thanks Christian Footnotes: [1] http://www.fosdem.org/2011/ [2] http://www.fosdem.org/2011/call_for_devrooms [3] http://www.fosdem.org/2011/call_for_main_speakers -- Christian Egli

[Orgmode] Re: Orgmode meetup at FOSDEM, February 2011. Who would come?

2010-09-29 Thread Christian Egli
to FOSDEM and eat some Belgian waffles :-) - [X] I would come and give a talk in the devroom Sure, I could talk about taskjuggler integration. -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045 Zürich, Switzerland

[Orgmode] Re: How do I convert org to OpenOffice?

2010-09-30 Thread Christian Egli
Footnotes: [1] http://www.artofsolving.com/opensource/pyodconverter -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045 Zürich, Switzerland ___ Emacs-orgmode mailing list Please use `Reply All

[Orgmode] Re: TaskJuggler 3, revisited

2010-10-18 Thread Christian Egli
tj2 and tj3, possibly depending on a defcustom. Thanks -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045 Zürich, Switzerland ___ Emacs-orgmode mailing list Please use `Reply All' to send replies

[Orgmode] Re: TaskJuggler 3, revisited

2010-10-18 Thread Christian Egli
or 3, I simply created my own chart using tikz in latex. Sweet hack! And looks quite nice too. Thanks -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045 Zürich, Switzerland ___ Emacs-orgmode

Re: [Orgmode] Re: TaskJuggler 3, revisited

2010-10-19 Thread Christian Egli
code to the list. There might be other people interested in it and pitching in with opinions and improvements. Thanks -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045 Zürich, Switzerland

[Orgmode] [PATCH] Fix an error in org-taskjuggler-get-unique-id

2010-10-20 Thread Christian Egli
Don't try to pop from an empty list and downcase the result --- lisp/org-taskjuggler.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-taskjuggler.el b/lisp/org-taskjuggler.el index 23f4b62..6367b7a 100644 --- a/lisp/org-taskjuggler.el +++

Re: [Orgmode] Re: TaskJuggler 3, revisited

2010-10-28 Thread Christian Egli
, and then post the link on the mailing list? I set up a repo and pushed my changes to the code there (http://github.com/egli/org-mode). I think we should put your email, and this reply to the list as well. Yes, I almost forgot. Would you mind doing that? Thanks Christian -- Christian Egli Swiss

[Orgmode] Re: TaskJuggler 3, revisited

2010-10-29 Thread Christian Egli
. - can I do grunt work for someone to make this happen? Testing would help. Thanks. Footnotes: [1] `org-export-taskjuggler-default-reports' -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045 Zürich, Switzerland

[Orgmode] Re: TaskJuggler3, revisited

2010-11-08 Thread Christian Egli
the GFDL. Can you just include GFDL code in the taskjuggler exporter which is GPL3+? Thanks -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045 Zürich, Switzerland ___ Emacs-orgmode mailing list

[Orgmode] Re: TaskJuggler3, revisited

2010-11-08 Thread Christian Egli
was thinking that we should use the #+BEGIN_foo mechanism, i.e. introduce a TaskJuggler blocks with #+BEGIN_TaskJuggler and #+END_TaskJuggler. These could then be used for example to define reports. This would require some changes to org-exp.el. Thoughts? Ideas? Christian -- Christian Egli Swiss

[Orgmode] Re: Project management Dynamic block per tag + [Babel]

2010-11-26 Thread Christian Egli
: [1] http://orgmode.org/worg/org-tutorials/org-taskjuggler.php [2] http://www.taskjuggler.org/manual-2.4.3/generating_reports_of_the_scheduled_projects.html [3] http://orgmode.org/worg/images/taskjuggler/resource-graph.png -- Christian Egli Swiss Library for the Blind, Visually Impaired

Re: [O] What to do with taskjuggler's Plan.html report?

2014-10-31 Thread Christian Egli
a LaTeX document (maybe even using the pgfgantt[1] package). Thanks Christian Footnotes: [1] http://www.ctan.org/pkg/pgfgantt -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045 Zürich, Switzerland

Re: [O] [RFC] Change property drawer syntax

2014-10-31 Thread Christian Egli
-- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045 Zürich, Switzerland

Re: [O] Proper settings for tj3 report directory/output?

2014-10-31 Thread Christian Egli
-command and to some extent org-taskjuggler-target-version. And as you see the exporter just delegates to tj3 to put the reports in a specific directory by using --output-dir. This should work. Thanks Christian -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled

Re: [O] [RFC] Change property drawer syntax

2014-11-03 Thread Christian Egli
better yet, add a note to the docstring. Maybe I'll just do that. Thanks Christian -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045 Zürich, Switzerland

Re: [O] [RFC] Change property drawer syntax

2014-11-03 Thread Christian Egli
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, Christian Egli christian.e...@sbs.ch writes: I see that it is too late now, but let me still note that the taskjuggler exporter is quite liberal in what attribute values it allows for exporting. I've never used it and I haven't ever

Re: [O] [BUG] ox-taskjuggler: unable to use depends {gapduration}

2014-11-05 Thread Christian Egli
this myself but I haven't pushed to the repo in years. What is the current way? Do I just push to master? Thanks Christian -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045 Zürich, Switzerland

Re: [O] [BUG] ox-taskjuggler: unable to use depends {gapduration}

2014-11-06 Thread Christian Egli
then need to merge maint into master. OK, the fix is pushed to maint and merged to master. Thanks Christian -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045 Zürich, Switzerland

Re: [O] [bug] ox-taskjuggler

2015-01-26 Thread Christian Egli
Søren Mikkelsen so...@aamikkelsen.dk writes: On 2015-01-23 09:59, Christian Egli wrote: Søren Mikkelsen so...@aamikkelsen.dk writes: It works, but only for tasks that aren't having a start attribute. It is possible to give a warning if the start attribute already exists and make

Re: [O] [bug] ox-taskjuggler

2015-01-22 Thread Christian Egli
-taskjuggler-get-start function. Then just insert the start time in the (concat) statement maybe right after (and priority (format priority %s\n priority)) Let me know if you need any help Thanks Christian -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled

Re: [O] [bug] ox-taskjuggler

2015-01-23 Thread Christian Egli
Christian -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045 Zürich, Switzerland

Re: [O] Editing the taskreport plan width value in taskjuggler taskreport output

2017-03-07 Thread Christian Egli
rt { width 1000 } > > Is there a way to set an option at the top of my org file, to > manipulate the "columns... " line in the taskreport { .. } ? Have you tried to customize org-taskjuggler-default-global-properties? That might do what you're after. HTH Christian -- Christia

Re: [O] taskjuggler subtract scheduled and deadline

2018-05-15 Thread Christian Egli
kjuggler file. A hack but gets the job done 2. Try to use the START attribute on the node 3. Improve the source of ox-taskjuggler.el as you've started. Hope that helps Christian -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045 Zürich, Switzerland

Org mode for meeting minutes

2019-10-31 Thread Christian Egli
Hi all I'd like to revisit a very old thread[1] where Adam Spiers asks if there is support in Org mode for 1. Allow *fast* production of meeting agendas and minutes, exportable in a good-looking legible format which non-org readers can digest. 2. Allow minutes to be taken as the meeting

Re: Org mode for meeting minutes

2020-03-26 Thread Christian Egli
tter to package the LaTeX commands into a package on CTAN. I looked at the various LaTeX minutes packages and so far yours seems almost the nicest. Thanks Christian -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045 Zürich, Switzerland

Re: Org mode for meeting minutes

2020-03-23 Thread Christian Egli
which you can find here https://egli.dev/posts/using-org-mode-for-meeting-minutes/ Hope that helps Christian "Fraga, Eric" writes: > On Thursday, 31 Oct 2019 at 15:03, Christian Egli wrote: >> His mail is from 2008 and a lot has happened in the mean time. > > Al

Re: Org mode for meeting minutes

2020-03-24 Thread Christian Egli
get more feedback. Thanks Christian -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045 Zürich, Switzerland

<    1   2