Re: [O] [ANN] ox-clip on MELPA

2016-07-02 Thread Xebar Saram
very cool! ill try it now Z On Sat, Jul 2, 2016 at 3:02 PM, John Kitchin wrote: > Hi all, > > ox-clip (https://melpa.org/#/ox-clip) is now available on MELPA. ox-clip > provides a command to copy a region from an org-file with formatting so > it can be pasted into

[O] using property drawer to track header creation and last change?

2016-06-26 Thread Xebar Saram
Hi all is there a way to auto have entries in the property drawer to to track header creation and last change of the header? anyone using something like this? best Z

[O] export to ics a specific buffer every X hours

2016-06-26 Thread Xebar Saram
Hi all so i have pathetic coding skill but managed somehow to come up with this (defun z/save-meeting-to-ics () "If the current file is in '~/.dotfiles', the code blocks are tangled" (when (equal (buffer-file-name) (expand-file-name "/home/zeltak/org/files/agenda/

Re: [O] Jumping between source blocks in a file

2016-06-25 Thread Xebar Saram
thx alot Andrew! Just discovered this and its so useful. it would be great if in the future this could be integrated into org mode best Z

Re: [O] make org-agenda-to-appt run a shell command also

2016-06-25 Thread Xebar Saram
Hi this is something i would also be interested in if anyone has a solution Samuel: have you been able to solve this best Z

[O] org-use-tag-inheritance property for a specific header and sub headers?

2016-06-10 Thread Xebar Saram
Hi all i normally have this in my config (setq org-use-tag-inheritance nil) which is what i want 99% of the time. I recently noticed that for specific project headers it would be great to add tag inheritance. is it possible to set tag-inheritance for a specific header and sub headers? if not how

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

2016-06-09 Thread Xebar Saram
On Fri, Jun 10, 2016 at 8:24 AM, Samuel W. Flint wrote: > How exactly do you get the pencil instead of the #+BEGIN_SRC and > #+END_SRC? > and the different background colors per code block type (different background for python. lisp etc :)) thx Z

Re: [O] capture with iceweasel/firefox -- nothing works

2016-06-03 Thread Xebar Saram
Hi i will add that im exactly in the same situatuon i use a window manager (i3) on arch linux and have tried almost every solution out there (with FF, chrome etc) with no working method. i really wish org-protocol had a much simpler way of capturing links,text tec. im not a programmer but to me

Re: [O] assign tags via helm/avy?

2016-06-01 Thread Xebar Saram
eally well but if anyone else is interested in the helm part ive posted the error kind regards Z On Tue, May 31, 2016 at 6:40 AM, Kaushal Modi <kaushal.m...@gmail.com> wrote: > > > On Mon, May 30, 2016, 11:18 PM Xebar Saram <zelt...@gmail.com> wrote: > >> thx so much john! >

Re: [O] assign tags via helm/avy?

2016-05-30 Thread Xebar Saram
gt; (helm >:sources >`((name . "HELM tag setter") > (candidates . ,(tag-lister)) > (action . (lambda (candidate) > (org-set-tags-to (helm-marked-candidates))) > > > #+END_SRC > Xebar Saram writes: > > > Hi g

Re: [O] org mode capture to headline at point

2016-05-29 Thread Xebar Saram
oh yeah i see :) i thought you need to stand on the first asterix in the header for some reason. Cool, i love it thx alot again Z On Sat, May 28, 2016 at 5:00 PM, yanmcbe wrote: > Thanks! > > You misunderstood though! Ending up over the asterisk is what my function > does

[O] assign tags via helm/avy?

2016-05-29 Thread Xebar Saram
Hi guys i have a bunch of tags i define via (:startgroup) ("Where?") (:grouptags) ("@home" . ?h) ("@work" . ?w) ("@pc" . ?p) ("@family" . ?f) ("@shop" . ?s) (:endgroup) (:startgrouptag) ("people") (:grouptags) ("allan" . ?a) ("bob" . ?o)

Re: [O] org-refile works but dosent work from within a capture window (org-capture-refile)

2016-05-28 Thread Xebar Saram
sure! do you mind guiding me on how to produce the backtrace and ECM, im not very technical ;-) thx alot! Z On Sat, May 28, 2016 at 2:57 PM, Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > Hello, > > Xebar Saram <zelt...@gmail.com> writes: > > > org-refile

[O] org-refile works but dosent work from within a capture window (org-capture-refile)

2016-05-28 Thread Xebar Saram
Hi guys so before i go through the hell of binary partition...:) I have a wierd issue org-refile work well when i issue it from a normal org buffer yet when i try to use C-c C-w (org-capture-refile) i get an error: org-refile: Wrong type argument: arrayp, nil any clue what could possibly

Re: [O] org mode capture to headline at point

2016-05-27 Thread Xebar Saram
On Tue, May 24, 2016 at 6:27 PM, Ian McB <yanm...@gmail.com> wrote: > Xebar Saram gmail.com> writes: > > > > > Hi all > > any one knows how to launch a capture (thats pre defined) but auto refile > that capture to the/beneath the current header at point? > >

[O] org mode capture to headline at point

2016-05-13 Thread Xebar Saram
Hi all any one knows how to launch a capture (thats pre defined) but auto refile that capture to the/beneath the current header at point? thx Z

Re: [O] dotfile managment with #+BEGIN_SRC conf code blocks?

2016-04-22 Thread Xebar Saram
got it, since im not executing stuff calling org-babel-tangle works now as expected thx! Z On Fri, Apr 22, 2016 at 12:11 PM, Robert Klein <rokl...@roklein.de> wrote: > Hi, > > Xebar Saram <zelt...@gmail.com> wrote: > > > hi all > > > > im looking at t

[O] dotfile managment with #+BEGIN_SRC conf code blocks?

2016-04-22 Thread Xebar Saram
hi all im looking at this link https://expoundite.net/guides/dotfile-management this sound very nice. yet it says there to put your conf in org blocks with : #+BEGIN_SRC conf yet i cant see this in the org-babel-load-languages or in any contrib files. how does one enable the conf code blocks,

Re: [O] how to disable smart-tab only on org headline?

2016-04-09 Thread Xebar Saram
Hi again Adam im pretty sure smart tab activates when im in org, when i issue C-h k i get this It is bound to TAB, , . (yas-expand FIELD) Expand a snippet before point. If no snippet expansion is possible, call command `smart-tab'. and i also see smart tab in the mod line/ any clue? thx

[O] orgmode send email to self for important reminders?

2016-04-08 Thread Xebar Saram
Hi all I was wondering if anyone has a system where orgmode sends a reminder email to one self for specific reminders (based on tags, keyword, todo state etc). Would love to hear of examples and use cases kind regards Z

Re: [O] export to odt is not per default in the export menu

2016-04-08 Thread Xebar Saram
+1 as well :) Z On Fri, Apr 8, 2016 at 12:38 PM, Eric Abrahamsen wrote: > Christian Moe writes: > > > This question pops up fairly often. I suggest that ODT should be > > provided out of the box. It is clearly in demand. It meets the needs of >

[O] how to disable smart-tab only on org headline?

2016-04-07 Thread Xebar Saram
Hi guys i found this nifty little package called smart tab that makes using tab in emacs easier: https://github.com/genehack/smart-tab/tree/master the only issue is that when on org headlines instead of expanding/collapsing it tries to auto add more stars which shifts the whole structure i was

Re: [O] streamlined capture on iphone

2016-02-25 Thread Xebar Saram
another android user very interested in this :D thx Z On Thu, Feb 25, 2016 at 3:16 PM, Giacomo M wrote: > On 2/24/2016 11:59 PM, Skip Collins wrote: > >> If anyone is interested in the Drafts action, Gmail filter, Google >> script, and org-feed configuration that make

Re: [O] [ANN] org-dp now on MELPA

2016-02-06 Thread Xebar Saram
Thx Thorsten i still use it daily :D best Z On Sat, Feb 6, 2016 at 4:47 PM, Thorsten Jolitz wrote: > > Hi List, > after not touching it for a year or so I recently rediscovered my org-dp > ("Declarative Programming with Org Elements") library and still liked > it, so I

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

2016-02-03 Thread Xebar Saram
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 need to use sexp syntax and found and example online but

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

2016-02-03 Thread Xebar Saram
thx so much Jorge i added this to my meet.org file : ** 3D class %%(org-class 2016 6 3 2016 7 1 0) 9:00-11:00 You should be sleeping yet in my agenda on 3/6/2016 there is no meeting present. what am i missing here? thx so much Z

Re: [O] Require feedback on an idea: move to a central server all my org file and edit from there?

2016-01-23 Thread Xebar Saram
ment of Chemical Engineering > Carnegie Mellon University > Pittsburgh, PA 15213 > 412-268-7803 > @johnkitchin > http://kitchingroup.cheme.cmu.edu > > > On Sat, Jan 23, 2016 at 8:10 AM, Eric S Fraga <e.fr...@ucl.ac.uk> wrote: > >> On Saturday, 23 Jan 2016 at 09:22

[O] Require feedback on an idea: move to a central server all my org file and edit from there?

2016-01-22 Thread Xebar Saram
Hi all Was wondering about input regarding having all my orgmode files on a remote server and editing from there? 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

Re: [O] driving me mad..oeg-agenda kills current buffer

2016-01-15 Thread Xebar Saram
Holy crap, Thomas that was it! now i feel silly for spending half a day bisecting my config :) thx alot best Z On Fri, Jan 15, 2016 at 3:39 PM, Thomas Holst <thomas.ho...@de.bosch.com> wrote: > Hi Xebar, > > · Xebar Saram <zelt...@gmail.com> wrote: > > > Hi al

Re: [O] driving me mad..oeg-agenda kills current buffer

2016-01-15 Thread Xebar Saram
Hi Nick yeah it also happens without emacs server, ie just running "emacs" anything else i can try? best Z On Fri, Jan 15, 2016 at 3:13 PM, Nick Dokos <ndo...@gmail.com> wrote: > Xebar Saram <zelt...@gmail.com> writes: > > > Hi all > > so this issue is

[O] driving me mad..oeg-agenda kills current buffer

2016-01-14 Thread Xebar Saram
Hi all so this issue is driving me mad... when im on a file, i launch org-agenda and choose an option (default view, custom view..dosent matter). this goes on to kill the buffer i launched the agenda from sometimes it just closes the buffer other times it will ask me, see from *messages* buffer:

[O] just discovered how well NLinum-mode works with large orgmode files

2016-01-05 Thread Xebar Saram
Hi all just wanted to share a discovery (non newbs like me probably know this already) for a few months i have been struggling with linum mode after it keeps freezing emacs on large files. today i discovered this: http://elpa.gnu.org/packages/nlinum.html its amazing how we it works even in

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

2015-12-26 Thread Xebar Saram
Hi all 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 (but i may be totally off here) Karl, thats what your trying to

[O] ODT exporter: how to insert a page break and center text?

2015-12-06 Thread Xebar Saram
Hi all Any users of the org ODT exporter? how does one insert a page break? also how does one center text (for a line or paragraph)? thx so much in advance Z

Re: [O] ODT exporter: how to insert a page break and center text?

2015-12-06 Thread Xebar Saram
Thx Rasmus #+begin_center did the trick for text! i wonder can i use the same syntax for images? for example i tired this #+begin_left file:/home/zeltak/org/files/Uni/papers/templates/images/ACU_bottom.png #+end_left yet the image was still centered sadly the #+ODT: statement

Re: [O] syncing my life (orgmode :)) to a mobile (android) device..cant find a holistic reliable way..how do you guys manage to do it?

2015-12-05 Thread Xebar Saram
On Sat, Dec 5, 2015 at 4:08 PM, Eric S Fraga <e.fr...@ucl.ac.uk> wrote: > On Saturday, 5 Dec 2015 at 09:10, Xebar Saram wrote: > > [...] > > > all this is great yet i travel alot to conferences and meeting and do > rely > > on a mobile device (in my case a andro

Re: [O] jabref like orgmode based solution to bibliography management (not for latex)

2015-12-05 Thread Xebar Saram
ring > Carnegie Mellon University > Pittsburgh, PA 15213 > 412-268-7803 > @johnkitchin > http://kitchingroup.cheme.cmu.edu > > > On Sat, Dec 5, 2015 at 7:17 AM, Xebar Saram <zelt...@gmail.com> wrote: > >> Hi again Titus and list >> >> so the semester is fina

Re: [O] jabref like orgmode based solution to bibliography management (not for latex)

2015-12-05 Thread Xebar Saram
t;>> > >>> > >>> John > >>> > >>> --- > >>> Professor John Kitchin > >>> Doherty Hall A207F > >>> Department of Chemical Engineering > >>> Carnegie Mellon University > >>

Re: [O] jabref like orgmode based solution to bibliography management (not for latex)

2015-12-05 Thread Xebar Saram
> > On 2015-05-31 Sun 03:01, Xebar Saram wrote: > > Thanks so much everyone for these great replies. i will investigate this > > further today and let everyone know how im going with my transition :) > > > > thanks again > > > > PS: Titus, do you th

[O] department logo/header image in koma/latex export?

2015-12-05 Thread Xebar Saram
Hi all i am looking into using koma and orgmode to export to recommendation letters. Does anyone have an example of adding a department logo/header image to the top of the page and/or bottom? i have zero latex knowledge so this maybe trivial :) best Z

Re: [O] org-reveal questions

2015-12-04 Thread Xebar Saram
Thx John yes that works now. The issue that still stands is whether i can still change specific headers and or specific lines to not be left aligned while using the left alignment as the default presentation wide best Z On Fri, Dec 4, 2015 at 4:55 PM, John Hendy wrote: >

[O] syncing my life (orgmode :)) to a mobile (android) device..cant find a holistic reliable way..how do you guys manage to do it?

2015-12-04 Thread Xebar Saram
Hi all I have been using emacs/orgmode for nearly 3 years now. since i cant really code to save my life (im in the humanities field..i have an excuse :)) i still feel like a newbie but i still use emacs/orgmode for nearly all aspect of my computing life. With the help of the wonderful orgmode

