Re: [O] Process diagrams with dot and some glue using Org-mode

2013-07-01 Thread Karl Voit
* Rick Frankel r...@rickster.com wrote: The solution is to specify the range on the call: #+call: graph-from-table(nodes=example-node-table[2:-1],graph=example-graph[2:-1]) [...] Thank you *very* much for your explanations! You helped me to understand the method that good that I will soon

Re: [O] advice needed: how do you guys sync org files between devices?

2013-07-01 Thread Karl Voit
* Tomas Grigera tgrig...@gmail.com wrote: To me, a rather reliable way (without version control) has been unison. Easy to set up and learn, fast. Only problem is that it doesn't deal well (actually, at all) with merges (i.e. a file that has been modified in both computers). I am using

Re: [O] how to change appearance of org-mode files on Github?

2013-06-28 Thread Karl Voit
* Peter Salazar cycleofs...@gmail.com wrote: Github supports org-mode files, and has a renderer that parses .org files and converts them to HTML form. Headings appear in larger font, org tables are converted to graphical HTML tables, etc. If you want to know, what features are supported by

Re: [O] Process diagrams with dot and some glue using Org-mode

2013-06-28 Thread Karl Voit
* Rick Frankel r...@rickster.com wrote: And here's a simplier version which uses a graph table in the following format: [...] I tried to use your solution with the #+call: method. Unfortunately, it fails and due to my limited ELISP knowledge, I can not debug this issue. I've got the feeling

Re: [O] Process diagrams with dot and some glue using Org-mode

2013-06-27 Thread Karl Voit
* Thorsten Jolitz tjol...@gmail.com wrote: not really an answer to your question, but I wrote a library (picodoc.el) that automatically generates PlantUML scripts from PicoLisp source code: Thanks for the pointer. Looks interesting but as you wrote, not really the solution that seems

Re: [O] Process diagrams with dot and some glue using Org-mode

2013-06-27 Thread Karl Voit
* Rick Frankel r...@rickster.com wrote: On 2013-06-26 13:03, Karl Voit wrote: * Rick Frankel r...@rickster.com wrote: However, the header information seems to get lost. This requires hard-coded column content which is a minor drawback of this method. Just use `:colnames no': I love Org

Re: [O] Process diagrams with dot and some glue using Org-mode

2013-06-27 Thread Karl Voit
* Eric S Fraga e.fr...@ucl.ac.uk wrote: Hi Karl, Hi Eric! I did something simple for generating graphs but without an adjacency type of matrix as you have defined and without the special types of edges. So, quite limited with respect to what you want. In any case, I've attached what I

[O] Process diagrams with dot and some glue using Org-mode

2013-06-26 Thread Karl Voit
Hi! I was looking for a reasonable simple method to define processes and work-flows within Org-mode. My research did not result in anything existing I found useful. Therefore, I started to read about dot[1] and found [2]. I would like to define my diagram with the following two tables: one for

Re: [O] Process diagrams with dot and some glue using Org-mode

2013-06-26 Thread Karl Voit
Sorry, minor mistake: I could not find out why dot is not able to mix directed and not directed graphs in one diagram. Therefore I had to replace th - in the node table with and the corresponding results as well: #+name: foobar-node-table | *node* | *label*| *shape* |

Re: [O] Process diagrams with dot and some glue using Org-mode

2013-06-26 Thread Karl Voit
* Rick Frankel r...@rickster.com wrote: Two things: 1. You don't need to write table parsing code, as passing in a table as an argument to a code block will convert it to an array. #+name: ptable | head1 | head2 | |---+---| | a | 1 | | b

[O] Bastien as maintainer on the web page

2013-06-23 Thread Karl Voit
Hi! Since I updated the german Wikipedia article on Org-mode[1] I noticed that on the official Org-mode web page[2] maintainership is still listed with Bastien. The same goes for the online documentation (appendix). Is there a reason that Carsten is not listed as maintainer yet?[3] 1.

[O] Tables: issue with vsum

2013-06-17 Thread Karl Voit
Hi! I've got an issue with a (simple) table formula. Org-mode version 8.0.2 (release_8.0.2-121-g86fab4) | | A | B | P | |---+---+---+---| | | 2 | 2 | | | | 1 | 2 | | | | 2 | 1 | | | | 1 | 2 | | | | 1 | 0 | |

Re: [O] Tables: issue with vsum (fixed)

2013-06-17 Thread Karl Voit
* Karl Voit devn...@karl-voit.at wrote: I've got an issue with a (simple) table formula. I found my (stupid) error: #+TBLFM: @2$4..@II-1$4=$2*$3; $Summe=vsum(@I$4..@II$4) ^ ... should rather be: #+TBLFM: @2$4..@II-1$4=$2*$3 :: $Summe=vsum(@I$4..@II

[O] Alternatives to Org-modes (TreeSheets, WorkFlowy, ...)

2013-06-14 Thread Karl Voit
Hi! I just came across TreeSheets[1] which looks like a easy-to-use alternative to Org-mode. It went Open Source, by the way.[2] A couple of months ago, I found WorkFlowy[3] which is an online service that offers some features of Org-mode as well. For all those people, which are not able to

Re: [O] Tag groups: thanks

2013-06-04 Thread Karl Voit
* Bastien b...@gnu.org wrote: Hi Karl, Karl Voit devn...@karl-voit.at writes: * John Tait johngt...@gmail.com wrote: Just a quick belated note to say thank-you very much for the tag groups feature in org-mode 8. I am not sure how the situation is with the official releases. However, I

Re: [O] Tag groups: thanks

2013-06-03 Thread Karl Voit
* John Tait johngt...@gmail.com wrote: Just a quick belated note to say thank-you very much for the tag groups feature in org-mode 8. It's very similar to a tag hierarchy request I made on the list a while ago, so I'm delighted to see something similar in the new version. I am not sure how

Re: [O] Expanded property drawers as per file option

2013-06-01 Thread Karl Voit
Hi Carsten! * Carsten Dominik carsten.domi...@gmail.com wrote: On 29.5.2013, at 22:09, Karl Voit devn...@karl-voit.at wrote: I would like to have all headings folded when I open the file (as it is now). Then I navigate to a heading of a person by using text search or arrow keys and TAB

Re: [O] [PATCH] org-contacts.el: add expire feature

2013-05-31 Thread Karl Voit
* Feng Shu tuma...@gmail.com wrote: I have changed it to IGNORE Thank you very much! It will help your users to learn and understand this cool feature! -- mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML to Org-mode: get Memacs from https://github.com/novoid/Memacs

[O] Handling outdated contact information (was: [PATCH] org-contacts.el: add expire feature)

2013-05-31 Thread Karl Voit
* Daimrod daim...@gmail.com wrote: Hi Karl, Hi Daimrod! This is a very good patch, fixing an issue I also do have currently. I am curious, what was the issue? Sure: I do use contacts.org by myself and I tend to collect data about people and never delete any. For example, previously used

[O] Org-mode contacts to Android (was: Handling outdated contact information)

2013-05-31 Thread Karl Voit
* Feng Shu tuma...@gmail.com wrote: Karl Voit devn...@karl-voit.at writes: In the future, I plan to add a workflow that gets contact information form Org-mode (my central point of information) to my phone and so forth. If you use android phone, you can write a function org-contacts-export

Re: [O] [PATCH] org-contacts.el: add expire feature

2013-05-30 Thread Karl Voit
* Daimrod daim...@gmail.com wrote: Feng Shu tuma...@gmail.com writes: * test :PROPERTIES: :EMAIL: te...@gmail.com te...@gmail.com te...@gmail.com :PHONE: 123456 123457 123458 :EXPIRE: te...@gmail.com 123457 :END: when completing or exporting to vcard, the emails and

Re: [O] Expanded property drawers as per file option

2013-05-29 Thread Karl Voit
* Feng Shu tuma...@gmail.com wrote: Thorsten Jolitz tjol...@gmail.com writes: Thorsten Jolitz tjol...@gmail.com writes: ,- | (defun find-org-contracts () | (interactive) | (find-file /path/to/contracts.org) | (show-all)) | | M-x find-org-contracts

Re: [O] Only first time stamp per event on agenda (containing multiple time stamps)

2013-05-28 Thread Karl Voit
* Matt Lundin m...@imapmail.org wrote: Karl Voit devn...@karl-voit.at writes: However, with the following event, I only get one time stamp onto my agenda (namely the first one of the very same day): ,[ time stamp on the same day ] | ** Event B | | - 2013-05-27 Mon 09:00-12:00

[O] Expanded property drawers as per file option

2013-05-28 Thread Karl Voit
Hi! I could not find anything yet which says that it's possible (or not) to define a file variable which enables PROPERTY drawers to be expanded (only in this current file). My use case: I usually never store major meta-data in drawers. So I like the default behavior with closed property

[O] Only first time stamp per event on agenda (containing multiple time stamps)

2013-05-27 Thread Karl Voit
Hi! (My current Org-mode is git 86fab4ce354c3fc29a9a169add80a) When I have a heading like following, the event appears on my agenda on Monday and on Wednesday with their time frames (as expected by me): ,[ time stamps on different days ] | ** Event A | | - 2013-05-27 Mon 09:00-12:00 | -

Re: [O] Seeking advice on structuring my org-mode file

2013-05-26 Thread Karl Voit
* Marcin Borkowski mb...@wmi.amu.edu.pl wrote: Hi all, Hi! I have an Org-mode file with notes concerning a large project connected with teaching at my university. One of the headlines is dedicated to one particular course, where I am part of a group developing a concept of this course.

[O] Converting Twitter export JSON to Org-mode file

2013-05-19 Thread Karl Voit
Hi! If you want to make use of the Twitter export data[1] within Org-mode, you might want to check out my Python script[2] that converts Twitter's JSON files to one Org-mode file. NOTE: If you happen to use the Twitter-RSS-feed with the Memacs-RSS module[3] (like I did): it seems to be the case

Re: [O] OT: Annotating PDF Org

2013-05-09 Thread Karl Voit
* Russell Adams rlad...@adamsinfoserv.com wrote: Given the emacs and Org oriented nature of this group, I'd like to know if anyone has found a good Orgish (ie: portable, text, etc) to annotate PDFs? Please take a look at [1] for how I am extracting PDF annotations to my reference management

Re: [O] Android MobileOrg: appointments without SCHEDULED/DEADLINE (was: Agenda in MobileOrg for Android)

2013-04-24 Thread Karl Voit
* Henning Weiss hdwe...@gmail.com wrote: Hi, I don't seem to have the full context for this thread, but I'll reply anyway. On Tue, Apr 23, 2013 at 12:50 PM, Karl Voit devn...@karl-voit.at wrote: ** 2013-05-07 Tue 9:00-11:00 this is an event/appointment :rem15: Unfortunately, MobileOrg

[O] MobileOrg and repeating events (was: Android MobileOrg: appointments without SCHEDULED/DEADLINE)

2013-04-24 Thread Karl Voit
* Rémi Vanicat vani...@debian.org wrote: My main problem with mobilorg is that it do not translate 2013-05-07 Tue 9:00-11:00 +1w in a recurring event, and I would really like this to be solved. Not a solution to your specific issue but this is how I deal with recurring events: I use

[O] [Bug] Re: bug with org-clone-subtree-with-time-shift?

2013-04-23 Thread Karl Voit
* David Rogers davidandrewrog...@gmail.com wrote: Ingmar Meissner i...@ingmarmeissner.de writes: Hi! it seems to me that org-clone-subtree-with-time-shift is not working correct with org-mode 8.0. Usually i could specify a time shift, but not anymore. Did i miss something? I had the same

[O] OT: Emacs screen colors (was: converting people to Emacs and org-mode)

2013-04-23 Thread Karl Voit
* Carsten Dominik carsten.domi...@gmail.com wrote: On 22.4.2013, at 19:11, Bastien b...@gnu.org wrote: Eric S Fraga e.fr...@ucl.ac.uk writes: On this slightly off-topic subject, an oculist told me the dark background did not really matter, what matters is the contrast. Very high and very

Re: [O] OT: Android, external HW-keyboard and Emacs

2013-04-23 Thread Karl Voit
* Eric S Fraga e.fr...@ucl.ac.uk wrote: I found that you can get the Emacs app started without segfaulting if you reduce the font size. Of course, that may make the text illegible for you... :-( Thanks to everyone sending me this tipp. It worked :-) The on-screen keyboard is not ideal, of

Re: [O] [Bug] Re: bug with org-clone-subtree-with-time-shift?

2013-04-23 Thread Karl Voit
* Bastien b...@gnu.org wrote: Hi Karl, Hi! Karl Voit devn...@karl-voit.at writes: I would love to see this bug fixed. I've applied a fix and replied here: http://article.gmane.org/gmane.emacs.orgmode/70904 Can you double-check it works as you like? I've seen commit 2a192ff6c (Apr 20

[O] Android MobileOrg and appointments; ICS export and Google Calendar (was: OT: Android, external HW-keyboard and Emacs)

2013-04-23 Thread Karl Voit
* Eric S Fraga e.fr...@ucl.ac.uk wrote: I tried out the sync to calendar option in MobileOrg. It synced tasks (i.e. scheduled and deadline entries) but not entries with just active time stamps which are what I use for appointments. Too bad. In my use of org, I have a clear distinction

[O] Android MobileOrg: appointments without SCHEDULED/DEADLINE (was: Agenda in MobileOrg for Android)

2013-04-23 Thread Karl Voit
Hi! * Matthew Jones bsdmatb...@gmail.com wrote: - If you have issues and you don't tell us then we have no way of helping you and the problem might not go away. I mainly use MobileOrg on my Android phone to capture URLs and tasks and I am *very* thankfully for this possibility! However,

Re: [O] [Bug] Re: bug with org-clone-subtree-with-time-shift?

2013-04-23 Thread Karl Voit
* Bastien b...@gnu.org wrote: Hi Karl, Hi! Karl Voit devn...@karl-voit.at writes: I've seen commit 2a192ff6c (Apr 20) from you and I checked out again (commit 4873682e, Apr 23 11:51) but following heading with org-clone-subtree-with-time-shift does not ask for a time shift here: * 2013

[O] Org-mode documentation within Emacs

2013-04-23 Thread Karl Voit
Hi! I am using Org-mode documentation from the HTML web page all the time. I once got a tipp that the Org-mode documentation can be found within Emacs. Back then, it worked and I could navigate through Org docu with n/p. However, I never used this method afterwards. The repository[1] does

Re: [O] Org-mode documentation within Emacs

2013-04-23 Thread Karl Voit
* Sebastien Vauban wxhgmqzgw...@spammotel.com wrote: Alan Schmitt wrote: Karl Voit writes: The repository[1] does contain the doc-directory. I compiled the whole Org-mode repos including the doc sub-tree. So no compile error while the docu is generated. C-h i was my first guess

[O] Thank you very much Bastien! Hello Carsten! (was: New maintainer)

2013-04-19 Thread Karl Voit
* Bastien b...@gnu.org wrote: Dear all, Dear Bastien, I'm stepping down as the Org maintainer. I am sorry to have to read this. As I entered this universe of great Personal Information Management LEGO bricks two years ago, you were the maintainer in charge of this huge project. Although I

Re: [O] [Bug] Removing scheduled/deadline shows Entry repeats:... which is not true

2013-04-18 Thread Karl Voit
* Bastien b...@gnu.org wrote: Hi Karl, Karl Voit devn...@karl-voit.at writes: Sorry for the late reply. This is because I do have troubles to come up with a minimal example. Starting Emacs with debug-init does not show this issue. I guess I have to strip down my config until this behavior

Re: [O] [Bug] Removing scheduled/deadline shows Entry repeats:... which is not true

2013-04-17 Thread Karl Voit
* Bastien b...@gnu.org wrote: Hi Karl, Hi! Karl Voit devn...@karl-voit.at writes: I just checked out the most current Org from git (1af215bb4668bf) and found out that with removing SCHEDULED or DEADLINE using C-u C-c C-(s|d) I get: Entry repeats: DEADLINE: 2013-04-15 Mon +1w -0d

Re: [O] Org-mode as a replacement for Google Reader

2013-04-16 Thread Karl Voit
* Rainer M. Krug rai...@krugs.de wrote: There is, imho, one big difference between using google reader and gwene with any desktop news reader: as far as I know, you can not sync read items between ydifferent readers (desktops, mobile devices, tablets, ...). This is for me a problem, as I

Re: [O] Org-mode as a replacement for Google Reader

2013-04-16 Thread Karl Voit
* Rainer M. Krug rai...@krugs.de wrote: Karl Voit devn...@karl-voit.at writes: * Rainer M. Krug rai...@krugs.de wrote: But I want to see only the news which I did not read on the other device. So something like an imap implementation for gwene would be needed to make it a *very* interesting

[O] OT: Android, external HW-keyboard and Emacs (was: Org-mode as a replacement for Google Reader)

2013-04-16 Thread Karl Voit
* Tom t...@goochesa.de wrote: Karl Voit devn...@karl-voit.at schrieb: I also tested a FreedomPro bluetooth keyboard with my XOOM tablet. Unfortunately, no Ctrl/ESC/Alt is working. So Android/Emacs is not usable without the Hacker's keyboard which is an on-screen keyboard that offers all those

Re: [O] [babel] sbe not working properly (resolved)

2013-04-13 Thread Karl Voit
* Christian Moe m...@christianmoe.com wrote: Hi, Hi! I cannot replicate Karl's problem. I copied the code examples, and got the right results on Org 8.0-pre (pulled this morning). I did have to make one change -- Babel wouldn't recognize the variables until I passed them with :var rather

Re: [O] converting people to Emacs and org-mode

2013-04-13 Thread Karl Voit
* Suvayu Ali fatkasuvayu+li...@gmail.com wrote: Personally I think, any attempts at conversion is futile. I agree only for cases, where the person does not have issues with the current editor/workflow. Just like real religion, choosing an editor is an immensely personal decision if editing

Re: [O] converting people to Emacs and org-mode

2013-04-13 Thread Karl Voit
* 42 147 aeus...@gmail.com wrote: Hello mailing list, Hi! The question is the title: have you been able to convert many people to Emacs / org-mode? I am not quite sure how many people actually switched to Emacs/Org-mode. However, I have seen many open mouths by showing simply the basic

[O] [babel] sbe not working properly

2013-04-11 Thread Karl Voit
Hi! I want to define a babel function named epoch2day which I am able to use in a table to convert UNIX epoch times to Org-mode time stamps: #+NAME: epoch2day(epoch=1) #+BEGIN_SRC python :results output time = epoch import datetime strtime = str(time)

[O] [Bug] Removing scheduled/deadline shows Entry repeats:... which is not true

2013-04-08 Thread Karl Voit
Hi! I just checked out the most current Org from git (1af215bb4668bf) and found out that with removing SCHEDULED or DEADLINE using C-u C-c C-(s|d) I get: Entry repeats: DEADLINE: 2013-04-15 Mon +1w -0d in the minibuffer line (example is from removing DEADLINE). The heading does not have

[O] Referring to files (was: looking for advice on where/how to store org realted files (attachments/images etc))

2013-04-05 Thread Karl Voit
* Itai kloog ikl...@gmail.com wrote: Hi all Hi! I take alot of screenshots and attach alot of PDF's/ scrips to my notes. I would love to hear back from the community on how people organize these realted org files. Take a look at http://orgmode.org/org.html#Attachments - it's «the Org-mode

Re: [O] No dot in datepicker dialog

2013-04-04 Thread Karl Voit
* Bastien b...@altern.org wrote: Hi Karl, Hi Bastien! Karl Voit devn...@karl-voit.at writes: A couple of weeks ago[1] the datepicking dialog got modified such that a dot . jumps to the current day. Handy for most Org-mode users I guess. . is also the character used in M-x calendar RET

Re: [O] phone links...

2013-03-30 Thread Karl Voit
* Robert Goldman rpgold...@sift.info wrote: Since I keep my todo tasks in my org files, and some of them involve phone calls, I made a rudimentary handler for phone: links that I would like to contribute. It features a link declaration (in org-phone.el) and an ancillary script (currently only

Re: [O] A t-shirt idea;)

2013-03-28 Thread Karl Voit
not. ... and you have positive associations with the Borg? *SCNR* ;-) -- Karl Voit

Re: [O] Org-mode as a replacement for Google Reader

2013-03-27 Thread Karl Voit
not quit soon. Thanks for the insight of your RSS setups! Always interesting to see how other people are organizing their workflows. -- Karl Voit

Re: [O] Org-mode as a replacement for Google Reader

2013-03-27 Thread Karl Voit
/feed2imap, I will follow up here. -- Karl Voit

[O] Org-mode as a replacement for Google Reader

2013-03-26 Thread Karl Voit
on my computers rather than having to re-do the switch when the next cloud based service stops working in a year or so. 1. http://orgmode.org/manual/RSS-Feeds.html 2. http://orgmode.org/worg/org-contrib/org-feed.html -- Karl Voit

Re: [O] Org-mode as a replacement for Google Reader

2013-03-26 Thread Karl Voit
* Carmine Casciato casci...@gmail.com wrote: Karl Voit devn...@karl-voit.at writes: TL;DR: org-feed.el is not a doable replacement for Google Reader. What about alternatives? Hi Karl, Hi Carmine! You can perhaps try with Gnus and Gwene? Thanks for the pointer. On the one hand, I

[O] No dot in datepicker dialog

2013-03-26 Thread Karl Voit
if needed. -- Karl Voit

Re: [O] two-way sync org agenda/ical

2013-03-10 Thread Karl Voit
-- Karl Voit

Re: [O] org-agenda-write taking very long (probably because of babel)

2013-03-08 Thread Karl Voit
Hi Achim! Sorry, I was away from Org a couple of days. * Achim Gratz strom...@nexgo.de wrote: Karl Voit writes: I guess this relates to ... org-babel-exp processing... [25 times] ... which also pops up some babel result graphics which did not happen before. Was there a change

Re: [O] bug: org-export-preprocess-string: Wrong number of arguments when doing org-export-as-html

2013-03-01 Thread Karl Voit
* Neuwirth Erich erich.neuwi...@univie.ac.at wrote: As I learned the correct name for elisp to use with begin_src is emacs-lisp, not elisp Oh, thanks for this side-mark. I did not look it up, wrote elisp, and babel executed as expected. But good to know. I'll remember now :-) -- Karl Voit

Re: [O] bug: org-export-preprocess-string: Wrong number of arguments when doing org-export-as-html

2013-03-01 Thread Karl Voit
* Achim Gratz strom...@nexgo.de wrote: Karl Voit devnull at Karl-Voit.at writes: #+BEGIN_SRC elisp (org-export-as-html 3 nil nil htmlized-output nil nil) #+END_SRC Am I doing something wrong or is this a bug? You are trying to use the old exporter and pick up code from an earlier version

[O] org-html-export-to-html instead of old exporter (was: bug: org-export-preprocess-string: Wrong number of arguments when doing org-export-as-html)

2013-03-01 Thread Karl Voit
* Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Hi! Karl Voit devn...@karl-voit.at writes: What is the equivalent elisp expression for using the new exporter? `org-html-export-to-html' (output to file) and `org-html-export-as-html' (output to temporary buffer). For batch processing

[O] bug: org-export-preprocess-string: Wrong number of arguments when doing org-export-as-html

2013-02-27 Thread Karl Voit
nil as well. Am I doing something wrong or is this a bug? -- Karl Voit

[O] org-agenda-write taking very long (probably because of babel)

2013-02-27 Thread Karl Voit
! -- Karl Voit

Re: [O] org-agenda-write taking very long (probably because of babel)

2013-02-27 Thread Karl Voit
* Karl Voit devn...@karl-voit.at wrote: Hi! Org-mode 7.9.3f (692f053d8 Wed Feb 27 14:49:46 2013 +0100) I am using these two lines to export an agenda to an iCal file: (org-agenda-list nil nil 60) (org-agenda-write ~/share/all/org-mode/org-export.ics) Since my Org-mode update from

[O] Org-mode syntax support of github: overview

2013-02-26 Thread Karl Voit
can see, what works and what doesn't work (yet). HTH 1. https://github.com/bdewey/org-ruby 2. https://github.com/novoid/github-orgmode-tests -- Karl Voit

[O] Naive email referencing using copypaste (was: Integration of notmuch email references in notes in org-mode)

2013-02-18 Thread Karl Voit
to its relevant parts. With the Message-ID, I am able to locate the original email in my MUA very quickly. -- Karl Voit

