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 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 couldn't seem to find it. a

[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 bett

Re: [O] org-reveal questions

2015-10-22 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 wrote: > On Friday, 23 Oct 2015 at 08:16, Xebar Saram wrote: > > Hi all > > > > for all you org-reveal users, excuse me for these questions that may se

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 f

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] [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> wrot

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 to get emacsers to fo

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 lo

[O] A single key to a specific agenda export process?

2015-11-15 Thread Xebar Saram
hi all. how does one bind a single key to an agenda export process.. ie have one key instead of pressing C-c e h h ? thx! z

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 pas

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-reveal questions

2015-12-03 Thread Xebar Saram
AM, John Hendy wrote: > On Sun, Nov 22, 2015 at 3:58 PM, Matt Price wrote: > > > > > > On Sun, Nov 22, 2015 at 11:47 AM, Xebar Saram wrote: > >> > >> Thanks so much Eric > >> > >> this works great! > >> > >> but i found

Re: [O] org-reveal questions

2015-12-03 Thread Xebar Saram
this for a specific slide (org header) or as eric suggsted using the #+ATTR_HTML: :class before a specific line? thanks so much Z On Sun, Nov 22, 2015 at 11:58 PM, Matt Price wrote: > > > On Sun, Nov 22, 2015 at 11:47 AM, Xebar Saram wrote: > >> Thanks so much Eric >

[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? best

[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

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: > John

[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 comm

[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] jabref like orgmode based solution to bibliography management (not for latex)

2015-12-05 Thread Xebar Saram
ces '(helm-source-bibtex) :full-frame t :input "kloog !unpublished !prep " :candidate-number-limit 500)) #+END_SRC how does one add the specific .bib file filter? best Z On Sun, May 31, 2015 at 7:23 PM, Titus von der Malsburg wrote: > > On 20

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

2015-12-05 Thread Xebar Saram
ersity > Pittsburgh, PA 15213 > 412-268-7803 > @johnkitchin > http://kitchingroup.cheme.cmu.edu > > > On Sat, Dec 5, 2015 at 7:17 AM, Xebar Saram wrote: > >> Hi again Titus and list >> >> so the semester is finally nearing the end which means i finally have >&g

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 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 android nexus 6) in many situat

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

2015-12-05 Thread Xebar Saram
gt; > >>> --- > >>> Professor John Kitchin > >>> Doherty Hall A207F > >>> Department of Chemical Engineering > >>> Carnegie Mellon University > >>> Pittsburgh, PA 15213 > >>> 41

[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 dosent

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 a

[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 huge

[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: N

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 wrote: > Xebar Saram writes: > > > Hi all > > so this issue is driving me mad... > > when im on a file,

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 wrote: > Hi Xebar, > > · Xebar Saram wrote: > > > Hi all > > so this issue is driving me mad... > > w

[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 a

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
negie 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 wrote: > >> On Saturday, 23 Jan 2016 at 09:22, Xebar Saram wrote: >> > Hi all >> > &

[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 t

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] [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 decided to clean it up

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 this work, I would be >>

[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] 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 > > a whole segment of users that need to work with

[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] 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 &optional 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 clu

[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, a

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 wrote: > Hi, > > Xebar Saram wrote: > > > hi all > > > > im looking at this link > > https://expoundite.net/guides/d

[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] org mode capture to headline at point

2016-05-27 Thread Xebar Saram
Tue, May 24, 2016 at 6:27 PM, Ian McB 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? > > > > thx > > &

[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 caus

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 wrote: > Hello, > > Xebar Saram writes: > > > org-refile work well when i issue it from a normal org buffer > &g

[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 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 (if it works as inten

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

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

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

2016-06-01 Thread Xebar Saram
g-tag works really 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 wrote: > > > On Mon, May 30, 2016, 11:18 PM Xebar Saram wrote: > >> thx so much john! >> >> is there a way wh

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 it

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

[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] make org-agenda-to-appt run a shell command also

2016-06-24 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

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

[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/ meetin

[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

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 other applications such as of

[O] Create org split agenda view, problems with differnt agendas in split windows?

2016-07-02 Thread Xebar Saram
Hi I have written this crappy code to save a split orgmode agenda views with different agenda views. (defun z/buffers-restore-agenda-split () (interactive) (org-agenda nil "a") (split-window-right) (org-agenda nil "ba") (split-window-below) (org-agenda nil "bb") ) the function does spli

[O] make specific orgmode code blocks read only?

2016-07-11 Thread Xebar Saram
Hi! I was wondering if possible at all and anyone knew of a way to make specific orgmode code blocks read only? the rest of the org buffer would be normal just specific code blocks best Z

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

2016-07-13 Thread Xebar Saram
(add-hook 'after-save-hook #'z/save-meeting-to-ics) yet i cant get the ics file to be created niether when i save the meeting.org file nor every 600 seconds. what am i missing here? thx Z On Sun, Jun 26, 2016 at 9:49 PM, Philip Hudson wrote: > On 26 June 2016 at 16:38, Xebar Sar

[O] refiling with helm

2015-02-27 Thread Xebar Saram
Hi guys I was wondering if anyone uses helm for refiling org capture data. and if so can anyone share his methods/setup? googling for it didnt yield to many results (especially for people like me who dont know to code :)) thx Z

Re: [O] refiling with helm

2015-03-04 Thread Xebar Saram
thank you all, most of the code here was overkill for me (im very un-technical :)) but i found the last bit of code: > (setq org-outline-path-complete-in-steps nil) > > (require 'helm) > (require 'helm-config) > (helm-mode 1) to work great for me the only problem remaining is that

Re: [O] [ANN] org-dp-wrap-in-block

2015-03-06 Thread Xebar Saram
3. a hotkey to quick wrap in language X a selection any tips and how to start/create these keybinds? is there a more comprehensive documentation on org-dp somewhere else i may have overlooked? thx alot! z On Tue, Aug 19, 2014 at 10:41 PM, Thorsten Jolitz wrote: > Xebar Saram wri

Re: [O] [ANN] org-dp-wrap-in-block

2015-03-07 Thread Xebar Saram
.el for that thanks alot Thorsten for this great library! Z On Sat, Mar 7, 2015 at 8:37 AM, Xebar Saram wrote: > H Thorsten > > i know this is a *very* late response but life/work has dragged me in last > few months and only now i have time to take a look at org-dp :) > > if you rem

[O] paste from clip to code block

2015-04-17 Thread Xebar Saram
Hi all i was wondering if anyone has every created a function to auto paste what in the sysclip/emas clip into org but as a formatted code block? any clue anyone? best Z

Re: [O] paste from clip to code block

2015-04-17 Thread Xebar Saram
quot;) > (yank) > (insert "\n#+END_SRC")) > #+END_SRC > > I guess you need one of these for every language type. > Xebar Saram writes: > > > Hi all > > > > i was wondering if anyone has every created a function to auto paste what > >

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

2015-05-30 Thread Xebar Saram
Hi all i have been using jabref for the past 2-4 years in my academia work to manage my reference library. i dont use latex (..its on my TODO list...when (f ever) i have time..) so for now i just want something to manage my references. the key things i need to move over from jabref are: 1. easy a

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

2015-05-31 Thread Xebar Saram
at 6:56 PM, John Kitchin wrote: > > > On Saturday, May 30, 2015, Titus von der Malsburg > wrote: > >> >> On 2015-05-30 Sat 01:20, Xebar Saram wrote: >> > Hi all >> > >> > i have been using jabref for the past 2-4 years in my academia work

[O] expand yasnippet or abbriv text inside a capture

2015-06-05 Thread Xebar Saram
Hi all I was wondering since i have zero lisp (or coding at all) skills if anyone could show me an example on how to expand yasnippet or text as part of a org capture i think that using %(sexp) would work (im guessing here :)) i have this capture ("f" "food" entry (file+headline "/home/zeltak/o

Re: [O] expand yasnippet or abbriv text inside a capture

2015-06-05 Thread Xebar Saram
i just want 2 same level subheadrs below the main capture header/ whats the best way to do this? best Z On Fri, Jun 5, 2015 at 9:57 PM, Xebar Saram wrote: > Hi all > > I was wondering since i have zero lisp (or coding at all) skills if anyone > could show me an example on how to expand

[O] adding ODT to main export dialog

2015-06-07 Thread Xebar Saram
Hi all this must be trivial but google fails me on this. how does one add the ODT exporter to the main orgmode export dialog? kind regards Z

Re: [O] adding ODT to main export dialog

2015-06-07 Thread Xebar Saram
you do if you want it to take immediate effect), or just > (require 'ox-odt). Personally I don't like customize very much, so I > just have a bunch of (require 'ox-*) statements in my org-init.el file. > > Eric > > Xebar Saram writes: > > > Hi all > >

[O] Organizing and taming hectic Academia work (faculty viewpoint)? Tips or a good guides sought after :)

2015-06-08 Thread Xebar Saram
Hi all Im a young assistant professor (in humanities and thus my horrific coding skills..basically non ;-)) and having been using orgmode for a year or two now. I love orgmode dearly and use it mainly for note taking, lists etc I am aware of the fantastic orgmode capabilities that could benefit m

Re: [O] Organizing and taming hectic Academia work (faculty viewpoint)? Tips or a good guides sought after :)

2015-06-08 Thread Xebar Saram
academic life and to hear workflows of other colleagues using org for that thanks again , looking forward to hearing from other colleagues in the orgmode community best z On Tue, Jun 9, 2015 at 12:16 AM, M wrote: > > > > > > Von: Xebar Saram > > Datum: Mon, 8 Jun 2015 19:39:1

[O] custom agenda on TODO keywords and catagory

2015-06-12 Thread Xebar Saram
Hi all im trying to create a custom agenda based on TODO keywords and category but with no success. i have this code block ("z" "Office block agenda" todo "TODO|BGU|EXP" ( (tags-todo "CATEGORY=\"work\"") )) this does work but shows the 3 todo types from all agenda

Re: [O] Organizing and taming hectic Academia work (faculty viewpoint)? Tips or a good guides sought after :)

2015-06-13 Thread Xebar Saram
Hi list and John Thank you all for all the great advice i will start incorporating them into my daily workflow John: org-ref looks great but is it also used for "managing" you references? that is searching for entries, grouping by keys, exporting them to html, adding etc. does it have a "table" v

[O] helm-bibtex questions

2015-06-17 Thread Xebar Saram
Hi Titus I have been exploring helm-bibtex a bit today and have some questions. btw is this the preferred way to make requests/ask questions or is github preferred? in any case i was wondering a few things: 1. is it possible to have custom sorting? i want all views to sort by Author, year, month

[O] Emacs/ESS/org freezes/hangs on big data/ RAM(~256GB) processes when run in org/babel

2015-06-17 Thread Xebar Saram
Hi all im not sure if this is absolutely the correct forum to raise this and if not would be also happy to get input on where to persue this issue. i recently dived into using orgmode, ESS, Babel etc to run code and im really love it. The problem i have (and im not sure if its a org,Emacs or ess

Re: [O] [feature request] org-capture-window-setup to stop capture window taking up whole frame

2015-06-18 Thread Xebar Saram
Hi Alan your code seems very intersting and i have been looking for something like this for a while. yet for me it opens a new frame without org capture. i use linux (arch) and put in the following code. please note that when i evaled your code it said: `flet' is an obsolete macro (as of 24.3); us

Re: [O] helm-bibtex questions

2015-06-18 Thread Xebar Saram
ur kind help and the amazing app ;-) best Z On Wed, Jun 17, 2015 at 11:02 PM, Titus von der Malsburg wrote: > > On 2015-06-17 Wed 11:08, Xebar Saram wrote: > > Hi Titus > > > > I have been exploring helm-bibtex a bit today and have some questions. > btw >

Re: [O] Emacs/ESS/org freezes/hangs on big data/ RAM(~256GB) processes when run in org/babel

2015-06-18 Thread Xebar Saram
17 Jun 2015, William Denton wrote: > > On 17 June 2015, Xebar Saram wrote: >> >> I do alot of modeling work that involves using huge datasets and run >>> process intensive R processes (such as complex mixed models, Gamms etc). >>> in >>> R studio all work

Re: [O] [feature request] org-capture-window-setup to stop capture window taking up whole frame

2015-06-18 Thread Xebar Saram
nil) command-execute(eval-expression) any ideas? thx Z On Thu, Jun 18, 2015 at 2:45 PM, Alan Schmitt < alan.schm...@polytechnique.org> wrote: > On 2015-06-18 13:16, Xebar Saram writes: > > > Hi Alan > > > > your code seems very intersting and i have been looking

Re: [O] helm-bibtex questions

2015-06-19 Thread Xebar Saram
ault enter command in helm-bibtex ? best Z On Thu, Jun 18, 2015 at 9:38 PM, Titus von der Malsburg wrote: > > On 2015-06-18 Thu 04:32, Xebar Saram wrote: > > Hi Titus and thx so much for the answers! > > > > i will in the future use the github page to make requests. >

[O] exporter stopped working

2015-06-19 Thread Xebar Saram
Dear all the exporter seems to have stopped working in all configurations. i get the following error org-export-execute-babel-code: Wrong number of arguments: (lambda (reference-buffer) "Execute all Babel blocks in current buffer. REFERENCE-BUFFER is the buffer containing a pristine copy of the b

Re: [O] helm-bibtex questions

2015-06-22 Thread Xebar Saram
gineering > Carnegie Mellon University > Pittsburgh, PA 15213 > 412-268-7803 > @johnkitchin > http://kitchingroup.cheme.cmu.edu > > > On Sun, Jun 21, 2015 at 2:29 PM, Titus von der Malsburg < > malsb...@posteo.de> wrote: > >> >> On 2015-06-19 Fri 03:56, Xe

Re: [O] helm-bibtex questions

2015-06-24 Thread Xebar Saram
he BibTeX entries and since biblatex doesn’t know this field, I copy > the tags on-the-fly to the keywords field (see DeclareSourcemap in the > LaTeX headers). > > Titus > > On 2015-06-22 Mon 07:28, Xebar Saram wrote: > > Hi John > > > > a bit off topic, but do y

Re: [O] helm-bibtex questions

2015-06-26 Thread Xebar Saram
believe that is an emacs bibtex issue. You need some kind of line in > your bibtex file to specify it is the biblatex dialect. > > > On June 25, 2015, at 6:58 AM, Xebar Saram wrote: > > > Great, works well. one question though (and this may very well be due to > my i

Re: [O] helm-bibtex questions

2015-06-26 Thread Xebar Saram
s field (see DeclareSourcemap in the > LaTeX headers). > > Titus > > On 2015-06-22 Mon 07:28, Xebar Saram wrote: > > Hi John > > > > a bit off topic, but do you also write your academic CV in orgmode or > > lateX? in anycase would you mind sharing your

Re: [O] helm-bibtex questions

2015-06-26 Thread Xebar Saram
Z On Fri, Jun 26, 2015 at 5:28 PM, John Kitchin wrote: > > http://tex.stackexchange.com/questions/78455/does-emacs-support-editing-bibliography-files-for-biblatex > > I think you need this in your bibtex file: > > -*- mode:bibtex; eval: (bibtex-set-dialect 'biblat

[O] comment org code block

2015-06-27 Thread Xebar Saram
Hi all i was wondering if anyone knew of a command or bind to quickly comment the entire content of an org code block (with the correct comment syntax)? thx! Z

Re: [O] comment org code block

2015-06-27 Thread Xebar Saram
again On Sat, Jun 27, 2015 at 2:32 PM, John Kitchin wrote: > This seems to work for some toy examples: > > (defun comment-org-in-src-block () > (interactive) > (org-edit-special) > (comment-dwim nil) > (org-edit-src-exit)) > > > Xebar Saram writes: > >

Re: [O] helm-bibtex questions

2015-06-30 Thread Xebar Saram
work? > > Eric S Fraga writes: > > > On Saturday, 27 Jun 2015 at 09:11, Xebar Saram wrote: > >> hmm strange still dosent work for me. here is the top section of my bib > file > >> > >> -*- mode:bibtex; eval: (bibtex-set-dialect 'biblatex); -*- >

Re: [O] helm-bibtex questions

2015-06-30 Thread Xebar Saram
:) it was the % at the start thx again all best Z On Tue, Jun 30, 2015 at 5:37 PM, Eric S Fraga wrote: > On Tuesday, 30 Jun 2015 at 16:44, Xebar Saram wrote: > > Thanks guys > > > > it works now ! > > Which fix worked? The , or the %? Enquiring minds wish to kno

[O] Paste from clip/kill ring as cold block?

2015-07-03 Thread Xebar Saram
Hi list i use code block alot in my various org mode users. while the C-c C-v d is fast to use i find that alot of my use cases are focused on pasting stuff and then converting that into code blocks. i was wondering if anyone knew or uses his own mini script of a way to paste from the clipboard/ki

[O] use bookmark/boomark+ to boomark org-id's ?

2015-07-16 Thread Xebar Saram
Hi all After discussing this with the use boomark+ (who dosent use org..go figure ;-)) he suggested i take this question to the orgmode list. Does anyone use/know how to bookmark orgmode ids and not just location in a file? i find that bookmarking locations is very un-reliable as i keep adding new

[O] Query on TODO headers for specific words

2015-07-21 Thread Xebar Saram
Hi all this is probably a silly question, but whats the suggested/best way to search (or generate a list/agenda view) only for TODO marked headers contains a specific word. for a use case example, i want to show all TODO headers what have a colleague name in them ('Allan') thx Z

Re: [O] Query on TODO headers for specific words

2015-07-21 Thread Xebar Saram
at 6:10 PM, Jorge A. Alfaro-Murillo < jorge.alfaro-muri...@yale.edu> wrote: > Xebar Saram writes: > > whats the suggested/best way to search (or generate a list/agenda view) >> only for TODO marked headers contains a specific word. for a use case >> example, i want to show

[O] Shared Tasks in multiple headers?

2015-07-23 Thread Xebar Saram
Hi all i wonder if any one knows or has experience with using Shared Tasks in multiple headers? ie i have 2 research projects with a very similar/same task. can i link/mirror/share tasks in sub headers (projects) with orgmode? also related is there a Merge Duplicate Tasks util? best Z

[O] auto pack empty space between last line of header and next header

2015-07-29 Thread Xebar Saram
Hi list i seem to get alot of empty spaces between the headers due to more then 1 empty line at the end of a header. I can manually delete all empty lines at the end of the section which will remove the gaps but this is tiring. i was wondering if there was any command to auto pack empty space betw

Re: [O] auto pack empty space between last line of header and next header

2015-07-29 Thread Xebar Saram
wonder if there was a way to tell org to pack these spaces or get rid of these empty lines between headers best Z On Wed, Jul 29, 2015 at 7:20 PM, Rasmus wrote: > Hi, > > Xebar Saram writes: > > > i seem to get alot of empty spaces between the headers due to more then 1 > >

<    1   2   3   4   >