[O] elfeed and orgmode integaration?

2015-12-03 Thread Xebar Saram
Hi all I was wondering if anyone uses elfeed and org and how people integrate it into orgmode. It would be great if anyone can share code dealing with capturing from elfeed into org, linking and any other uses people are coming up with thx so much best Z

[O] limit orgmode re-use of header faces after 8 levels?

2015-12-03 Thread Xebar Saram
Hi all I use a emacs theme (leuven-theme.el) that has nice faces for 8 levels of org headers (ol1--ol8). I was wondering if there was a way to make org not start over and use ol1 face when the 9th level is reached but rather skip to the ol2 face (or any other level). is that possible at all?

Re: [O] org-reveal questions

2015-12-03 Thread Xebar Saram
AM, John Hendy <jw.he...@gmail.com> wrote: > On Sun, Nov 22, 2015 at 3:58 PM, Matt Price <mopto...@gmail.com> wrote: > > > > > > On Sun, Nov 22, 2015 at 11:47 AM, Xebar Saram <zelt...@gmail.com> wrote: > >> > >> Thanks so much Eric >

Re: [O] org-reveal questions

2015-11-22 Thread Xebar Saram
Hi Matt sorry for the late response (teaching has been extra painful this year.. :)) i tried to use what you suggested but couldn't get the expected results, but im sure im doing things wrong :D so i created a file named /home/zeltak/org/files/Uni/Courses/css/left.aligned.css in it i have