Re: [O] [Bug] Yasnippet/Org: properties messed up when expanding $1

2013-02-16 Thread Karl Voit
:-( As a matter of fact, while debugging the issue, I was using «YASnippet Reload everything» from the menu bar between each test. -- Karl Voit

Re: [O] [Bug] Yasnippet/Org: properties messed up when expanding $1

2013-02-15 Thread Karl Voit
* Karl Voit devn...@karl-voit.at wrote: I updated Org to latest git and I moved from Debian yasnippet to github yasnippet (latest) and I still do have this issue. So it's my set-up which is causing this effect. Damn. I guess I have to debug this by disabling parts of my config ... So

[O] A short introduction to YASnippet (was: [Bug] Yasnippet/Org: properties messed up when expanding $1)

2013-02-11 Thread Karl Voit
, very handy to use. IMHO, everybody should use something like yasnippet in his/her daily workflow. 1. http://capitaomorte.github.com/yasnippet/#how-to-use-yasnippet -- Karl Voit

[O] [Bug] Yasnippet/Org: properties messed up when expanding $1

2013-02-10 Thread Karl Voit
Hi! * Karl Voit devn...@karl-voit.at wrote: I do face strange behavior when using yasnippet with Org-mode: So there does not seem to be anybody who is able to fix this issue. Is there at least somebody who can confirm this weird bug? Thanks! ,[ Snippet «test» ] | # name : Testing

[O] A line in between top level headings (was: Structure editing)

2013-02-08 Thread Karl Voit
the thing you want to achieve yet. But if it is purely cosmetically, you might be happy with: | * Heading 1 | ** Heading 1-1 | ** Heading 1-2 | * = | * Heading 2 | ** Heading 2-1 | ** Heading 2-2 -- Karl Voit

[O] Yasnippet/Org issue: messing up properties

2013-02-07 Thread Karl Voit
by the «foo bar» I enter as $1 and this time, the :ID: does not get removed. Placing $1 outside of the PROPERTIES drawer, there does not seem to be any problem. My setup: Org-mode version 7.9.3c (release_7.9.3c-816-g409ee8) yasnippet (version 0.6.1b) -- Karl Voit

Re: [O] Some advice on how to use babel to generate cisco configs

2013-01-31 Thread Karl Voit
was hoping to also use shell to call pwgen to generate a random password to insert. If it is one-time only, you might be happy using a yasnippet template which generates your substitutions. -- Karl Voit

Re: [O] Wish: iCalendar export with free/busy only

2013-01-26 Thread Karl Voit
* Bastien b...@altern.org wrote: Hi Karl, Hi! Karl Voit devn...@karl-voit.at writes: I'd love to have my agenda exported (for now I am using the snippet below[1]) to an ics file which only contains (anonymized) events optionally still containing (a set of allowed) tags. The new iCalendar

[O] OT: .emacs for Emacs portable (was: Activation - loading .emacs or .emacs.d emacsportable)

2013-01-25 Thread Karl Voit
might be called «_emacs» instead. [2] includes some information about how to set HOME. HTH 1. https://www.gnu.org/software/emacs/windows/Installing-Emacs.html#Installing-Emacs 2. https://code.google.com/p/clt-dotemacs/wiki/EmacsPortable -- Karl Voit

[O] OT: using ZIP based files with git (was: How to deal with small projects which are often changing their status/ person)

2013-01-23 Thread Karl Voit
://stackoverflow.com/questions/3298525/version-control-for-docx-and-pdf -- Karl Voit

Re: [O] ICS-export and Google Calendar: tags/CATEGORIES not imported

2013-01-23 Thread Karl Voit
* Bastien b...@altern.org wrote: Hi Karl, Karl Voit devn...@karl-voit.at writes: In my online Google Calendar I do not see anything about those categories. On my Android devices either. Well, to me it means neither Google Calendar and the current Org Android apps support categories

Re: [O] agenda question about representing items

2013-01-23 Thread Karl Voit
clue about the breadcrumbs. This way, I sometimes end up with headings like this: *** Task this or that :TaskThisOrThat: Not quite perfect for a guy that loves de-duplication (I agree) but it works. -- Karl Voit

[O] Using Org/babel for Emacs config files (was: OT: Learning ELISP)

2013-01-23 Thread Karl Voit
; outside of elisp sections) in org. Naive question: Are there any performance issues with not being able to compile my config.org to config.elc as it is possible with config.el files? -- Karl Voit

[O] ICS-export and Google Calendar: tags/CATEGORIES not imported

2013-01-22 Thread Karl Voit
supposed that Google does not support this field. However, I could only find [1] with an description of the Google Calendar supported format. Quite unspecific IMHO. Is there someone facing the same issue? 1. https://support.google.com/calendar/bin/answer.py?hl=enanswer=45664 -- Karl Voit

[O] OT: Learning ELISP (was: Wish: switch active time-stamps to inactive when CANCELED)

2013-01-21 Thread Karl Voit
files.[1] And I am thinking of moving it to Emacs initialization with babel[2] but so far, I am not sure, if there are that many advantages over the current situation. 1. https://github.com/novoid/dot-emacs 2. http://orgmode.org/worg/org-contrib/babel/intro.html#literate-programming -- Karl Voit

Re: [O] Wish: switch active time-stamps to inactive when CANCELED

2013-01-20 Thread Karl Voit
* Viktor Rosenfeld listuse...@gmail.com wrote: Hi, Hi! Karl Voit wrote: But still: there are two steps I have to make: (a) mark as canceled because I want this CANCELED string attached and (b) add the ARCHIVE tag. You can set the ARCHIVE tag when switching the TODO state automatically

Re: [O] Wish: switch active time-stamps to inactive when CANCELED

2013-01-20 Thread Karl Voit
* Nick Dokos nicholas.do...@hp.com wrote: Karl Voit devn...@karl-voit.at wrote: Oh, I would have guessed this algorithm overview/principle as well :-) It is more than an algorithm overview/principle: there are specific suggestions in there - which hook to use, the state variable that you

[O] Wish: switch active time-stamps to inactive when CANCELED

2013-01-18 Thread Karl Voit
that canceled events should turn their active time-stamps into inactive with an Org-mode option. This way, I can recall them in my agenda by typing ']' (show inactive time-stamps) but they do not interfere with my daily workflow. What do you think of such an option for Org-mode? -- Karl Voit

Re: [O] Export a weekly calendar view from org-agenda

2013-01-18 Thread Karl Voit
, how easy it is to bring it on paper. Please report. 1. https://github.com/kiwanami/emacs-calfw -- Karl Voit

Re: [O] Wish: switch active time-stamps to inactive when CANCELED

2013-01-18 Thread Karl Voit
projects when they are finished completely. For multiple reasons, I don't want to separate single events from the projects upfront. I should have mentioned that in my first post, yes. -- Karl Voit

Re: [O] Wish: switch active time-stamps to inactive when CANCELED

2013-01-18 Thread Karl Voit
this CANCELED string attached and (b) add the ARCHIVE tag. Without CANCELED, I would not interpret the event as not attended by me. -- Karl Voit

Re: [O] Wish: switch active time-stamps to inactive when CANCELED

2013-01-18 Thread Karl Voit
, I would have guessed this algorithm overview/principle as well :-) But unfortunately, I know that little of ELISP, that I am not able to implement it by myself :-( -- Karl Voit

[O] Wish: iCalendar export with free/busy only

2013-01-17 Thread Karl Voit
/agenda.ics) -- Karl Voit Hallo, mein Name ist Web 2.0: Gib mir dein Adressbuch und lass mich Emails lesen

Re: [O] habits don't get re-scheduled

2013-01-13 Thread Karl Voit
version 7.9.3c (release_7.9.3c-816-g409ee8 ...) If you aren't pulling from the git, your 7.9.3c might be outdated. -- Karl Voit

Re: [O] habits don't get re-scheduled

2013-01-12 Thread Karl Voit
* Bastien b...@altern.org wrote: Hi Karl, Hi! Karl Voit devn...@karl-voit.at writes: Another strange issue that I recognized today though: my habits do not work any more: Whenever I mark an habit as DONE, it does not get re-scheduled as is was before your recent changes. A CLOSED time

Re: [O] habits don't get re-scheduled

2013-01-12 Thread Karl Voit
* Bastien b...@altern.org wrote: Hi Karl, Hi! Karl Voit devn...@karl-voit.at writes: I bisected this issue. It resulted in: I should have fixed this now, please let me know! Fixed, thank you very much - once again! :-) -- Karl Voit

