[Orgmode] Re: tags/search on specific files

2011-01-15 Thread knubee
  in any case, it might be good to add this and bernt's information  
  about how to
  run an agenda on just the current file into more of the org-mode  
  documentation
  somewhere.
 
 Hi Knubee,
 
 if you provide a concrete proposal where you looked for this  
 information and where you'd consequently have found it, you can  
 increase the chances that this will happen greatly.  Maybe even a patch?

ah, of course!

i tried to find the information by searching the web for different variations 
of 
org-mode, search tags, and current file. here are three proposed 
additions 
to the org-mode manual to make it easier to find this information:

1. add to the key-index page of the org-manual:

C-c a 1 m 
  will run the tags match command on the current file only

2. add to the tag searches page of the org-manual, 6.3: 

C-c a 1 m 
  will run the tags match command on the current file only

3. add to the property searches page of the org-manual, 7.3:

C-c a 1 m 
Match: BIB_AUTHOR=Walter Evensong

  This will run the property match command on the current file only and 
  find all entries that contain Walter Evensong in their BIB_AUTHOR field.


as i mentioned in an earlier post, this also results in a feature request:

implement C-c a 1 p for doing property searches on the current file -- 
something that would have the tab-completion of C-c a 1 m. this would reduce 
the need for typing the key/value query by hand.


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] GNU devroom at FOSDEM 2011

2011-01-15 Thread Bastien
Hi Carsten,

Carsten Dominik carsten.domi...@gmail.com writes:

 I will be at the meeting on Saturday, and I hope to meet some of you!
 If you have an org-mode T-Shirt - I think it would be fun to wear
 it - I will.

I gave mine to a friend, time to buy a new one!

 Most of all, I will be very pleased to finally meet Bastien in person.

Same here :)

-- 
 Bastien

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] [PATCH] Update conflict documentation

2011-01-15 Thread Bastien
Hi Giovanni,

Giovanni Ridolfi giovanni.rido...@yahoo.it writes:

 IIRC we have already discussed the right way to refer to our beloved 
 Unique ;-)  GNU/Emacs mode:

 Org-mode or Org mode ? 

 I think Carsten wrote something but, I can't get any reference, sorry :-( 

 In the site I thik that it is (almost) always written Org-mode or Org.

 In the info file of my version[1] there are both the two strings.

 So  
 1. What is the correct way?

I'm not sure there is a correct and a wrong way.  

I tend to use Org when referring to the large set of Org-related
features and libraries, and I use Org-mode when referring to the core
features of the mode itself -- but it's not that easy to determine, and
context is important.  Let's keep this in mind and fix only the obvious
cases (if any!)

Thanks,

-- 
 Bastien

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: [BUG] .dir-locals.el broken links on cygwin

2011-01-15 Thread Bastien
Hi Vladimir and Jambunathan,

Jambunathan K kjambunat...@gmail.com writes:

 Vladimir Alexiev vladi...@sirma.bg writes:

 Some of the .dir-locals.el files in the distribution are 
 symbolic links to another. On cygwin they come out as LNK files.

 The error I get is 
 Directory-local variables error: (wrong-type-argument listp !symlink  \.)

 I find the symlink very problematic. I normally copy the contents of
 .dir-settings.el' to .dir-locals.el.

.dir-locals.el is now a copy of .dir-settings.el, which should prevent
this problem.

Thanks,

-- 
 Bastien

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] org-agenda-show-current-time-in-grid and automatic refresh

2011-01-15 Thread Bastien
Hi Kiwon,