Re: [O] org-reveal questions

2015-11-22 Thread Xebar Saram
Thanks so much Eric this works great! but i found that i have to prepend the #+ATTR_HTML: :class left before every line. is there a way to make it work for the whole section (under the header) or for the whole document? thx so much z

Re: [O] Org Mode and PDF Notes!

2015-11-11 Thread Xebar Saram
thanks for the interesting post! you now have 0+1 readers (just subscribed via rss) ;-) best Z On Wed, Nov 11, 2015 at 4:42 PM, Matt Price wrote: > 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

Re: [O] [PATCH] org-babel-execute-src-block-region

2015-11-11 Thread Xebar Saram
thanks Chuck this sounds very interesting! i installed polymode from melpa and added this config #+BEGIN_SRC emacs-lisp :results none (use-package polymode :ensure t :config (require 'poly-R) (require 'poly-org) (add-to-list 'auto-mode-alist '("\\.org" . poly-org-mode)) ) #+END_SRC i then

Re: [O] [PATCH] org-babel-execute-src-block-region

2015-11-10 Thread Xebar Saram
Hi I actually find it annoying in ESS to keep pressing C-c ' each time i want to eval a single line of code in a code block. if this could work for R code this would be fantastic for me thx Z On Tue, Nov 10, 2015 at 8:19 PM, Carlos Henrique Machado S Esteves < ch.machado.este...@gmail.com>

