Re: [O] Mail composed using emacs --- saving a copy in an org file.

2012-03-16 Thread Karl Voit
your agenda as well. Drop me a line if it works for your requirements! 1. https://github.com/novoid/Memacs -- Karl Voit

[O] Org-mode workshop cancelled (was: Org-mode workshop: has anyone done this already?)

2012-03-13 Thread Karl Voit
* Karl Voit wrote: > > I'll probably use your material as a starting point and extend it a > bit. If you are interested in following the status of my material, > please watch my repository on GitHub[3]. > > 3. https://github.com/novoid/org-mode-workshop I was informe

[O] LaTeX-notes in margin space (was: ways to insert "note to self" in an org-mode file for academic paper)

2012-03-13 Thread Karl Voit
purpose I am using a LaTeX-newcommand: \newcommand{\fixxme}[1]{%% \textcolor{red}{FIXXME}\marginpar{\textcolor{red}{#1}}%% } Writing something like this\fixxme{check source for quotation} ends up in a «FIXXME» within the line and the text in the braces in the margin space - set in red letters. -- Karl Voit

Re: [O] Org-mode workshop: has anyone done this already?

2012-03-08 Thread Karl Voit
my material, please watch my repository on GitHub[3]. 3. https://github.com/novoid/org-mode-workshop -- Karl Voit

Re: [O] Org-mode workshop: has anyone done this already?

2012-03-08 Thread Karl Voit
* Thorsten wrote: > Karl Voit writes: > >> It will be held in German only anyway ... > > In what part of Germany? No part of Germany at all. Graz :-) > Is that open to the public - and free? No. It is for our «Interne Weiterbildung» (internal education program) of

Re: [O] Org-mode workshop: has anyone done this already?

2012-03-07 Thread Karl Voit
* Bastien wrote: > Hi Karl, Hi! > Karl Voit writes: > >> I do have the please of conducting an Org-mode workshop (3x4 hours) >> for up to twelve participants. > > Great! I am looking forward to it! > We held two "OrgCamps" in France, one in January

Re: [O] Org-mode workshop: has anyone done this already?

2012-03-07 Thread Karl Voit
* Alan Schmitt wrote: > On 7 mars 2012, at 15:38, Karl Voit wrote: > >> I do have the please of conducting an Org-mode workshop (3x4 hours) >> for up to twelve participants. > > This sounds great. Are you planning on filming it? Sorry, no. It will be held in German o

[O] Org-mode workshop: has anyone done this already?

2012-03-07 Thread Karl Voit
there are other people having had the pleasure of doing such a workshop before. Is there any course material available so that I might take a look on the content? Thanks! -- Karl Voit

[O] Extracting PDF file annotations into Org-mode

2012-03-06 Thread Karl Voit
documentation. 1. http://tincman.wordpress.com/2011/01/04/research-paper-management-with-emacs-org-mode-and-reftex/ 2. https://github.com/novoid/extract_pdf_annotations_to_orgmode -- Karl Voit

[O] [bug] org-agenda-write does not handle date stamps without day of week

2012-03-05 Thread Karl Voit
ay of week pretty well. But whenever I export it to ics (in order to send it to Google), I end up with a messed up online agenda. I guess that org-agenda-write is the one to blame. It would be very handy to me if somebody could fix that issue. Let me know, if you need any further information! Thank you very much! -- Karl Voit

[O] Export to manpage format

2012-02-27 Thread Karl Voit
Hi! I only found [1] and wonder if there is an existing method to produce manpage files from Org-mode files ... 1. http://lists.gnu.org/archive/html/emacs-orgmode/2008-03/msg00056.html -- Karl Voit

[O] Emacs/Org-mode configs spread over multiple accounts/machines (was: Variable settings in .emacs VS cross device portability.)

2012-02-02 Thread Karl Voit
too. 2. http://www.cis.upenn.edu/~bcpierce/unison/ 3. http://www.mayrhofer.eu.org/dvcs-autosync -- Karl Voit

Re: [O] Symbol's function definition is void: org-write-agenda

2012-01-10 Thread Karl Voit
* Bastien wrote: > Hi Karl, Hi! > Karl Voit writes: > >> vk-export-agenda: Symbol's function definition is void: org-write-agenda > > `org-write-agenda' has been renamed to `org-agenda-write', > please update your code. Thanks for the hint! Missed in in the change notes ... -- Karl Voit

[O] Symbol's function definition is void: org-write-agenda

2012-01-10 Thread Karl Voit
un vk-export-agenda() "Exports monthly Org-mode agenda to agenda.ics file" (interactive) (org-agenda-list nil nil 60) (org-write-agenda "~/share/all/org-mode/agenda.ics") ) #+end_src Do you have an idea, what might have changed? Thanks! -- Karl Voit

Re: [O] Generating boxplot (candlestick) diagrams (babel or org-plot)

2012-01-09 Thread Karl Voit
* Eric Schulte wrote: > Karl Voit writes: > > I'm using gnuplot 4.5 patchlevel 0 which is probably where this > difference comes in. As I use gnuplot all the time, I find it > worthwhile to track the development head for nice new features such as > this and beautiful pdf

Re: [O] Generating boxplot (candlestick) diagrams (babel or org-plot)

2012-01-08 Thread Karl Voit
ght that gnuplot is able to derive min/max whisker min/max from the data columns by itself. Well - this is bad news to me since I do not see any reasonable way to use gnuplot for that purpose. I might need to learn R or Python/matplotlib :-( Thanks for your help anyway! -- Karl Voit

[O] Generating boxplot (candlestick) diagrams (babel or org-plot)

2012-01-08 Thread Karl Voit
sing 1:2 with candlestick #+end_src ... results in empty output.png file. What is the problem here? At least the second method should end up in an error message or a file with content I guess. 1. http://en.wikipedia.org/wiki/Boxplot -- Karl Voit

Re: [O] Multiple occurrence of tasks

2012-01-08 Thread Karl Voit
ated to this tag? -- Karl Voit

Re: [O] Org-mode performance

2012-01-05 Thread Karl Voit
* Karl Voit wrote: > * Bernt Hansen wrote: >> >> Maybe it's the number of files... I have 91 files (including .org and >> .org_archive) totalling 12M without any issues. > > In the Memacs-project[1] we do face certain performance issues with > large data

[O] Org-mode performance (was: Massive Org search)

2012-01-04 Thread Karl Voit
ng and running benchmarks. I'll post here the results. What usually helps is: keeping the vast amount of (old?) data in .org_archive files. This speeds up daily work while giving you the opportunity to activate the rest of it on demand. 1. https://github.com/novoid/Memacs -- Karl Voit

[O] Standard property proposal (was: org-jira.el... and Org conventions (Bastien, Carsten and all))

2012-01-03 Thread Karl Voit
help in some kind of discussion and definition process, I'd be glad. [1] http://article.gmane.org/gmane.emacs.orgmode/47478 [2] http://article.gmane.org/gmane.emacs.orgmode/45347 [3] https://github.com/novoid/Memacs -- Karl Voit

Re: [O] How to define a start date for a task?

2011-12-17 Thread Karl Voit
4-02-29 Sun -5d>.» 2) Use http://orgmode.org/org.html#TODO-dependencies 3) http://orgmode.org/worg/org-contrib/org-depend.html -- Karl Voit

[O] Defining dependencies (was: What do you use to identify projects (in the GTD sense))

2011-12-15 Thread Karl Voit
. Which is quite nice since it is way more flexible and can be used in a broader way. -- Karl Voit

Re: [O] Minimal overhead Org-mode blogging system

2011-12-08 Thread Karl Voit
* Puneeth Chaganti wrote: > On Thu, Dec 8, 2011 at 7:49 PM, Karl Voit wrote: >> * Puneeth Chaganti wrote: >>> Hi Kurt, >> >> Almost :-) > > Aarrgggh! Really sorry about that! My sleep deprivation showing it's effect. > :-) *g* No worries. I by mysel

Re: [O] Minimal overhead Org-mode blogging system

2011-12-08 Thread Karl Voit
* Puneeth Chaganti wrote: > Hi Kurt, Almost :-) > On Thu, Dec 8, 2011 at 6:01 AM, Karl Voit wrote: >> * Puneeth Chaganti wrote: >>> >>> https://github.com/punchagan/blog-files >> >> ... I really do like your blog (and found several very interesting

Re: [O] Minimal overhead Org-mode blogging system

2011-12-07 Thread Karl Voit
* Puneeth Chaganti wrote: > On 12/4/11, Karl Voit wrote: >> >> Therefore I sat down and thought about a workflow that should be >> enough for writing simple weblog entries: >> >> - create an Org-mode heading (anywhere!) >> - make sure that there is an

[O] Minimal overhead Org-mode blogging system

2011-12-04 Thread Karl Voit
es - optionally: generate overview page for last n entries - optionally: generate calendar archive page(s) - optionally: generate tag overview page(s) -- Karl Voit

Re: [O] [OT] Scanning for archiving

2011-11-09 Thread Karl Voit
* Karl Voit wrote: > > Inspired by «Total Recall»[3], a book of two MS Research guys, I > started life logging on my own two months ago. > > For this purpose I bought an HP OfficeJet Pro 8500A Plus which costs > € 250 and has a decent scanner. Is can scan and print full duplex.

Re: [O] [OT] Scanning for archiving

2011-11-09 Thread Karl Voit
(I enjoy the OT discussion here and hope that no one gets upset because of it on this ML ...) * Pieter Praet wrote: > On Mon, 7 Nov 2011 18:44:24 +0100, Karl Voit wrote: >> Hi! >> >> Inspired by «Total Recall»[3], a book of two MS Research guys, I >> started life l

Re: [O] [OT] Scanning for archiving

2011-11-07 Thread Karl Voit
tion on almost all levels. Whereas 100% would be possible with small additional effort when creating the printer. But those resulting 90% are pretty usable. 3. http://qr.cx/sAHU -- Karl Voit

[O] Todo balance motivation

2011-11-07 Thread Karl Voit
then | echo "Congratulations! More solved than generated!" | else | echo "Sorry, you still have to solve ${sum} issues to get even!" | fi | | #end ` -- Karl Voit

[O] OT: syncing computers with git (was: Best way to set up Org mode with MobileOrg over Dropbox)

2011-11-04 Thread Karl Voit
o branch (where mine is always). This prevents >cluttering the git history of the master branch. If you want to switch from a pulling to an interrupt system, you might be interested in http://www.mayrhofer.eu.org/dvcs-autosync -- Karl Voit Hallo, mein Name ist Web 2.0. Gib mir dein Adressbuch und lass mich Emails lesen

[O] Querying Org-contacts with lbdb (e.g. for mutt)

2011-10-25 Thread Karl Voit
$email =~ s/\s*$//; printf("%s\t%s\t(Org)\n", $email, $name); } } } } - -- Karl Voit

[O] ELISP (was: Agenda views w/m: inconsistency, bug)

2011-10-23 Thread Karl Voit
") | ) ` I tried by myself but failed miserable. How can I add this org-agenda-span to this function definition? And: is there an (E)LISP book/URL you can recommend? I do have programming experience and I noticed that I should learn ELISP in order to get most of my editor ... Thanks again in advance! -- Karl Voit

Re: [O] Agenda views w/m: inconsistency, bug

2011-10-23 Thread Karl Voit
-aganda-day-view» should be replaced by «org-aganda-week-view» one time at http://orgmode.org/org.html#Agenda-commands -- Karl Voit

[O] Agenda views w/m: inconsistency, bug

2011-10-23 Thread Karl Voit
e.org/org.html#Agenda-commands -- Karl Voit

[O] How to simply log things

2011-10-22 Thread Karl Voit
«cleaner». Am I right? 1. Initially I used .+999m but that exceeded UNIX epoch causing troubles :-) -- Karl Voit

[O] Converting DateBk(6)/jPilot data to Org-mode

2011-10-22 Thread Karl Voit
8-Org-mode.html 2. http://www.jpilot.org/ 3. http://en.wikipedia.org/wiki/Personal_information_management -- Karl Voit

[O] Sync with Outlook/Exchange (was: Recurring events with exceptions)

2011-10-22 Thread Karl Voit
e, the question of Outlook/Exchange support is one of the first being asked. For now I am in the lucky position of no dependency to Exchange but I guess this can change in the future. PS: Please adopt the subject line to changing subject - especially for important ones like here. Thanks! :-) -- Karl Voit

Re: [O] Private flag or property

2011-10-21 Thread Karl Voit
Hi Eric! * Eric S Fraga wrote: > Karl Voit writes: > >> Is there a *common* way of expressing a private flag/property yet? > > Not that I know of. OK. >> Or is there no pseudo-standard and I should stick to my «:PRIVATE: >> True» property I am thinking of?

[O] Private flag or property

2011-10-20 Thread Karl Voit
» property I am thinking of? (Is there a necessity for the «True» string in my example (property without value)? -- Karl Voit

Re: [O] Recurring events with exceptions

2011-10-18 Thread Karl Voit
ndar-day-of-week date))) > (and (= dayname 3) >(not (calendar-date-equal date '(10 26 2011))) >(not (calendar-date-equal date '(11 30 2011) > > I added this to .diary, did M-x calendar RET and marked the entries > with m: seems to work fine. Oh, cool. Thanks for the example! -- Karl Voit

Re: [O] Recurring events with exceptions

2011-10-18 Thread Karl Voit
* Brian Wightman wrote: > (and (your-sexp-here) (not (except-dates-here))) Cool, thanks! Now I still have to think about which method is easier to implement :-) -- Karl Voit

[O] Recurring events with exceptions

2011-10-18 Thread Karl Voit
/Sexp-Diary-Entries.html -- Karl Voit

Re: [O] Org, Diffs, and Version Control

2011-10-18 Thread Karl Voit
my git history. -- Karl Voit

Re: [O] GNU Emacs crashing on large Orgmode files

2011-10-13 Thread Karl Voit
* Karl Voit wrote: > > On my notebook I am using GNU Linux (Ubuntu 11.04) with GNU Emacs > 23.2.1 (i686-pc-linux-gnu, GTK+ Version 2.24.4). At home I've got > Mac OS X 10.5 with http://emacsformacosx.com/ (sorry, no detailed > version number since I am currently sitting in m

[O] GNU Emacs crashing on large Orgmode files (was: Ways to make org feasible for huge files)

2011-10-13 Thread Karl Voit
orizontally) in the Agenda view. Maybe there is an (hidden?) issue with GNU Emacs on OS X (too). 1. http://en.wikipedia.org/wiki/Lifelogging 2. https://github.com/novoid/Memacs 3. https://github.com/novoid/Memacs/blob/master/FAQs_and_Best_Practices.org -- Karl Voit

[O] github: (partial) support for Org-mode files

2011-10-09 Thread Karl Voit
://github.com/github/markup#readme 3. https://github.com/novoid/Memacs -- Karl Voit

Re: [O] org-contacts: how to manage contacts; structure of meta data

2011-10-06 Thread Karl Voit
* Thorsten wrote: > Karl Voit writes: > >> Without describing further attempts, I ended up with following >> yasnippet[2] template for a new contact: > > Do you think that yasnippet is superior to org-capture or is it just a > casuality that you prefered it to org-ca

Re: [O] Bug: org-clone-subtree-with-time-shift shifts CREATED property of org-expiry.el

2011-10-06 Thread Karl Voit
* Bernt Hansen wrote: > Karl Voit writes: > >> When an entry got processed by org-clone-subtree-with-time-shift, >> its :CREATED: property gets shifted too: >> >> #+begin_example >> * <2011-10-04 Tue> test >> SCHEDULED: <2011-10-05 Wed> >&

[O] org-contacts: how to manage contacts; structure of meta data (was: No completion in Gnus)

2011-10-05 Thread Karl Voit
tact). Then it results in [[contact:foo bar][foo bar]] which is a clickable link to any contact which relates to «foo bar». Whenever I rename my contacts.org or put it in another folder, I just have to modify the line in my .emacs and not each link. I like this system. HTH 1. http://julien.danjou.info/org-contacts.html 2. http://code.google.com/p/yasnippet/ -- Karl Voit

