* [BEAMER] make text fit in a slide @ 2011-01-19 22:51 Andrea Crotti 2011-01-20 3:13 ` Chris Malone 2011-01-20 6:47 ` iemacs 0 siblings, 2 replies; 13+ messages in thread From: Andrea Crotti @ 2011-01-19 22:51 UTC (permalink / raw) To: emacs-orgmode Would it be possible with some trick to automatically make the font resize when the frame doesn't fit in the slide? Or maybe would that be possible otherwise to split the slide in two parts automatically? I always wondered how to do it but never really found out. And how do I in general could have a section of text in a smaller font? ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [BEAMER] make text fit in a slide 2011-01-19 22:51 [BEAMER] make text fit in a slide Andrea Crotti @ 2011-01-20 3:13 ` Chris Malone 2011-01-20 6:47 ` iemacs 1 sibling, 0 replies; 13+ messages in thread From: Chris Malone @ 2011-01-20 3:13 UTC (permalink / raw) To: Andrea Crotti; +Cc: emacs-orgmode [-- Attachment #1.1: Type: text/plain, Size: 911 bytes --] Hi Andrea, I'm not sure of the answers to your queries. These questions seem more Beamer related than org-mode. That said, you may have more luck asking on a TeX/LaTeX forum such as http://tex.stackexchange.com/ Sorry I couldn't be of more use :-/ Chris On Wed, Jan 19, 2011 at 5:51 PM, Andrea Crotti <andrea.crotti.0@gmail.com>wrote: > Would it be possible with some trick to automatically make the font > resize when the frame doesn't fit in the slide? > > Or maybe would that be possible otherwise to split the slide in two > parts automatically? > > I always wondered how to do it but never really found out. > And how do I in general could have a section of text in a smaller font? > > > _______________________________________________ > 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 > [-- Attachment #1.2: Type: text/html, Size: 1429 bytes --] [-- Attachment #2: Type: text/plain, Size: 201 bytes --] _______________________________________________ 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 ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [BEAMER] make text fit in a slide 2011-01-19 22:51 [BEAMER] make text fit in a slide Andrea Crotti 2011-01-20 3:13 ` Chris Malone @ 2011-01-20 6:47 ` iemacs 2011-01-20 8:49 ` Andrea Crotti 2011-01-20 9:21 ` Eric S Fraga 1 sibling, 2 replies; 13+ messages in thread From: iemacs @ 2011-01-20 6:47 UTC (permalink / raw) To: Andrea Crotti; +Cc: emacs-orgmode Hi Andrea, I use the following line to allow frame breaks #+BIND: org-beamer-frame-default-options "[allowframebreaks]" On Thu, Jan 20, 2011 at 6:51 AM, Andrea Crotti <andrea.crotti.0@gmail.com> wrote: > Would it be possible with some trick to automatically make the font > resize when the frame doesn't fit in the slide? > > Or maybe would that be possible otherwise to split the slide in two > parts automatically? > > I always wondered how to do it but never really found out. > And how do I in general could have a section of text in a smaller font? > > > _______________________________________________ > 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 > -- Kind regards, Tian Qiu ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [BEAMER] make text fit in a slide 2011-01-20 6:47 ` iemacs @ 2011-01-20 8:49 ` Andrea Crotti 2011-01-20 9:21 ` Eric S Fraga 1 sibling, 0 replies; 13+ messages in thread From: Andrea Crotti @ 2011-01-20 8:49 UTC (permalink / raw) To: emacs-orgmode iemacs@gmail.com writes: > Hi Andrea, > > I use the following line to allow frame breaks > > #+BIND: org-beamer-frame-default-options "[allowframebreaks]" Perfect nice, but now I also get "Slide I" for all the slides, even if there isn't a second one... I might only need it in one case (for the bibliography) actually... ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [BEAMER] make text fit in a slide 2011-01-20 6:47 ` iemacs 2011-01-20 8:49 ` Andrea Crotti @ 2011-01-20 9:21 ` Eric S Fraga 2011-01-20 15:04 ` chris.m.malone 1 sibling, 1 reply; 13+ messages in thread From: Eric S Fraga @ 2011-01-20 9:21 UTC (permalink / raw) To: iemacs; +Cc: emacs-orgmode, Andrea Crotti iemacs@gmail.com writes: > Hi Andrea, > > I use the following line to allow frame breaks > > #+BIND: org-beamer-frame-default-options "[allowframebreaks]" and, on a slide per slide basis, you can set options using the BEAMER_envargs property (easiest to do using column view if you have defined columns as per the tutorial on Worg, for instance). For example: --8<---------------cut here---------------start------------->8--- *** A full slide :PROPERTIES: :BEAMER_envargs: [shrink] :END: Content here *** A very long slide :PROPERTIES: :BEAMER_envargs: [allowframebreaks] :END: Some more content here. --8<---------------cut here---------------end--------------->8--- -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1 : using Org-mode version 7.4 (release_7.4.223.g71650) ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Re: [BEAMER] make text fit in a slide 2011-01-20 9:21 ` Eric S Fraga @ 2011-01-20 15:04 ` chris.m.malone 2011-01-20 15:36 ` Andrea Crotti 0 siblings, 1 reply; 13+ messages in thread From: chris.m.malone @ 2011-01-20 15:04 UTC (permalink / raw) To: Eric S Fraga; +Cc: emacs-orgmode, Andrea Crotti [-- Attachment #1.1: Type: text/plain, Size: 1138 bytes --] Hi Andrea, I stand corrected - you are getting a lot of useful information here! :-) Chris On Jan 20, 2011 4:21am, Eric S Fraga <e.fraga@ucl.ac.uk> wrote: > iemacs@gmail.com writes: > > Hi Andrea, > > > > I use the following line to allow frame breaks > > > > #+BIND: org-beamer-frame-default-options "[allowframebreaks]" > and, on a slide per slide basis, you can set options using the > BEAMER_envargs property (easiest to do using column view if you have > defined columns as per the tutorial on Worg, for instance). For > example: > --88--- > *** A full slide > :PROPERTIES: > :BEAMER_envargs: [shrink] > :END: > Content here > *** A very long slide > :PROPERTIES: > :BEAMER_envargs: [allowframebreaks] > :END: > Some more content here. > --88--- > -- > : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1 > : using Org-mode version 7.4 (release_7.4.223.g71650) > _______________________________________________ > 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 [-- Attachment #1.2: Type: text/html, Size: 1946 bytes --] [-- Attachment #2: Type: text/plain, Size: 201 bytes --] _______________________________________________ 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 ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [BEAMER] make text fit in a slide 2011-01-20 15:04 ` chris.m.malone @ 2011-01-20 15:36 ` Andrea Crotti 2011-01-20 16:42 ` Chris Malone 0 siblings, 1 reply; 13+ messages in thread From: Andrea Crotti @ 2011-01-20 15:36 UTC (permalink / raw) To: emacs-orgmode chris.m.malone@gmail.com writes: > Hi Andrea, > > I stand corrected - you are getting a lot of useful information here! :-) > Yes true :) Thanks everyone, the "per frame" setting is perfect. And since I'm here another thing I'm not getting. If I want to have a situation like this below +----------------------+---------------------+ | | | | | | | | | | | | | | | | | | +----------------------+---------------------+ | | | | | | | | | | +--------------------------------------------+ with two columns on top and then text, how do I achive this with org-beamer? I don't understand how to "quit" from the last environment use staying in the same frame... ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Re: [BEAMER] make text fit in a slide 2011-01-20 15:36 ` Andrea Crotti @ 2011-01-20 16:42 ` Chris Malone 2011-01-20 17:17 ` Andrea Crotti 2011-01-21 9:53 ` Eric S Fraga 0 siblings, 2 replies; 13+ messages in thread From: Chris Malone @ 2011-01-20 16:42 UTC (permalink / raw) To: Andrea Crotti; +Cc: emacs-orgmode [-- Attachment #1.1: Type: text/plain, Size: 2949 bytes --] Hi Andrea, Here I can help some :). What I have done in the past is take advantage of the fact that org-mode will close a beamer =columns= environment if the column width is set to 0 (or 1): ------------------------------------------------------------------------------------------ ** What is a Type I X-ray Burst? *** ignore :BMCOL:B_ignoreheading: :PROPERTIES: :BEAMER_col: 0.33 :BEAMER_env: ignoreheading :BEAMER_envargs: C[t] :END: - Low Mass X-ray Binaries *** ignore :BMCOL:B_ignoreheading: :PROPERTIES: :BEAMER_col: 0.3 :BEAMER_env: ignoreheading :END: - Accretion of H and/or He *** ignore :BMCOL:B_ignoreheading: :PROPERTIES: :BEAMER_col: 0.4 :BEAMER_env: ignoreheading :END: - Ignition at base of accreted layer *** close columns :BMCOL:B_ignoreheading: :PROPERTIES: :BEAMER_col: 0 :BEAMER_env: ignoreheading :END: *** data :B_ignoreheading:BMCOL: :PROPERTIES: :BEAMER_env: ignoreheading :BEAMER_envargs: C[T] :BEAMER_col: 0.4 :END: whatever else I want ------------------------------------------------------------------------------------------ This creates a "row" on the top of the frame that has 3 columns of widths 0.33, 0.3, and 0.4. Then to close that "row" I made the =close columns= header with a column width of 0. The next header, =data= starts another "row" and its column width is set to 0.4 giving room for another column to its right if I so choose. HTH, Chris On Thu, Jan 20, 2011 at 10:36 AM, Andrea Crotti <andrea.crotti.0@gmail.com>wrote: > chris.m.malone@gmail.com writes: > > > Hi Andrea, > > > > I stand corrected - you are getting a lot of useful information here! :-) > > > > Yes true :) > Thanks everyone, the "per frame" setting is perfect. > And since I'm here another thing I'm not getting. > > If I want to have a situation like this below > > +----------------------+---------------------+ > | | | > | | | > | | | > | | | > | | | > | | | > +----------------------+---------------------+ > | | > | | > | | > | | > | | > +--------------------------------------------+ > > > with two columns on top and then text, how do I achive this with > org-beamer? > I don't understand how to "quit" from the last environment use staying > in the same frame... > > > _______________________________________________ > 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 > [-- Attachment #1.2: Type: text/html, Size: 6225 bytes --] [-- Attachment #2: Type: text/plain, Size: 201 bytes --] _______________________________________________ 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 ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [BEAMER] make text fit in a slide 2011-01-20 16:42 ` Chris Malone @ 2011-01-20 17:17 ` Andrea Crotti 2011-01-20 17:35 ` Chris Malone 2011-01-21 9:53 ` Eric S Fraga 2011-01-21 9:53 ` Eric S Fraga 1 sibling, 2 replies; 13+ messages in thread From: Andrea Crotti @ 2011-01-20 17:17 UTC (permalink / raw) To: emacs-orgmode Chris Malone <chris.m.malone@gmail.com> writes: > Hi Andrea, > > Here I can help some :). > > What I have done in the past is take advantage of the fact that org-mode > will close a beamer =columns= environment if the column width is set to 0 > (or 1): > > ------------------------------------------------------------------------------------------ > ** What is a Type I X-ray > Burst? > > *** ignore > :BMCOL:B_ignoreheading: > > :PROPERTIES: > :BEAMER_col: > 0.33 > :BEAMER_env: > ignoreheading > :BEAMER_envargs: > C[t] > > :END: > - Low Mass X-ray > Binaries > *** ignore > :BMCOL:B_ignoreheading: > > :PROPERTIES: > :BEAMER_col: > 0.3 > :BEAMER_env: > ignoreheading > > :END: > - Accretion of H and/or > He > *** ignore > :BMCOL:B_ignoreheading: > > :PROPERTIES: > :BEAMER_col: > 0.4 > :BEAMER_env: > ignoreheading > > :END: > - Ignition at base of accreted > layer > *** close columns > :BMCOL:B_ignoreheading: > > :PROPERTIES: > :BEAMER_col: > 0 > :BEAMER_env: > ignoreheading > > :END: > *** data > :B_ignoreheading:BMCOL: > > :PROPERTIES: > :BEAMER_env: > ignoreheading > :BEAMER_envargs: > C[T] > :BEAMER_col: > 0.4 > > :END: > whatever else I want > ------------------------------------------------------------------------------------------ > > This creates a "row" on the top of the frame that has 3 columns of widths > 0.33, 0.3, and 0.4. Then to close that "row" I made the =close columns= > header with a column width of 0. The next header, =data= starts another > "row" and its column width is set to 0.4 giving room for another column to > its right if I so choose. Great thanks a lot. Too bad that things really start to become complicated with the syntax... Another last thing, if I want a block (for example an "alertblock") is there a way to not having the heading line? I mean ** Thanks :B_block: :PROPERTIES: :BEAMER_env: alertblock :END: *Thanks you all* I would like not to see the initial Thanks... For latex is perfectly fine but how do I say that to org-beamer? ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Re: [BEAMER] make text fit in a slide 2011-01-20 17:17 ` Andrea Crotti @ 2011-01-20 17:35 ` Chris Malone 2011-01-20 21:12 ` Andrea Crotti 2011-01-21 9:53 ` Eric S Fraga 1 sibling, 1 reply; 13+ messages in thread From: Chris Malone @ 2011-01-20 17:35 UTC (permalink / raw) To: Andrea Crotti; +Cc: emacs-orgmode [-- Attachment #1.1: Type: text/plain, Size: 2880 bytes --] Hi Andrea, In the example I showed, I set the block to an =ignoreheading= block by using =C-c C-b i=. This, as best I can tell, generates a block but comments out the part which gives the block its title. Doing this overrides the "alertblock" heading, so I'm not entirely sure how to combine the two to do what you are asking. Chris On Thu, Jan 20, 2011 at 12:17 PM, Andrea Crotti <andrea.crotti.0@gmail.com>wrote: > Chris Malone <chris.m.malone@gmail.com> writes: > > > Hi Andrea, > > > > Here I can help some :). > > > > What I have done in the past is take advantage of the fact that org-mode > > will close a beamer =columns= environment if the column width is set to 0 > > (or 1): > > > > > ------------------------------------------------------------------------------------------ > > ** What is a Type I X-ray > > Burst? > > > > *** ignore > > :BMCOL:B_ignoreheading: > > > > :PROPERTIES: > > :BEAMER_col: > > 0.33 > > :BEAMER_env: > > ignoreheading > > :BEAMER_envargs: > > C[t] > > > > :END: > > - Low Mass X-ray > > Binaries > > *** ignore > > :BMCOL:B_ignoreheading: > > > > :PROPERTIES: > > :BEAMER_col: > > 0.3 > > :BEAMER_env: > > ignoreheading > > > > :END: > > - Accretion of H and/or > > He > > *** ignore > > :BMCOL:B_ignoreheading: > > > > :PROPERTIES: > > :BEAMER_col: > > 0.4 > > :BEAMER_env: > > ignoreheading > > > > :END: > > - Ignition at base of accreted > > layer > > *** close columns > > :BMCOL:B_ignoreheading: > > > > :PROPERTIES: > > :BEAMER_col: > > 0 > > :BEAMER_env: > > ignoreheading > > > > :END: > > *** data > > :B_ignoreheading:BMCOL: > > > > :PROPERTIES: > > :BEAMER_env: > > ignoreheading > > :BEAMER_envargs: > > C[T] > > :BEAMER_col: > > 0.4 > > > > :END: > > whatever else I want > > > ------------------------------------------------------------------------------------------ > > > > This creates a "row" on the top of the frame that has 3 columns of widths > > 0.33, 0.3, and 0.4. Then to close that "row" I made the =close columns= > > header with a column width of 0. The next header, =data= starts another > > "row" and its column width is set to 0.4 giving room for another column > to > > its right if I so choose. > > Great thanks a lot. > Too bad that things really start to become complicated with the > syntax... > > Another last thing, if I want a block (for example an "alertblock") is > there a way to not having the heading line? > > I mean > ** Thanks :B_block: > :PROPERTIES: > :BEAMER_env: alertblock > :END: > > *Thanks you all* > > I would like not to see the initial Thanks... > For latex is perfectly fine but how do I say that to org-beamer? > > > _______________________________________________ > 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 > [-- Attachment #1.2: Type: text/html, Size: 4070 bytes --] [-- Attachment #2: Type: text/plain, Size: 201 bytes --] _______________________________________________ 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 ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [BEAMER] make text fit in a slide 2011-01-20 17:35 ` Chris Malone @ 2011-01-20 21:12 ` Andrea Crotti 0 siblings, 0 replies; 13+ messages in thread From: Andrea Crotti @ 2011-01-20 21:12 UTC (permalink / raw) To: emacs-orgmode Chris Malone <chris.m.malone@gmail.com> writes: > Hi Andrea, > > In the example I showed, I set the block to an =ignoreheading= block by > using =C-c C-b i=. This, as best I can tell, generates a block but > comments out the part which gives the block its title. Doing this > overrides the "alertblock" heading, so I'm not entirely sure how to > combine the two to do what you are asking. > > Chris I also tried that and I saw it doesn't work... Actually a normal block would be also fine, but the ignoreheading block doesn't "box" my text in a different background color as the normal block does. So it's a bit different, not exactly like a block which ignores the heading. I think I solved this issue already a very long time ago, but went completely out of my mind... Is it also possible to have one part of a frame fixed while one other part (a block/column) changes its content? \pause writes things after, doesn't substitute the content, so I guess something else is needed... ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Re: [BEAMER] make text fit in a slide 2011-01-20 17:17 ` Andrea Crotti 2011-01-20 17:35 ` Chris Malone @ 2011-01-21 9:53 ` Eric S Fraga 1 sibling, 0 replies; 13+ messages in thread From: Eric S Fraga @ 2011-01-21 9:53 UTC (permalink / raw) To: Andrea Crotti; +Cc: emacs-orgmode Andrea Crotti <andrea.crotti.0@gmail.com> writes: [...] > Great thanks a lot. > Too bad that things really start to become complicated with the > syntax... yes but remember that org /= latex. If you need the full power of latex, use it instead *or*, better yet, remember that you can include latex code directly within your org file! the convenience that org provides in terms of all the extra functionality, IMO, outweighs the small number of cases where it just doesn't have the capabilities of specifying what you want. -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1 : using Org-mode version 7.4 (release_7.4.228.gdcfee.dirty) ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Re: [BEAMER] make text fit in a slide 2011-01-20 16:42 ` Chris Malone 2011-01-20 17:17 ` Andrea Crotti @ 2011-01-21 9:53 ` Eric S Fraga 1 sibling, 0 replies; 13+ messages in thread From: Eric S Fraga @ 2011-01-21 9:53 UTC (permalink / raw) To: Chris Malone; +Cc: emacs-orgmode, Andrea Crotti [-- Attachment #1: Type: text/plain, Size: 564 bytes --] Chris Malone <chris.m.malone@gmail.com> writes: > Hi Andrea, > > Here I can help some :). > > What I have done in the past is take advantage of the fact that org-mode > will close a beamer =columns= environment if the column width is set to 0 > (or 1): Actually, one can do this more simply by realising that latex will wrap the columns if they take up too much space... attached is an example where the first two columns are of a width that they take up the whole line width so that the third column, given a full line width, has to be below the first two... [-- Warning: decoded text below may be mangled, UTF-8 assumed --] [-- Attachment #2: two columns above a single one example --] [-- Type: text/orgmode, Size: 1372 bytes --] #+title: Testing Beamer in Org #+author: Eric S Fraga #+DESCRIPTION: #+KEYWORDS: #+LANGUAGE: en #+OPTIONS: H:5 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t #+OPTIONS: TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:nil #+INFOJS_OPT: view:nil toc:nil ltoc:t mouse:underline buttons:0 path:http://orgmode.org/org-info.js #+EXPORT_SELECT_TAGS: export #+EXPORT_EXCLUDE_TAGS: noexport #+LINK_UP: #+LINK_HOME: #+startup: oddonly #+startup: beamer #+LaTeX_CLASS: beamer #+LaTeX_CLASS_OPTIONS: [presentation] #+BEAMER_FRAME_LEVEL: 2 #+startup: fninline #+COLUMNS: %40ITEM %10BEAMER_env(Env) %10BEAMER_envargs(Env Args) %4BEAMER_col(Col) %10BEAMER_extra(Extra) * Introduction *** A slide with two + 1 colums ***** Some notes :BMCOL:B_block: :PROPERTIES: :BEAMER_col: 0.5 :BEAMER_env: block :END: - some text - and some more - and yet more ***** More notes :BMCOL:B_ignoreheading: :PROPERTIES: :BEAMER_col: 0.5 :BEAMER_env: ignoreheading :BEAMER_envargs: c<2-> :END: - some important notes - and even more important ones - and some maths: $\sin^{2}(x)$ ***** a concluding block below the columns :BMCOL: :PROPERTIES: :BEAMER_env: example :BEAMER_col: 1 :END: This slide should have two columns above this block. [-- Attachment #3: Type: text/plain, Size: 138 bytes --] HTH, eric -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1 : using Org-mode version 7.4 (release_7.4.228.gdcfee.dirty) [-- Attachment #4: Type: text/plain, Size: 201 bytes --] _______________________________________________ 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 ^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2011-01-21 9:53 UTC | newest] Thread overview: 13+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2011-01-19 22:51 [BEAMER] make text fit in a slide Andrea Crotti 2011-01-20 3:13 ` Chris Malone 2011-01-20 6:47 ` iemacs 2011-01-20 8:49 ` Andrea Crotti 2011-01-20 9:21 ` Eric S Fraga 2011-01-20 15:04 ` chris.m.malone 2011-01-20 15:36 ` Andrea Crotti 2011-01-20 16:42 ` Chris Malone 2011-01-20 17:17 ` Andrea Crotti 2011-01-20 17:35 ` Chris Malone 2011-01-20 21:12 ` Andrea Crotti 2011-01-21 9:53 ` Eric S Fraga 2011-01-21 9:53 ` Eric S Fraga
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).