Re: [O] org-reveal questions

2015-10-26 Thread Xebar Saram
wow guys thx so much this sound very exciting! i can report back that today i gave my students my first talk composed entirely in orgmode and org-reveal. homework was exported to pdf as well so all in one org file..needles to say i was super excited and bragged to the students who didnt know why

Re: [O] org-reveal questions

2015-10-23 Thread Xebar Saram
On Fri, Oct 23, 2015 at 12:09 PM, Fabrice Popineau < fabrice.popin...@supelec.fr> wrote: > To answer the first question : > - load bootstrap in the section of your slides > - then you can add div's with class col-xs-6 for example and split your > frame in 2 columns. > Thank you so much Fabrice

Re: [O] org-reveal questions

2015-10-23 Thread Xebar Saram
Thx Eric ill check out beamer..i guess i need to know latex for that right? On Fri, Oct 23, 2015 at 9:18 AM, Eric S Fraga <e.fr...@ucl.ac.uk> wrote: > On Friday, 23 Oct 2015 at 08:16, Xebar Saram wrote: > > Hi all > > > > for all you org-reveal users, excuse me for th

[O] org-reveal questions

2015-10-22 Thread Xebar Saram
Hi all for all you org-reveal users, excuse me for these questions that may seem trivial but as a new reveal/org-reveal user i havent been able to address them :) 1) how does one add images not below the text but on the left/right of the text? 2) can i change the fonts size per slide or even

