Re: [O] ascii does not fill

2015-01-02 Thread Samuel Wales
hi grant, user error, this one. please disregard. thanks.

Re: [O] ascii does not fill

2015-01-02 Thread Grant Rettke
What version of Emacs and org are you on? What actions did you take? What were you expected results? What were you actual results? On Fri, Jan 2, 2015 at 7:53 PM, Samuel Wales wrote: > in org maint, in ascii export, i get a lot of filling glitches. > > (setq org-ascii-inner-margin 2) >

[O] ascii does not fill

2015-01-02 Thread Samuel Wales
in org maint, in ascii export, i get a lot of filling glitches. (setq org-ascii-inner-margin 2) (setq org-ascii-quote-margin 4) (setq org-ascii-text-width 60) #+begin_quote There are armies of kowtowing defenders of corruption. They are destroying science.[fn:: Some of these ar

[O] failure mode of capture file+headline

2015-01-02 Thread Samuel Wales
file+headline falls back to creating a new task at the end of the buffer if the target does not exist. is there an option to make it error? i know i can use id instead. samuel -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from i

[O] org-sort says "user-error: Region to sort contains a level above the first entry"

2015-01-02 Thread Samuel Wales
org-sort says "user-error: Region to sort contains a level above the first entry" in org maint, i sometimes get this error, but i don't know why. it sometimes occurs when i do c-c ^ on an entry that contains children. the region is not active. it does not happen for all subtrees. i do not know

[O] [PATCH] Patches for agenda exiting commands

2015-01-02 Thread Kyle Meyer
Hello, I've attached a few patches related to the agenda exiting commands. Please let me know any comments. -- Kyle >From eda6e1d681ba11d427fe37cfe8af966e82ebab2d Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Fri, 2 Jan 2015 17:38:19 -0500 Subject: [PATCH 1/5] org-agenda: Fix exiting functio

Re: [O] org tables into R?

2015-01-02 Thread Vikas Rawal
> Michael Gauland mailto:mikely...@gmail.com>> writes: >> I want to use an R block to manipulate data from an org table, but I'm not >> getting what I expect. >> >> >> >> What am I doing wrong? > > I believe, that this is a bug that has been reported already [1] and is > still open. > The

[O] What might open some org file?

2015-01-02 Thread Marcin Borkowski
Hi there, I have a strange problem. When I hit C-a a (org-agenda), Emacs opens some org files not present in org-agenda-files (which contains only one directory). One of these files is mentioned (in the form of a link) in one of the agenda files, but the other one is not. How is that possible?

Re: [O] Entering Repeating Scheduled Tasks in the Minibuffer

2015-01-02 Thread Kenneth Jacker
ji> Have you tried <2014-12-15 +1m> for a monthly repeater? ji> <2014-12-15 +1w> for a weekly repeater and ji> <2014-12-15 +1d> for a daily repeater. Yes, I'm already doing that and all of them work. But, that's not my issue ... I can add the "+1m" (or whatever) in a newly created "captur

Re: [O] ASCII export w/ citations

