[Orgmode] Wiki Support

2009-12-06 Thread Marc
plete the export function? IMHO, this is a really good feature that might save a lot of time. Are there plans to do it vice versa, i.e. translate from wiki syntax to org-mode ? BR Marc ___ Emacs-orgmode mailing list Please use `Reply All' to se

[Orgmode] Feature-Ideas

2010-07-05 Thread Marc
perate? Once again: thanks for doing it! Marc ___ 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

[O] launching appropriate application from file link in org file

2011-11-14 Thread Marc Croteau
Hope my question is clear enough. Thank you in advance. Marc Croteau Toronto

[O] print booklet from orgmode

2011-05-16 Thread Marc Spitzer
a scissors and a few folds. http://www.toodledo.com/booklet.php Does org mode have such a feature? Thanks, marc -- Freedom is nothing but a chance to be better. --Albert Camus  The problem with socialism is that eventually you run out of other people's money. --Margaret Thatcher

Re: [O] org-jira.el

2012-01-03 Thread Marc Spitzer
This will be very handy. Thanks, marc On Mon, Jan 2, 2012 at 7:08 AM, Bao Haojun wrote: > Hi, all > > I have implemented org-jira.el, bringing org-mode and Jira system > together. > > Wrote a Wiki page for it on emacswiki: > http://www.emacswiki.org/emacs/OrgJiraMode >

Re: [Orgmode] New package: org-jira

2009-04-25 Thread Marc Spitzer
yes please do. thanks, marc On Fri, Apr 24, 2009 at 4:13 AM, Carsten Dominik wrote: > Hi Jonathan, > > when you are finished with the implementation, we could > make this a contributed package. > > - Carsten > > On Apr 23, 2009, at 7:23 PM, Jonathan Arkell wrote:

Re: [Orgmode] checkbox statistics

2009-04-26 Thread Marc Spitzer
27; is for summery. The same for % done, perhaps something like '/s' and '%s' or '/+' and '%+' or just two new identifiers. marc On Tue, Apr 21, 2009 at 8:26 AM, Carsten Dominik wrote: > This is how it used to be a long time ago, and then we > chan

[O] [dev] New version of org-index.el --- a personal index for org and beyond

2014-12-08 Thread Marc Ihm
side of org. Links are normal org-mode links. Best regards Marc

Re: [O] [dev] New version of org-index.el --- a personal index for org and beyond

2014-12-10 Thread Marc Ihm
Hi Alan, I see the same error, when starting with a vanilla emacs; so these errors were easy to fix (version 3.0.1): http://orgmode.org/w/org-mode.git?p=org-mode.git;a=blob_plain;f=contrib/lisp/org-index.el;hb=HEAD Thanx for reporting ! best regards Marc On 12/09/2014 09:02 PM, Alan

[O] best way of customizing generated css to match bootstrap css

2013-04-06 Thread Marc Seibert
ze.el or something like this or is there a way of defining the different class names with an easier way? Regards Marc Seibert

Re: [O] Call for volunteer -- managing the publication setup wrt orgmode.org/worg and orgmode.org

2013-04-29 Thread Marc Ihm
Hi Jay, Great ! I am looking forward to work with you ! First task will probably be to see, how worgs publishing-mechanism fits together :-) best regards, Marc Am 29.04.2013 18:25, schrieb Jay Kerns: Hello there, On Mon, Apr 29, 2013 at 10:50 AM, Bastien wrote: Hi Marc, that's

Re: [O] flet warning message

2013-05-01 Thread Marc Ihm
until Version 25 of emacs (at least). By that time all the modules from contrib will probably long be corrected :-) best regards, Marc Am 01.05.2013 17:04, schrieb Igor Sosa Mayor: Hi, on loading org-mode I get this warning message: , | `flet' is an obsolete macro (as of 24.3); use e

Re: [O] BUG (?): org capture insist *.org file changed in disk, wipes file each time

2013-06-06 Thread Marc Ihm
, while emacs is still open. So can only suspect, that your trouble comes from bad interaction with dropbox. But as you said, you have already tried without, so it can only be very hidden and obscure. Does this happen without a network connection ? Best regards, Marc On 06/05/2013 05:18 PM

Re: [O] WISH: SQL on org-mode tables

2013-08-20 Thread Marc Ihm
Yes, would like this too ! (But do not know, how to achieve this ...) I think that simplifying the task of storing data in org-tables would allow many interesting org-applications to be implemented more easily. And thanks for pointing at cvsql; will have a look. best regards, Marc Am