[O] Bug: org-clone-subtree-with-time-shift shifts CREATED property

2011-10-04 Thread Karl Voit
created at the timestamp when org-clone-subtree-with-time-shift is executed. * the user gets heavily irritated when the generated entries keep popping up on future days. I suggest that at least for :CREATED: properties, the time stamp does not get changed by org-clone-subtree-with-time-shift. -- Karl Voit

Re: [O] How to debug "Specified time is not representable"

2011-10-04 Thread Karl Voit
fer >you learned about and find the position you just learned about. >THis should be the bad timestamp. *This* is the method I was searching for. *Thank* you very much. Now I can see the actual time stamp that causes any problem. -- Karl Voit

Re: [O] How to debug "Specified time is not representable"

2011-10-04 Thread Karl Voit
Sorry, no clue. >> >>> Works best if your orgmode is not compiled >> >> When I have compiled Orgmode, should I delete all *.elc files? > > May be the debug-on-entry is the wrong strategy for the problem at > hand. You may disregard my suggestion. -- Karl Voit

Re: [O] How to debug "Specified time is not representable"

2011-10-03 Thread Karl Voit
Hi! * Jambunathan K wrote: > Karl Voit writes: > >> When I get «Specified time is not representable» while creating the >> Agenda view, I want to get more information *where* the problem is. >> >> I found [1] and following and so I got it that there is no way of

