Re: [O] Confirmed: Endless loop in org--setup-collect-keywords caused by commit 61a241f

2014-11-01 Thread Karl Voit
* Kyle Meyer k...@kyleam.com wrote: Hello, Hi! Karl Voit devn...@karl-voit.at wrote: [...] Do you have a clue if my update or my re-arrangement of my init.el could have caused this? I'd guess this is related to commit 61a241f (because that is the commit that introduced org--setup-collect

Re: [O] OrgStruct: start with collapsed view

2014-11-01 Thread Karl Voit
* Scott Randby sran...@gmail.com wrote: On 10/30/2014 08:41 AM, Thorsten Jolitz wrote: Karl Voit devn...@karl-voit.at writes: Not a solution, but an alternative (and an interesting experiment): What if you try navi-mode with your orgstruct init.el? It works with outshine and with org-mode

Re: [O] fixed: Endless loop in org--setup-collect-keywords (agenda, ...)

2014-11-01 Thread Karl Voit
* Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Hello, Hello Nicolas! Karl Voit devn...@karl-voit.at writes: At many occasions, my Emacs 24.3.50.1 hangs in an endless loop. | Debugger entered--Lisp error: (quit) | org--setup-collect-keywords(^[ ]*#\\+\\(\\(?:ARCHIVE\\|C\\(?:ATEGORY

Re: [O] Bug: commit a197236bde2e6 breaks one of my agenda views [8.3beta (release_8.3beta-530-g31b56b @ /home/whirm/.emacs.d/var/el-get/org-mode/lisp/)]

2014-11-06 Thread Karl Voit
* Elric Milon em...@whirm.eu wrote: (i Incoming ((tags REFILE ((org-agenda-overriding-header Tasks to Refile) (org-tags-match-list-sublevels nil))) (tags-todo -SOMEDAY-NOTES-@office-@home-@errands ((org-agenda-overriding-header Tasks with no context) (org-tags-match-list-sublevels t

[O] Avoid canceling of events which do have multiple time-stamps

2014-11-07 Thread Karl Voit
Hi! Sometimes, I use single events and use org-clone-subtree-with-time-shift to create clones for multiple occurrences. (method A) : ** 2014-08-30 Sat 15:00-17:00 Volleyball : : Do some sport. For other events, I do have one single * Volleyball heading and multiple time-stamps for each

Re: [O] Bug: commit a197236bde2e6 breaks one of my agenda views

2014-11-07 Thread Karl Voit
* Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Hello, Hello Nicolas! Karl Voit devn...@karl-voit.at writes: * Elric Milon em...@whirm.eu wrote: Debugger entered--Lisp error: (wrong-type-argument listp #(-{(?:@office\\)\\} 0 20 (grouptag t))) This should now be fixed. Thanks

Re: [O] What is the Preferred Method for Logging Creation Date?

2014-11-10 Thread Karl Voit
* Dominic Surano sk8ing...@gmail.com wrote: be able to quickly pull up an agenda view that shows each entry on the day / time it was created. I am using (org-expiry-insinuate) from the org-expiry.el and have those CREATED properties within my capture templates.[1] HTH [1]

Re: [O] Repeated teaching classes and stopping date

2014-11-11 Thread Karl Voit
Hi Xavier! * Xavier Garrido garr...@lal.in2p3.fr wrote: Hi Rasmus, Le 10/11/2014 18:37, Rasmus a écrit : Hi Xavier, Xavier Garrido xavier.garr...@gmail.com writes: * [Master 1] Nuclear particle class 2015-01-21 mer. 14:00-16:00 +1w--2015-03-22 dim. I will try to slightly modify the

Re: [O] A file with 'org-mode rot'?

2014-11-11 Thread Karl Voit
Hi! * Karl Voit devn...@karl-voit.at wrote: Hello Sharon! * Sharon Kimble boudic...@talktalk.net wrote: So how can I keep a file 'healthy' and working well over many months please? I am facing weird things as well. Mainly performance drop when doing (very) simple things like adding

[O] redefined-warning when applying org-hack to preserve headings when archiving

2014-11-16 Thread Karl Voit
Hi! I applied Matt's http://orgmode.org/worg/org-hacks.html#sec-1-7-1 to preserve top level headings when archiving to a file. However, when I do archive headings, I get a ad-handle-definition: `org-archive-subtree' got redefined warning which I have to look at a couple of seconds before it

Re: [O] org-contacts search case insensitive

2014-11-17 Thread Karl Voit
* Martin Gross m-gr...@gmx.net wrote: Dear helpers, I really like the idea of having an address book based on org-mode, but I don=E2=80=98t understand why org-contacts searches case sensitive, because at least to me this makes it more difficult to find what I am looking for (I=E2=80=98am

Re: [O] org-contacts search case insensitive

2014-11-17 Thread Karl Voit
* Alexander Baier alexander.ba...@mailbox.org wrote: On 2014-11-17 12:37 Karl Voit wrote: * Martin Gross m-gr...@gmx.net wrote: And recently, I discovered helm-do-grep which I enjoy using very much :-) You might want to take a look at helm-org-headlines, if you only search for names. helm

Re: [O] org-contacts search case insensitive

2014-11-17 Thread Karl Voit
* Alexander Baier alexander.ba...@mailbox.org wrote: On 2014-11-17 13:24 Karl Voit wrote: * Alexander Baier alexander.ba...@mailbox.org wrote: On 2014-11-17 12:37 Karl Voit wrote: * Martin Gross m-gr...@gmx.net wrote: And recently, I discovered helm-do-grep which I enjoy using very much

[O] yasnippet and Org-mode: depressing relationship

2014-11-23 Thread Karl Voit
Hi! If you're using Org-mode together with yasnippet: how do you do it without getting performance issues or expand-key troubles? Background with a specific issue: My yas-specific init-lines: #+BEGIN_EXAMPLE 812:(require 'yasnippet) 813:(setq yas-root-directory ~/.emacs.d/snippets)

[O] C-c C-c in table takes 12 seconds (was: yasnippet and Org-mode)

2014-11-23 Thread Karl Voit
Hm. Maybe I wrongly suspected yasnippet: * Karl Voit devn...@karl-voit.at wrote: Background with a specific issue: Issue: Whenever I change table cells via TAB, it takes twelve seconds with 100% CPU core: org-table-next-field very slow: #+BEGIN_EXAMPLE - command-execute

Re: [O] C-c C-c in table takes 12 seconds

2014-11-23 Thread Karl Voit
* Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Hello, Hi! Could you provide an ECM? I'm unable to reproduce it. Yeah, I can do that. However, because I never did this before and I suppose this is going to take me at least two hours, I will post it whenever I got time to do the ECM. Is this

[O] org-log-reschedule: inactive time-stamp instead

2014-12-16 Thread Karl Voit
Hi! I am using org-log-reschedule set to time to get LOGBOOK entries when I reschedule a task. This is fine so far. However, I'd like to log *inactive* time-stamps instead of active ones: ,[ what I get now ] | :LOGBOOK: | - Rescheduled from 2014-12-17 Mi on [2014-12-16 Di 17:01] | :END:

Re: [O] org-log-reschedule: inactive time-stamp instead

2014-12-17 Thread Karl Voit
* Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Hello, Hi Nicolas! Karl Voit devn...@karl-voit.at writes: Those active time-stamps clutter my daily agenda a bit. Therefore: ,[ what I would like to get ] | :LOGBOOK: | - Rescheduled from [2014-12-17 Mi] on [2014-12-16 Di 17:01] | :END

Re: [O] Org-mode to feed a database

2014-12-30 Thread Karl Voit
* Vikas Rawal vikasli...@agrarianresearch.org wrote: This is, in all likelihood, a crazy idea. Please excuse me for that. Hehe. I often need to get a number of people enter complex survey data into a database using some kind of forms. The forms I need are fairly complex (with several nested

[O] Conducting end user surveys and analyze data (was: Org-mode to feed a database)

2014-12-31 Thread Karl Voit
* Vikas Rawal vikasli...@agrarianresearch.org wrote: But there would be many interesting things one could do in an emacs/org-based solution. My biggest worry is that it would require continuous training of people coming in to enter data. I think you can differ between the data entry platform

Re: [O] Conducting end user surveys and analyze data (was: Org-mode to feed a database)

2014-12-31 Thread Karl Voit
* Ista Zahn istaz...@gmail.com wrote: On Dec 31, 2014 5:38 AM, Karl Voit devn...@karl-voit.at wrote: When I was a researcher, I used SurveyMonkey for my surveys. It's open source and web-based. You get the data in CSV files AFAIR. No, I don't believe surveymonkey is open source. Perhaps you

Re: [O] Conducting end user surveys and analyze data (was: Org-mode to feed a database)

2015-01-01 Thread Karl Voit
* Marcin Borkowski mb...@wmi.amu.edu.pl wrote: On 2014-12-31, at 14:49, Ista Zahn istaz...@gmail.com wrote: Yes, google is very convenient. That's why they're so dangerous. In case you're survey data contains privacy-related sensible data, you can not use Google anyhow - I do think that

[O] Redirecting stderr to stdout with babel/shell

2015-01-01 Thread Karl Voit
Hi! I enjoyed [1] where John is describing the issue of vanishing stderr-messages through babel. This could be fixed by (setq org-babel-python-command python -i -c \import sys; sys.stderr = sys.stdout\). Is there a similar method to re-direct the stderr of a shell script to stdout as well? The

[O] OT: Cloud-dependencies, privacy, decentralization (was: Conducting end user surveys and analyze data)

2015-01-02 Thread Karl Voit
* Marcin Borkowski mb...@wmi.amu.edu.pl wrote: On 2015-01-01, at 17:22, Karl Voit devn...@karl-voit.at wrote: * Marcin Borkowski mb...@wmi.amu.edu.pl wrote: On 2014-12-31, at 14:49, Ista Zahn istaz...@gmail.com wrote: Yes, google is very convenient. That's why they're so dangerous

[O] OT: Gmail and cloud-dependencies (was: Conducting end user surveys and analyze data)

2015-01-02 Thread Karl Voit
* Paul Rudin p...@rudin.co.uk wrote: But you can pull all your email out of gmail via pop or imap, so it's not like you'll lose your emails. There are cases where people lost access to Gmail instantly because of false accusations or idendity theft. You have to prepare *now* for not losing

Re: [O] How to override locale setting for time-stamp language

2015-01-22 Thread Karl Voit
* Sebastien Vauban sva-n...@mygooglest.com wrote: Karl Voit wrote: I am using Emacs 24.3 on different machines. With Debian GNU/Linux I get time-stamps like 2015-01-21 Wed. However, with Windows 7 Pro (which I do not administrate), I get 2015-01-21 Mi where Mi stands for the German Mittwoch

[O] [bug] Export to FreeMind (HTML) fails due to ampersant in URL

2015-02-04 Thread Karl Voit
Hi! Org-mode version 8.3beta (release_8.3beta-721-gd1c5dc) on GNU Emacs 24.3.1 (i386-mingw-nt6.1.7601) of 2013-03-17 When I export a simple heading like below, which contains an URL with an ampersant (), FreeMind throws an error: ,[ The exported heading ] | ** Freemind-Tests | | -

Re: [O] [bug] Export to FreeMind (HTML) fails due to ampersant in URL

2015-02-05 Thread Karl Voit
* Achim Gratz strom...@nexgo.de wrote: Nicolas Goaziou writes: This looks like valid HTML code to me. Also it exports fine to HTML. Is there any restriction related to this specific to FreeMind? Valid HTML, maybe (I've not checked). Valid XML, no.

Re: [O] [bug] Export to FreeMind (HTML) fails due to ampersand in URL

2015-02-05 Thread Karl Voit
* Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Hello, Hi! Karl Voit devn...@karl-voit.at writes: ,[ resulting mm-file ] | lia href=https://www.youtube.com/watch?v=qwtVtcQQfqcfeature=player_embedded;Emacs Rocks 11 - swank-js/a/li ` When I remove the from the mm-file

[O] Invalid search bound (wrong side of point) when generating Agenda

2015-02-06 Thread Karl Voit
Hi! - environment - GNU Emacs 24.3.50.1 (x86_64-pc-linux-gnu, GTK+ Version 3.4.2) of 2014-01-01 on gkar, modified by Debian - Org-mode version 8.3beta (release_8.3beta-801-gab9e9d @ /home/vk/.emacs.d/contrib/org-mode/lisp/) - re-produce with: 1. ~C-c a m~ 2. +SCHEDULED+2d (or

Re: [O] [bug] Export to FreeMind (HTML) fails due to ampersant in URL

2015-02-08 Thread Karl Voit
* Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Achim Gratz strom...@nexgo.de writes: Nicolas Goaziou writes: This looks like valid HTML code to me. Also it exports fine to HTML. Is there any restriction related to this specific to FreeMind? Valid HTML, maybe (I've not checked). Valid XML,

Re: [O] OT: Cloud-dependencies, privacy, decentralization

2015-01-20 Thread Karl Voit
* Tom Prince tom.pri...@ualberta.net wrote: Karl Voit devn...@karl-voit.at writes: And no cloud service is ever going to get my complete set of emails. This is *way* too sensible in my opinion. What percentange of your contact list is using gmail? Out of 672 active contacts, there are 39

Re: [O] How do I un-spare tree a buffer?

2015-01-21 Thread Karl Voit
* Michael Strey mst...@strey.biz wrote: On Mi, 2015-01-21, Tory S. Anderson wrote: [...] How do I un-sparsify my org buffer? C-c C-c Looks like this only hides the highlighted words. Correct? If you want to get the original visibility like the state after opening this file, you can use

[O] How to override locale setting for time-stamp language

2015-01-21 Thread Karl Voit
Hi! I am using Emacs 24.3 on different machines. With Debian GNU/Linux I get time-stamps like 2015-01-21 Wed. However, with Windows 7 Pro (which I do not administrate), I get 2015-01-21 Mi where Mi stands for the German Mittwoch. What do I have to add to my configuration so that I get Wed

Re: [O] Redirecting stderr to stdout with babel/shell

2015-01-21 Thread Karl Voit
* Achim Gratz strom...@nexgo.de wrote: Karl Voit writes: However with an additional echo at the end: You need to understand what you're doing or at least copy the code exactly. The last line in my example is a colon : so that the shell exit code is always zero. You're right. The only

[O] yasnippet: extra space after first character when expanding snippet (was: Org-mode and YASnippet)

2015-02-15 Thread Karl Voit
* Marcin Borkowski mb...@wmi.amu.edu.pl wrote: Hello, does anyone use YASnippet with Org? I tried, but ran into a strange problem: when I type into a placeholder field, I get a space after each letter. Did anyone run into this, too? I do get this behavior on one of my snippets only. And

Re: [O] Sverweis like function for orgtbl

2015-02-17 Thread Karl Voit
* Thorsten Grothe i...@th-grothe.de wrote: Dear Org-users, I got this table: | Menge (x) | P(x) | E(x) | K(x) | Gewinn | |---+--+++-| | 0 | 20 | 0.00 | 140.00 | -140.00 | |10 | 18 | 180.00 | 180.00 | 0.00| |20 | 16 |

Re: [O] [ANN] [OT] New Android app (Orgzly)

2015-01-23 Thread Karl Voit
* Jose E. Marchesi jema...@gnu.org wrote: *NOTE* It's about an app which is *not* open source (some parts of code will opened, see below). If you have a problem with that, you can stop reading right about now... Please stop using the GNU mailing lists to promote proprietary

[O] Per-contact from-email addresses with this Python wrapper script

2015-02-01 Thread Karl Voit
Hi! I'm using mutt as MUA with gVim for composing.[1] With muttfilter.py[2] I am able to have automatically set FROM-addresses according to my properties in Org-contacts. This way, I can use compan...@mydomain.at as my own FROM-address for any email I write to b...@company42.com, for example. It

[O] OT: privacy-aware web search via startpage.com (was: OT: Cloud-dependencies, privacy, decentralization)

2015-01-11 Thread Karl Voit
* Rasmus ras...@gmx.us wrote: Karl Voit devn...@karl-voit.at writes: I do not use any Google service at all besides Google search which is giving me better search results than DuchDuckGo - unfortunately. Did you try startpage.com? It can also be searched directly from DDG, I think. Oh

Re: [O] OT: Gmail and cloud-dependencies

2015-01-11 Thread Karl Voit
* Paul Rudin p...@rudin.co.uk wrote: Karl Voit devn...@karl-voit.at writes: * Paul Rudin p...@rudin.co.uk wrote: But you can pull all your email out of gmail via pop or imap, so it's not like you'll lose your emails. There are cases where people lost access to Gmail instantly because

Re: [O] Org-mode execute functions upon opening and closing

2015-01-11 Thread Karl Voit
Hello Eduardo! shameless plug This is not an answer to your original question regarding hooks where http://www.emacswiki.org/emacs/LocalVariables together with a bit of Elisp might be a possible solution. However, we seem to share the same mind-set or motivation to use Org-mode in order to get

Re: [O] Redirecting stderr to stdout with babel/shell

2015-01-11 Thread Karl Voit
* John Kitchin johnrkitc...@gmail.com wrote: Check out this solution: http://kitchingroup.cheme.cmu.edu/blog/2015/01/04/Redirecting-stderr-in-org-mode-shell-blocks/ Hm. This does not work on my machine: Debian Wheezy GNU/Linux Testing the current satus (again): #+BEGIN_SRC sh :results output

Re: [O] Redirecting stderr to stdout with babel/shell

2015-01-11 Thread Karl Voit
* Achim Gratz strom...@nexgo.de wrote: Karl Voit writes: echo testing stderr with manual redirect 21 2 The last redirection 2 is nonsense, it only works because STDERR is already reopened on STDOUT and redirection to the same file descriptor is ignored. Absolutely right. Must have been

Re: [O] OT: Gmail and cloud-dependencies

2015-01-11 Thread Karl Voit
* Paul Rudin p...@rudin.co.uk wrote: Karl Voit devn...@karl-voit.at writes: * Paul Rudin p...@rudin.co.uk wrote: Sure, but that kind of thing could happen with pretty much any third party service. Yes. That's the point, when you do not consider open source services as third party services

Re: [O] Redirecting stderr to stdout with babel/shell

2015-01-11 Thread Karl Voit
* John Kitchin johnrkitc...@gmail.com wrote: Karl Voit devn...@karl-voit.at writes: Weird. It works for me on MacOSX with bash. Out of curiosity, did you try the source: http://kitchingroup.cheme.cmu.edu/org/2015/01/04/Redirecting-stderr-in-org-mode-shell-blocks.org? I did it now. What I

Re: [O] Testers / Feedback wanted: Gantt charts via org-gantt.el

2015-06-03 Thread Karl Voit
* Eric S Fraga e.fr...@ucl.ac.uk wrote: The only comments I have at the moment is that it is missing support for milestones and all of my GANTT charts have such and that I would like to be able to link tasks across headlines (i.e. groups). Can I suggest a :milestone: tag or MILESTONE property

Re: [O] Testers / Feedback wanted: Gantt charts via org-gantt.el

2015-06-03 Thread Karl Voit
Hi! * Bernhard Schmitz bernhard.schm...@vis.uni-stuttgart.de wrote: Von: Karl Voit [mailto:devn...@karl-voit.at] And accomplishing this, I personally would like to see that your method takes org-depend into consideration. Namely the properties BLOCKER and TRIGGER:(NEXT|TODO|STARTED). I plan

Re: [O] Testers / Feedback wanted: Gantt charts via org-gantt.el

2015-06-01 Thread Karl Voit
* Bernhard Schmitz bernhard.schm...@vis.uni-stuttgart.de wrote: Hi, Hi! my org-gantt.el is now in a usable state. It creates gantt charts via pgfgantt directly from headlines in org mode, using deadlines, schedules, effort estimates and (optionally) clocked time. I do like your approach.

[O] Link-checker for Org-mode

2015-06-01 Thread Karl Voit
Hi! Is there a check function for local (id: file: ...) and for - me even more important - remote (http(s)) links for Org-mode? So far, I found [1] which describes a rough method to implement it. However, I was thinking that this might be solved already because broken links are annoying for

[O] Easy to use asking for Or-gmode property values (e.g., for Org-contacts)

2015-05-28 Thread Karl Voit
Hi! I am using Org-contacts that way, that I copy new information from external sources and move them to the properties afterwards: : ** Firstname Lastname :FirstnameLastname: : :PROPERTIES: : :TYPE: : :TITLE: : :EMAIL: firstn...@company.com : :URL: : :MOBILE: 0043/ :

[O] Org-lint (was: Org-lint and #+call lines)

2015-05-28 Thread Karl Voit
* Thomas S. Dye t...@tsdye.com wrote: Org-lint is a big help picking up an old project. Thanks Nicolas. Hey, I missed org-lint so far. However, I was desperately asking for an Org-mode syntax validation multiple times for a long time.[1] Who do I have to contact, when I've got ideas of

Re: [O] Easy to use asking for Or-gmode property values (e.g., for Org-contacts)

2015-05-28 Thread Karl Voit
* Karl Voit devn...@karl-voit.at wrote: This is why I came up with this idea: how about I paste new information at the end of and then call a function which helps me a lot: - ask for each property (or a set of pre-defined properties) - prompt property name - let the user mark a region

[O] Emacs/Org-mode at CCC Camp 15

2015-08-12 Thread Karl Voit
Hi! I'm attending the CCC Camp in Mildenberg the following days: https://events.ccc.de/camp/2015/wiki/Main_Page Are there any Orgmoders as well? -- mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML to Org-mode: get Memacs from https://github.com/novoid/Memacs

Re: [O] Testers / Feedback wanted: Gantt charts via org-gantt.el

2015-11-09 Thread Karl Voit
* Bernhard Schmitz wrote: > > Hi Karl, hi Eric, > > I know it has been a while. I was off-mailinglist for a couple of months. Sorry. > Karl: > >> Oh, I was too lazy to write a working example. >> >> ,[ working example ] >> | ** DONE My pretty task >>

Re: [O] org-lint does not finish on some org-mode buffer

2015-11-10 Thread Karl Voit
* Gregor Zattler wrote: > > I run org-lint on one of my org-mode buffers -- 13015 lines with > ~2000 CLOCK: lines -- and it did not finish within 1 1/2 hours. Independent to your resolved issue: on my Org-mode files with 30,000 to 40,000 lines of Org-mode my computer took up

Re: [O] org-lint does not finish on some org-mode buffer

2015-11-11 Thread Karl Voit
* Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > Hello, Hi Nicolas! > Karl Voit <devn...@karl-voit.at> writes: > > It is. C-g with `toggle-debug-on-quit' would be interesting. Also, you > could bisect your document to check if is really coming from its shee

Re: [O] Spreadsheet error: invalid reference when using @> in range

2015-11-11 Thread Karl Voit
* Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > Hello, Hello Nicolas (again)! > Karl Voit <devn...@karl-voit.at> writes: > >> | | 20 | 21 | 22 | 23

Re: [O] Allowing loose ordering in Org files

2015-11-11 Thread Karl Voit
* John Wiegley wrote: > > In my regimen, every single entry has a PROPERTIES drawer, since I tag each > one with ID and CREATED, for future reference. This also holds for my Org-mode files - in general. > Most items are SCHEDULED as well. So when I open up a headline to >

Re: [O] Org Mode and PDF Notes!

2015-11-12 Thread Karl Voit
* Matt Price wrote: > --047d7b41411eff32e6052444d409 > Content-Type: text/plain; charset=UTF-8 > > I've just written up a post on my workflow for PDF's Since my blog has, I > think, a readership of 0 (surely there's a way to get emacsers to follow > me? ah well), I will post a

Re: [O] org-mode and scrum

2015-11-09 Thread Karl Voit
* Jude DaShiell wrote: > Have we got any software engineers on this list who use or have used > org-mode for doing scrum? How useable is org-mode for scrum anyway? I am using Org-mode as a Scrum product owner. With a few yasnippet templates, I'm fine with Org-mode. There

[O] Spreadsheet error: invalid reference when using @> in range

2015-11-09 Thread Karl Voit
Hi! | | 20 | 21 | 22 | 23 | 24 | | | :=vsum(@3..@>) ||||| |-+++++| | |||||| |-+++++| | | 1 | 1 ||| 1 | | Foo | 2

[O] Changing org-block background with org-src-fontify-natively

2015-12-26 Thread Karl Voit
Hi! ,[ my current settings for org-block ] | (defface org-block | ;; defface org-block-background was removed from org: | ;; http://emacs.stackexchange.com/questions/14824/org-block-background-font-not-having-effect | '((t (:background "#00"))) | "Face used for the source

Re: [O] Changing org-block background with org-src-fontify-natively

2015-12-26 Thread Karl Voit
* Karl Voit <devn...@karl-voit.at> wrote: > > So, is there a way to modify (only) the background colour also for > source blocks with a given type and active org-src-fontify-natively? Addendum: https://stackoverflow.com/a/30139612 shows my situation whereas the setup of Joh

Re: [O] Changing org-block background with org-src-fontify-natively

2015-12-27 Thread Karl Voit
* Xebar Saram wrote: > > Hi all Hi Xebar! > so i have zero technical skills or knowledge, but i have been looking for a > way to have a different background in org-src blocks so that bash > backgrounds will have a black color, lisp a white color etc. > from what i understand

Re: [O] Spreadsheet error: invalid reference when using @> in range

2015-12-27 Thread Karl Voit
* Nicolas Goaziou wrote: > You need to update Org. Thank you for your help! -- mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML to Org-mode: > get Memacs from https://github.com/novoid/Memacs < https://github.com/novoid/extract_pdf_annotations_to_orgmode

[O] WORG git down? (was: orgmode.org is down?)

2015-11-30 Thread Karl Voit
* Robert Klein wrote: > Hi, > > Bastien apparently already restarted it. > Thanks a lot, Bastien! Thanks! However, did this affect the WORG git repository? I haven't accessed the git a couple of weeks but now I can't pull any more: , | vk@sherri

Re: [O] asynchronous python code blocks in org-mode

2015-11-30 Thread Karl Voit
* John Kitchin wrote: > Hi everyone, Hi John! > I worked out some ideas on running Python blocks asynchronously in > org-mode, while seeing the output of the code, /and/ still capturing the > output in org-mode! Found the link to your video + blog on Twitter. On the

Re: [O] Changing org-block background with org-src-fontify-natively

2016-01-12 Thread Karl Voit
* John Kitchin wrote: > What do you have org-block-background set to? There is no org-block-background in my setup: C-h v org-block- only offers org-block-entry-blocking and org-block-regexp. Org-mode version 8.3.2 (release_8.3.2-200-gc2eeac) > I use the leuven theme,

[O] Defining content for re-use

2016-01-13 Thread Karl Voit
Hi! I wonder if it is possible to define parts of content and "bind" it to a reference which can be inserted multiple times. In LaTeX, I am using: ,[ LaTeX example ] | \newcommand{\mycontent}{This is some content containing lists, | headings, and much more which is defined once and pops up

Re: [O] Changing org-block background with org-src-fontify-natively

2016-01-12 Thread Karl Voit
* John Kitchin wrote: > I halso have no org-block-background in my setup: C-h v org-block-! > > Are faces supposed to show as variable? I have no clue. Unfortunately, my elisp knowledge is very small. > in my setup, this is defined in org-faces. > > Maybe you can do

Re: [O] Changing org-block background with org-src-fontify-natively

2016-01-14 Thread Karl Voit
* Nick Dokos wrote: > > M-x describe-face RET org-block RET With this, I see that "background" is set to the colour I want to have. However, what's the face-variable that defines the background of blocks with a specified language? Or does it interfere with my "(setq

[O] Recurring todos gets closed and not re-scheduled

2016-01-15 Thread Karl Voit
Hi! I recently updated Org to d85ff34086e5398b7c83cf66694f3f7d09695ce8 (git). When I mark following recurring todos as done, all of them gets marked as DONE and CLOSED. ,[ examples before being marked as DONE ] | *** NEXT Test task with scheduled | SCHEDULED: <2016-01-17 Sun +1w> |

Re: [O] Losing trust in Org: stable org-mode releases and unit tests for basic functionality

2016-01-18 Thread Karl Voit
Mi Marco! * Marco Wahl wrote: > > Further I think you can improve Org's reliability (and your perception > on it) by investing more energy into Org. Obviously you already do > invest energy into Org as your contributions on this list show. You > cold go ahead and start

Re: [O] Losing trust in Org: stable org-mode releases and unit tests for basic functionality

2016-01-18 Thread Karl Voit
Hallo Achim! * Achim Gratz <strom...@nexgo.de> wrote: > Karl Voit writes: >> I had several occasions where "git pull origin master" ended up in >> much work for fixing my large set of Org-mode data. > > That's the development branch which can introduce new

Re: [O] Scope issue: "SCHEDULED/DEADLINE" in blocks are being evaluated

2016-01-18 Thread Karl Voit
* Nicolas Goaziou wrote: > Hello, Hi! > Fixed (in master only). Thank you. Thank you very much! -- mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML to Org-mode: > get Memacs from https://github.com/novoid/Memacs <

[O] Scope issue: "SCHEDULED/DEADLINE" in blocks are being evaluated (was: Recurring todos gets closed and not re-scheduled)

2016-01-17 Thread Karl Voit
Hi Marco! * Marco Wahl <marcowahls...@gmail.com> wrote: > Hi! > > Karl Voit <devn...@karl-voit.at> writes: > >> I recently updated Org to d85ff34086e5398b7c83cf66694f3f7d09695ce8 >> (git). >> >> When I mark following recurring todos as don

[O] Losing trust in Org: stable org-mode releases and unit tests for basic functionality

2016-01-17 Thread Karl Voit
Hi! I want to re-heat the discussion of last summer about stable releases[1] of Org-mode: * Scott Randby wrote: > While I've used Org's development version in the past, I stopped doing > that due to my failure to learn how to use git (no time) and other > issues. Now, I

[O] Scanning for duplicate IDs of whole buffer when exporting a sub-heading

2016-02-10 Thread Karl Voit
Hi! I do have this behavior which basically prevents me from exporting from Org-mode. When I invoke export (LaTeX, HTML, ...) of a sub-heading within a large file, Org-mode seems to scan *all* of my agenda files (with approximately half a Million lines) at least for duplicate IDs. This takes

Re: [O] Scanning for duplicate IDs of whole buffer when exporting a sub-heading

2016-02-10 Thread Karl Voit
* Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > Hello, Hi Nicolas! > Karl Voit <devn...@karl-voit.at> writes: > >> I do have this behavior which basically prevents me from exporting >> from Org-mode. When I invoke export (LaTeX, HTML, ...) of a >> su

Re: [O] Scanning for duplicate IDs of whole buffer when exporting a sub-heading

2016-02-11 Thread Karl Voit
* Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > Hello, Hi Nicolas! > Karl Voit <devn...@karl-voit.at> writes: > >>> Does your large file contain some [[id:...]] link? >> >> Yes. >> I am on maint, 75ee067410abf0ebab77b1b05d7dcfe2ddf53f4d. I

[O] Org-mode via ELPA and via git in parallel

2016-01-28 Thread Karl Voit
Hi! I am using Org-mode version 8.3.3 (release_8.3.3-17-gce80a0 @ c:/Users/karl.voit/.emacs.d/contrib/org-mode/lisp/)[fn:1] which is the maint branch from the git repo. And this is the version I intend to use. As I noticed yesterday, in my ELPA-directory there is "org-20160125/" which I never

Re: [O] Org-mode via ELPA and via git in parallel

2016-01-28 Thread Karl Voit
Hi Alan, * Alan Schmitt <alan.schm...@polytechnique.org> wrote: > > On 2016-01-28 10:48, Karl Voit <devn...@karl-voit.at> writes: > >> Since I am using use-package[fn:up] to install most of my emacs >> add-ons, I do think that any other package may have org-mode

Re: [O] MobileOrg does not sync with local Android calendar

2016-02-01 Thread Karl Voit
btw, MobileOrg Android v0.9.13 * Ramon Diaz-Uriarte <rdia...@gmail.com> wrote: > > On Mon, 01-02-2016, at 12:11, Karl Voit <devn...@karl-voit.at> wrote: >> >> Contrary to many mentions on the mailinglist, this feature never >> worked at my side as

Re: [O] MobileOrg does not sync with local Android calendar

2016-02-01 Thread Karl Voit
* cschr wrote: > > I set up MobileOrg and it now shows the appointments from my emacs diary and > my orgmode agenda. But nothing shows in my local android calendar, although > I configured MobileOrg to sync with the android calendar. Is this > functionality known to work, at

Re: [O] Tables: remote reference fails with umlaut (and in other cases)

2016-01-25 Thread Karl Voit
* Michael Brand <michael.ch.br...@gmail.com> wrote: > Hi Karl Hi! > On Tue, Jan 19, 2016 at 4:29 PM, Karl Voit <devn...@karl-voit.at> wrote: > >> I never understood the @@#-syntax anyway. On [1] I referenced to [2]. > > Please see the Org manual for @# and $#. Th

Re: [O] Breaking up long #+TBLFM line?

2016-01-25 Thread Karl Voit
* Loris Bennett wrote: > Hi, Hi! > Is there any way to break up an overly long #+TBLFM line? The question is: why? My guess: you're missing the C-c ' (org-edit-special) which offers you a user-friendly way to modify formulas. --

[O] My sync setup for Org-mode files and more: unison, git (was: Require feedback on an idea: move to a central server all my org file and edit from there?)

2016-01-25 Thread Karl Voit
Hi! * Xebar Saram wrote: > > I keep syncing (via git,unison etc) all my org files all the time between 4 > machines and i just had enough :) im not (and probably never will be) > disciplined enough to properly save and close all my 100's of buffer before > i leave each machine

[O] table editor is off screen (was: Breaking up long #+TBLFM line?)

2016-01-26 Thread Karl Voit
* Samuel Wales wrote: > i find the table editor is broken in maint. the point in the other > window is off screen most of the time. at least with large fonts. In my setup, this is always the case, yes. Very annoying. To be more specific: When I press "C-c '" on a table,

[O] Tables: remote reference fails with umlaut (and in other cases)

2016-01-19 Thread Karl Voit
Hi! Either I found a bug when referring to other table rows or I don't understand the behavior of following example tables. My expectation was that the first column of the second table is exactly the same as the first column of the first table: #+NAME: 2016-01-19-srctbl | Testdata | |--|

Re: [O] Tables: remote reference fails with umlaut (and in other cases)

2016-01-19 Thread Karl Voit
Hi Eric, * Eric S Fraga <e.fr...@ucl.ac.uk> wrote: > On Tuesday, 19 Jan 2016 at 14:10, Karl Voit wrote: >> >> #+NAME: 2016-01-19-srctbl >> | Testdata | >> |--| >> | foobar | >> | fooübar | >> | fooßbar | >> | 1er | &g

Re: [O] Tables: remote reference fails with umlaut (and in other cases)

2016-01-20 Thread Karl Voit
* Nick Dokos <ndo...@gmail.com> wrote: > Eric S Fraga <e.fr...@ucl.ac.uk> writes: > >> On Tuesday, 19 Jan 2016 at 14:10, Karl Voit wrote: >>> >>> #+NAME: 2016-01-19-srctbl >>> | Testdata | >>> >>> |--| >>&g

Re: [O] syncing my life (orgmode :)) to a mobile (android) device

2016-01-27 Thread Karl Voit
* Matt Lundin wrote: > > If you use google calendar you could accomplish something similar with > the following workflow: > > a) Export your org data to an ics file and put it in dropbox. In > dropbox, grab a secret link to share that file. > > b) Point google calendar to

Re: [O] MobileOrg does not sync with local Android calendar

2016-02-01 Thread Karl Voit
* Ramon Diaz-Uriarte <rdia...@gmail.com> wrote: > > On Mon, 01-02-2016, at 14:20, Karl Voit <devn...@karl-voit.at> wrote: > >>> The calendar name is set to "org-calendar" (I think that is the >>> default, since I do not recall ever having changed/

Re: [O] Generate custom org-agenda

2016-04-11 Thread Karl Voit
* Adam Porter wrote: > I think you just need this: > > (org-agenda ARG ORG-KEYS RESTRICTION) You're right: I was not able to read the help of org-agenda by myself. This is, how it works: (org-agenda nil "n") Thanks! --

Re: [O] Add caching to org-buffer-property-keys

2016-04-12 Thread Karl Voit
* Thierry Banel wrote: > Nice function! > Maybe a rewrite of (org-read-property-name) calling > (org-entry-properties) could speed up things. > (org-entry-properties) returns an assoc list of the local header properties. OK, great idea. I tried by myself (Elisp noob) and

[O] Generate custom org-agenda

2016-04-10 Thread Karl Voit
Hi! org-agenda-list generates my default agenda. I can generate it via Elisp via org-agenda-list. What about a different agenda I already defined with org-agenda-custom-commands? Am I able to generate it via Elisp as well? The agenda dispatcher generates my custom agenda of choice via «n». Is

Re: [O] complex dates (ie schedule a class in a time range)

2016-03-03 Thread Karl Voit
* Xebar Saram wrote: > > hi all > > im having difficulty understanding how the complex date input works and > would appreciate any help. > What i want is to schedule a class i teach on a sunday from 09:00 to 11:00 > between 3/6/2016 to 1/7/2016 > > from what i can understand i

[O] Add caching to org-buffer-property-keys

2016-03-02 Thread Karl Voit
Hi! In short: can we get a cached org-buffer-property-keys please? My background story: I love using following function which gives me a neat functionality: I mark a string, press the keybinding shortcut, and gets asked which property should be replaced/filled with the marked region text.

Re: [O] speed keys for plain lists?

2016-05-18 Thread Karl Voit
* Bill White wrote: > > Here's a sample of my second iteration. A poor man's database - still > pure orgmode and still plain text, but easily parsable: > > - main word|subordinate word, subdivided into grammatical relations A, B, C, > >- identification > - main

<    1   2   3   4   5   6   7   >