Re: [O] [SYNC] How do you sync your org-mode files between n devices (n > 2)

2013-09-05 Thread Marc Ihm
have merge conflicts (unless I mess up things occasionally :-). I use several instances of windows and linux, that are connected by network or usb-stick. best regards, Marc

[O] org-index.el replaces org-favtable.el

2013-11-05 Thread Marc Ihm
the program, albeit with another name. To switch, simply edit your .emacs and rename the variable org-favtable-id into org-index-id. Please give me note, if there are any problems ! Best regards, Marc

[O] org-index: New Version and Screencast

2015-12-31 Thread Marc Ihm
mments are welcome ! Best regards, Marc

[O] New Version 4.0.0 of org-index.el

2015-02-26 Thread Marc Ihm
or needed ;; - Renamed column "link" to "id" ;; - Added maintainance options to find duplicate rows, to check ids, ;; update index or remove property org-index-ref from nodes Thanx for any comments and questions ! best regards, Marc

Re: [O] What is quote-section? [eom]

2015-03-10 Thread Marc Ihm
Am 10.03.2015 21:04, schrieb Marcin Borkowski: Hi, my emacs-installation does not know this as a function or a variable. Does your emacs respond on `C-h f q u o t e - s e c t i o n' ? (sorry, if I misunderstood your question) best regards, Marc

Re: [O] Updating to the current org-mode in emacs trunk, and Org stable

2015-03-26 Thread Marc Ihm
would be a pity ... Is there any way, how, many hands with small contributions might get this going ? I mean: get real work done, instead of just nudging the usual activists ? regards Marc

Re: [O] Error when using org-ctrl-c-ctrl-c to add tags

2015-04-19 Thread Marc Ihm
0b00d1850b57e10? I see this error too; the patch below fixes it for me (and corrects the nexting level of 'completing-read too ...) best regards Marc diff --git a/lisp/org.el b/lisp/org.el index 8a00847..f440382 100755 --- a/lisp/org.el +++ b/lisp/org.el @@ -10512,10 +10512,11 @@ from.

Re: [O] Error when using org-ctrl-c-ctrl-c to add tags

2015-04-19 Thread Marc Ihm
Okay, this one only tries to fix, what seems broken ... Could someone please check ? best regards Marc diff --git a/lisp/org.el b/lisp/org.el index 24b3a69..8a00847 100755 --- a/lisp/org.el +++ b/lisp/org.el @@ -10515,8 +10515,7 @@ from." completing-read-fun

Re: [O] Error when using org-ctrl-c-ctrl-c to add tags

2015-04-20 Thread Marc Ihm
Works for me too, and probably better than my suggestion :-) best regards Marc

Re: [O] Local key binding gone wrong!

2014-01-06 Thread Marc Ihm
(org-archive-subtree))) at least it does this for me: - Set the current node to the TODO state given through the second key after f13 - Archive the node afterwards. regards Marc Am 05.01.2014 21:43, schrieb Sharon Kimble: Sharon Kimble wrote: Thanks Marc. Here it is - (if

Re: [O] simple way to call `C-c a v' or a way to bind it to a key?

2014-02-16 Thread Marc Ihm
Hi Yaushi, how about (global-set-key (kbd "") (lambda () (interactive) (execute-kbd-macro (kbd "C-c a v")))) ? best regards Marc P.s.: In my opinion, the name "execute-kbd-macro" of this builtin function is somewhat misleading; "replay-keys" descri

[O] [PATCH] ox-confluence.el: Handle checkboxes and inactive timestamps correctly

2017-02-28 Thread Marc Ihm
timestamps, so that they no longer collide with the native link-syntax of atlassian confluence. It would be great, if someone could review and apply this patch if appropriate. Best regards, Marc Ihm --- a/contrib/lisp/ox-confluence.el 2017-02-28 19:52:25.707036600 +0100 +++ b/contrib/lisp/ox

Re: [O] [PATCH] ox-confluence.el: Handle checkboxes and inactive timestamps correctly

2017-03-01 Thread Marc Ihm
enerate the correct output from the plain-list or item >> translator? > > I meant timestamp translator. Wow, didn't know there are already provisions for handling timestamps specially ! Will adopt my patch. Thanx for the hint ! Marc

Re: [O] [PATCH] ox-confluence.el: Handle checkboxes and inactive timestamps correctly

2017-03-02 Thread Marc Ihm
enerate the correct output from the plain-list or item >> translator? > > I meant timestamp translator. Hi, this is a corrected patch, which handles timestamps in a more canoncial way. Best regards Marc --- a/contrib/lisp/ox-confluence.el 2017-03-02 20:10:19.645053100 +0100 +++ b/cont

Re: [O] [PATCH] ox-confluence.el: Handle checkboxes and inactive timestamps correctly

2017-03-03 Thread Marc Ihm
Nicolas Goaziou writes: > > It looks good. Could you provide a commit message? > Yes, of course, albeit a bit lengthy: Fix handling of square brackets from timestamps and checkboxes; avoid invalid confluence markup for empty table headers. Best regards Marc

[O] [PATCH] lisp/org-el: Fix explanation, if state change is blocked by contained checkboxes

2017-04-14 Thread Marc Ihm
and let me know, if you have any comments or questions. Thanks, Marc >From 97311babee20c291aad0f1e6fa0f147c3ed416bf Mon Sep 17 00:00:00 2001 From: "U-IHM-NOTEBOOK\\Olli" Date: Fri, 14 Apr 2017 17:14:02 +0200 Subject: [PATCH 1/1] org-el: Fix explanation, if state change is blocked

[O] [PATCH] contrib/lisp/ox-confluence.el: Export checkboxes; fix timestamps in headlines

2017-05-01 Thread Marc Ihm
comments or questions. Thanks, Marc >From 4e638796f39918ade4c8717569315d8b4ca61818 Mon Sep 17 00:00:00 2001 From: "U-IHM-NOTEBOOK\\Olli" Date: Mon, 1 May 2017 16:59:10 +0200 Subject: [PATCH 1/1] Export checkboxes; fix timestamps in headlines --- contrib/lisp/ox-confl

Re: [O] [PATCH] contrib/lisp/ox-confluence.el: Export checkboxes; fix timestamps in headlines

2017-05-02 Thread Marc Ihm
Hi, Nicolas Goaziou writes: > > This is a common mistake. Symbols in `cl-case' shouldn't be quoted. 'on > is really (quote on), so you actually wrote > > (cl-case (org-element-property :checkbox item) > ((quote on) "*{{(X)}}* ") > ((quote off) "*{{( )}}* ") > ((quote trans) "*{{(\

[O] Small code fragment to make zone-mode play well with org

2017-08-08 Thread Marc Ihm
anyway: maybe someone has commit-rights to emacs core itself ...) best regards Marc Ihm (advice-add 'zone :around (lambda (orig-fun &rest args) (interactive) (let (result text name) (when (string= major-mode "org-mode") (setq text (org-copy-visible (window

[O] [PATCH] lisp/org.el: make org-open-at-point handle parens in encoded urls correctly

2017-08-10 Thread Marc Ihm
Please consider applying it, if fit. Thanks, Marc --- a/lisp/org.el +++ b/lisp/org.el @@ -10707,7 +10707,7 @@ a timestamp or a link." (t (list nil (org-link-unescape option) ((function

Re: [O] [PATCH] lisp/org.el: make org-open-at-point handle parens in encoded urls correctly

2017-08-11 Thread Marc Ihm
Am 11.08.2017 um 18:10 schrieb Nicolas Goaziou: Hello, Marc Ihm writes: the attached patch changes org-open-at-point in org.el: Currently, when opening an url the function org-open-at-point uses the variable path, which is the result of applying org-link-unescape on the original url. Thus

[O] Ihr Schreiben, AZ 54 376 712 893

2018-09-23 Thread Marc Ihm
Sehr geehrte Frau Assmann, Hi, sie hatten mich in Ihrem Schreiben vom 6. September um ein Sepa-Mandat gebeten. Leider habe ich mich verschrieben ... könnten Sie mir bitte das Schreiben erneut schicken (pdf oder Papier) ? Vielen Dank ! Mit freundlichem Gruß, Marc Ihm

[O] Shouldn't org-back-to-heading skip inline tasks ?

2017-11-04 Thread Marc Ihm
at position %d in buffer %s" (point) (current-buffer)) which does not yet accept an optional invisible-ok argument, however. Would this be a useful change ? Best regards, Marc Ihm

Re: [O] Shouldn't org-back-to-heading skip inline tasks ?

2017-11-05 Thread Marc Ihm
Best regards Marc

Re: Assistant to remove unused IDs of org-id

2020-04-14 Thread Marc Ihm
Hi Ihor, Thanx ! Fixed it. Details: I am now checking (string= (org-attach-dir-from-id id) (org--attach-dir)) to see if the ID is used in the attachment dir (if it exists). Background: I do not use attachments myself; did not remember, they use IDs :-/ Best regards, Marc Am 14.04.2020 um 05:02

Re: Assistant to remove unused IDs of org-id

2020-04-14 Thread Marc Ihm
Hi Adam, thanx for your feedback ! Your main point (the central function beeing to long) is undisputed; will fix this during the next refactoring ... Best regards, Marc Am 13.04.2020 um 22:04 schrieb Adam Porter: Marc-Oliver Ihm writes: as I use the excellent package org-id in a somewhat non

simple code to use focus-mode with org

2020-04-23 Thread Marc Ihm
ing, which allows focus-mode to handle org-nodes and focus on them. The connection is made by setting focus-mode-to-thing; the symbol heading leads focus-mode to invoke forward-heading, see the documentation of thingatpt for details. Hope someone finds this useful. regards, Marc

Re: [PATCH] Fixing endless loop of org-reveal with inline-task

2024-06-08 Thread Marc Ihm
Yes, you are right ! With head there is no problem (probably forgot to adjust my load-path before ...) Thanx for the help ! Rgards Marc Am 08.06.2024 um 17:28 schrieb Ihor Radchenko: Marc-Oliver Ihm writes: Hi all, If I have this simple buffer: * foo *** bar

Re: [PATCH] choices in org-id-find for handling missing ids

2021-06-12 Thread Marc Ihm
behaviour of org-id-find as contained in my patch. So you may feel free to ignore it ... Best Marc Am 12.06.2021 um 16:16 schrieb Marc-Oliver Ihm: Hi, please find attached a patch to allow more flexible handling of missing ids in org-id-find; some people (like me) tend to lose ids now and then and

Auto-complete tags across all org-agenda files?

2024-12-02 Thread Marc Coquand
from other files. Is there a way to setup so tags from all org-agenda files are populated in the org-tag auto-complete function? Thanks in advance, -- Marc

Re: Auto-complete tags across all org-agenda files?

2024-12-08 Thread Marc Coquand
Perfect, just what I was looking for. Thanks -- Marc On Sun, Dec 08 2024, Ihor Radchenko wrote: > Marc Coquand writes: > >> Is there a way to setup so tags from all org-agenda files are populated >> in the org-tag auto-complete function? > > org-complete-tags-always-offer-all-agenda-tags

[Orgmode] org-babel: feature-request: allow table-cells to be passed as strings

2010-10-04 Thread Marc-Oliver Ihm
documentation and the sources and have not been able to find such a switch. with kind regards, Marc-Oliver Ihm ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/lis

[Orgmode] Re: org-babel: feature-request: allow table-cells to be passed as strings

2010-10-04 Thread Marc-Oliver Ihm
Hello, This would be such an example. The Input table contains some numbers, the last of them larger than allowed for an integer. As the result table show, the last one is converted to float thereby using some precision. I would like to see them all as strings. with kind regards, Marc-Oliver

[Orgmode] Tiny piece of customization for ctrl-c ctrl-c within a timestamp

2010-10-16 Thread Marc-Oliver Ihm
r) (message "Weekday of timestamp has been adjusted.") t )) (add-hook 'org-ctrl-c-ctrl-c-hook 'org-set-weekday-of-timestamp) Maybe someone else might find that useful too. With kind regards, Marc-Oliver Ihm ___ Emacs-orgm

[Orgmode] Re: [Babel] Library calls and begin_example, where may I find the code ?

2010-10-16 Thread Marc-Oliver Ihm
Hello ! Sorry for bothering but I have not been able to find this code. Could you please provide a pointer ? Thanx a lot ! with kind regards, Marc-Oliver Ihm Am 16.10.2010 04:55, schrieb Thomas S. Dye: > Aloha all, > > I'm working with Eric Fraga's GANTT chart code, p

[Orgmode] Re: Tiny piece of customization for ctrl-c ctrl-c within a timestamp

2010-10-16 Thread Marc-Oliver Ihm
Am 16.10.2010 21:58, schrieb Nick Dokos: > Jeff Horn wrote: > >> Very useful, since I often do the same! Thanks for this. >> >> On Sat, Oct 16, 2010 at 12:34 PM, Marc-Oliver Ihm wrote: >>> Hello ! >>> >>> >>> I sometimes find m

[Orgmode] [Babel] Proposed addition to the Library of Babel: Merge two or more (possibly incomplete) tables by first column. And a question.

2010-10-25 Thread Marc-Oliver Ihm
e, however this code works well, if placed within your .emacs-file. I hope this code might proof useful and would like to thank for any answers to my question ! With kind regards, Marc-Oliver Ihm (defun merge-tables-by-first-column (&rest tables) "Merge any number of tables by trea

[Orgmode] Antwort: Re: org-babel: feature-request: allow table-cells to be passed as strings

2010-11-04 Thread marc-oliver . ihm
tool and toy ! with kind regards, Marc-Oliver Ihm "Eric Schulte" 03.11.2010 21:12 An Marc-Oliver Ihm Kopie emacs-orgmode@gnu.org Thema Re: org-babel: feature-request: allow table-cells to be passed as strings Hi Marc, Sorry to stall this thread for so long. Now that I

[O] Possibly new function to view your notes in chronological order

2011-07-17 Thread Marc-Oliver Ihm
> org-find-timstamps works by creating a regular expression to > match a given range of dates, doing a search for it and > displaying the results either as a sparse tree or with the help > of occur. The original buffer is not modified. I would be grateful to for any comments; pleas

Re: [O] Possibly new function to view your notes in chronological order

2011-07-18 Thread Marc-Oliver Ihm
broken my code (I found that I need to rely on the contents of the *Occur*-buffer). If you find that such an *Occur*-Buffer is created, when you run my function, would it be possible to send it to me ? Thanx a lot ! with kind regards, Marc-Oliver Ihm Am 18.07.2011 10:20, schrieb Bastien: Hi

Re: [O] Possibly new function to view your notes in chronological order

2011-07-18 Thread Marc-Oliver Ihm
broken my code (I found that I need to rely on the contents of the *Occur*-buffer). If you find that such an *Occur*-Buffer is created, when you run my function, would it be possible to send it to me ? Thanx a lot ! with kind regards, Marc-Oliver Ihm Am 18.07.2011 10:20, schrieb Bastien: Hi

[O] New version which is compatible with emacs 24: New function to view your notes in chronological order

2011-07-22 Thread Marc-Oliver Ihm
kind regards, Marc-Oliver Ihm (defun org-find-timestamps () "Find inactive timestamps within a date-range and maybe sort them. This function can help to bring the notes, that you take within org-mode, into a chronological order, even if they are scattered among many different nodes. The resu

Re: [O] New version which is compatible with emacs 24: New function to view your notes in chronological order

2011-07-26 Thread Marc-Oliver Ihm
Am 26.07.2011 13:55, schrieb Bastien: Hi Marc-Oliver, Marc-Oliver Ihm writes: Unfortunately, org-find-timestamps as posted before was not compatible with emacs 24. (More precise, it hat problems with the read-only property, that emacs 24 applies to text within the occur-buffer) The version

Re: [O] Trouble compiling

2011-07-27 Thread Marc-Oliver Ihm
t is a configuration issue since when I tried the URL I got a 403. Thanks! Avery Hi ! Just try to download this with my browser, and it worked Okay for my. Maybe you hav become victim of a network glitch ? In which case a retry would help (if you not already have done this) regards, Marc

Re: [O] Bug: emacs crashes when scrolling column view [7.7]

2011-08-10 Thread Marc-Oliver Ihm
I noticed a similar problem under Windows. Column view reproducible crashes for me. Emacs 24 and org 7.6 I think this is more a problem with emacs than with org, but I did not take the time to post it into an emacs mailing list. regards, Marc-Oliver Ihm Am 09.08.2011 14:27, schrieb Skip

[O] Progress of org-find-timestamps

2011-08-14 Thread Marc-Oliver Ihm
Am 28.07.2011 09:54, schrieb Bastien: > Hi Marc-Oliver, > > Marc-Oliver Ihm writes: > >> Thanx for testing again ! > > You're welcome. > >> I will try to figure out, how to patch `org-sparse-tree'. > > Thanks -- let us know how it g

