[O] Filter weekly/daily agenda by tag

2012-10-28 Thread Alexander Baier
Hello, this is my first post on the mailing list and i am not quite sure if i do everything right. If i screw something up, please let me know, so i can fix it and do it right next time. To the problem I'm facing: My setup: I have a single org file with appointments as sub trees. Each appointmen

Re: [O] Filter weekly/daily agenda by tag

2012-10-28 Thread Alexander Baier
2012/10/28 Bastien : > Hi Alexander, > > Alexander Baier writes: > >> (setq org-agenda-custom-commands >> '(("d" "Test Tag Filter" >> ((agenda "" >> ((org-agenda-files '("~/org/WeeklyFilterTest.o

Re: [O] Filter weekly/daily agenda by tag

2012-10-28 Thread Alexander Baier
2012/10/28 Simon Thum : > On 10/28/2012 12:58 PM, Alexander Baier wrote: >> >> To explain what i want to achieve regarding this example: I want a >> weekly agenda view only displaying Event1, Event2 and Event4 but not >> Event3 as it should be excluded by its tag. &g

[O] Source blocks with captions

2014-06-23 Thread Alexander Baier
rsion 8.2.6 (release_8.2.6 @ /home/delexi/.emacs.d/ext/org-mode/lisp/) and this is the org file: * Test #+CAPTION: Test #BEGIN_SRC java // some code #END_SRC Thanks in advance, -- Alexander Baier

Re: [O] Source blocks with captions

2014-06-23 Thread Alexander Baier
On 2014-06-23 17:43 Thorsten Jolitz wrote: > Alexander Baier writes: > >> Hello org-moders! >> >> I just tried to put a caption under/on/above (or anywhere for that >> matter) my source code block. When exporting to latex, I didn't see any >> caption be

Re: [O] Source blocks with captions

2014-06-24 Thread Alexander Baier
On 2014-06-23 21:23 Thomas S. Dye wrote: > Aloha Alexander, > > Alexander Baier writes: > >> On 2014-06-23 17:43 Thorsten Jolitz wrote: >>> Alexander Baier writes: >>> >>>> Hello org-moders! >>>> >>>> I just tried to put a

[O] [Latex] Don't push code blocks to end of document (was: Source blocks with captions)

2014-06-25 Thread Alexander Baier
On 2014-06-24 14:31 Alexander Baier wrote: [...] >> With this code: >> >> * Test >> >> #+CAPTION: Test >> #+BEGIN_SRC java >> // some code >> #+END_SRC >> >> I get a figure with a caption when exporting to LaTeX: >> >&g

Re: [O] [Latex] Don't push code blocks to end of document

2014-06-25 Thread Alexander Baier
Hello again, this is another follow up, I am sorry for so much noise. On 2014-06-25 13:20 Alexander Baier wrote: > On 2014-06-24 14:31 Alexander Baier wrote: > > [...] > >>> With this code: >>> >>> * Test >>> >>> #+CAPTION: Test

Re: [O] minor problem on major version number

2014-06-26 Thread Alexander Baier
string, but "version<" might be interesting for you. HTH, -- Alexander Baier

Re: [O] How do I review a day

2014-07-05 Thread Alexander Baier
gt; >> R. > > I tried this, just to see what happened, and not a lot, but then I'm > not doing any logging. But how do I get my original display back, > because I'm now stuck in this mode! Help please! > > Sharon. My guess would be one of r,g,q,x? HTH, -- Alexander Baier

Re: [O] Indentation messed up after example block

2014-07-07 Thread Alexander Baier
quot;* Example at level one" start at the beginning of the line, but instead indent it by one or more spaces or prefix it with some other character(s). HTH, -- Alexander Baier

Re: [O] org-mode date stamp with just month?

2014-07-07 Thread Alexander Baier
On 2014-07-07 16:40 Grant Rettke wrote: > That property then is something that we may set as a buffer local > variable set in the file itself for cases where want only months in > the entire file? File local variables? HTH, -- Alexander Baier

Re: [O] How to filter agenda for Word1 OR Word2?

2014-07-11 Thread Alexander Baier
s, you might want to try smartparens-mode for auto insertion of the closing _escaped_ paren. As an example, if you type "\(", smartparens will automatically insert "\)" after point. You can even navigate over these groups via sexps commands. HTH, -- Alexander Baier

Re: [O] How to filter agenda for Word1 OR Word2?

2014-07-12 Thread Alexander Baier
On 2014-07-12 10:18 Thorsten Jolitz wrote: > Alexander Baier writes: >> Using \(Word1\)\|\(Word2\) works for me. If you find it troublesome to >> type a lot of these escaped parens, you might want to try >> smartparens-mode for auto insertion of the closing _escaped_ paren. &

Re: [O] Filter by tags

2014-10-05 Thread Alexander Baier
maybe tag groups will help you out: http://orgmode.org/org.html#Tag-groups HTH, -- Alexander Baier

Re: [O] Putting a todo item to the end of this level

2014-10-12 Thread Alexander Baier
d > ** DONE something to do b > * TODO Level 1 again If you always want to move DONE headlines to the end you might want to consider org-sort. It is usually bound to `C-c ^' so with point on the first headline, doing `C-c ^ o' would produce the example b). HTH, -- Alexander Baier

Re: [O] Yank "normal" text as item in list

2014-10-23 Thread Alexander Baier
ne line goes, it > does not get the correct indentation. > > Is there maybe a magical function to get this? > > Many thanks in advance! What is wrong with fill-paragraph (bound to M-q by default)? HTH, -- Alexander Baier

[O] Several datetrees in one file

2014-10-28 Thread Alexander Baier
adline under which the datetree resides? Adapting the example from the manual, I would like to have something along the lines of: (file+headline+datetree "path/to/file" "headline") or (file+olp+datetree "path/to/file" "level 1 headline" "level2" ...) Is this possible? Regards, -- Alexander Baier

Re: [O] How to extract TODOs from date-tree

2014-10-29 Thread Alexander Baier
ng any kind of chronologically organized data, without the need to resort to any external tool. No agenda, no sparse-trees, no nothing. If you have to, you can just look at the plain text/org file and browse it pretty comfortably. Regards, -- Alexander Baier

Re: [O] Several datetrees in one file

2014-10-29 Thread Alexander Baier
On 2014-10-29 04:01 Nick Dokos wrote: > Alexander Baier writes: >> I would like to have several datetrees in one org file. I want to have >> different datetrees under different headlines. The setup I have in mind >> is an address book with chronologically ordered

Re: [O] How do you interact with org src blocks for your gmane.emacs.orgmode correspondence?

2014-11-01 Thread Alexander Baier
age buffer. I didn't quickly find how to > switch to drafting with Gnus, so I make the cursory assumption that > this is not the trick to at least seeing highlighting of src blocks > while drafting emails. I use the setup described in this thread: http://permalink.gmane.org/gmane.emacs.org

[O] Function to look-up a certain property

2014-11-02 Thread Alexander Baier
. Is there something in org's code base that does this? Regards, -- Alexander Baier

Re: [O] Function to look-up a certain property

2014-11-02 Thread Alexander Baier
On 2014-11-02 18:08 Nicolas Goaziou wrote: > Hello, > > Alexander Baier writes: > >> I am looking for a function that starts at point and walks up the >> outline-tree searching for property P. If P is defined the function >> returns P's value, otherwise nil.

Re: [O] converting to "init.org"

2014-11-12 Thread Alexander Baier
e something, that belongs into a customize-set-variables call. I am not sure how to get those into your init.org file. I just let them reside in my init.el file, which is also responsible for -- Alexander Baier

Re: [O] converting to "init.org"

2014-11-12 Thread Alexander Baier
g these variables. To me this looks like something, that belongs into a customize-set-variables call. I am not sure how to get those into your init.org file. I just let them reside in my init.el file, which is also calls org-babel to do the real initialization via org-babel-load-file. HTH, -- Alexander Baier

Re: [O] org-contacts search case insensitive

2014-11-17 Thread Alexander Baier
or (I‘am searching an entry about a conference. But how did > I write "conference"?). [...] > I‘am usung Emacs 24.3.1 Orgmode 7.9.2. I am on Org-mode version 8.3beta and my org-contacts search is case insensitive. I have no customization related to case sensitivity in my configuration. HTH, -- Alexander Baier

Re: [O] org-contacts search case insensitive

2014-11-17 Thread Alexander Baier
On 2014-11-17 12:37 Karl Voit wrote: > * Martin Gross 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. Regards, -- Alexander Baier

Re: [O] org-contacts search case insensitive

2014-11-17 Thread Alexander Baier
On 2014-11-17 13:24 Karl Voit wrote: > * Alexander Baier wrote: >> On 2014-11-17 12:37 Karl Voit wrote: >>> * Martin Gross wrote: >>> And recently, I discovered helm-do-grep which I enjoy using very >>> much :-) >> >> You might want to take a look

Re: [O] Source Code Syntax Highlighting in Beamer slides

2013-04-21 Thread Alexander Baier
Nicolas Goaziou writes: > Hello, > > Suvayu Ali writes: > >> Not sure why, but your -shell-escape option is being ignored. Untill >> you can solve this properly, maybe you can put the LaTeX calls in a >> shell script and set that as your org-latex-pdf-process. > > I think the problem is that th

Re: [O] Source Code Syntax Highlighting in Beamer slides

2013-04-21 Thread Alexander Baier
Suvayu Ali writes: > Hi Alexander, > > On Sun, Apr 21, 2013 at 09:25:55PM +0200, Alexander Baier wrote: >> >> I am trying to syntax-color the code in my source blocks that is >> exported to LaTeX. As proposed in this thread [1] over a year ago I >> followed this

Re: [O] Mobileorg- Automatic pushing and pulling

2013-04-28 Thread Alexander Baier
Hi Marvin, Maybe you can take a look at the last two FAQs[1] from the android-mobileorg project. Regards, Alex __ [1] https://github.com/matburt/mobileorg-android/wiki/FAQ Marvin Doyley writes: > Hi there, > > Does anybody kno

Re: [O] Repeating tasks

2013-04-29 Thread Alexander Baier
Hi Marvin, Marvin Doyley writes: > Hi there, > > Does anybody knows how to setup org to schedule repeated task between > a specified range of dates. For example, suppose I plan to work on a > grant proposal between 10 am - 1 pm every other day from May 1 to > June 1, how would I do this ?   My cu

Re: [O] Repeating tasks

2013-04-29 Thread Alexander Baier
Hi Marvin, Marvin Doyley writes: > org-habit is not what I am looking for. > > I would like to do something like > > * TODO write proposal > Scheduled:<2013-04-30 Tue 13:00-15:00 >--<2013-06-02 Mon> +2d > > The idea is to repeat this task every other day from 2013-04-30 to 2013-06-02 > (from 13:

Re: [O] How to initiate source edits

2013-05-07 Thread Alexander Baier
Hi Andreas, Andreas Röhler writes: > Am 03.05.2013 10:34, schrieb Myles English: >> >> Hi Andreas, >> >> Andreas Röhler writes: >> >>> Hi, >>> >>> have in some source file, let's assume Python, the following: >>> >>> >>> foo = { >>> "bar": ( >>>"baz", >>>"qux", >>>

[O] [Exporter] Export of property drawers

2013-05-09 Thread Alexander Baier
Hello, i want to export property drawers of an org-file to ASCII. How do I do this? I got the impression, that the exporter does not touch the properties drawers. So I started to fiddle with the exporter but got no satisfying results out of it. This is what i tried so far: The elisp i wrote i

Re: [O] [Exporter] Export of property drawers

2013-05-10 Thread Alexander Baier
Hello Nicolas, thank you for the clarification and examples, they helped a lot and I got it working as I wanted it. Regards, Alex Nicolas Goaziou writes: > Hello, > > Alexander Baier writes: > >> i want to export property drawers of an org-file to ASCII. How do I do &

Re: [O] Alfred workflow for org-capture

2013-09-13 Thread Alexander Baier
Hi Alan, Alan Schmitt writes: [...] > The question: is there a way to: > - present only the capture buffer in the new frame (right now it's split > with the scratch buffer)? > - delete the window at the end of capture? > How about `org-capture-after-finalize-hook'? What I can get from the pcum

Re: [O] MobileOrg changes not showing in local agenda

2013-09-20 Thread Alexander Baier
Hello jo, Johannes Rainer writes: > dear all, > > I am trying to use MobileOrg, and successfully set up the sync to my > WebDAV. Also, my agenda is nicely synced to the ipad, however, any changes > that I make to the agenda on the iPad, while being stored into the file " > mobileorg.org" on the

Re: [O] Release 8.2

2013-09-20 Thread Alexander Baier
Hello Carsten, Carsten Dominik writes: [...] > New agenda fortnight view > ~ > > The agenda has not, Shouldn't this be "The agenda has now,"? > in addition to day, week, month, and year views, also a fortnight > view covering 14 days. > > Thanks to Michael Gaul

[O] [Refile] Make agenda-files and current file targets

2013-10-30 Thread Alexander Baier
Hello, I am trying to configure my refiling targets in a way, that allows me to refile to any of the files in org-agenda-files, as well as to the file displayed by the current buffer, if it is not included in org-agenda-files. Additionally, I want the headings in agenda-files to be included up to

Re: [O] [Refile] Make agenda-files and current file targets

2013-10-30 Thread Alexander Baier
Hello, it's me again, I figured out, what was wrong with the original code. I had gotten the parentheses of the lambda wrong, which messed all this up. I modified the code and refactored the lambda out into a proper function, as you can see below: --

Re: [O] Capture templates with "function" type

2013-10-30 Thread Alexander Baier
Brett Viren writes: > Hi, > > I'm trying to set up a capture template of type "function" in order to > produce a daily log file named after today's date. > > It mostly works. However, after doing the C-cC-c to close the capture > buffer the window is left holding the daily log file which the cap

Re: [O] Setup for switching between 2 org-mode configurations (demo/productive)?

2013-10-30 Thread Alexander Baier
M writes: > Hi, > > I'd like to set up org-mode in a way to separate my personal data from my > gerenal settings. > > Why? > I'd like to be able to quickly and easily create tutorials or minimal > examples with sample data without having to worry about publishing > private/personal information an

Re: [O] How to get notify from Org-mode's clock, timestamps, and appointments etc with in modeline or with notify-send etc programs ?

2013-11-20 Thread Alexander Baier
chris writes: > I want to good way to notify me about Org-mode's clock, timestamps, > effort estimates and appointments etc with in Emacs's modeline or with > notify programs like notify-send. And I hope this notify solution > also can work for calendar events, new email's arrival, and IRC > not

Re: [O] Agenda: open in other frame

2013-11-22 Thread Alexander Baier
Fredrik writes: > When I open an agenda and push enter on a text it opens the file > related to the text in the same frame. Is there any way to make it > open it in another frame so I keep my agenda in front? > > Regards, > > Fredrik When you say "frame", do you mean what in emacs terminology is

Re: [O] Agenda: open in other frame

2013-11-24 Thread Alexander Baier
[...] >>Fredrik writes: >> >>> When I open an agenda and push enter on a text it opens the file >>> related to the text in the same frame. Is there any way to make it >>> open it in another frame so I keep my agenda in front? >>> >>> Regards, >>> >>> Fredrik [...] Well, I do not know of opening

[O] Split source block at point

2013-11-26 Thread Alexander Baier
splitting up soure blocks manually. Best regards, -- Alexander Baier

Re: [O] Split source block at point

2013-11-26 Thread Alexander Baier
On 13-11-27 08:17 Jambunathan K wrote: > C-h K C-c C-v C-d > > > Alexander Baier writes: > >> Hello together, >> >> is therer a command or a function that lets me split a source block at a >> given position? I think what I mean is best demonstrated by loo

Re: [O] auto-creating checkbox list items

2013-11-29 Thread Alexander Baier
> > The current version only populates the "+", not the "[ ]". > > Does anyone else recall this feature? Is there a preference to set it, or > was it removed for some reason? > > Thanks, > >-k. They might have just changed the key-binding. For me pressing M-S-RET creates the "+" and the "[ ]". Regards, -- Alexander Baier

Re: [O] org-indent-mode corrupted most of a big org file

2013-12-02 Thread Alexander Baier
delete-old-versions t; don't ask me about deleting backups kept-new-versions 20 kept-old-versions 5 version-control t) ; use versioned backups #+end_src If you want to make backups from files under version control, you also have to set the following: #+begin_src emacs-lisp (setq vc-make-backup-files t) #+end_src This already saved me a couple of times. Regards, -- Alexander Baier

Re: [O] org-indent-mode corrupted most of a big org file

2013-12-03 Thread Alexander Baier
somewhere under /home/js/? - Did you really edit and save a file since adding the code to your init file? - In case you are editing files under version control: Did you turn on vc-make-backup-files? HTH, -- Alexander Baier On 13-12-03 09:33 Johann Spies wrote: > Thanks for sharing

Re: [O] org-indent-mode corrupted most of a big org file

2013-12-03 Thread Alexander Baier
e a look at the manual yourself and see, if we missed something: (info "(Emacs) Backup"). (In case you do not know how to open the manual based on the expression above: Place your curser after the ')' closing the info expression and press `C-x C-e'.) Regards, -- Alexander Baier

Re: [O] org-indent-mode corrupted most of a big org file

2013-12-03 Thread Alexander Baier
up backup-directory-alist the same way you have, but changed it, when I noticed emacs putting backups of files I edited as root into that directory. That was something I did not want to do. Regards, -- Alexander Baier

Re: [O] org-indent-mode corrupted most of a big org file

2013-12-04 Thread Alexander Baier
On 13-12-03 19:30 Nick Dokos wrote: > Alexander Baier writes: > > >> I used to set up backup-directory-alist the same way you have, but >> changed it, when I noticed emacs putting backups of files I edited as >> root into that directory. That was something I did no

Re: [O] org-indent-mode corrupted most of a big org file

2013-12-07 Thread Alexander Baier
. How do I evaluate (reload) .emacs when > emacs is running? > > >> - Are the files you are editing somewhere under /home/js/? >> - Did you really edit and save a file since adding the code to your init >> file? >> - In case you are editing files under version co

[O] Programmatically construct agenda from list of headline ids

2016-04-24 Thread Alexander Baier
Hi! As the title mentions I have a list of ids of existing org headlines and want create an agenda view listing all of these headlines. Is there functionality in org-agenda, that allows me to do this? Best Regards, -- Alexander Baier

Re: [O] Programmatically construct agenda from list of headline ids

2016-04-29 Thread Alexander Baier
On 2016-04-26 16:16 Herbert Sitz wrote: > Alexander Baier mailbox.org> writes: >> As the title mentions I have a list of ids of existing org headlines and >> want create an agenda view listing all of these headlines. >> >> Is there functionality in org-age

Re: [O] auto-backing up your .emacs

2013-12-21 Thread Alexander Baier
.emacs you'll always have a backup copy. A case in point, last > night I had org2blog working, today, after fiddling its stopped > working, but if I'd had this operational I could just revert to a known > and working .emacs. So, can you help please? > > Thanks > Sharon. HTH, -- Alexander Baier

Re: [O] migration difficulties latex org

2013-12-29 Thread Alexander Baier
lates"). If you need help with configuring this, let us know. HTH, -- Alexander Baier

Re: [O] different achiving mode

2014-01-05 Thread Alexander Baier
s way you would keep your original structure. HTH, -- Alexander Baier

Re: [O] GIT fot publishing .org

2014-01-07 Thread Alexander Baier
d a look at github pages? As far as I know, that might be something to publish an org file to. HTH, -- Alexander Baier

Re: [O] can I make listbox within org-mode table?

2014-01-08 Thread Alexander Baier
n inside your Emacs/Org setup, you may find (info "(Org) Column View") of some help. You can define a NAME_ALL property which lists the specific items. HTH, -- Alexander Baier

Re: [O] [poll] Fontify code in code blocks

2014-01-09 Thread Alexander Baier
On 2014-01-09 13:22 Sebastien Vauban wrote: > WDYT if we turn it on by default? +1. I turned this on the minute I found out about this feature. This was one of the many wow-moments while discovering Org-mode. Regards, -- Alexander Baier

Re: [O] using Agenda org-agenda-files variable

2014-01-10 Thread Alexander Baier
ur setq should look like this: #+begin_src elisp (setq org-agenda-files (list "~/org/1.org")) #+end_src This assumes, that your 1.org is located under ~/org. HTH, -- Alexander Baier

Re: [O] do I have to set .emacs for each file to work with agenda? II

2014-01-11 Thread Alexander Baier
with only one element). You can even specify directories and org will include all files in those directories. For further info, consult the documentation: C-h v org-agenda-files RET HTH, -- Alexander Baier

Re: [O] working on cloud

2014-01-14 Thread Alexander Baier
On 2014-01-14 13:24 Nick Dokos wrote: > b) asking your questions on the emacs IRC channel (somebody else will > have to provide a reference to that though - I don't know what it is > off the top of my head.) #emacs on freenode. HTH, -- Alexander Baier

Re: [O] Italicise block of text

2014-01-14 Thread Alexander Baier
On 2014-01-14 19:45 Roger Mason wrote: > Hello, > > Is there a way to italicise a block of text rather that just single > words? (org-mode 8.0.3). > > Thanks, > Roger Does this work? /This is a block of text./ /This is a block of text./ /This is a block of text./ HTH, -- Alexander Baier

Re: [O] Italicise block of text

2014-01-15 Thread Alexander Baier
y / and / in the resulting pdf. Maybe the markup gets escaped somehow by special characters in the text. I do not know enough about the markup of org to help you here. I think Nicolas can give you a more satisfying answer. Regards, -- Alexander Baier

Re: [O] How not to show repetitive tasks in the TODO items of agenda view

2014-01-23 Thread Alexander Baier
e timestamp instead of a DEADLINE for the birthdays. Something like this: * Birthdays TODO Abc Abc <2014-01-26 Sun +1y> HTH, -- Alexander Baier

Re: [O] how to set a block of description to set as done...

2014-01-24 Thread Alexander Baier
r this as "done". What is the advantage of this: * DONE Headline DONE describing the headline DONE describing the headline DONE describing the headline over this: * DONE Headline describing the headline describing the headline describing the headline ? Regards, -- Alexander Baier

Re: [O] how to group together fields

2014-01-31 Thread Alexander Baier
want to see displaying this information. If you just want the result to be thrown into a buffer, this would be totally possible. HTH, -- Alexander Baier

Re: [O] how to group together fields

2014-02-01 Thread Alexander Baier
rees in sync by hand. Regards, -- Alexander Baier

Re: [O] how to group together fields

2014-02-01 Thread Alexander Baier
Hello Stefan, again, please sent your mail also to the org mailing list. Just do a follow-up in your mail client, instead of a reply, that should do the right thing I guess. On 2014-02-01 12:25 Stefan Huchler wrote: > Hello Alex, > > thats exactly what don´t want ^^. I tried something similar a w

Re: [O] how to group together fields

2014-02-01 Thread Alexander Baier
to hack it myself even if I wrote 10 lines of lisp in my > live ;) Maybe Bastien (author of Column View I think) can say something to this, with regard to supplying custom elisp as an aggregate function. Regards, -- Alexander Baier

Re: [O] Text emphasize with fill-paragraph ?

2014-02-25 Thread Alexander Baier
how to reproduce. > > Thanks, > Martin > Regards, -- Alexander Baier

Re: [O] [ANN] Firefox extension for org-protocol and org-capture

2014-04-14 Thread Alexander Baier
ure plugin. Can anyone give me some advice here? Regards, -- Alexander Baier

Re: [O] org-agenda-custom-command for property AND TODO state (for a cooking guide :) )

2014-04-14 Thread Alexander Baier
s this work for you? C-c / m +TODO="TODO"+TYPE="main" HTH, -- Alexander Baier

Re: [O] org-agenda-custom-command for property AND TODO state (for a cooking guide :) )

2014-04-15 Thread Alexander Baier
ed) to whatever you like: #+begin_src emacs-lisp (define-key org-mode-map (kbd " c") 'my-cooking-sparse-tree-main) #+end_src HTH, -- Alexander Baier

Re: [O] (OT) How to follow a mailing list with very high activity (like this one here)?

2014-04-16 Thread Alexander Baier
aunting to setup. I like to think of it as another emacs inside emacs (which by the way also applies to org-mode) in terms of complexity. HTH, -- Alexander Baier On 2014-04-16 21:28 M wrote: > This is off-topic, but I hope that someone can give me some good advice: > > During the last y

Re: [O] auto-roll-over of org-todo's?

2014-04-24 Thread Alexander Baier
n be auto-rolled-over every Sunday without > intervention from myself please? What do you mean by "auto-rolled-over"? -- Alexander Baier

Re: [O] loading all agenda files at startup

2014-04-30 Thread Alexander Baier
sue, > and I suppose as a member of the Org faithful I should be booting to the > agenda! But it would be nice to get the same effect, but be left in > *scratch*... Maybe hacking around it with something like the following in 'org-agenda-after-show-hook' or some similar hook? #+begin_src emacs-lisp (defun my-switch-to-sratch () (switch-to-buffer "*scratch*") (delete-other-windows)) #+end_src HTH, -- Alexander Baier

Re: [O] loading all agenda files at startup

2014-04-30 Thread Alexander Baier
On 2014-04-30 10:58 Alexander Baier wrote: > #+begin_src emacs-lisp > (defun my-switch-to-sratch () > (switch-to-buffer "*scratch*") > (delete-other-windows) (remove-hook 'org-agenda-after-show-hook 'my-switch-to-scratch) > ) > #+end_src I forgot t

Re: [O] Contacts/Resources/People

2014-04-30 Thread Alexander Baier
for this built in - I am no expert there. HTH, -- Alexander Baier

Re: [O] Contacts/Resources/People

2014-05-01 Thread Alexander Baier
ake linking to a contact as simple as pressing a key binding (launching helm on people.org) typing a few characters to narrow to the contact you want to insert and press enter to insert said link. HTH, -- Alexander Baier

Re: [O] Color entries according to assigned priority

2014-05-03 Thread Alexander Baier
e) could be necessary, too? HTH, -- Alexander Baier

Re: [O] [BUG] Symbol's function definition is void: function-put

2014-05-09 Thread Alexander Baier
introduced, if I am not mistaken. Take a look at this: http://permalink.gmane.org/gmane.emacs.devel/171782 HTH, -- Alexander Baier

Re: [O] org-mode variables

2014-05-09 Thread Alexander Baier
gt; >> Are they standard emacs vars, if so , perhaps >> this could be made clear in the manual please? > > yes, they are standard emacs variables, you can normally set with > > (setq variable value) Or, if you want to use the customize interface: M-x customize-group org RET HTH, -- Alexander Baier

Re: [O] words pre-"lexed" for use as keywords in an agenda view

2014-05-09 Thread Alexander Baier
re I know what you are asking. What do you mean by keywords? I think a little example or a more elaborate explanation might help me and others understand what it is you are asking for. Regards, -- Alexander Baier

Re: [O] Color entries according to assigned priority

2014-05-09 Thread Alexander Baier
> (add-text-properties (point-at-bol) (point-at-eol) > `(face,(cdr pair) >org-agenda-face-for-tagged-lines) > > (add-hook 'org-agenda-finalize-hook 'org-agenda-fontify-tagged-line) To me this looks like something that applies to the agenda only. Tagging a headline with the :write: tag and generating an agenda view (e.g. C-c a t) should make those headlines bold. HTH, -- Alexander Baier

Re: [O] words pre-"lexed" for use as keywords in an agenda view

2014-05-09 Thread Alexander Baier
look for the > string that you type, Do you mean agenda views like the one generated by pressing `C-c a /' ? > you'd be offered word expansion on those frequent word set, just like > you're offered word expansion on TODO/DONE and the like. Let's say > that somehow i

Re: [O] Export all headlines when some are set with :export:

2014-05-10 Thread Alexander Baier
export these subtrees seperately. Just press C-s in the export dispatcher. HTH, -- Alexander Baier

Re: [O] Set tags in region

2014-05-10 Thread Alexander Baier
.] Define a macro that tags one specific headline and then execute it on the current region with `C-x C-k r'. HTH, -- Alexander Baier

Re: [O] Export all headlines when some are set with :export:

2014-05-10 Thread Alexander Baier
r its own subtree and export only the respective subtree. With point on the subtree to export press C-c C-e C-s toggeling the subtree export. HTH, -- Alexander Baier

Re: [O] Set tags in region

2014-05-10 Thread Alexander Baier
ractive from and thus turn it into a command. Like this: #+BEGIN_SRC emacs-lisp (defun my-set-tag-in-region () (interactive) (org-map-entries (function org-set-tags) nil 'region)) #+END_SRC HTH, -- Alexander Baier

Re: [O] Set tags in region

2014-05-10 Thread Alexander Baier
ith point at the beginning of a headline and then use `C-x C-k r' to execute it on every line in a region. [The (info ...) form above when evaluated takes you to the relevant page in the emacs manual.] HTH, -- Alexander Baier

Re: [O] tab completion for org-contacts not working for me in emacs 24

2014-05-11 Thread Alexander Baier
"~/work/org/contacts.org" >)) For me this is org-contacts-files, maybe that is the problem? HTH, -- Alexander Baier

[O] [Latex Export] Influence placement of \maketitle command

2014-05-14 Thread Alexander Baier
: directives to insert =\institute=. Is there a way for me to influence the placement of =\maketitle= and thus be able to order those commands "the right way"? TIA for any pointers, -- Alexander Baier

Re: [O] [Latex Export] Influence placement of \maketitle command

2014-05-14 Thread Alexander Baier
On 2014-05-14 21:01 Nick Dokos wrote: > Alexander Baier writes: > >> Hello, >> >> I am writing a paper using llncs as the document class. I use the >> =\institute= command which has to be placed _above_ the =\maketitle= >> command to be considered. But e

Re: [O] [Latex Export] Influence placement of \maketitle command

2014-05-15 Thread Alexander Baier
On 2014-05-14 21:01 Nick Dokos wrote: > Alexander Baier writes: [...] >> Is there a way for me to influence the placement of =\maketitle= and >> thus be able to order those commands "the right way"? > If \institute can be placed in the preamble, then using #+LATEX

Re: [O] [Latex Export] Influence placement of \maketitle command

2014-05-15 Thread Alexander Baier
g-ref seems to be a somewhat full-fledged solution including a lot of things I do not need. I looked through the thread but wasn't lucky to find said filter. Could you kindly post a link? (if that's not to much to ask) Thanks, -- Alexander Baier

  1   2   >