Re: [O] BBDB(3) or org-contacts

2013-01-11 Thread Karl Voit
/47478/ -- Karl Voit

[O] habits don't get re-scheduled (was: Inherited tags not visible in agenda)

2013-01-11 Thread Karl Voit
* Bastien b...@altern.org wrote: Hi Karl, Hi! Karl Voit devn...@karl-voit.at writes: What is my problem that prevents inherited tags being visible in my agenda? Please pull again -- I restored the default behavior. I'm a bit on a headache, so perhaps I've lost myself

[O] Inherited tags not visible in agenda (was: Org-mode release 7.9.3)

2013-01-09 Thread Karl Voit
://paste.grml.org/1182/ What is my problem that prevents inherited tags being visible in my agenda? Thanks! -- Karl Voit

Re: [O] Publishing only sub-hierarchies with a given tag

2013-01-09 Thread Karl Voit
* Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Karl Voit devn...@karl-voit.at writes: The publishing methods are quite capable. I wonder whether or not it is possible (or easy to implement) to limit content to sub-hierarchies that are tagged for publishing. So if I have multiple Org

Re: [O] Inherited tags not visible in agenda

2013-01-09 Thread Karl Voit
* Bastien b...@altern.org wrote: Hi Karl, Karl Voit devn...@karl-voit.at writes: I just pulled the latest Org version but inherited tags still aren't visible in my agenda. This is the current way of Org. I see. Note that this is just about the visible tags. If you hit `T

<    1   2   3   4   5   6   7   >