Kiwon Um um.ki...@gmail.com writes:

 ;; refresh agenda view regurally
 (defun kiwon/org-agenda-redo-in-other-window ()
   Call org-agenda-redo function even in the non-agenda buffer.
   (interactive)
   (let ((agenda-window (get-buffer-window org-agenda-buffer-name t)))
 (when agenda-window
   (with-selected-window agenda-window (org-agenda-redo)
 (run-at-time nil 300 'kiwon/org-agenda-redo-in-other-window)

I added this to org-hacks.org, thanks!

-- 
 Bastien

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Worg needs some reorganizing

2011-01-15 Thread Bastien
Hi all,

Dan Davison davi...@stats.ox.ac.uk writes:

 Worg could do with some reorganization. It is not at all easy to find
 stuff in there (at least, using a web browser). 

Shaking up this great thread.

A small idea: maybe we can use more tags/properties/categories in Worg
and define some agenda views that everyone could use?

Of course, org-issues.org is the first file I would like to have agenda
views for.  I will post the one I use when set.

Thanks,

-- 
 Bastien

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Basic organization question

2011-01-15 Thread Tommy Kelly




Thomas S. Dye t...@tsdye.com writes:
 Several times when I've had this type of question, I've found answers
 I can use on Bernt Hansen's Org-mode pages:

 http://doc.norang.ca/org-mode.html

Actually, when I said:

 And I like the idea discussed in http://orgmode.org/org.html, where

I mis-copy/pasted. I was actually meaning Bernt's stuff. But although he seems
to rely a lot on different files and subtrees, he also seems to get into
tags and categories. I'm trying to take things slowly, adding a little
bit more functionality at a time as needed. I don't want to jump
straight to his overall method and then modify from there. 

Tommy


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Feature request

2011-01-15 Thread Bastien
Carsten Dominik carsten.domi...@gmail.com writes:

 Finally, if you still want a fast command doing this:

 (defun org-agenda-reschedule-to-today ()
   (interactive)
   (flet ((org-read-date (rest rest) (current-time)))
 (call-interactively 'org-agenda-schedule)))

Useful, thanks!

I added it to org-hacks.org under this section :

  Reschedule agenda items to today with a single command

-- 
 Bastien

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Agenda and one-line diary display

2011-01-15 Thread Rasmus Pank Roulund
Hi, 

I have finally found a tolerable solution to include Google calendars
into Emacs and thus Org using emacs-google[1].

However, one thing is bothering me about the way Org agenda view handles
my newly populated diary file. It shows too much information! Basically,
I want /one line per entry/. If I want more info I'll just hit the
entry. The reason is that I will often include a lot of extra
information for each calendar/diary entry. When needed, I will fetch it
but it usually preclude the overview that I wish to obtain in the agenda
view.

Here is a simple agenda example: 

,
|   Diary:  Semester start
|   Diary:  Location: Lund University
|   Diary:  Status: CONFIRMED   (UID: 
5g7mb67iupjvf75cdorlr1b...@google.com)
`

And the corresponding diary code:

,
| %%(and (diary-block 1 17 2011 1 17 2011)) Semester start
|Location: Lund University
|Status: CONFIRMED  (UID: 5g7mb67iupjvf75cdorlr1b...@google.com)
`

What I want to agenda view to show is merely: 

,
|   Diary:  Semester start
`

Or, even better:

,
|   Diary:  Semester start (Lund University)
`

I.e. no other information than the event and if possible the
location. If time is available this should also be displayed, but all in
one line. 

Is this possible in one way or the other? If so I'd appreciate any hints
on getting there. 

Thanks a bunch,
Rasmus


Footnotes: 
[1]http://code.google.com/p/emacs-google/wiki/googlecalendar


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Worg needs some reorganizing

2011-01-15 Thread Matt Lundin
Bastien bastien.gue...@wikimedia.fr writes:

 Hi all,

 Dan Davison davi...@stats.ox.ac.uk writes:

 Worg could do with some reorganization. It is not at all easy to find
 stuff in there (at least, using a web browser). 

 Shaking up this great thread.

 A small idea: maybe we can use more tags/properties/categories in Worg
 and define some agenda views that everyone could use?


An idea: would it be possible to run a batch export of these agenda
views to html? (One limitation here would be the lack of links to
original locations.)

Another option would be to use the #+index directive to generate an
html index of topics. 

(info (org) Index entries)

This would require some changes to the publishing options:

(info (org) Generating an index)

Best,
Matt


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: [bug?] Possible bug with shifted cursor keys

2011-01-15 Thread Matt Lundin
Anthony Lander anthonylan...@yahoo.com writes:

 I just noticed that S-left and S-right do not select anywhere in
 the buffer in org-mode, even when org-support-shift-select is set to
 always. Can anyone confirm this behavior?

 I am running this morning's org-mode git pull version 7.4
 (release_7.4.174.g163cd.dirty) on today's Emacs nightly GNU Emacs
 24.0.50.1 (i686-apple-darwin10.0.0, NS apple-appkit-949.54) of
 2011-01-14 on ring

I cannot reproduce this. With...

(setq org-support-shift-select 'always)

...shift and the arrow keys correctly select a region.

GNU Emacs 24.0.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.22.1)
of 2010-12-11 on archdesk

Org-mode version 7.4 (release_7.4.195.g4821)

Best,
Matt

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Worg needs some reorganizing

2011-01-15 Thread Samuel Wales
I am glad to find that Worg will be reorganized.  Great content there.

A strong recommendation for accessibility: if you try a sidebar,
please test it with the maximum value for minimum font size in
Firefox.  Check for hidden text, overlapping text, and annoying
scrollbars.  This is true for any website, actually.  Tou can put this
recommendation in any place where you do standard reviews of websites,
including Worg.

Thanks.

Samuel

-- 
The Kafka Pandemic: http://thekafkapandemic.blogspot.com
I support WPI: http://www.wpinstitute.org/xmrv/index.html -- PLEASE DONATE
===
I want to see the original (pre-hold) Lo et al. 2010 NIH/FDA/Harvard MLV paper.

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: [bug?] Possible bug with shifted cursor keys

2011-01-15 Thread Anthony Lander


On 11-Jan-15, at 10:29 AM, Matt Lundin wrote:


Anthony Lander anthonylan...@yahoo.com writes:


I just noticed that S-left and S-right do not select anywhere in
the buffer in org-mode, even when org-support-shift-select is set to
always. Can anyone confirm this behavior?

I am running this morning's org-mode git pull version 7.4
(release_7.4.174.g163cd.dirty) on today's Emacs nightly GNU Emacs
24.0.50.1 (i686-apple-darwin10.0.0, NS apple-appkit-949.54) of
2011-01-14 on ring


I cannot reproduce this. With...


Hi Matt,

Thanks for trying it. It looks like it was a config issue on my end. I  
was setting the variable outside of the customize framework, but only  
after installing org. The variable docstring says it must be set  
before org loads.


  -Anthony



(setq org-support-shift-select 'always)

...shift and the arrow keys correctly select a region.

GNU Emacs 24.0.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.22.1)
of 2010-12-11 on archdesk

Org-mode version 7.4 (release_7.4.195.g4821)

Best,
Matt




___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] org-store-link in gnus error

2011-01-15 Thread Buck Brody
When using C-cl to to store a link in GNUS i am getting cannot link
to a buffer which is not visiting a file.  I am new to GNUS and
perhaps this is related to an incorrect GNUS setup rather than any
sort of org problem.  Regardless, any help would be appreciated.

Buck

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: org-store-link in gnus error

2011-01-15 Thread Jambunathan K

Is gnus module loaded?

M-x customize-variable org-modules

Jambunathan K.


Buck Brody buckbr...@gmail.com writes:

 When using C-cl to to store a link in GNUS i am getting cannot link
 to a buffer which is not visiting a file.  I am new to GNUS and
 perhaps this is related to an incorrect GNUS setup rather than any
 sort of org problem.  Regardless, any help would be appreciated.

 Buck

 ___
 Emacs-orgmode mailing list
 Please use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Worg needs some reorganizing

2011-01-15 Thread Bastien
Hi Matt,

Matt Lundin m...@imapmail.org writes:

 An idea: would it be possible to run a batch export of these agenda
 views to html? (One limitation here would be the lack of links to
 original locations.)

Good idea!

I've tested this:

  http://orgmode.org/worg/agendas/todo.html

The custom agenda command on the server looks like this:

,
| (setq org-agenda-custom-commands
|   '((1 Worg TODO todo TODO
|  ((org-agenda-files '(~/git/Worg/))
`

And the script to produce the agendas/todo.html file is:

,
| #!/bin/bash
| 
| /usr/local/bin/emacs --batch --eval \
| (progn (load-file \~/.emacs.el\) \
| (org-agenda nil \1\)
| (org-write-agenda \/var/www/orgmode.org/worg/agendas/todo.html\))
`

As you said, the limitation is the lack of links.  But still, having
some useful agendas views and being able to see their output on the
website can certainly be useful.

 Another option would be to use the #+index directive to generate an
 html index of topics.

 (info (org) Index entries)

 This would require some changes to the publishing options:

 (info (org) Generating an index)

Great idea too - done:

  http://orgmode.org/worg/sitemap.html (lng!)
  http://orgmode.org/worg/theindex.html (empty for now)

Thanks for these proposals!

-- 
 Bastien

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: tags/search on specific files

2011-01-15 Thread Memnon Anon
knubee knu...@gmail.com writes:

 i tried to find the information by searching the web for different variations 
 of 
 org-mode, search tags, and current file. 

May I ask: Why not info?
When searching, I find myself (still) sometimes asking google first, but
each time I draw the conclusion, that asking emacs is actually faster.

I just tried to find the `' command in the info file using
`i limit' and `i restrict' in This manual is for Org version
7.01trans. and got 

 Info-index: No `limit' in index
 Info-index: No `restrict' in index

Could these be added to the index for 

,[ (org) Agenda files ]
| `C-c C-x '
|  Permanently restrict the agenda to the current subtree.  When with
|  a prefix argument, or with the cursor before the first headline in
|  a file, the agenda scope is set to the entire file.  This
|  restriction remains in effect until removed with `C-c C-x ', or
|  by typing either `' or `' in the agenda dispatcher.  If there is
|  a window displaying an agenda view, the new restriction takes
|  effect immediately.  
| 
| `C-c C-x '
|  Remove the permanent restriction created by `C-c C-x '.
`

and

,[ (org) Agenda dispatcher ]
| `'
|  Restrict an agenda command to the current buffer(1).  After
|  pressing `', you still need to press the character selecting the
|  command.
| 
| ` '
|  If there is an active region, restrict the following agenda
|  command to the region.  Otherwise, restrict it to the current
|  subtree(2).  After pressing ` ', you still need to press the
|  character selecting the command.
`

?

Memnon


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-15 Thread Alan E. Davis
I would like to add a comment about the sidebar concept.  If I understand
correctly, there is something like a sidebar already, or an index.  There
are links, but they jump to the SAME PAGE.   It would be helpful, at least
to me, were these links to point to the pages already pointed to at their
targets.

My 2¢ worth.

Alan


 Pollution is nothing but the resources we are not harvesting. We allow
them to disperse because we've been ignorant of their value.

   --- R. Buckminster Fuller
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] strange behaviour with faces and emacs 24

2011-01-15 Thread Eric S Fraga
Hello,

I have some curious behaviour that I am hoping somebody can explain.  I
normally use Emacs 23 (from Debian testing).  I've just installed the
emacs-snapshot version of Emacs 24 to give it a quick try.  Changing
only two lines in my customisation (removing the requirement for 'w3m
and one customisation for w3m) allows me to start up either version with
the same initialisation files.

However, I have one big difference in behaviour and it appears when I
bring up an agenda view (C-c a a): the default face family changes from
Liberation Mono to Bitstream Vera Sans Mono and the size changes
from 19 to 13.  I do not have Bitsream Vera Sans Mono (or any variation
thereof) specified anywhere in my emacs initialisation files so I cannot
figure out why this change is happening.  Mind you, starting Emacs with
-Q shows that this combination (Bitstream + 13) is actually the default
font.  I change the default through emacs's own customisation to
Liberation Mono:

--8---cut here---start-8---
(custom-set-faces
  ;; custom-set-faces was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
 '(default ((t (:inherit nil :stipple nil :background white :foreground 
black :inverse-video nil :box nil :strike-through nil :overline nil 
:underline nil :slant normal :weight normal :height 140 :width normal :foundry 
unknown :family Liberation Mono
 )
--8---cut here---end---8---

I know that I have, for a long time now, had this same problem with
org's column view, a problem which made column view less than useful...
but now the problem has arisen with the agenda view as well.

If I view any of the org-agenda-* faces, I do not see any that change
the type face.  Following the /inherit/ element of each face, I
eventually get back to the default face which has the family entry as
Liberation Mono.

Does anybody else have a similar experience with Emacs 24 before I
experiment further and possibly raise a bug report for Emacs?  Is org
somehow querying a static default specification in Emacs for the face
family and size?  Grasping at straws here...

Thanks,
eric

-- 
: Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1
: using Org-mode version 7.4 (release_7.4.176.g079c4.dirty)

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] How to write special LaTeX symbols

2011-01-15 Thread Xin Shi
Hello experts,

I want to export org file to PDF using LaTeX for certain special symbols.
For example, in the plain LaTeX:

Shr\odinger   will give the o with two dots on top. Notice that the  is a
double quotation mark.

However, when org translate that into LaTeX, it will become two single
quotation mark! \'' (it's very hard to see the difference, but the pdf
version will see the wrong result).

Could someone tell me how to do that?

Thanks!

Xin
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Handling file links under Windows

2011-01-15 Thread Leo Alekseyev
Dear All,
I would like to have links to PDF files open those files in Acrobat
and links to Windows Journal (JNT) files open them in Windows Journal
-- very simple; same as it would be as if I double-clicked them
anywhere in Windows.

Here is what happens now: PDF files open in emacs doc-view mode, and
JNT files fail to open with the message ShellExecute failed:
Application not found^M (sic).

If I try to explicitly set the variable org-file-apps, so that its
value is ((\\.jnt\\' . C:\\Program Files\\Windows
Journal\\Journal.exe %s)
 (\\.pdf\\' . C:\\Program Files (x86)\\Adobe\\Acrobat
10.0\\Acrobat\\Acrobat.exe %s)
 (auto-mode . emacs)
 (\\.x?html?\\' . default))

-- but in this case, opening those links silently fails (even though I
can type e.g.  C:\Program Files\Windows Journal\Journal.exe foo.jnt
from Windows command line and it works fine).

Can anyone help with getting this to work right?..  Links are rather
fundamental to org-mode and it's annoying not to have them working
right.

--Leo

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] what am I missing about remote editing?

2011-01-15 Thread Filippo A. Salustri
So, I'm looking at my global todo agenda, and I'd like to change the state
of the task under the cursor.
According to the doc, 't' should let me do that, but when I hit 't', I get

 wrong type argument: stringp, nil

which isn't really doing it for me as an explanation of what I'm doing
wrong.

Thoughts anyone?
Cheers.
Fil

-- 
Filippo A. Salustri, Ph.D., P.Eng.
Mechanical and Industrial Engineering
Ryerson University
350 Victoria St, Toronto, ON
M5B 2K3, Canada
Tel: 416/979-5000 ext 7749
Fax: 416/979-5265
Email: salus...@ryerson.ca
http://deseng.ryerson.ca/~fil/
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Handling file links under Windows

2011-01-15 Thread Nick Dokos
Leo Alekseyev dnqu...@gmail.com wrote:

 If I try to explicitly set the variable org-file-apps, so that its
 value is ((\\.jnt\\' . C:\\Program Files\\Windows
 Journal\\Journal.exe %s)
  (\\.pdf\\' . C:\\Program Files (x86)\\Adobe\\Acrobat
 10.0\\Acrobat\\Acrobat.exe %s)
  (auto-mode . emacs)
  (\\.x?html?\\' . default))
 

What's with the single quotes? What happens if you say \\.jnt and
\\.pdf instead?

Nick

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Wiki-like creating links on the fly for org

2011-01-15 Thread Isaac
I encounter the same issue as a wikidpad user migrated to emacs
It would be fantastic, if emacs org can have a visual tree display of its 
headings in a sperate window, something like the speedbar?

file linking can be fairly easily done in org, However, wikidpad is more of a 
database approach (possible to use sqlite as backend), whereas emacs org is a 
single file based mode: my guess is that implementing wikidpad feature in emacs 
would would end as a different application, other than what emacs is intended - 
a mighty text editor




___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] How to write special LaTeX symbols

2011-01-15 Thread Nick Dokos
Xin Shi shixin...@gmail.com wrote:

 
 Shr\odinger   will give the o with two dots on top. Notice that the  is a 
 double quotation mark. 
 
 However, when org translate that into LaTeX, it will become two single 
 quotation mark! \'' (it's very hard to see the difference, but the pdf 
 version will
 see the wrong result).
 
 Could someone tell me how to do that?
 

It works correctly in headlines, but not in running text. I think [fn:1]
that it is a bug and that the following patch fixes it:

--8---cut here---start-8---
diff --git a/lisp/org-latex.el b/lisp/org-latex.el
index 4085d6e..a2ff517 100644
--- a/lisp/org-latex.el
+++ b/lisp/org-latex.el
@@ -2417,6 +2417,7 @@ The conversion is made depending of STRING-BEFORE and 
STRING-AFTER.
\\Styles

\\`
+   \\\
\\addcontentsline
\\address
\\addtocontents
--8---cut here---end---8---

but I have not tested it extensively and it may do more harm than good:
I'd wait for a more definitive opinion.

Alternatively, you can use UTF-8 in your org file and write Schrödinger
explicitly.  This will survive the LaTeX export intact and the
\usepackage[utf8]{inputenc} in the LaTeX file will do the right thing
with it.[fn:2]

Nick

Footnotes:

[fn:1] but I'm really not sure: I've lost track of how things work in
LaTeX export - sigh...

[fn:2] I'm not sure whether it will survive the email trip
though. Here's hoping that it will.


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] How to write special LaTeX symbols

2011-01-15 Thread Nick Dokos

Nick Dokos nicholas.do...@hp.com wrote:

 Alternatively, you can use UTF-8 in your org file and write Schr=C3=B6dinger
 explicitly.  This will survive the LaTeX export intact and the
 \usepackage[utf8]{inputenc} in the LaTeX file will do the right thing
 with it.[fn:2]
 
 [fn:2] I'm not sure whether it will survive the email trip
 though. Here's hoping that it will.
 

Well, it didn't survive the email trip: I messed up the encoding I
guess, but I can't fight with email right now. Sorry about that.
I'm attaching my test file: I hope that will survive.

Nick


* Schr\odinger's cat

Schr\odinger's equation.

Schrödinger.

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode