145 Commits

Author SHA1 Message Date
Martin Sukany
23dccc94f5 updated. 2026-03-01 20:56:31 +01:00
Martin Sukany
1bcabe7352 updated 2026-03-01 14:31:54 +01:00
Martin Sukany
603c8e05e4 Merge remote-tracking branch 'origin/master' 2026-03-01 13:29:13 +01:00
Martin Sukany
f6921a7cda updated 2026-03-01 13:27:37 +01:00
c52a3db351 Weekly review - 2026-03-01 2026-03-01 12:00:14 +01:00
Martin Sukany
cf72b30e52 update 2026-02-28 20:38:55 +01:00
Martin Sukany
2f9352d0d9 updated 2026-02-28 13:36:32 +01:00
Martin Sukany
b686808666 updated 2026-02-27 16:00:18 +01:00
Martin Sukany
5ab8ba813b update 2026-02-27 15:48:23 +01:00
Martin Sukany
58a2ccea2b update - 2026-02-25 2026-02-25 16:14:20 +01:00
ce576a47e6 presentation.org: Boadilla theme (final choice) 2026-02-25 12:04:16 +01:00
ef5565f306 presentation.org: try Pittsburgh theme (last try) 2026-02-25 12:03:34 +01:00
4680d1860d presentation.org: try Boadilla theme 2026-02-25 12:02:00 +01:00
979a9eba7c presentation.org: try metropolis theme (modern, flat) 2026-02-25 12:01:01 +01:00
ad7e37ab50 presentation.org: try Bergen theme 2026-02-25 12:00:08 +01:00
7c03fb7396 presentation.org: try CambridgeUS theme 2026-02-25 11:59:05 +01:00
8f63517af1 presentation.org: try Singapore theme 2026-02-25 11:58:02 +01:00
a1e0386f90 presentation.org: try Montpellier theme 2026-02-25 11:55:43 +01:00
Martin Sukany
6740ced91e updated 2026-02-25 11:54:07 +01:00
ceb72f28fb presentation.org: remove custom footer, keep Madrid default 2026-02-25 11:53:47 +01:00
8dabc91e36 presentation.org: elegant footer — just recolor Madrid's default
No custom footline template, no logo in footer.
Just override the 3 footer beamercolors to white-on-kyndrylRed.
Madrid handles the layout, we handle the colors.
Logo stays on title page only (titlegraphic).
2026-02-25 11:52:25 +01:00
54e4e1e64b presentation.org: proper 3-part footer via BEAMER_HEADER
Three beamercolorbox at 0.33+0.34+0.33 = 1.0 paperwidth:
- Left: Kyndryl logo (inline, small) + author name
- Center: presentation title (white text, Madrid colors)
- Right: date + page number
All via BEAMER_HEADER (runs after usetheme Madrid).
2026-02-25 11:50:48 +01:00
dc3199a975 presentation.org: simpler footer fix — recolor title + append logo
Instead of replacing Madrid's footline entirely (which didn't work),
use addtobeamertemplate to prepend logo and setbeamercolor to make
title text white. Both via BEAMER_HEADER (after usetheme).
2026-02-25 11:48:15 +01:00
8d620089d5 presentation.org: BEAMER_HEADER for footer (runs after usetheme)
LATEX_HEADER runs BEFORE usetheme → Madrid overwrites it.
BEAMER_HEADER runs AFTER usetheme → our footer wins.
Logo: {logo} without extension (graphicspath handles it).
2026-02-25 11:45:47 +01:00
12a9f57052 presentation.org: AtBeginDocument for footer (override Madrid theme)
Madrid theme sets its own footline in outer theme, overriding
LATEX_HEADER definitions. AtBeginDocument runs after theme loads.
2026-02-25 11:44:15 +01:00
f7b7bd9929 presentation.org: fix footer title color (white) + logo path
- Title in footer: explicit white color (was unreadable on red)
- Logo: use graphicspath instead of ~/org/... (tilde expansion)
2026-02-25 11:42:38 +01:00
a41358b999 presentation.org: custom footer with logo + readable title
- Kyndryl logo in footer (left)
- Author name (left-center)
- Presentation title in white/readable color (center)
- Date + page number (right)
2026-02-25 11:40:17 +01:00
d7561a8558 presentation.org: back to original H:1 + renewenvironment{frame}
H:2 was my mistake — broke frame titles and content splitting.
With H:1 (default): * = frame, ** = content inside frame.
allowframebreaks auto-splits long frames (Domains I, II, III...).

This is the ORIGINAL working template + only Kyndryl colors added.
No other changes to layout/frame/table logic.
2026-02-25 11:36:16 +01:00
de1d1de7d8 presentation.org: remove frame hack, use org-beamer-frame-default-options
- REMOVED: renewenvironment{frame} hack (broke frame titles with H:2)
- allowframebreaks now via org-beamer-frame-default-options in config.el
  (ox-beamer adds it properly to each generated frame)
- Kept: adjustbox for tables (proven working)
- Kept: Kyndryl colors, AtBeginSection{}, logo, rowcolors
2026-02-25 11:31:58 +01:00
cd29ef54c2 presentation.org: back to original adjustbox + Kyndryl colors
Based on the original working template (commit 4ceaea1):
- Same allowframebreaks via renewenvironment{frame}
- Same adjustbox wrapper on tabular (proven to work)
- Added: Kyndryl palette colors over Madrid theme
- Added: H:2 + AtBeginSection{} (no empty section slides)
- Added: logo via titlegraphic
- Added: rowcolors for alternating table rows
- config.el tabularx filter skips beamer (adjustbox handles it)
2026-02-25 11:26:24 +01:00
6e5a26ba9b presentation.org: clean rewrite based on document.org
Same packages and color definitions as document.org, adapted for beamer:
- No longtable/ltablex (beamer doesn't support them)
- No geometry/fancyhdr/titling (beamer handles layout)
- No frame/tabular renewenvironment hacks
- Table scaling via config.el resizebox filter
- Frame breaks via config.el org-beamer-frame-default-options
- Madrid theme + Kyndryl palette colors + logo
2026-02-25 11:23:03 +01:00
3112f8b241 presentation.org: clean rewrite — no frame/tabular hacks
- Removed renewenvironment{frame} hack (caused empty slides)
  → allowframebreaks via org-beamer-frame-default-options in config.el
- Removed renewenvironment{tabular}/adjustbox hack (didn't scale properly)
  → resizebox via my/org-beamer-resizebox-tables filter in config.el
- Kept: Madrid theme, Kyndryl colors, AtBeginSection{}, rowcolors, logo
2026-02-25 11:20:53 +01:00
539a8e0fa8 presentation.org: fix empty separators + tables fit slides
- H:2: ** headings = frames, * headings = sections (logical grouping)
- AtBeginSection{}/AtBeginSubsection{}: suppress empty section title slides
- shrink=15: auto-scale overflowing content up to 15%
- Tables: adjustbox max totalheight=0.72 textheight (fits slide)
- config.el tabularx filter skips beamer → plain tabular + adjustbox works
2026-02-25 11:16:32 +01:00
9417775ccc presentation.org: allowframebreaks back + fix table right border
- allowframebreaks + shrink=5: auto-split AND auto-scale
- Tables: max width 0.97 linewidth + center (prevents right border clipping)
- frametitle continuation empty (no 'cont.' label on split slides)
2026-02-25 11:09:13 +01:00
742a39e2a9 presentation.org: shrink overflow frames + scale tables to fit
- Frame shrink=5: auto-scale content up to 5% when it overflows
- frametitle continuation empty (no ugly 'cont.' on split frames)
- Tables: scriptsize font, max totalheight 0.75 textheight, tighter spacing
2026-02-25 11:06:19 +01:00
00429e2152 presentation.org: H:1 — level 1 headings = frame titles 2026-02-25 11:03:12 +01:00
Martin Sukany
bafe2e561c Merge remote-tracking branch 'refs/remotes/origin/master' 2026-02-25 10:58:30 +01:00
3f34fa0fca presentation.org: fix empty pages, keep Madrid theme + Kyndryl colors
- Reverted to Madrid theme (handles layout/footers/frametitle properly)
- Removed allowframebreaks wrapper (caused empty pages)
- Removed longtable/ltablex (beamer doesn't support them)
- Removed custom frametitle/footline/title page templates (Madrid handles this)
- Kyndryl colors applied via palette primary/secondary/tertiary overrides
- Logo via titlegraphic (Madrid places it on title slide)
- Table fix: tabularx + booktabs + rowcolors + Y/Z/R columns (from document.org)
- adjustbox wrapper for beamer table scaling preserved
- config.el my/org-latex-fix-tabularx filter works for beamer export too
2026-02-25 10:55:43 +01:00
Martin Sukany
360ea8d960 Merge remote-tracking branch 'refs/remotes/origin/master' 2026-02-25 10:51:03 +01:00
Martin Sukany
dc9623b647 update 2026-02-25 10:50:59 +01:00
fc3ca0e2f4 presentation.org: Kyndryl branding + table fix from document.org
- Custom Beamer color scheme: kyndrylRed (#C40000) title bars, items, blocks
- Kyndryl logo on title page + footer (bottom-left, with page numbers)
- Helvetica font (matches document.org)
- Table fix: ltablex + booktabs + rowcolors + Y/Z/R column types (from document.org)
- Beamer table scaling: adjustbox wrapper (updated tabcolsep/arraystretch)
- Clean frametitle: red bar with white text
- Hyperlinks in kyndrylRed
- Code blocks with light gray background
2026-02-25 10:39:24 +01:00
Martin Sukany
4ceaea14c5 update 2026-02-24 23:44:18 +01:00
Martin Sukany
840a9f060f update 2026-02-24 23:13:40 +01:00
Martin Sukany
038c182eaa Merge remote-tracking branch 'refs/remotes/origin/master' 2026-02-24 23:12:05 +01:00
Martin Sukany
eaeac66d10 new 2026-02-24 23:11:56 +01:00
b9b8fc3204 docs: review opravy (Opus) — keybindings Evil/Doom, diakritika, faktická správnost 2026-02-24 23:09:03 +01:00
8bdd710e4c cleanup: odstraň 35 orphaned CalDAV :ID: properties (personal.org: 24, work.org: 11) 2026-02-24 23:08:53 +01:00
e51411d850 add: calendar_outbox.org — outbox pro CalDAV upload 2026-02-24 21:11:08 +01:00
Martin Sukany
724fba78a8 update 2026-02-24 21:10:53 +01:00
Martin Sukany
237becb603 Merge remote-tracking branch 'refs/remotes/origin/master' 2026-02-24 20:37:17 +01:00