Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I remove "timestamp"? #177

Open
Deanseo opened this issue Aug 3, 2024 · 0 comments
Open

Can I remove "timestamp"? #177

Deanseo opened this issue Aug 3, 2024 · 0 comments

Comments

@Deanseo
Copy link

Deanseo commented Aug 3, 2024

Taken the following screenshot of the published .html file as an example:

image

I'm hoping to get rid of the "00:00" part so it only shows "Date: 2019-09-28 Sat"

So far, I've tried the two attempts:

1. timestamp:nil

#+SETUPFILE: https://fniessen.github.io/org-html-themes/org/theme-readtheorg.setup                                                                                                                                                                                                                                                                                                       
#+TITLE: My title                                                                                                                                                                                                           
#+DATE:  [2019-05-25 Sat]    
                            
#+options: timestamp:nil 
~~~~~~~~~~~~~~~~~~~~~~~~                                                                                                                                                                                                                    

2. org-export-time-stamp-file
I've also set org-export-time-stamp-file to "%Y-%m-%d %a".

Unfortunately, both of the attempts take no effect and now I'm out of options.

In general, it's a nice feature to have, but in this case, I'm manually feeding the explicit date, whose timestamp is unimportant.

I'm not sure if this issue is with org-mode itself or with the theme - I'd love to have your advice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant