Re: [O] babel and long-running computations

2014-04-17 Thread Christoph Groth
ut there seems to be no way to support dependencies. Christoph

Re: [O] babel and long-running computations

2014-04-17 Thread Christoph Groth
change > if/when someone finds the time and drive to tackle the implementation. Hmm, I searched the list archives before asking of course, but I didn’t find any previous discussion. Could you please provide some references? Thanks, Christoph

Re: [O] babel and long-running computations

2014-04-19 Thread Christoph Groth
ommands? - Do you run your Emacs on the master node of the cluster? Or does your setup involve running emacs on the machine you are working on and talking to the cluster over the network? Cheers, Christoph

[O] temporarily un-ignoring scheduled tasks in global todo list

2014-05-20 Thread Christoph Groth
better way? Alternatively, one could always show all items in the global todo list, but somehow mark the already scheduled ones. Orgmode does not seem to allow for something like this out-of-the-box, though. Thanks, Christoph

Re: [O] temporarily un-ignoring scheduled tasks in global todo list

2014-05-21 Thread Christoph Groth
Thanks Bastien, this works! There doesn't seem to be an easy way to make a custom agenda view that only shows todo items that are scheduled for the future. Or am I wrong? Christoph

Re: [O] temporarily un-ignoring scheduled tasks in global todo list

2014-05-22 Thread Christoph Groth
Bastien writes: >> There doesn't seem to be an easy way to make a custom agenda view >> that only shows todo items that are scheduled for the future. Or am >> I wrong? > > Use a TODO agenda view, and set `org-agenda-todo-ignore-scheduled' to > past within this custom agenda view. This shows ent

Re: [O] temporarily un-ignoring scheduled tasks in global todo list

2014-05-22 Thread Christoph Groth
> Christoph Groth writes: > >> There doesn't seem to be an easy way to make a custom agenda view >> that only shows todo items that are scheduled for the future. Or am >> I wrong? > > Use a TODO agenda view, and set `org-agenda-todo-ignore-scheduled'

[O] Marking an item DONE using the most recently logged timestamp

2016-08-02 Thread Christoph LANGE
item as closing time. Use case: you finished a TODO task and logged time on it but forgot to mark it DONE. Cheers, Christoph -- Dr. Christoph Lange, Enterprise Information Systems Department Applied Computer Science @ University of Bonn; Fraunhofer IAIS http://langec.wordpress.com/about, Skype

Re: [O] Best practice for canceled/moved recurring events

2016-08-02 Thread Christoph LANGE
4 26 27 28 30 32 34 36 38 40 42 44 46 48 50 52))> Like above, but not if the date is between 2016-07-22 and 2016-08-31. <%%(and (diary-float t 5 1) (diary-block 2016 03 01 2018 12 31) (not (diary-date 2016 06 03)))> First (1) Friday (day 5) of every month (t) in the given range (diary

[O] How to use symbolic names to refer to spreadsheet fields containing irregular values

2016-08-03 Thread Christoph LANGE
rks. Any ideas? Or is this a bug? Thank you very much in advance, Christoph -- Dr. Christoph Lange, Enterprise Information Systems Department Applied Computer Science @ University of Bonn; Fraunhofer IAIS http://langec.wordpress.com/about, Skype duke4701 → Please note: I will be on parenta

[O] Bug: org-dblock-update regression in case of :maxlevel 0 [9.0.5 (9.0.5-elpaplus @ c:/Users/clange/.emacs.d/elpa/org-plus-contrib-20170210/)]

2017-02-12 Thread Christoph LANGE
with Debugger entered--Lisp error: (wrong-type-argument wholenump -1) make-string(-1 124) in org-clocktable-write-default, I think in (make-string (1- (min maxlevel (or ntcol 100))) ?|) to be exact, because (1- maxlevel) is -1. Cheers, Chri

Re: [O] Bug: org-dblock-update regression in case of :maxlevel 0 [9.0.5 (9.0.5-elpaplus @ c:/Users/clange/.emacs.d/elpa/org-plus-contrib-20170210/)]

2017-02-13 Thread Christoph LANGE
0:55 | where filename.org looks like * Task 1 * Task 2 ... > It sounds like a user error to me. Maybe the truth is that the handling of :maxlevel 0 was an undocumented feature? Cheers, Christoph -- Dr. Christoph Lange, Enterprise Information Systems Department Applied Computer Science @ U

Re: [O] [Orgmode] Slow speed of week and month views

2017-08-04 Thread Christoph Groth
Carsten Dominik wrote in 2010: I am afraid I don't see any major speed improvements that could make this happen. Yes, one could parse all the files once, build a table in memory and get the entries for each day from there - but that comes down to a complete rewrite of the parser, maybe even t

[O] Temporarily setting agenda files list, cleaning up

2019-05-27 Thread Christoph Groth
agenda-exit is not satisfactory, because it also kills the buffers that one has just found due to the search, and also it's not automatic. Perhaps one could close the buffers immediately once the agenda view has been created? Thanks Christoph [1] https://kitchingroup.cheme.cmu.edu

Re: [O] Temporarily setting agenda files list, cleaning up

2019-05-28 Thread Christoph Groth
or org files. Using shell-command-to-string to launch the 'find' shell command takes only 0.2 s. Christoph signature.asc Description: PGP signature

[O] Bug? SCHEDULED lines treated differently when text precedes them

2019-09-05 Thread Christoph Groth
09-01. Is this behavior by design? If yes, could someone please explain the rationale or point me to relevant documentation or discussions? Thanks! Christoph

Re: [O] Bug? SCHEDULED lines treated differently when text precedes them

2019-09-05 Thread Christoph Groth
behavior quite dangerous. It caught me after more than 10 years of using Org. If there's a list of long-term issues with Org somewhere, this problem may deserve being added to it. Cheers Christoph [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725408

Re: [O] Bug? SCHEDULED lines treated differently when text precedes them

2019-09-05 Thread Christoph Groth
Nicolas Goaziou wrote: > Christoph Groth writes: > > > I understand now that Org does what it should. However, I find this > > behavior quite dangerous. It caught me after more than 10 years of > > using Org. If there's a list of long-term issues with Org &g

[O] Feature Proposal: Titled Paragraphs

2019-10-23 Thread Christoph Michelbach
think we should be able to use the same syntax outside of lists: Lorem Ipsum :: Duis ac nibh cursus, elementum ipsum quis, faucibus sapien. Interdum :: Cras volutpat, sem eu semper ultrices, risus lacus tempor erat, eu pulvinar magna arcu sit amet massa. -- Christoph Michelbach

Re: [O] Feature Proposal: Titled Paragraphs

2019-10-23 Thread Christoph Michelbach
ve to expand paragraphs far up individually or expand all the hierarchical levels below by dobule-tabbing. -- Christoph Michelbach

orgmode and electric-quote-mode

2020-01-08 Thread Christoph Groth
disabled (just like in programming modes it is enabled only for the comments). Has anyone found a solution to this problem already? Thanks Christoph

[O] Bug: Usage of pmatrix yields error message dispite lack of error [9.1.9 (9.1.9-3-gb1a639-elpa @ /home/christoph/.emacs.d/elpa/org-20180402/)]

2018-04-10 Thread Christoph Michelbach
en when using complicated matrices, this is the case. They are copied to the LaTeX file verbatim and the PDF is produced just as expected. Emacs  : GNU Emacs 25.3.2 (x86_64-pc-linux-gnu, GTK+ Version 3.18.9)  of 2017-09-12 Package: Org mode version 9.1.9 (9.1.9-3-gb1a639-elpa @ /home/christoph/.

[O] Bug: Spell checking language not set correctly when exporting to ODT [9.1.13 (9.1.13-elpa @ /home/christoph/.emacs.d/elpa/org-20180514/)]

2018-05-16 Thread Christoph Michelbach
itish English instead of American English because American English is the default pretty much anywhere. -- Christoph Michelbach

[O] Bug: Capturing an entry without final endline modifies heading structure [9.1.14 (9.1.14-dist @ /usr/share/emacs/25.2/site-lisp/elpa/org-9.1.11/)]

2018-09-02 Thread Christoph Groth
alifies as a bug, because it's easy to accidentally corrupt the heading structure of a file. Cheers, Christoph Emacs : GNU Emacs 25.2.2 (x86_64-pc-linux-gnu, GTK+ Version 3.22.30) of 2018-07-11, modified by Debian Package: Org mode version 9.1.14 (9.1.14-dist @ /usr/share/emacs/25.2/site-li

[Orgmode] Re: '|' in a table

2007-04-19 Thread Christoph Bauer
Hi, I have the same problem, but with HTML export. My best idea for a|b so far is: a \brvbar b With html \vert isn't translated :-( My version of org-mode is 4.67c. Thanks for any help, Christoph Bauer ___ Emacs-orgmode mailing list

Re: [Orgmode] Re: '|' in a table

2007-04-20 Thread Christoph Bauer
Carsten Dominik <[EMAIL PROTECTED]> writes: > \vert will work in version 4.72, will be translated to | Great! Thank you, Christoph ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[BUG] org-mode 9.5.4 with evil-leader leads to endless loop in table [9.5.4 (9.5.4-g6013cb1 @ /Users/cgrabenstein/.emacs.d/straight/build/org/)]

2022-07-28 Thread Christoph Grabenstein
side. Please let me know if I should open a ticket for evil. - For more details see my question at the emacs stackexchange: https://emacs.stackexchange.com/questions/72769/org-mode-tables-slowed-down-by-evil-mode Best regards Christoph Emacs : GNU Emacs 28.1 (build 1, x86_64-apple-darwin20.6.0

Re: [BUG] org-mode 9.5.4 with evil-leader leads to endless loop in table [9.5.4 (9.5.4-g6013cb1 @ /Users/cgrabenstein/.emacs.d/straight/build/org/)]

2022-07-30 Thread Christoph Grabenstein
h the older version of org-mode. As far as I can tell nothing has changed around tables between 9.5.2 and 9.5.4. Do you have any idea what could cause the difference in behaviour? Thanks again, and best regards Christoph On Thu, 28 Jul 2022, 16:55 Ihor Radchenko, wrote: > Christoph Grabenstein

Re: [BUG] org-mode 9.5.4 with evil-leader leads to endless loop in table [9.5.4 (9.5.4-g6013cb1 @ /Users/cgrabenstein/.emacs.d/straight/build/org/)]

2022-07-30 Thread Christoph Grabenstein
That makes perfectly sense. Thank you! On Sat, 30 Jul 2022, 10:55 Ihor Radchenko, wrote: > One thing that's still bugging me though is why the table would not hang >> with the older version of org-mode. As far as I can tell nothing has >> changed around tables between 9.5.2 and 9.5.4. Do you hav

Re: Checkbox dependencies - Discern between DONE and CANCELED

2021-09-15 Thread Christoph Groth
led state. Another way would be not to count CANCELED among the done states, but to inhibit it being displayed in the agenda. I am unsure which approach would be preferable philosophically. Thanks Christoph

[Orgmode] 2nd clone of Org-mode for Vim

2011-02-22 Thread Jan Christoph Ebersbach
not VimL and I built it to be easily extendable. Apart from that, vim-orgmode integrates well with other Vim plugins like taglist and repeat. If you are interested, you can access the code at https://github.com/jceb/vim-orgmode or send an e-mail if you have any further questions. Greetings, Jan Ch

[O] Re: [Orgmode] 2nd clone of Org-mode for Vim

2011-03-01 Thread Jan Christoph Ebersbach
Hi Bastian, Thanks for your reply. I definitively want to do some screencasts, too. The next thing for me is to define a number of milestones for the project. Btw, are you a vim user or have you used Herbert's VimOrganizer? Greetings, Jan Christoph On Sat 26-02-2011 17:27 +0100, Bastien

[O] how do scientists use org mode?

2012-01-26 Thread GMX Christoph 13
ts of development and less towards philosophy of usage, I apologize Christoph

Re: [O] how do scientists use org mode?

2012-02-03 Thread GMX Christoph 13
. I will probably be around and asking silly questions for a while. Thanks for the friendly welcome and your constructive tips, all of which I studied most attentively but it may take a while. May the force be with me :-) Christoph

Re: [O] How to analyze clocking reports (e. g. with spreadsheet application)?

2014-07-29 Thread Christoph LANGE-BEVER
and would prefer not having to learn any complex procedures before being able to contribute. Cheers, Christoph -- Christoph Lange-Bever, http://www.facebook.com/ch.lange, Skype duke4701

[O] inline images outside org

2014-06-04 Thread Christoph Held GMX
run org mode. This is probably where it shows that without the training wheels it is still a bumpy ride for me. Christoph

<    1   2