[O] [PATCH] New function org-find-timestamps

2011-08-20 Thread Marc-Oliver Ihm
acceptable I would be glad to submit a secound patch to the documentation as well. By the way: There are surely official documentation standards, that I could adhere for this. However, at present I cannot find them. Could anyone provide me a pointer please ? with kind regards, Marc-Oliver Ihm

Re: [O] [PATCH] New function org-find-timestamps

2011-08-22 Thread Marc-Oliver Ihm
Am 21.08.2011 14:32, schrieb Philip Rooke: Marc-Oliver Ihm writes: By the way: There are surely official documentation standards, that I could adhere for this. However, at present I cannot find them. Could anyone provide me a pointer please ? Does the file doc/Documentation_Standards.org in

[O] [DEV] New package org-refer-by-number

2011-10-15 Thread Marc-Oliver Ihm
;) ;; (global-set-key (kbd "C-c C-x r") 'org-refer-by-number) ;; ;; Further reading: ;; ;; Setup: See the variable `org-refer-by-number-id' ;; Usage: See the function `org-refer-by-number' Hope, you will find it useful. with kind regards, Marc-Oliver Ihm ;;; org

Re: [O] [DEV] New package org-refer-by-number

2011-11-01 Thread Marc-Oliver Ihm
-number.el The file is documented extensively, so I hope the package can be used readily by anyone, who finds it useful. regards, Marc-Oliver Ihm

Re: [O] [DEV] New package org-refer-by-number

2011-11-02 Thread Marc-Oliver Ihm
! regards, Marc-Oliver Ihm

[O] [DEV] Package org-find-timestamps on worg

2011-12-17 Thread Marc-Oliver Ihm
answer to the common question 'What have I done last week ?' Hope, that this package can be useful. regards, Marc-Oliver Ihm

Re: [O] [DEV] Package org-find-timestamps on worg

2011-12-19 Thread Marc-Oliver Ihm
ch I use a lot to simply mark my notes with the current date. I do not know, if they readily show up in the agenda. Hope, this helps. with kind regards, Marc

Re: [O] [DEV] Package org-find-timestamps on worg

2011-12-20 Thread Marc-Oliver Ihm
explanations, which not at last have taught me, never to underestimate the broadness and depth of orgmode :-) with kind regards, Marc-Oliver Ihm Am 20.12.2011 01:12, schrieb Bernt Hansen: Marc-Oliver Ihm writes: There is probably some overlap here, but I do not see a way to find the timstamps of CLOSED

[Orgmode] A way to export agenda with links into org-files to html ?

2011-02-05 Thread Marc-Oliver Ihm
this topic, but I have found no solution yet. Is there a way ? Any help would be appreciated. with kind regards, Marc-Oliver Ihm ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

[Orgmode] Re: A way to export agenda with links into org-files to html ?

2011-02-21 Thread Marc-Oliver Ihm
Am 05.02.2011 22:46, schrieb Marc-Oliver Ihm: Hello, I have some co-workers with whom I would like to share my notes from org and even some of the todos, which are recorded there. Unfortunately they are not very emacs savy, so that I need another way besides emacs to give access to this

[Orgmode] Stuck projects and unbacked priorities

2011-02-26 Thread Marc-Oliver Ihm
perfect and has no options to be customized (and takes no arguments either). However, if people think it could be useful, I would be glad for any suggestions for improvements. with kind regards, Marc-Oliver Ihm (defun org-unbacked-priorities () "Find toplevel entries, that do n

[Orgmode] [CODE] Stuck projects and unbacked priorities

2011-02-26 Thread Marc-Oliver Ihm
pe, that describes the case. Please find the named function below. Currently it is far from perfect and has no options to be customized (and takes no arguments either). However, if people think it could be useful, I would be grateful for any suggestions for improvements. with kind regards, Marc-Ol

[Orgmode] Re: Stuck projects and unbacked priorities

2011-02-27 Thread Marc-Oliver Ihm
Am 27.02.2011 11:28, schrieb Bastien: Hi Marc-Olivier, thanks for very clear explanations about the problem you're trying to fix, and thanks for the code. I'm not using the GTD-methodology myself, so I cannot really see whether it meets a general need in the GTD world or not. Your

[O] Re: [PATCH 0/5] Improvements to Taskjuggler export

2011-03-16 Thread Marc-Oliver Ihm
(e.g. the :TJ:-Drawer) ? Is it available at your github (https://github.com/egli/org-mode) ? with kind regards, Marc-Oliver Ihm Am 16.03.2011 12:04, schrieb Christian Egli: Hi all I have some long standing improvements to Taskjuggler export which I'd finally like to push to the repo. T

[O] Re: Non-stop capture?

2011-04-07 Thread Marc-Oliver Ihm
sent to the destination buffer, because you already type it there ... regards, Marc-Oliver Ihm

[O] [DEV] New version of org-reftable.el

2012-12-08 Thread Marc-Oliver Ihm
d to hit RET, to visit this node ! org-reftable.el has a lot more bells and whistles, e.g. commands to create new references or search for existing ones in all your org-files. All this, including the proper setup, is explained in its documentation. Any comments or suggestions are highly welcome !

Re: [O] [DEV] New version of org-reftable.el

2012-12-24 Thread Marc-Oliver Ihm
even easier with the support for normal org-mode links, that will be introduced with version 2.1, next month. Comments, as always, are welcome. Best regards, Marc Am 24.12.2012 09:47, schrieb Bastien: Hi Marc-Oliver, Marc-Oliver Ihm writes: Version 2.0 of org-reftable.el has arrived at worg

Re: [O] Still Wishing for Snooze

2013-01-24 Thread Marc-Oliver Ihm
Hi Andrew, some time ago I did somethin similar (see below), it works with properties and might come close, to what you want ... best regards, Marc (defun org-date-state (arg) "Save away state for current node; with prefix restore for all nodes if time has passed." (inte

Re: [O] [DEV] Package org-find-timestamps on worg is now deprecated !

2011-12-25 Thread Marc-Oliver Ihm
Am 20.12.2011 01:12, schrieb Bernt Hansen: Marc-Oliver Ihm writes: There is probably some overlap here, but I do not see a way to find the timstamps of CLOSED entries with the agenda. So the agenda does not show what you have accomplished, only what is still open. Another point are maybe

[O] [babel] Code for simple set-operations on two tables. Asking for some input.

2011-12-26 Thread Marc-Oliver Ihm
the right name or can it be shortened to ob-table-proc. Any input would be very welcome ! With kind regards, Marc-Oliver Ihm ;;; org-babel-table-proc.el --- Common operations on tables for use with orgmode and lob ;; Copyright (C) 2010-2011 ;; Free Software Foundation, Inc. ;; Author: Marc

Re: [O] [babel] Code for simple set-operations on two tables. Asking for some input.

2011-12-28 Thread Marc-Oliver Ihm
Am 27.12.2011 21:53, schrieb Eric Schulte: Marc-Oliver Ihm writes: Hello, Please find attached the elisp-file and a tutorial (as an org-file) for org-babel-table-proc. It provides some simple set-operations (mostly merge and intersect), which treat org-mode tables as sets. An example for

[O] [babel] Is there a way to use edebug on emacs-lisp code blocks ?

2012-01-01 Thread Marc-Oliver Ihm
imagine would be to define global functions to do the work and only call these functions from the code blocks ... with kind and curious regards, Marc-Oliver Ihm

Re: [O] [babel] Is there a way to use edebug on emacs-lisp code blocks ?

2012-01-01 Thread Marc-Oliver Ihm
Am 01.01.2012 21:05, schrieb Nicolas Goaziou: Hello, Marc-Oliver Ihm writes: Is there a way to use edebug for debugging my emacs-lisp code blocks ? (Or is there another preferred way to debug emacs-lisp code in babel ?) You can open the block in a temporary buffer, with C-c ', and us

Re: [O] [babel] Is there a way to use edebug on emacs-lisp code blocks ?

2012-01-02 Thread Marc-Oliver Ihm
Am 01.01.2012 23:40, schrieb Nicolas Goaziou: Marc-Oliver Ihm writes: So, if I have something like: #+call: foo(1,2) I cannot see a way to get a buffer with all the code, that foo might expand into, INCLUDING the assignments for the arguments 1 and 2. (If babel would give me such a buffer

Re: [O] [babel] Code for simple set-operations on two tables. Asking for some input.

2012-01-14 Thread Marc-Oliver Ihm
the cl-package ?). So it is probably not yet fit for official inclusion into the library of babel. with kind regards, Marc-Oliver Ihm As a side note: I am very pleased and fascinated, how easily babel and org have made the task of keeping together all aspects of development; from user documentation

[O] [babel] #+call-line removes hlines and headings ?

2012-01-29 Thread Marc-Oliver Ihm
gards, Marc-Oliver Ihm

Re: [O] [babel] #+call-line removes hlines and headings ?

2012-01-29 Thread Marc-Oliver Ihm
debugging this problem :-) And of course I am not sure what would be the side effects of changing this behaviour ... So, thanx again for pointing out this very easy workaround ! with kind regards, Marc-Oliver Ihm

Re: [O] [babel] #+call-line removes hlines and headings ?

2012-01-31 Thread Marc-Oliver Ihm
Hi Eric, thanx ! That explains very clearly what I have seen, when trying to debug this phaenomenon. So this behaviour is by design and I can work around :-) kind regards, Marc Am 30.01.2012 17:10, schrieb Eric Schulte: Marc-Oliver Ihm writes: Am 29.01.2012 11:42, schrieb Andreas Leha

[O] [code] Small elisp snippet to search among toplevel headlines in a file

2012-02-04 Thread Marc-Oliver Ihm
(delete-other-windows))) To find a project I just press f11 (please choose your own key) and enter a keyword to do an occur for this keyword. Normally several toplevel headings are found and the right one is chosen by typing return. I hope, that someone might find this useful too. with kind regards, Marc-Oliver Ihm

[O] [babel] Is there an elisp-way to see the header-arguments, that are passed to a #+call-line ?

2012-02-05 Thread Marc-Oliver Ihm
the #+call-line governs, whether the #+begin_src-block is expected to return a table with or without column-names; so to react accordingly (and not surprise users) I need to know within the #+begin_src-block the value of the ":colnames" header-argument from the #+call-line. Thanx a lo

Re: [O] [babel] Is there an elisp-way to see the header-arguments, that are passed to a #+call-line ?

2012-02-05 Thread Marc-Oliver Ihm
Phewww ! Hi Eric, Thanx a lot ! Not quite through with understanding your post, but I already see, that there is everything I need in there. Thanx a lot and Thanx again ! with kind regards, Marc

Re: [O] Visibilty of inline tasks

2012-02-06 Thread Marc-Oliver Ihm
(which I do alot), because once I open the topmost node, all subheadings with any inline task are opened too, regardless how depp they are nested. This makes it nearly impossible to get an overview about the contents of the node. So: This problem still seems to be around. with kind regards, Mar

[O] [bug ? regression ?] Re: Visibilty of inline tasks

2012-02-08 Thread Marc-Oliver Ihm
se volunteers ... Afterwards, we either have a patch to test or need to declare bankruptcy and ask for help of a real elisp-wizard :-) with kind regards, Marc Am 06.02.2012 21:34, schrieb Sebastien Vauban: Hi Marc-Oliver, Marc-Oliver Ihm wrote: Am 16.12.2010 14:26, schrieb Sébastien Vauba

[O] [patch] Prevent inlinetasks right after a headline from breaking cycling-behaviour

2012-02-11 Thread Marc-Oliver Ihm
re avoids the problem. The patch is quite minimal and I did not see any side-effects. with kind regards, Marc-Oliver Ihm index 882a41c..7107984 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -6302,7 +6302,7 @@ in special contexts. (if (org-at-item-p) (org-list-set-item-visibil

[O] How to fontify text within a table with elisp ?

2012-03-03 Thread Marc-Oliver Ihm
line ("Outside table") is fontified correctly, whereas the second line ("Inside table"), which is a simple table, is not. Probably this is due to the fact, that org has its own opinion, on how the table should be fontified. Is there any way to circumvent this behaviour ? with kind regards, Marc-Oliver Ihm

Re: [O] Archiving only with confirmation

2012-03-03 Thread Marc-Oliver Ihm
ccordingly. You could reach the same effect by putting: (put 'org-archive-subtree 'disabled t) in your initialization-file (if it is not .emacs). I think I will try this too, because I remember some occasions, that I have used it accidentially like you ... with kind regards, Marc

Re: [O] How to get header in second table generated by src block

2012-03-10 Thread Marc-Oliver Ihm
Hi, if you add ":colnames yes", like this: #+call: raw-to-table[:exports results](table=raw2) :colnames yes you get the headers, that you expect. regards, Marc

[O] [babel] New Version of lob-table-operations.org --- filter or combine tables

2012-03-18 Thread Marc-Oliver Ihm
much in improving this package. Having said this, I would be glad, if table operations could eventually some day be considered fit for inclusion into the proper library of babel. with kind regards, Marc-Oliver Ihm * Table operations --- filter or combine tables This section within the library

Re: [O] [babel] BUG in call lines

2012-03-22 Thread Marc-Oliver Ihm
-brackets ,so the only option seems to be to write a function to do the matching correctly, but which is probably a big task ... So as I understand things, I would recommend to stick with the current behaviour and use your workaround :-) with kind regards, Marc Am 22.03.2012 09:42, schrieb

Re: [O] Table filter.

2012-05-08 Thread Marc-Oliver Ihm
, this might be useful for you. with kind regards, Marc-Oliver Ihm * Table operations --- filter or combine tables This section within the library of babel provides table operations. See the documentation just below for details and working examples. Author : Marc-Oliver Ihm Version

  1   2   >