[O] prompt for deadline in capture template?

2015-10-22 Thread Xebar Saram
Hi guys i looked in the capture docu but couldn't seem to find it. anyone knows how to prompt for deadline in capture template? thx! Z

Re: [O] prompt for deadline in capture template?

2015-10-22 Thread Xebar Saram
thx guys that was really helpful! z On Thu, Oct 22, 2015 at 7:44 PM, John Kitchin <jkitc...@andrew.cmu.edu> wrote: > I just type C-c C-d and add it while the capture is open. > > Xebar Saram writes: > > > Hi guys > > > > i looked in the capture docu but co

[O] preparing a R course in org for slides..can i link back to org document?

2015-10-19 Thread Xebar Saram
Hi all I am building an introduction to R course using org (and now org-reveal!). in some slide i show code blocks and would like to show the students the actual run of the code. I was wondering if anyone knew if there is a way to press a link in my reveal slide show that would take me to the

Re: [O] a more inteligant way of signaling the exporter to start a new line than "\\"?

2015-10-19 Thread Xebar Saram
Thanks so much Eric that helped me alot :) appreciate it Z On Mon, Oct 19, 2015 at 4:34 PM, Eric S Fraga <e.fr...@ucl.ac.uk> wrote: > On Monday, 19 Oct 2015 at 16:10, Xebar Saram wrote: > > Hi > > > > This maybe a really stupid neewb question, but when im writi

[O] a more inteligant way of signaling the exporter to start a new line than "\\"?

2015-10-19 Thread Xebar Saram
Hi This maybe a really stupid neewb question, but when im writing my slides and course homework in org and export to reveal html, pdf etc i always get all lines stitched together and the only way i managed to get over this is use a "\\" sign at the end of EACH line. this is really cumbersome. I

[O] function to cycle through specific org files?

2015-10-18 Thread Xebar Saram
Hi all I know this should be easy (for anyone that knows elisp that is :)). how does one create a function that cycles up/down through a list of pre defined buffers/files? for example i want to cycle (ie open and show in the emacs window) through: A.org B.org C.org i want to use ie A-left and

[O] using org-agenda-view-columns-initially option, needs double quit to leave agenda?

2015-10-12 Thread Xebar Saram
Hi all i discovered today the 'org-agenda-view-columns-initially' option and really like it. one annoying issue is that after i launch my agenda view , in order to exit the agenda view i need to press 'q' twice. once to leave the column view which gets me back to the agenda view (non column) and

Re: [O] line numbers in org src blocks?

2015-10-12 Thread Xebar Saram
I would also love something like that best Z On Mon, Oct 12, 2015 at 11:25 PM, John Kitchin wrote: > Does anyone know if it is possible to get line numbering only in code > blocks in an org-file? > > -- > Professor John Kitchin > Doherty Hall A207F > Department of

[O] multi letter agenda commands

2015-10-11 Thread Xebar Saram
Hi all im wondering if anyone knows a way (or if its possible at all) to have multi letter agenda commands, for example ("fc" "to cook" tags "Cuisine=\"American\"" ( (org-agenda-files '("~/org/files/agenda/food.org")) (org-agenda-sorting-strategy '(priority-down)) ;;

Re: [O] multi letter agenda commands

2015-10-11 Thread Xebar Saram
How did i forget about hydra :) perfect, thx so much! Z

[O] anyone syncing orgmode calendar with google cal, and if so how?

2015-10-05 Thread Xebar Saram
Hi all i was wondering if anyone was syncing orgmode calendar with google cal, and if so how? i tried this https://github.com/myuhe/org-gcal.el/issues which gave errors all the time and thus stopped being usable im looking for a robust solution. any ideas? best Z

Re: [O] convert a simple list of lines each to a orgmode header

2015-09-30 Thread Xebar Saram
C-c * is perfect! thx so much z On Tue, Sep 29, 2015 at 11:00 AM, Michael Strey <mst...@strey.biz> wrote: > On Mo, 2015-09-28 at 18:52, Xebar Saram wrote: > > > im looking for a simple way to convert a simple list of lines (i can > > mark it first if needed) each to a o

Re: [O] convert a simple list of lines each to a orgmode header

2015-09-29 Thread Xebar Saram
Hi Nick well yes i guess :) . but would be cool if this small function was org aware and thus the asteriks (org header) level would be auto set to the current sub level. thx z On Tue, Sep 29, 2015 at 6:30 AM, Nick Dokos <ndo...@gmail.com> wrote: > Xebar Saram <zelt...@gmail

[O] convert a simple list of lines each to a orgmode header

2015-09-28 Thread Xebar Saram
Hi all im looking for a simple way to convert a simple list of lines (i can mark it first if needed) each to a orgmode header anyone has such a way? best Z

[O] a link to launch a todo view?

2015-09-26 Thread Xebar Saram
Hi list I was wondering if one can use a orgmode link to launch (via C-c o) a defined todo view (ie dispatcher t). anyone has done anything like that before? best Z

Re: [O] a link to launch a todo view?

2015-09-26 Thread Xebar Saram
Thx so much Nick so something like this: [[elisp:(org-agenda)][TO-COOK]] this will bring up the dispatcher, how does one make it auto issue lets say 'w' in the dispatcher thx so much Z

Re: [O] a link to launch a todo view?

2015-09-26 Thread Xebar Saram
perfect! thx z On Sat, Sep 26, 2015 at 10:12 PM, Nicolas Girard <girard.nico...@gmail.com> wrote: > 2015-09-26 20:42 GMT+02:00 Xebar Saram <zelt...@gmail.com>: > > > > so something like this: > > > > [[elisp:(org-agenda)][TO-COOK]] > > > > t

Re: [O] Capture questions

2015-09-25 Thread Xebar Saram
anyone? thx so much in advance Z On Sun, Sep 20, 2015 at 2:38 PM, Xebar Saram <zelt...@gmail.com> wrote: > Hi all! > > I finally had time to properly setup capture for orgmode and i have a few > questions > > 1) can one define default and/or completion value

[O] cant get todos with #A priorities to show up first with dispatcher

2015-09-25 Thread Xebar Saram
Hi all i use the orgmode's dispatcher to show my todos per file. for some reason i cant get the #A priorities to show up first. here is what i have in my config: ("f" "food" todo "COOK" ( (org-agenda-files '("~/org/files/agenda/food.org"))

[O] Capture questions

2015-09-20 Thread Xebar Saram
Hi all! I finally had time to properly setup capture for orgmode and i have a few questions 1) can one define default and/or completion values for capture properties in the property drawers, in example: %^{Rating}p so that when I launch the capture and it goes through entering a specific

[O] location/map intergration/ links for orgmode?

2015-09-11 Thread Xebar Saram
Hi all i wonder if anyone has experience with using maps etv in orgmode? i have used org very successfully in my last 2 trips abroad to detail/note places to visit (and eat! :)). i then usually search for the place name in google maps and mark it there so i can reach it easily. I would love to

Re: [O] emacs & org mode for scholars questions

2015-09-02 Thread Xebar Saram
Hi the slides are really nice! are they done in org and beamer? best z On Wed, Sep 2, 2015 at 2:00 PM, Rasmus wrote: > Hi, > > Erik Hetzner writes: > > > http://www.e6h.org/talks/emacsconf-2015/index.html > > Thanks, I really enjoyed them. One technical

Re: [O] agenda buffer: bulk remote editing: whats the use for mark vs mark for bulk?

2015-08-31 Thread Xebar Saram
thx Eric! this works well for archiving, though i cant see a delete option in that dispatcher best z On Mon, Aug 31, 2015 at 4:01 PM, Eric Abrahamsen <e...@ericabrahamsen.net> wrote: > Xebar Saram <zelt...@gmail.com> writes: > > > hi all > > after rea