[O] How to debug "Specified time is not representable"

2011-09-30 Thread Karl Voit
? 1. http://lists.gnu.org/archive/html/emacs-orgmode/2011-05/msg00729.html -- Karl Voit

Re: [O] Org-contacts and where to store address

2011-08-17 Thread Karl Voit
* Bastien wrote: > Hi Karl, Hi! > Karl Voit writes: > >> Is there a good way of adding the (multi line) address to the >> PROPERTY drawer or should I put the address in the notes right below >> the drawers? > > I'd suggest reformatting the multi-lin

Re: [O] A new module for Org-mode: Org-X

2011-08-15 Thread Karl Voit
* John Wiegley wrote: > Karl Voit writes: > >> Wow. This looks like exactly what I want to achieve with the >> «Memacs» project on [1]. We certainly need to exchange ideas and >> code :-) > > They sure do sound similar in spirit!! It's like we are tuned to the

Re: [O] A new module for Org-mode: Org-X

2011-08-14 Thread Karl Voit
d for them; but I also have ideas for others, such as a > backend that creates back-linked Org tasks for every "FIXME" comment in a > source code project... We do have lots of ideas for other «Nexus» or «backends» how you call them :-) 1. https://github.com/novoid/Memacs 2. Message-ID: <2011-07-18t01-13...@devnull.karl-voit.at> Mon, 18 Jul 2011 01:54:08 +0200 Sorry, gmane does not let me locate using the search feature :-( -- Karl Voit

