emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Alan Schmitt <alan.schmitt@polytechnique.org>
To: Xebar Saram <zeltakc@gmail.com>
Cc: org mode <emacs-orgmode@gnu.org>
Subject: Re: Organizing and taming hectic Academia work (faculty viewpoint)? Tips or a good guides sought after :)
Date: Tue, 09 Jun 2015 11:49:40 +0200	[thread overview]
Message-ID: <m2egllw6rv.fsf@charm-ecran.irisa.fr> (raw)
In-Reply-To: <CAOQHXPp_EL2=mBsj+1C0BHvM42OQ5+UV0rTpb+8rCkRVYnOX3g@mail.gmail.com> (Xebar Saram's message of "Mon, 8 Jun 2015 19:39:14 +0300")

[-- Attachment #1: Type: text/plain, Size: 2059 bytes --]

Hi,

On 2015-06-08 18:39, Xebar Saram <zeltakc@gmail.com> writes:

> i am looking for 2 things really: 
> 1. as i said in the post topic a good guide if anyone is aware of or detailed
> examples of using org in Academia (mainly aimed at faculty :))
>
> 2. related to that as a young researcher with multiple students, paper
> writing, grant applications, department duties, endless TODOS, endless email i
> would really be grateful for even non org specific tips on how other people
> organize all this to make life more..well..organized :)

I'm in academia and I use org (also not to its full potential). Some
great tips were already given, let me add a couple.

I try to keep notes for every paper that I read. I have found org-ref to
be really useful to keep the links between the notes and the papers
(https://github.com/jkitchin/org-ref).

If you write many letters (for instance recommendation letters), you
might be interested in koma export.
(http://orgmode.org/worg/exporters/koma-letter-export.html)

Finally, I have found that one of the biggest pitfalls (for me) in
working in academia is to spend all my time dealing with urgent, but not
necessarily important, things. Following the procrastination matrix (see
http://waitbutwhy.com/2015/03/procrastination-matrix.html for an
entertaining description), I use a "@Q2" tag for things that are
important and not urgent, and I reserve some time to work on them. The
ones I'm currently working on are scheduled, and they are shown in my
custom agenda view using this:

#+begin_src emacs-lisp
("q" "Q2 tasks"
 ((agenda
   ""
   ((org-agenda-overriding-header "Q2 Scheduled")
    (org-agenda-skip-function '(org-agenda-skip-entry-if 'notregexp ":@Q2:"))))
  (tags-todo
   "@Q2/!-HOLD-WAITING"
   ((org-agenda-overriding-header "Q2")
    (org-agenda-todo-ignore-deadlines t)
    (org-agenda-todo-ignore-scheduled t)))))
#+end_src

Best,

Alan

-- 
OpenPGP Key ID : 040D0A3B4ED2E5C7
Weekly CO₂ average (2015-05-30, Mauna Loa Observatory): 403.41 ppm

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 472 bytes --]

  parent reply	other threads:[~2015-06-09  9:49 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-08 16:39 Organizing and taming hectic Academia work (faculty viewpoint)? Tips or a good guides sought after :) Xebar Saram
2015-06-08 21:16 ` M
2015-06-09  5:13   ` Xebar Saram
2015-06-09  7:00     ` Holger Wenzel
2015-06-09 13:21       ` John Kitchin
2015-06-10  1:57         ` windy
2015-06-10 13:49           ` John Kitchin
2015-06-10 14:14             ` Ken Mankoff
2015-06-10 20:58               ` Titus von der Malsburg
2015-06-11  5:30                 ` Rasmus
2015-06-11 14:56                 ` Phillip Lord
2015-06-11 17:02                   ` John Kitchin
2015-06-12 13:24                     ` Phillip Lord
2015-06-10 14:16             ` Julian Burgos
2015-06-11  2:07               ` windy
2015-06-11  5:38                 ` Rasmus
2015-06-11 12:19                   ` windy
2015-06-11 12:18                 ` Ken Mankoff
2015-06-11 12:54                   ` windy
2015-06-12 14:02               ` Ken Mankoff
2015-06-13 19:06                 ` Xebar Saram
2015-06-13 19:52                   ` John Kitchin
2015-06-15 17:33                 ` Julian Burgos
2015-06-16  1:49               ` Bob Newell
2015-06-16 23:15                 ` Alan L Tyree
2015-06-10 18:51           ` Eric S Fraga
2015-06-09  9:49 ` Alan Schmitt [this message]
2015-08-26 14:17 ` Anders Johansson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2egllw6rv.fsf@charm-ecran.irisa.fr \
    --to=alan.schmitt@polytechnique.org \
    --cc=emacs-orgmode@gnu.org \
    --cc=zeltakc@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).