2015-01-02 Thread Ken Mankoff
* On 2015-01-02 at 15:42, Nicolas Goaziou wrote: > Ken Mankoff writes: > > In your initial mail, you wrote > > (org-add-link-type >"cite" (lambda (key) (org-open-file cby-references-file t nil key)) >(lambda (path desc format) > (cond > ((eq format 'latex) (format "\\autoc

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

2015-01-02 Thread Samuel Wales
hi karl, i always wrap as follows and it works for me. { your code } 2>&1 : the : eliminates fancy error handling. i find that much less confusing. samuel -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. And ANYBODY c

Re: [O] ASCII export w/ citations

2015-01-02 Thread Nicolas Goaziou
Ken Mankoff writes: > I don't see mention of custom export functions in the manual. Is there a > page describing how I would use these, or can you provide an example > that would stop printing of links in ASCII export? In your initial mail, you wrote (org-add-link-type "cite" (lambda (key

Re: [O] org tables into R?

2015-01-02 Thread Andreas Leha
Hi Michael, Michael Gauland writes: > I want to use an R block to manipulate data from an org table, but I'm not > getting what I expect. > > If I define a table like this: > > #+NAME: data > | A | B | C | > > |-+-+| > | 115 | 76 | 60 | > | 124 | 78 | 55 | > | 118

[O] org tables into R?

2015-01-02 Thread Michael Gauland
I want to use an R block to manipulate data from an org table, but I'm not getting what I expect. If I define a table like this: #+NAME: data | A | B | C | |-+-+| | 115 | 76 | 60 | | 124 | 78 | 55 | | 118 | 73 | 65 | | 114 | 75 | 61 | | 108 | 74 | 82 | and

[O] Timestamps united similar a diary

2015-01-02 Thread Distopico Vegan
Hi everyone, i have a question... Is there way to organized org-mode Timestamps similar to diary? Example: -- Friday 8:30am Scrum daily 12:00pm Lunch --- without repeating in org-mode <%% (MemQ (calendar-day-of-week date) '(5))> for each time entry Example

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

2015-01-02 Thread Karl Voit
* Paul Rudin 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 yous emails if yo

[O] html export using html5 elements and bootstrap framework

2015-01-02 Thread R C
I would like to have org mode export a project using html5 elements and bootstrap framework adapting the worg tutorial: org-publish-html-tutorial.html I set it up as: - minimal org file to be published: "~/web/p2/org/tst.org" #+SETUPFILE: ~/web/org-templates/level-0.org #+TITLE: Testing * heading

Re: [O] ASCII export w/ citations

2015-01-02 Thread Ken Mankoff
* On 2015-01-01 at 15:45, Nicolas Goaziou wrote: > Anyway, custom export functions during ASCII export are not supported > in 8.2.10. I fixed it in 8.3. You may want to update Org to test the > new behaviour. I don't see mention of custom export functions in the manual. Is there a page describin

Re: [O] Conducting end user surveys and analyze data

2015-01-02 Thread Paul Rudin
Marcin Borkowski writes: > On 2015-01-01, at 17:22, Karl Voit wrote: > >> * Marcin Borkowski wrote: >>> >>> On 2014-12-31, at 14:49, Ista Zahn wrote: >>> Yes, google is very convenient. >>> >>> That's why they're so dangerous. >> >> In case you're survey data contains privacy-related sens

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

2015-01-02 Thread Karl Voit
* Marcin Borkowski wrote: > > On 2015-01-01, at 17:22, Karl Voit wrote: > >> * Marcin Borkowski wrote: >>> >>> On 2014-12-31, at 14:49, Ista Zahn wrote: >>> Yes, google is very convenient. >>> That's why they're so dangerous. >> >> In case you're survey data contains privacy-related sensib

Re: [O] org-babel for prolog

2015-01-02 Thread Bjarte Johansen
I thought you should know that I moved the project here: https://github.com/ljos/ob-prolog This makes it a bit easier for me to track issues and do proper commit-messages etc. I have now implemented the session stuff properly (I think). I still have to implem

Re: [O] Transforming org-mode project in Gantt graphes

2015-01-02 Thread Dain Miller
I really love this Alexandre! I have yet to use it, but it has given me ideas for a similar tool.  It did make me realize I would love to see your project management org mode system. I also manage projects at my work but don’t use org mode for that (some tasks but thats it). Do you have anyt

Re: [O] Transforming org-mode project in Gantt graphes

2015-01-02 Thread Alexandre Norman
Hello, Sorry, forgotten file. I added it to the archive, it should be ok, right now. Regards, Alexandre On Thu, Jan 1, 2015 at 11:06 PM, Manish wrote: > ​ On Tue, Dec 30, 2014 at 1:49 PM, Alexandre Norman wrote: > > > > Hello, > > > > I just wrote two python scripts to transform a pro

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

2015-01-02 Thread Marcin Borkowski
On 2015-01-01, at 17:22, Karl Voit wrote: > * Marcin Borkowski wrote: >> >> On 2014-12-31, at 14:49, Ista Zahn 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 an