Re: [O] in agenda buffer, can i add a note/todo when point is on a specific date?

2015-08-31 Thread Xebar Saram
perfect thx! z On Mon, Aug 31, 2015 at 3:56 PM, Eric Abrahamsen <e...@ericabrahamsen.net> wrote: > Xebar Saram <zelt...@gmail.com> writes: > > > A silly question :) > > > > when im in the agenda view (buffer, ie C-c a a) i have the week by > > day. i

[O] agenda buffer: bulk remote editing: whats the use for mark vs mark for bulk?

2015-08-31 Thread Xebar Saram
hi all after reading the agenda buffer section in the manual i still cant make sense of the bulk remote editing commands and specifically the mark vs mark for bulk. my use case is simple , i want to mark a bunch of entries like in dired and execurte del/archive/change state etc using `m` to mark

[O] in agenda buffer, can i add a note/todo when point is on a specific date?

2015-08-31 Thread Xebar Saram
A silly question :) when im in the agenda view (buffer, ie C-c a a) i have the week by day. i can move from day to day with up/down etc. can i somehow issue a "make todo/note" command while point is on a specific day? this is to mimic the classic calendars way of adding an appointment hope this

[O] export subtree as org file

2015-08-24 Thread Xebar Saram
Hi i was wondering if anyone knows how to export a subtree as a simple org file. i know i can copy paste into a new file but it seems quick to just export a subtree to a new org file :) best z

Re: [O] switch M-RET and C-RET in org mode with no sucess

2015-08-15 Thread Xebar Saram
creativity is an extended form of a joke.” --Kay ((λ (x) (x x)) (λ (x) (x x))) “Life has become immeasurably better since I have been forced to stop taking it seriously.” --Thompson On Wed, Aug 12, 2015 at 10:33 AM, Xebar Saram zelt...@gmail.com wrote: Thx Peter that did the trick, never

Re: [O] switch M-RET and C-RET in org mode with no sucess