Re: [O] [yasnippet] can not creating links with description

2011-08-10 Thread Karl Voit
* Bianca Lutz wrote: > Hi Karl, Hi! > I do not know how to accomplish this with a single field but the > following workaround might be sufficient: This works great! Thank you for the code! -- Karl Voit

Re: [O] [yasnippet] Symbol's function definition is void: yas/next-field-group

2011-08-10 Thread Karl Voit
s that you need either of them (not both at > the same time). You're absolutely right. I should have compared the things more intense. Now it works! -- Karl Voit

[O] [yasnippet] Symbol's function definition is void: yas/next-field-group

2011-08-09 Thread Karl Voit
essages* buffer. Pressing «Tab» does not jump to $2 or $0. Does anybody have a clue, what is going on? Probably this is not even related to Org-mode since I changed to *scratch* and invoked latex-mode/begin+«Tab» and it does not work either ... 1. http://orgmode.org/manual/Conflicts.html -- Karl Voit

[O] [yasnippet] can not creating links with description

2011-08-08 Thread Karl Voit
like following? After entering the snippet command and pressing TAB, I get the chance to type «foo» part and after another TAB, the link as stated above is finished and the cursor is at the end. Thanks! -- Karl Voit

[O] Org-contacts and where to store address

2011-08-06 Thread Karl Voit
properties are not mentioned in the Org-mode manual. Do they cause any trouble? (I was thinking of leaving empty properties for each entry so that I can easily add e.g. a FAX number later on ...) 1. http://julien.danjou.info/org-contacts.html -- Karl Voit

Re: [O] Referring to ID in other Org-mode file

2011-07-23 Thread Karl Voit
* Memnon Anon wrote: > Karl Voit writes: > >> How can I refer to an ID in another Org-mode file (withing the same >> folder)? > [...] >> I was searching in the Org-mode manual but could not find any >> solution for my problem. Either this is not possible or

Re: [O] Referring to ID in other Org-mode file

2011-07-23 Thread Karl Voit
* suvayu ali wrote: > On Sat, Jul 23, 2011 at 5:05 PM, Karl Voit wrote: >> I would like you to point to id:foo.org#interesting > > This should work: > [[id:interesting][Description]] Wow, this worked indeed! I assumed that this would work only within files of org-age

[O] Referring to ID in other Org-mode file

2011-07-23 Thread Karl Voit
(yet) work. How can I accomplish this? I was searching in the Org-mode manual but could not find any solution for my problem. Either this is not possible or I could not find the (existing) solution yet. -- Karl Voit

Re: [O] Tbl: addition of two times results in error

2011-07-18 Thread Karl Voit
* Bastien wrote: > Hi Karl, > > Karl Voit writes: > >> Hm. I just pulled newest Org-mode (again) and created an Org-mode >> file with only the table from above and still it does not work :-( > > Please try the table alone in single file. I already did so f

Re: [O] Tbl: addition of two times results in error

2011-07-18 Thread Karl Voit
* Sebastien Vauban wrote: > Hi Bastien and Karl, > > Bastien wrote: >> Karl Voit writes: >> >>> ,[ http://orgmode.org/org.html#Durations-and-time-values ] >>> | | Task 1 | Task 2 | Total | >>> | |++-

[O] Memacs - speed issues (was: Represent *everything* in Org-mode)

2011-07-18 Thread Karl Voit
/article.gmane.org/gmane.emacs.orgmode/44286 Thanks for the link. I'll read it. -- Karl Voit

[O] Memacs - effort and language (was: Represent *everything* in Org-mode)

2011-07-18 Thread Karl Voit
w how it goes. Of course since I am interested in lots of people using (and improving) Memacs and its «connectors» :-) -- Karl Voit

[O] Memacs (was: Represent *everything* in Org-mode)

2011-07-18 Thread Karl Voit
* Karl Voit wrote: > [...] > Imagine, you have got one (additional) «archive.org» (or > «mylife.org_archive»[8]) which contains lots of small entries that > represent many things you are doing on your computer: [...] > If you happen to know MyLifeBits[3] from MS Research, th

[O] Represent *everything* in Org-mode

2011-07-17 Thread Karl Voit
kipedia.org/wiki/Maildir 6. I am using http://grabeeter.tugraz.at/ 7. http://delicious.com 8. In order to keep daily agenda small/fast and only «Archive mode» complete -- Karl Voit

Re: [O] Thesauri to manage tags ("Tag taxonomies") -- feature request

2011-07-15 Thread Karl Voit
think it possibly means: «C-c a m +Graz|+flat» does provide the combined sets of «Graz» and «flat» for the purpose of agenda views. (I am not using (filtered) export yet) 1. http://tagstore.org -- Karl Voit

Re: [O] disable "org-decrypt: auto-save-mode may cause leakage"

2011-07-14 Thread Karl Voit
Hi! * Juan Pechiar wrote: > On Thu, Jul 14, 2011 at 02:22:32PM +0200, Karl Voit wrote: >> How can I auto-answer the question from the subject line with «n» >> (per default) any time it is asked? > > Hi Karl, > > You can customize this behaviour via > org-c

[O] disable "org-decrypt: auto-save-mode may cause leakage"

2011-07-14 Thread Karl Voit
plish this behavior? And: shouldn't this be appended to [1]? 1. http://orgmode.org/worg/org-tutorials/encrypting-files.html 2. http://permalink.gmane.org/gmane.emacs.orgmode/43262 3. http://anirudhs.chaosnet.org/blog/2005.01.21.html -- Karl Voit

[O] Tbl: addition of two times results in error

2011-07-13 Thread Karl Voit
now): ,[ debug message ] | Substitution history of formula | Orig: $1+$2;T | $xyz-> $1+$2 | @r$c-> $1+$2 | $1->(35:00)+(35:00) |--^ | Error: Bad format ` Where is the problem? -- Karl Voit

Re: [O] Org-mode is not able to manage complex calendar events

2011-07-02 Thread Karl Voit
* Bastien wrote: > Hi Karl, Hi! > Karl Voit writes: > > The idea behind some helper commands to let people construct diary > sexp is that: > > - it won't complexify Org's syntax about timestamps > - such help commands can be maintained and improved inde

Re: [O] Org-mode is not able to manage complex calendar events

2011-07-01 Thread Karl Voit
* Bastien wrote: > Hi Karl, Hi! > Karl Voit writes: > >> Yes, there is this sexp-workaround[1] for more complex things but >> quite frankly: this is not an option for the ordinary user like me >> (not having that much ELISP knowledge). > > FWIW: what would pe

[O] Collaborating with other people (was: Org-mode as a replacement for LaTeX)

2011-07-01 Thread Karl Voit
ood internal merging capabilities that solve most of the LaTeX integration process automatically. 1. https://secure.wikimedia.org/wikipedia/en/wiki/Subversion_(software) 2. https://secure.wikimedia.org/wikipedia/en/wiki/TortoiseSVN 3. https://secure.wikimedia.org/wikipedia/en/wiki/Git_(software) -- Karl Voit

Re: [O] Recurring TODO on weekdays only?

2011-06-29 Thread Karl Voit
ring entry. I use this to manually delete single events of a recurring series of events. > Vielleicht hat die Rostlaube auch heute einfach mein Gehirn weichgekocht > ;). Du wirst von einer Rostlaube gekocht? 1. http://orgmode.org/org.html#Structure-editing and http://orgmode.org/org.html#Repeated-tasks -- Karl Voit

[O] Org-mode as a replacement for LaTeX (was: Fwd: Exporting latex without preamble)

2011-06-29 Thread Karl Voit
bilities for writing documents that end up being great PDFs. But this is just my point of view. -- Karl Voit

Re: [O] Recurring TODO on weekdays only?

2011-06-29 Thread Karl Voit
* Loris Bennett wrote: > Dear all, Hi you :-) > I want to have a todo which repeats indefinitely on weekdays only. Probably you are looking for sexp datestamps: http://orgmode.org/org.html#Timestamps (and following) (I do not use them by my self (yet)). -- Karl Voit

Re: [O] Bug: org-time-stamp loses repeater interval

2011-06-29 Thread Karl Voit
gets added/modified is always the last one in this line. So if I create SCHEDULED and DEADLINE, DEADLINE is the second (last) in the line. When I modify SCHEDULED afterwards, it is SCHEDULED that gets positioned at the end of the line. Same for modifications of DEADLINE. -- Karl Voit

Re: [O] Bug: org-time-stamp loses repeater interval

2011-06-28 Thread Karl Voit
* Bastien wrote: > Karl Voit writes: > >> The warning period still gets deleted though :-( > > You're right, should be fixed now. Sorry when I disagree for one case: When I change each entry in my test data using «C-c .» and clicking on 1st of July ... ,[ test d

[O] Capture from GNU screen to Org-mode (was: Email -> Org-mode: charset problem)

2011-06-28 Thread Karl Voit
N_VERB" >> ${ORGFILE} | cat "${SCREENCONTENTFILE}" >> ${ORGFILE} | echo "#+END_VERB" >> ${ORGFILE} | echo >> ${ORGFILE} | | #end ` Probably this method could be handy for other users of GNU screen and Org-mode too. 1. http://www.mutt.org/ 2. https://secure.wikimedia.org/wikipedia/en/wiki/GNU_Screen 3. http://www.cis.upenn.edu/~bcpierce/unison/ 4. http://www.mayrhofer.eu.org/dvcs-autosync 5. https://www.dropbox.com/ 6. http://www.slrn.org/ -- Karl Voit

Re: [O] Bug: org-time-stamp loses repeater interval

2011-06-28 Thread Karl Voit
* Nick Dokos wrote: > > Do you use compiled (.elc) files? Not intentionally. > If so, you need to "make clean; make" before restarting. You can > also check with This one did the trick. Thanks! -- Karl Voit

Re: [O] Bug: org-time-stamp loses repeater interval

2011-06-28 Thread Karl Voit
After re-compiling my elc files, I have now the following behavior: * Karl Voit wrote: > > created timestamp with «C-c .» > <2011-06-28 Tue> > > modified with «C-c.» to wednesday: > <2011-06-29 Wed> > > manually added repeater: > <2011-06-29 Wed +1w>

Re: [O] Bug: org-time-stamp loses repeater interval

2011-06-28 Thread Karl Voit
* Bastien wrote: > Karl Voit writes: > >> -> repeater and warning period is lost :-( > > I cannot reproduce this. > Did you take care of loading the freshly pulled Org version? «git pull» on the master and then I re-started my Emacs. I thought this should be enough ...

Re: [O] Bug: org-time-stamp loses repeater interval

2011-06-28 Thread Karl Voit
* Bastien wrote: > Karl Voit writes: > >> Same to me. Unfortunately I am using timestamps not only in the >> context of DEADLINE or SCHEDULED but also for events that should >> simply show up on the agenda (without deadline or scheduled >> timestamp at all). >&g

[O] How to place a feature wish (was: Org-mode is not able to manage complex calendar events)

2011-06-28 Thread Karl Voit
ishes will help us accomplish them. Sorry, I should have thought about that because I am already aware of this fact. You are absolutely right. -- Karl Voit

[O] Email -> Org-mode: charset problem

2011-06-27 Thread Karl Voit
es if you want. -- Karl Voit

Re: [O] Bug: org-time-stamp loses repeater interval

2011-06-26 Thread Karl Voit
rg-time-stamp to modify an existing timestamp is different. So, how reaches this bug report a person who is able to fix it? PS: Sorry, I still don't know ELISP yet and therefore can't fix it by myself. -- Karl Voit

[O] org-time-stamp loses repeater interval

2011-06-24 Thread Karl Voit
Hi! Maybe there is a (to me at least hidden) feature behind the behavior that org-time-stamp (C-c .) deletes any repeater information when used to update a date stamp. Or is this some kind of bug or at least unexpected behavior? -- Karl Voit

Re: [O] Org-mode is not able to manage complex calendar events

2011-06-21 Thread Karl Voit
* Eric S Fraga wrote: > Karl Voit writes: > > Better yet, however, is to update the documentation yourself and submit > a patch! Pulled the current Org-mode files, read the contribution instructions[1], found the spot where the information should go and ... boom: ,[ http:/

Re: [O] Org-mode is not able to manage complex calendar events

2011-06-21 Thread Karl Voit
* Rémi Vanicat wrote: > Karl Voit writes: > > >> Sure, org-clone-subtree-with-time-shift is very cool indeed. But it >> goes in this direction: >> >> * Event <2011-06-21 Tue> >> * Event <2011-06-28 Tue> >> * Event <2011-07

Re: [O] Org-mode is not able to manage complex calendar events

2011-06-21 Thread Karl Voit
* Eric S Fraga wrote: > Karl Voit writes: > >> * Eric S Fraga wrote: >>> you can clone with time shift whole trees, etc. >> >> Oh, I have to look up that clone thing. This is new to me. Do you >> happen to have an URL for this feature by instance? >

Re: [O] Org-mode is not able to manage complex calendar events

2011-06-20 Thread Karl Voit
* Eric S Fraga wrote: > Karl Voit writes: > >> IMHO: Org-mode does *not* seem to be made for managing calendar >> events that go beyond simple one-time-occurrence events. > > I would argue that this is not at all the case, especially if you > consider that org uses a

[O] Org-mode is not able to manage complex calendar events (was: org and microsoft exchange)

2011-06-20 Thread Karl Voit
le to map all kinds of complex requirements, ... 1. http://www.gnu.org/software/emacs/manual/html_node/emacs/Sexp-Diary-Entries.html 2. http://www.pimlicosoftware.com/ -- Karl Voit

Re: [O] Time-proportional agenda view

2011-06-15 Thread Karl Voit
ntation difficulties: how would you like to see this situation in your agenda view? Do you have a better idea? Or is there a chance of having some ASCII-art boxes for time-spanning entries? -- Karl Voit

<    2   3   4   5   6   7   8   >