2015-08-12 Thread Xebar Saram
, 2015 at 1:45 PM, Xebar Saram zelt...@gmail.com wrote: Hi guys im trying to switch between C-RET and M-RET (i use M-ret alot more but C-RET is much more accessible for me :)) but i dont seem to have any success in doing so this is what i have so far (with-eval-after-load org (define-key org

Re: [O] [OFF TOPIC] almost giving up on emacs email..looking for advice?

2015-08-11 Thread Xebar Saram
On Tue, Aug 11, 2015 at 5:16 PM, Peter Davis p...@pfdstudio.com wrote: spent years (literally) playing with gnus and giving up, only to be drawn back to it weeks, months or years later to try again. Seriously, it was only after years of this that I managed to get things working well enough

[O] switch M-RET and C-RET in org mode with no sucess

2015-08-11 Thread Xebar Saram
Hi guys im trying to switch between C-RET and M-RET (i use M-ret alot more but C-RET is much more accessible for me :)) but i dont seem to have any success in doing so this is what i have so far (with-eval-after-load org (define-key org-mode-map (kbd C-RET) 'org-insert-heading) (define-key

Re: [O] new error: byte-code: Capture abort: (void-function button-lock-set-button)

2015-08-10 Thread Xebar Saram
thx john Z On Mon, Aug 10, 2015 at 3:02 PM, John Kitchin jkitc...@andrew.cmu.edu wrote: you might be (require 'button-lock) away from working again. Xebar Saram writes: Ok its not the new release its actually Johns great 'highlight-email-addresses' function that was giving that error

[O] new error: byte-code: Capture abort: (void-function button-lock-set-button)

2015-08-09 Thread Xebar Saram
Hi all again, i dont know if this is related to the new release but i cant use org capture anymore i get the following error byte-code: Capture abort: (void-function button-lock-set-button) sometime this even bring emacs crashing any clue anyone? z

Re: [O] new error: byte-code: Capture abort: (void-function button-lock-set-button)

2015-08-09 Thread Xebar Saram
Ok its not the new release its actually Johns great 'highlight-email-addresses' function that was giving that error i disabled it and now everything is back to normal best Z On Mon, Aug 10, 2015 at 8:19 AM, Xebar Saram zelt...@gmail.com wrote: Hi all again, i dont know if this is related

Re: [O] latest org from Elpa error: Invalid function: org-babel-header-args-safe-fn

2015-08-08 Thread Xebar Saram
Hi Kyle i tried uninstall and install with no success best Z On Sat, Aug 8, 2015 at 10:28 AM, Kyle Meyer k...@kyleam.com wrote: Hello, Xebar Saram zelt...@gmail.com wrote: Hi just updated org today and now i get this error on startup: Invalid function: org-babel-header-args

Re: [O] latest org from Elpa error: Invalid function: org-babel-header-args-safe-fn

2015-08-08 Thread Xebar Saram
: Xebar Saram zelt...@gmail.com wrote: Hi Kyle i tried uninstall and install with no success What if you do 'C-u M-x org-reload' before this uninstall/reinstall? -- Kyle

Re: [O] latest org from Elpa error: Invalid function: org-babel-header-args-safe-fn

2015-08-07 Thread Xebar Saram
, 2015 at 12:47 PM, Xebar Saram zelt...@gmail.com wrote: Thx for the response Bastien i removed (require 'org-install) from my init.el file (correct?) and restarted emacs but get the same error Invalid function: org-babel-header-args-safe-fn i also tried now to downgrade to previous

[O] show number of sub headers in top level header (alternative to statistics cookie?)

2015-08-07 Thread Xebar Saram
Hi I was wondering if there was an option in org to show number of sub headers in top level header. i know there is statistics cookies but that's not automatic? best Z

Re: [O] latest org from Elpa error: Invalid function: org-babel-header-args-safe-fn

2015-08-07 Thread Xebar Saram
://paste.xinu.at/mv5h29/ Please let me know if this is what you had in mind. would be glad to help and debug this best z On Fri, Aug 7, 2015 at 5:16 PM, Bastien Guerry b...@gnu.org wrote: Xebar Saram zelt...@gmail.com writes: just updated org today and now i get this error on startup: Invalid

Re: [O] latest org from Elpa error: Invalid function: org-babel-header-args-safe-fn

2015-08-07 Thread Xebar Saram
Thx for the response Bastien i removed (require 'org-install) from my init.el file (correct?) and restarted emacs but get the same error Invalid function: org-babel-header-args-safe-fn i also tried now to downgrade to previous version from 3/8/15 and the error is gone so its 100% reproducible

[O] latest org from Elpa error: Invalid function: org-babel-header-args-safe-fn

2015-08-07 Thread Xebar Saram
Hi just updated org today and now i get this error on startup: Invalid function: org-babel-header-args-safe-fn is this related to the new release? best Z

[O] [OFF TOPIC] almost giving up on emacs email..looking for advice?

2015-08-06 Thread Xebar Saram
Hi list I know this is a bit off topic but im desperately looking for some advice regarding email through emacs. i have tried a bunch of them over the last month (gnus, mu4e, wanderlust, rmail,mew and maybe other i forget). I had various levels of success with each one to setup (it was never

Re: [O] [OFF TOPIC] almost giving up on emacs email..looking for advice?

2015-08-06 Thread Xebar Saram
tool that is better than the completion I could use out of the box. Anyway, it took a while to get what I wanted, but I have hardly any complaints about it now that it works! Xebar Saram writes: Hi list I know this is a bit off topic but im desperately looking for some advice

Re: [O] create a send plain text/pdf email with current header function?

2015-08-05 Thread Xebar Saram
there is some code there to send a pdf too. On August 1, 2015, at 10:49 AM, Xebar Saram zelt...@gmail.com wrote: Hi all i find that i keep copy pasting food recipes (which i collect with org obviously) to my email client and then sending it over to the phone to use in the kitchen (which

Re: [O] create a send plain text/pdf email with current header function?

2015-08-05 Thread Xebar Saram
) (message-send) (message-kill-buffer #+END_SRC #+RESULTS: : email-heading-to-me Xebar Saram writes: thx both John and Matt I went on and used johns function he recommended (since i needed a simple text only export) and it works flawlessly :) John: just a quick follow up

Re: [O] Insert org-id Link at Point via Outline Path Completion

2015-08-02 Thread Xebar Saram
-at-marker #+END_SRC Xebar Saram writes: Hi again so excited over this had to ask 2 more questions ;-) 1.can that function include/link to org-id (so that it can keep the links even if the headers move around in/out of the files) 2.i saw there are 3 options to that helm

<    1   2   3   4   >